hurd: map nice levels 1-to-1 with Mach prio levels
[glibc.git] / ChangeLog
blob03a987aa9e1e75646c51e6e0fb5f310cf98d9328
1 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
4         priority against unexistent AIO_PRIO_DELTA_MAX.
5         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
6         instead of int.
7         * misc/fchflags.c (fchflags): Likewise.
8         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
9         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
10         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
11         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
12         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
13         Declare macros.
14         [__USE_MISC] (chflags, fchflags): Declare functions.
15         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
16         EINVAL when nfds is greater than FD_SETSIZE.
17         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
18         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
19         45.
21 2015-02-06  Roland McGrath  <roland@hack.frob.com>
23         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
24         Use sfi_breg on ldr.
25         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
26         Likewise.
28         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
29         it's defined.
30         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
31         Test SIGSETXID only if it's defined.
33         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
35         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
36         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
38         * nptl/tst-align2.c: Moved ...
39         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
40         * nptl/Makefile (tests): Remove tst-align2.
41         * sysdeps/unix/sysv/linux/Makefile
42         [$(subdir) = nptl] (tests): Add tst-align-clone.
43         * nptl/tst-getpid1.c: Moved ...
44         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
45         * nptl/tst-getpid2.c: Moved ...
46         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
47         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
48         * sysdeps/unix/sysv/linux/Makefile
49         [$(subdir) = nptl] (tests): ... here.
50         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
51         * sysdeps/unix/sysv/linux/Makefile
52         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
54         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
55         Drop trailing \n from perror argument.  Use return rather than exit.
57         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
58         on [SA_SIGINFO].
59         * nptl/tst-cancel21.c (do_test): Likewise.
60         * debug/tst-backtrace6.c: Include <signal.h> first thing.
61         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
62         [!SA_SIGINFO]: Make it a stub test.
64         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
65         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
67         * posix/tst-getlogin.c: Move to ...
68         * login/tst-getlogin.c: ... here.
69         * posix/Makefile (tests): Move tst-getlogin to ...
70         * login/Makefile (tests): ... here.
72         * libio/tst-atime.c (do_test): Move local variables SV and E
73         inside [ST_NOATIME] conditional.
75         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
77         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
79         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
80         (wait_code): New function replaces macro.
81         Call nanosleep rather than syscall.
83         * nptl/pt-system.c: Rewritten.  Put everything under
84         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
85         Use IFUNC to redirect when possible.
87         * nptl/pt-longjmp.c: Rewritten.  Put everything under
88         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
89         Use IFUNC to redirect when possible.
91         * nptl/pt-fork.c: Rewritten.  Put everything under
92         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
93         Use IFUNC to redirect when possible.
94         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
96         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
97         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
98         unconditionally nowadays.  This included the only reference to
99         __vdso_clock_gettime that appears outside libc proper.
100         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
101         Remove version set (containing only __vdso_clock_gettime).
102         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
103         Add attribute_hidden.
104         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
105         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
106         libc_hidden_data_def.
107         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
108         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
110         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
111         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
112         setrpcent, and getrpcport to ...
113         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
114         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
115         getrpcbynumber_r, and getrpcent_r to ...
116         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
117         * inet/getrpcbyname.c: Moved ...
118         * sunrpc/getrpcbyname.c: ... here.
119         * inet/getrpcbyname_r.c: Moved ...
120         * sunrpc/getrpcbyname_r.c: ... here.
121         * inet/getrpcbynumber.c: Moved ...
122         * sunrpc/getrpcbynumber.c: ... here.
123         * inet/getrpcbynumber_r.c: Moved ...
124         * sunrpc/getrpcbynumber_r.c: ... here.
125         * inet/getrpcent.c: Moved ...
126         * sunrpc/getrpcent.c: ... here.
127         * inet/getrpcent_r.c: Moved ...
128         * sunrpc/getrpcent_r.c: ... here.
129         * inet/Makefile (routines): Move those to ...
130         * sunrpc/Makefile (routines): ... here.
131         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
132         the $(subdirs) list.
133         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
134         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
135         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
136         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
138         * elf/Makefile (routines): Include $(all-dl-routines), not just
139         $(dl-routines).
140         (rtld-routines): Likewise.  Use = rather than :=.
141         * sysdeps/aarch64/Makefile [$(subdir) = elf]
142         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
143         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
144         * sysdeps/arm/Makefile: Likewise.
145         * sysdeps/i386/Makefile: Likewise.
146         * sysdeps/x86_64/Makefile: Likewise.
147         * sysdeps/hppa/Makefile [$(subdir) = elf]
148         (sysdep_routines, sysdep-rtld-routines): Don't add
149         $(sysdep-dl-routines) to these.
150         * sysdeps/ia64/Makefile: Likewise.
151         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
152         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
153         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
154         Don't add dl-static to these; sysdep-dl-routines alone is enough.
155         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
156         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
157         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
158         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
159         * sysdeps/powerpc/Makefile [$(subdir) = elf]
160         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
161         these; sysdep-dl-routines alone is enough.
163 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
165         [BZ #17932]
166         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
167         where multiplication results in zero and third argument is finite
168         and nonzero.
169         * math/auto-libm-test-in: Add more tests of fma.
170         * math/auto-libm-test-out: Regenerated.
172         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
173         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
174         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
175         (_FP_CMP_EQ): Likewise.
176         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
178         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
179         extra argument CHECK_NAN.  Redefine as wrapper around
180         _FP_EXTEND_CNAN.
182 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
184         * version.h (RELEASE): Set to "stable".
185         (VERSION): Set to "2.21"
186         * include/features.h (__GLIBC_MINOR__): Set to 21.
188         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
190 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
191             Paul Eggert  <eggert@cs.ucla.edu>
193         [BZ #16618]
194         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
195         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
196         size in bytes. Store needed elements in wpmax. Use needed size
197         in bytes for extend_alloca.
199 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
201         * manual/install.texi: Latest tested versions are GCC 4.9.2,
202         binutls 2.25, and texinfo 5.2.
203         * INSTALL: Regenerate.
204         * sysdeps/nios2/configure: Regenerate.
205         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
206         * manual/contrib.texi: Update.
207         * po/be.po: Update.
208         * po/bg.po: Update.
209         * po/ca.po: Update.
210         * po/cs.po: Update.
211         * po/da.po: Update.
212         * po/de.po: Update.
213         * po/el.po: Update.
214         * po/eo.po: Update.
215         * po/es.po: Update.
216         * po/fi.po: Update.
217         * po/fr.po: Update.
218         * po/gl.po: Update.
219         * po/hr.po: Update.
220         * po/hu.po: Update.
221         * po/ia.po: Update.
222         * po/id.po: Update.
223         * po/it.po: Update.
224         * po/ja.po: Update.
225         * po/ko.po: Update.
226         * po/lt.po: Update.
227         * po/nb.po: Update.
228         * po/nl.po: Update.
229         * po/pl.po: Update.
230         * po/pt_BR.po: Update.
231         * po/ru.po: Update.
232         * po/rw.po: Update.
233         * po/sk.po: Update.
234         * po/sl.po: Update.
235         * po/sv.po: Update.
236         * po/tr.po: Update.
237         * po/uk.po: Update.
238         * po/vi.po: Update.
239         * po/zh_CN.po: Update.
240         * po/zh_TW.po: Update.
242         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
243         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
244         * sysdeps/hppa/dl-irel.h: Remove #warning.
245         * sysdeps/hppa/entry.h: Provide prototype for
246         __canonicalize_funcptr_for_compare and cast argument.
247         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
248         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
249         * sysdeps/hppa/sotruss-lib.c: New file.
250         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
251         (atomic_compare_and_exchange_val_acq): Use __typeof__.
252         (atomic_compare_and_exchange_bool_acq): Likewise.
253         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
254         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
256         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
257         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
258         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
260 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
262         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
263         called function in non-PIC case.
265 2015-01-31  David S. Miller  <davem@davemloft.net>
267         * sysdeps/sparc/sparc32/bits/atomic.h
268         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
269         unlock not after it.
270         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
271         volatile register usage warnings from the compiler.
273         * sysdeps/sparc/nptl/sem_init.c: Delete.
274         * sysdeps/sparc/nptl/sem_post.c: Delete.
275         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
276         * sysdeps/sparc/nptl/sem_wait.c: Delete.
277         * sysdeps/sparc/sparc32/sem_init.c: New file.
278         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
279         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
280         padding explicitly initialized.
281         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
282         padding for in-semaphore spinlock.
283         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
284         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
285         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
286         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
287         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
288         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
289         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
290         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
291         version.
292         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
293         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
295 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
297         [BZ #17801]
298         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
299         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
300         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
301         New.
302         (index_AVX_Fast_Unaligned_Load): Likewise.
303         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
304         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
305         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
306         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
307         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
308         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
309         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
310         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
311         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
313 2015-01-29  Andreas Schwab  <schwab@suse.de>
315         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
317 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
319         [BZ #17892]
320         * nscd/nscd_stat.c (send_stats): Initialize DATA.
322 2015-01-28  Martin Sebor  <msebor@redhat.com>
324         * math/README.libm-test: Clarify. Add "How to read the test output."
326 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
328         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
329         Define to 0.
331 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
333         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
334         (__HAVE_64B_ATOMICS): Define to 0.
336 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
338         [BZ #17885]
339         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
340         value to set as new flag.
342         [BZ #16576]
343         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
344         and use _ARCH_PPCSQ instead.
345         (__ieee754_sqrt): Likewise.
346         (__ieee754_sqrtf): Likewise.
347         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
348         _ARCH_PPCSQ is defined.
349         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
350         fsqrt instruction.
351         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
352         _ARCH_PPCSQ is defined.
353         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
354         fsqrts instruction.
355         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
357 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
359         * iconv/loop.c: Suppress array out of bound warning caused by GCC
360         bug (GCC BZ #64739).
362 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
364         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
365         Mark _retval as used.
366         (lll_futex_wake_unlock): Likewise.
367         (lll_futex_timed_wait_requeue_pi): Likewise.
369         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
370         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
371         register variables.
373         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
374         libm_hidden_def.
376         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
377         (__bswap_64): Mark as __always_inline.
379 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
381         [BZ #15378]
382         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
383         when none of the search directories exist.
385 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
387         [BZ #17869]
388         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
389         power8 in .machine directive.
391         [BZ #17868]
392         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
393         set dependency from opd value.
395 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
397         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
398         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
399         architecture.
401 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
403         [BZ #17870]
404         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
405         with uint64_t.
406         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
407         (uint64_t) 1.
408         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
409         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
410         Replace 1UL with (uint64_t) 1.
411         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
412         int with uint64_t.
414 2015-01-23  Roland McGrath  <roland@hack.frob.com>
416         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
417         (if_freenameindex): Likewise.
419         * resource/getrlimit64.c: Add missing libc_hidden_def.
421 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
423         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
424         __label__.
425         (_FP_FMA): Likewise.
426         (_FP_TO_INT_ROUND): Likewise.
427         (_FP_FROM_INT): Likewise.
429 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
431         [BZ #16418]
432         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
433         Make code racy and cancel safe.
435 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
437         * sysdeps/arm/unwind-resume.h: Fix copyright year.
438         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
439         attribution.
441         * pwd/tst-getpw.c: Rewrite.
443         [BZ #17702]
444         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
445         (modules-names): Add moddummy1 and moddummy2.
446         ($(objpfx)tst-rec-dlopen): Define.
447         * dlfcn/moddummy1.c: New file.
448         * dlfcn/moddummy2.c: New file.
449         * dlfcn/tst-rec-dlopen.c: New file.
450         * elf/dl-cache.c (_dl_load_cache_lookup):
451         Return char*. Copy result with alloca/strcpy/strdup.
452         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
453         returns char*. Free cached. If not saving realname
454         free cached.
455         * elf/dl-open.c (dl_open_worker): Do not assert that
456         _r_debug->r_state is RT_CONSISTENT.
457         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
458         returns char*.
460 2015-01-21  Torvald Riegel  <triegel@redhat.com>
461             Carlos O'Donell  <carlos@redhat.com>
463         [BZ #12674]
464         * nptl/sem_waitcommon.c: New file.
465         * nptl/sem_wait.c: Include sem_waitcommon.c.
466         (__sem_wait_cleanup, do_futex_wait): Remove.
467         (__new_sem_wait): Adapt.
468         (__new_sem_trywait): New function.
469         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
470         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
471         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
472         (sem_timedwait): Adapt.
473         * nptl/sem_post.c (__new_sem_post): Adapt.
474         (futex_wake): New function.
475         (__old_sem_post): Add release MO fence.
476         * nptl/sem_open.c (sem_open): Adapt.
477         * nptl/sem_init.c (__new_sem_init): Adapt.
478         (futex_private_if_supported): New function.
479         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
480         (__old_sem_getvalue): Add using previous code.
481         * sysdeps/nptl/internaltypes.h: Adapt.
482         * nptl/tst-sem13.c (do_test): Adapt.
483         * nptl/tst-sem11.c (main): Adapt.
484         * nptl/sem_trywait.c: Remove.
485         * nptl/DESIGN-sem.txt: Remove.
486         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
487         (gen-as-const-headers): Remove structsem.sym.
488         * nptl/structsem.sym: Remove.
489         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
490         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
491         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
492         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
493         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
494         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
495         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
496         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
497         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
498         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
499         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
500         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
501         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
502         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
503         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
504         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
505         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
506         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
507         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
508         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
509         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
510         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
512 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
514         * INSTALL: Regenerated.
516         * po/libc.pot: Regenerated.
518 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
519             Sandra Loosemore  <sandra@codesourcery.com>
520             Andrew Jenner  <andrew@codesourcery.com>
521             Joseph Myers  <joseph@codesourcery.com>
522             Nathan Sidwell  <nathan@codesourcery.com>
524         * NEWS: Mention new Nios II port.
525         * sysdeps/nios2/Implies: New file.
526         * sysdeps/nios2/Makefile: New file.
527         * sysdeps/nios2/Subdirs: New file.
528         * sysdeps/nios2/Versions: New file.
529         * sysdeps/nios2/__longjmp.S: New file.
530         * sysdeps/nios2/abort-instr.h: New file.
531         * sysdeps/nios2/backtrace.c: New file.
532         * sysdeps/nios2/bits/endian.h: New file.
533         * sysdeps/nios2/bits/fenv.h: New file.
534         * sysdeps/nios2/bits/link.h: New file.
535         * sysdeps/nios2/bits/setjmp.h: New file.
536         * sysdeps/nios2/bsd-_setjmp.S: New file.
537         * sysdeps/nios2/bsd-setjmp.S: New file.
538         * sysdeps/nios2/configure: New generated file.
539         * sysdeps/nios2/configure.ac: New file.
540         * sysdeps/nios2/crti.S: New file.
541         * sysdeps/nios2/crtn.S: New file.
542         * sysdeps/nios2/dl-init.c: New file.
543         * sysdeps/nios2/dl-machine.h: New file.
544         * sysdeps/nios2/dl-sysdep.h: New file.
545         * sysdeps/nios2/dl-tls.h: New file.
546         * sysdeps/nios2/dl-trampoline.S: New file.
547         * sysdeps/nios2/gccframe.h: New file.
548         * sysdeps/nios2/gmp-mparam.h: New file.
549         * sysdeps/nios2/jmpbuf-offsets.h: New file.
550         * sysdeps/nios2/jmpbuf-unwind.h: New file.
551         * sysdeps/nios2/ldsodefs.h: New file.
552         * sysdeps/nios2/libc-tls.c: New file.
553         * sysdeps/nios2/libm-test-ulps: New file.
554         * sysdeps/nios2/machine-gmon.h: New file.
555         * sysdeps/nios2/math-tests.h: New file.
556         * sysdeps/nios2/math_private.h: New file.
557         * sysdeps/nios2/memusage.h: New file.
558         * sysdeps/nios2/nptl/Makefile: New file.
559         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
560         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
561         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
562         * sysdeps/nios2/nptl/pthreaddef.h: New file.
563         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
564         * sysdeps/nios2/nptl/tls.h: New file.
565         * sysdeps/nios2/preconfigure: New file.
566         * sysdeps/nios2/s_fma.c: New file.
567         * sysdeps/nios2/s_fmaf.c: New file.
568         * sysdeps/nios2/setjmp.S: New file.
569         * sysdeps/nios2/sfp-machine.h: New file.
570         * sysdeps/nios2/sotruss-lib.c: New file.
571         * sysdeps/nios2/stackguard-macros.h: New file.
572         * sysdeps/nios2/stackinfo.h: New file.
573         * sysdeps/nios2/start.S: New file.
574         * sysdeps/nios2/sysdep.h: New file.
575         * sysdeps/nios2/tls-macros.h: New file.
576         * sysdeps/nios2/tst-audit.h: New file.
577         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
578         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
579         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
580         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
581         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
582         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
583         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
584         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
585         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
586         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
587         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
588         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
589         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
590         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
591         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
592         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
593         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
594         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
595         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
596         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
597         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
598         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
599         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
600         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
601         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
602         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
603         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
604         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
605         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
606         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
607         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
608         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
609         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
610         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
611         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
612         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
613         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
614         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
615         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
616         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
617         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
618         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
619         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
620         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
622 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
624         [BZ #17844]
625         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
626         (getutent): Use weak_alias in non SHARED case
627         and default_symbol_version in SHARED case.
628         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
629         (getutent_r, pututline): Likewise.
630         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
631         (getutid): Likewise.
632         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
633         (getutid_r): Likewise.
634         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
635         (getutline): Likewise.
636         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
637         (getutline_r): Likewise.
638         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
639         (updwtmp): Likewise.
641 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
643         [BZ #17848]
644         * sysdeps/s390/s390-32/memcmp.S
645         (memcmp_g5): Rename to __memcmp_g5.
646         * sysdeps/s390/s390-32/memcpy.S
647         (memcpy_g5): Rename to __memcpy_g5.
648         Jump to __memcpy_mvcle instead of memcpy_mvcle.
649         (memcpy_mvcle) Rename to __memcpy_mvcle.
650         * sysdeps/s390/s390-32/memset.S
651         (memset_g5): Rename to __memset_g5.
652         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
653         (IFUNC_RESOLVE): Prefix ifunc-resolve function
654         and use prefixed functions.
655         * sysdeps/s390/s390-32/multiarch/memcmp.S
656         (memcmp_z196): Rename to __memcmp_z196.
657         (memcmp_z10): Rename to __memcmp_z10.
658         (memcmp): Set alias to __memcmp_g5.
659         (bcmp): Set alias to __memcmp_g5.
660         * sysdeps/s390/s390-32/multiarch/memcpy.S
661         (memcpy_z196): Rename to __memcpy_z196.
662         Jump to __memcpy_mvcle instead of memcpy_mvcle.
663         (memcpy_z10): Rename to __memcpy_z10.
664         Jump to __memcpy_mvcle instead of memcpy_mvcle.
665         (memcpy): Set alias to __memcpy_g5.
666         * sysdeps/s390/s390-32/multiarch/memset.S
667         (memset_z196): Rename to __memset_z196.
668         Jump to __memset_mvcle instead of memset_mvcle.
669         (memset_z10): Rename to __memset_z10.
670         Jump to __memset_mvcle instead of memset_mvcle.
671         (memset_mvcle) Rename to __memset_mvcle.
672         (memset): Set alias to __memset_g5.
673         * sysdeps/s390/s390-64/memcmp.S
674         (memcmp_z900): Rename to __memcmp_z900.
675         * sysdeps/s390/s390-64/memcpy.S
676         (memcpy_z900): Rename to __memcpy_z900.
677         Jump to __memcpy_mvcle instead of memcpy_mvcle.
678         (memcpy_mvcle) Rename to __memcpy_mvcle.
679         * sysdeps/s390/s390-64/memset.S
680         (memset_z900): Rename to __memset_z900.
681         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
682         (IFUNC_RESOLVE): Prefix ifunc-resolve function
683         and use prefixed functions.
684         * sysdeps/s390/s390-64/multiarch/memcmp.S
685         (memcmp_z196): Rename to __memcmp_z196.
686         (memcmp_z10): Rename to __memcmp_z10.
687         (memcmp): Set alias to __memcmp_z900.
688         (bcmp): Set alias to __memcmp_z900.
689         * sysdeps/s390/s390-64/multiarch/memcpy.S
690         (memcpy_z196): Rename to __memcpy_z196.
691         Jump to __memcpy_mvcle instead of memcpy_mvcle.
692         (memcpy_z10): Rename to __memcpy_z10.
693         Jump to __memcpy_mvcle instead of memcpy_mvcle.
694         (memcpy): Set alias to __memcpy_z900.
695         * sysdeps/s390/s390-64/multiarch/memset.S
696         (memset_z196): Rename to __memset_z196.
697         Jump to __memset_mvcle instead of memset_mvcle.
698         (memset_z10): Rename to __memset_z10.
699         Jump to __memset_mvcle instead of memset_mvcle.
700         (memset_mvcle) Rename to __memset_mvcle.
701         (memset): Set alias to __memset_z900.
703 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
705         [BZ #17748]
706         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
707         __fesetenv instead of fesetenv.
709 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
711         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
712         macro.
714 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
716         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
717         regression on LE.
719         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
720         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
721         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
722         strncmp-power8 object.
723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
724         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
725         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
726         * NEWS: Update.
728 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
729             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
731         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
732         trailing byte check.
734 2015-01-13  David S. Miller  <davem@davemloft.net>
736         * include/signal.h (__sigreturn): Guard with __USE_MISC.
738 2015-01-13  Roland McGrath  <roland@hack.frob.com>
740         * login/logout.c (logout): Use memset rather than bzero.
741         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
742         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
743         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
744         (_gethtbyaddr): Likewise.
745         * locale/programs/simple-hash.c (bcopy): Macro removed.
747 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
749         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
750         Add strcmp-power8 object.
751         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
752         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
753         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
754         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
755         __strcmp_power8 implementation.
756         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
757         * NEWS: Update.
759         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
760         Add strncpy-power8 and stpncpy-power8 objects.
761         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
762         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
763         implementations.
764         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
765         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
766         __stpncpy_power8 implementation.
767         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
768         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
769         __strncpy_power8 implementation.
770         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
771         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
772         * NEWS: Update.
774         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
775         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
776         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
778         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
779         strncat-power8 object.
780         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
781         __strcat_power8 implementation.
782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
783         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
784         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
785         optimized strcat for power8.
787         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
788         strcpy-power8 and stpcpy-power8 objects.
789         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
790         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
791         implementations.
792         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
793         multiarch stpcpy implementation for POWER8.
794         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
795         multiarch strcpy implementation for POWER8.
796         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
797         __strcpy_power8 function.
798         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
799         stpcpy for POWER8.
800         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
801         strcpy for POWER8.
802         * NEWS: Update.
804 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
806         [BZ #16009]
807         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
808         weights and rules. Use do_xfrm_cached if data fits in cache,
809         do_xfrm otherwise.  Moved former main loop to...
810         * (do_xfrm_cached): New function.
811         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
812         find_idx, find_position and stack_push.
813         * (find_idx): New function.
814         * (find_position): Likewise.
815         * localedata/sort-test.sh: Added test run for do_xfrm.
816         * localedata/xfrm-test.c (main): Added command line option
817         -nocache to run the test with strings that are too large for
818         the STRXFRM cache.
820 2015-01-13  Torvald Riegel  <triegel@redhat.com>
822         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
823         variable to lll_futex_wake call, not the value itself.
825 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
827         [BZ #17803]
828         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
829         twom64.  Adjust value to 0x1p-64L.
830         (__scalblnl): Only return standard underflowing result for K <=
831         -64 not K <= -63; adjust exponent for underflowing result by 64
832         not 63.
833         * math/libm-test.inc (scalbn_test_data): Add more tests.
834         (scalbln_test_data): Likewise.
836         [BZ #17834]
837         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
838         0x1p63L.
839         (__scalblnl): Get new exponent of adjusted subnormal value from ES
840         not HX.
841         * math/libm-test.inc (scalbn_test_data): Add more tests.
842         (scalbln_test_data): Likewise.
844 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
845             Stefani Seibold  <stefani@seibold.net>
847         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
848         (sysdep_routines): Add dl-vdso here, ...
849         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
850         (sysdep_routines): ... not here.
851         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
852         fallback when vDSO is not presented.
853         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
854         Define with libc_hidden_proto/libc_hidden_data_def definitions.
855         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
856         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
857         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
858         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
859         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
860         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
861         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
862         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
863         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
864         fallback configurable symbol when vDSO is not available.
865         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
866         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
867         be able to redefine fallback symbol when vDSO is not available.
868         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
869         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
871 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
873         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
874         (TLS_INIT_TP): Add tm_capable initialization.
875         (TLS_DEFINE_INIT_TP): Likewise.
876         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
877         TCB.
878         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
879         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
880         calculation.
881         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
882         transactoion is lock elision is built and TCB tm_capable is set.
883         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
885         (INTERNAL_SYSCALL_NCS): Likewise.
886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
887         (INTERNAL_SYSCALL_NCS): Likewise.
888         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
890         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
891         for powerpc.
892         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
893         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
894         and remove it for 32 bits case.
895         [pthread_rwlock_t] (__rwelision): New field for lock elision.
896         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
897         initialization.
898         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
899         Disable lock elision with rdlocks if elision is not available.
901         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
902         (sysdep_routines): Add lock elision objects.
903         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
904         [pthread_mutex_t] (__spins): Rework to add lock elision field.
905         [pthread_mutex_t] (__elision): Add field.
906         [__PTHREAD_SPINS]: Adjust to init lock elision field.
907         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
908         elision definitions for powerpc.
909         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
910         implementation of lock elision for powerpc.
911         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
912         implementation of timed lock elision for powerpc.
913         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
914         implementation of trylock with lock elision for powerpc.
915         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
916         implementaion of unlock for lock elision for powerpc.
917         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
918         automatic enable lock elision for mutexes.
919         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
920         transaction execution definitions for powerpc.
921         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
922         definitions.
923         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
924         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
925         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
926         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
927         * NEWS: Update.
929 2015-01-09  Roland McGrath  <roland@hack.frob.com>
931         * sysdeps/posix/shm-directory.c: Use <> rather than ""
932         for #include of <shm-directory.h>.
934 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
936         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
937         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
939 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
941         [BZ #17791]
942         * NEWS: Mention bug fix.
943         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
944         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
945         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
947 2015-01-09  Torvald Riegel <triegel@redhat.com>
949         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
951 2015-01-09  Torvald Riegel <triegel@redhat.com>
953         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
955 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
957         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
958         pointer and cast to uintptr_t.
960 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
962         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
963         removed.
964         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
966 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
968         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
969         of 0.
971 2015-01-08  Roland McGrath  <roland@hack.frob.com>
973         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
974         <nptl/pthreadP.h> instead.
975         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
977         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
978         already defined.
979         [__SIGRTMIN] (init): Function removed.
980         [__SIGRTMIN] (initialized): Variable removed.
981         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
982         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
983         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
984         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
985         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
986         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
987         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
988         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
989         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
990         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
991         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
992         * sysdeps/nptl/allocrtsig.c: New file.
993         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
994         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
995         * sysdeps/generic/testrtsig.h: File removed.
997         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
998         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1000         * nptl/nptl-init.c (pthread_functions): Conditionalize
1001         .ptr__nptl_setxid initialization on [SIGSETXID].
1003         * sysdeps/nptl/sys/procfs.h: New file.
1004         * nptl_db/Makefile (headers): Add it.
1005         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1007         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1008         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1009         * nptl/pthread_attr_setaffinity.c: Include it.
1010         * nptl/pthread_setattr_default_np.c: Likewise.
1011         * nptl/check-cpuset.h: New file.
1013 2015-01-08  Richard Henderson  <rth@redhat.com>
1015         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1016         (CFLAGS-tst-execstack-prog.c): Likewise.
1017         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1019 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1020             Sandra Loosemore  <sandra@codesourcery.com>
1021             Andrew Jenner  <andrew@codesourcery.com>
1022             Joseph Myers  <joseph@codesourcery.com>
1023             Nathan Sidwell  <nathan@codesourcery.com>
1025         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1026         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1027         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1028         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1029         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1030         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1031         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1032         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1033         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1034         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1035         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1036         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1037         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1038         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1039         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1040         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1041         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1043 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1045         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1046         timespec struct member in syscall macro.
1047         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1048         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1049         first timeval struct member in syscall macro.
1050         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1052 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1054         [BZ #17748]
1055         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1056         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1057         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1058         __feupdateenv and define as weak alias of __feupdateenv.  Use
1059         libm_hidden_weak.
1060         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1061         libm_hidden_def.
1062         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1063         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1064         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1065         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1066         libm_hidden_def.
1067         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1068         __feupdateenv and define as weak alias of __feupdateenv.  Use
1069         libm_hidden_weak.
1070         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1071         libm_hidden_def.
1072         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1073         __feupdateenv and define as weak alias of __feupdateenv.  Use
1074         libm_hidden_weak.
1075         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1076         libm_hidden_def.
1077         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1078         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1079         (__feupdateenv): Likewise.
1080         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1081         __feupdateenv and define as weak alias of __feupdateenv.  Use
1082         libm_hidden_weak.
1083         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1084         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1085         libm_hidden_def.
1086         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1087         function.
1088         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1089         libm_hidden_def.
1090         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1091         __feupdateenv instead of feupdateenv.
1092         (default_libc_feupdateenv_test): Likewise.
1093         (libc_feresetround_ctx): Likewise.
1095 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1097         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1098         prototype.
1100 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1102         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1103         COLL_SYM in a couple of places to avoid uninitialized variable
1104         wanings on tilegx gcc 4.8.2.
1106 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1108         * sysdeps/aarch64/strcpy.S: New file.
1109         * sysdeps/aarch64/stpcpy.S: New file.
1110         * NEWS: Updated.
1112 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1114         * sysdeps/aarch64/strrchr.S: New file.
1115         * NEWS: Updated.
1117 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1119         [BZ #17658]
1120         * stdlib/setenv.c: Fix memory leak when setting large,
1121         duplicate string.
1123 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1125         [BZ #17273]
1126         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1127         and tabs from buffer before parsing fstab entry.
1128         * misc/tst-mntent.c (main): Add test for mount entry with
1129         trailing spaces and tabs.
1131 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1133         [BZ #17748]
1134         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1135         * math/fesetround.c (fesetround): Rename to __fesetround and
1136         define as weak alias of __fesetround.  Use libm_hidden_weak.
1137         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1138         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1139         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1140         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1141         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1142         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1143         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1144         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1145         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1146         __fesetround_inline.
1147         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1148         __fesetround_inline instead of __fesetround.
1149         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1150         __fesetround and define as weak alias of __fesetround.  Use
1151         libm_hidden_weak.  Call __fesetround_inline instead of
1152         __fesetround.
1153         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1154         __fesetround and define as weak alias of __fesetround.  Use
1155         libm_hidden_weak.
1156         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1157         Likewise.
1158         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1159         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1160         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1161         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1162         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1163         __fesetround and define as weak alias of __fesetround.  Use
1164         libm_hidden_weak.
1165         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1166         __fesetround instead of fesetround.
1167         (default_libc_feholdexcept_setround): Likewise.
1168         (libc_feholdsetround_ctx): Likewise.
1169         (libc_feholdsetround_noex_ctx): Likewise.
1171         [BZ #17748]
1172         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1173         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1174         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1175         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1176         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1177         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1178         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1179         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1180         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1181         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1182         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1183         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1184         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1185         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1186         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1187         libm_hidden_def.
1188         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1189         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1190         Likewise.
1191         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1192         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1193         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1194         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1195         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1196         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1197         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1198         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1199         __fesetenv instead of fesetenv.
1200         (libc_feresetround_noex_ctx): Likewise.
1201         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1202         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1203         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1204         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1205         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1206         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1207         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1208         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1209         (__feupdateenv): Likewise.
1210         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1211         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1212         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1213         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1215 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1217         [BZ #17806]
1218         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1219         addresses have been freed.
1221 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1223         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1224         and nservall.
1226 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1228         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1229         Clean up check_pf allocation pattern. addresses
1231 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1233         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1234         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1235         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1236         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1237         * nptl/pthread_join.c (pthread_join): Likewise.
1238         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1239         * sysdeps/posix/waitid.c (__waitid): Likewise.
1240         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1241         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1242         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1243         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1244         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1245         Likewise.
1246         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1247         (__libc_pread64): Likewise.
1248         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1249         (__libc_pwrite): Likewise.
1250         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1251         (__libc_pwrite64): Likewsie.
1252         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1253         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1254         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1255         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1256         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1257         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1258         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1260         Likewise.
1261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1262         (__libc_pread64): Likewise.
1263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1264         Likewise.
1265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1266         (__libc_pwrite64): Likewise.
1267         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1268         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1269         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1270         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1271         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1272         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1273         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1274         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1275         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1276         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1277         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1278         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1279         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1280         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1281         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1282         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1283         Likewise.
1285 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1287         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1288         (CFLAGS-test-double.c): Likewise.
1289         (CFLAGS-test-ldouble.c): Likewise.
1290         (CPPFLAGS-test-ifloat.c): Likewise.
1291         (CPPFLAGS-test-idouble.c): Likewise.
1292         (CPPFLAGS-test-ildoubl.c): Likewise.
1293         (CFLAGS-test-test-fenv.c): Remove variable.
1294         (CFLAGS-test-misc.c): Likewise.
1296 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1298         [BZ #17797]
1299         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1300         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1301         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1302         CLOCKS_PER_SEC == 1000000.
1303         * time/clocktest.c (main): Replace %ld with %jd and cast to
1304         intmax_t.
1306 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1308         * sysdeps/generic/unwind-resume.h: New file.
1309         * sysdeps/gnu/unwind-resume.c: Include it.
1310         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1311         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1312         argument list.
1313         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1314         global rather than static.
1315         (_Unwind_Resume): Update user.
1316         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1317         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1318         rather than static.  Add __attribute__ ((cold)).
1319         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1320         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1321         * sysdeps/arm/arm-unwind-resume.S: New file.
1322         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1323         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1324         * sysdeps/arm/Makefile [$(subdir) = csu]
1325         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1326         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1327         Add rt-arm-unwind-resume.
1328         [$(subdir) = nptl]
1329         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1330         Add pt-arm-unwind-resume.
1331         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1332         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1334 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1336         [BZ #17748]
1337         * include/fenv.h (__feholdexcept): Declare.  Use
1338         libm_hidden_proto.
1339         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1340         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1341         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1342         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1343         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1344         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1345         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1346         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1347         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1348         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1349         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1350         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1351         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1352         (feholdexcept): Likewise.
1353         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1354         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1355         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1356         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1357         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1358         __feholdexcept instead of feholdexcept.
1359         (default_libc_feholdexcept_setround): Likewise.
1361 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1363         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1364         to avoid using stl/str to align destination.
1366 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1368         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1370 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1372         [BZ #17796]
1373         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1374         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1375         Define as weak alias not strong alias.
1377 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1379         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1380         bltzal with addiupc.
1381         (RTLD_START): Ditto.
1383 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1385         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1386         for __vdso_* functions in declarations.
1387         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1388         definitions.
1389         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1390         INTERNAL_VSYSCALL): Use struct return types to check for error.
1392         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1393         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1394         function with cast from llround().
1395         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1396         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1397         Define.
1399 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1401         [BZ #17793]
1402         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1403         Define as weak alias not strong alias.
1405         [BZ #17635]
1406         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1407         ...
1408         * ctype/ctype-extn.c: ... here.
1409         (__isblank_l): Move to ...
1410         * ctype/ctype-c99_l.c: ... here.  New file.
1411         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1412         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1413         Remove variable.
1414         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1415         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1416         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1417         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1418         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1420         [BZ #17777]
1421         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1422         (posix_fadvise64): Define as weak alias not strong alias.
1423         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1424         (posix_fallocate64): Likewise.
1425         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1426         Remove variable.
1427         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1428         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1429         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1430         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1431         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1433 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1435         [BZ #16191]
1436         * NEWS: Mention bug fix.
1437         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1438         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1439         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1440         (HOST_STACK_END_ADDR): Likewise.
1442 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1444         [BZ #17748]
1445         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1446         * math/fegetround.c (fegetround): Rename to __fegetround and
1447         define as weak alias of __fegetround.  Use libm_hidden_weak.
1448         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1449         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1450         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1451         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1452         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1453         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1454         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1455         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1456         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1457         Undefine after rather than before function definition; use
1458         parentheses around function name in definition.
1459         (__fegetround): Also undefine macro after function definition.
1460         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1461         __fegetround and define as weak alias of __fegetround.  Use
1462         libm_hidden_weak.  Do not undefine as macro.
1463         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1464         Likewise.
1465         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1466         __fegetround and define as weak alias of __fegetround.  Use
1467         libm_hidden_weak.
1468         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1469         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1470         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1471         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1472         __fegetround and define as weak alias of __fegetround.  Use
1473         libm_hidden_weak.
1474         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1475         __fegetround instead of fegetround.
1477         [BZ #17782]
1478         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1479         Condition macro definition on [__USE_MISC].
1481         [BZ #17781]
1482         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1483         (struct sigaction): Change type of sa_flags field to int.
1485         [BZ #17780]
1486         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1487         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1488         __glibc_reserved0.
1490         * nptl/version.c (banner): Use single year in copyright notice.
1492         * NEWS: Update copyright dates.
1493         * catgets/gencat.c (print_version): Likewise.
1494         * csu/version.c (banner): Likewise.
1495         * debug/catchsegv.sh: Likewise.
1496         * debug/pcprofiledump.c (print_version): Likewise.
1497         * debug/xtrace.sh (do_version): Likewise.
1498         * elf/ldconfig.c (print_version): Likewise.
1499         * elf/ldd.bash.in: Likewise.
1500         * elf/pldd.c (print_version): Likewise.
1501         * elf/sotruss.sh: Likewise.
1502         * elf/sprof.c (print_version): Likewise.
1503         * iconv/iconv_prog.c (print_version): Likewise.
1504         * iconv/iconvconfig.c (print_version): Likewise.
1505         * locale/programs/locale.c (print_version): Likewise.
1506         * locale/programs/localedef.c (print_version): Likewise.
1507         * login/programs/pt_chown.c (print_version): Likewise.
1508         * malloc/memusage.sh (do_version): Likewise.
1509         * malloc/memusagestat.c (print_version): Likewise.
1510         * malloc/mtrace.pl: Likewise.
1511         * manual/libc.texinfo: Likewise.
1512         * nptl/version.c (banner): Likewise.
1513         * nscd/nscd.c (print_version): Likewise.
1514         * nss/getent.c (print_version): Likewise.
1515         * nss/makedb.c (print_version): Likewise.
1516         * posix/getconf.c (main): Likewise.
1517         * scripts/test-installation.pl: Likewise.
1518         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1520 2015-01-02  Will Newton  <will.newton@linaro.org>
1522         * sysdeps/arm/armv7/configure: Removed.
1523         * sysdeps/arm/armv7/configure.ac: Likewise.
1525 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1527         * All files with FSF copyright notices: Update copyright dates
1528         using scripts/update-copyrights.
1529         * intl/plural.c: Regenerated.
1530         * locale/programs/charmap-kw.h: Likewise.
1531         * locale/programs/locfile-kw.h: Likewise.
1533 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1535         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1537 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1539         [BZ #17748]
1540         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1541         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1542         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1543         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1544         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1545         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1546         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1547         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1548         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1549         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1550         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1551         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1552         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1553         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1554         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1555         libm_hidden_def.
1556         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1557         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1558         Likewise.
1559         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1560         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1561         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1562         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1563         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1564         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1565         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1566         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1567         __fegetenv instead of fegetenv.
1568         (libc_feholdsetround_noex_ctx): Likewise.
1570 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1572         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1573         (Elf_MIPS_ABIFlags_v0): New structure.
1574         (EF_MIPS_FP64): Define.
1575         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1576         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1577         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1578         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1579         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1580         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1581         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1582         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1583         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1584         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1585         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1586         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1587         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1588         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1589         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1590         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1591         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1592         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1593         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1594         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1595         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1596         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1597         field.
1598         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1599         EF_MIPS_FP64.
1600         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1601         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1602         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1603         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1604         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1605         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1606         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1607         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1608         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1609         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1610         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1611         record the current FP ABI extension.
1612         (mips-mode-switch): Define to show if kernel headers support mode
1613         switching.
1614         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1615         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1616         supported SYSV ABI version to 3.
1617         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1618         feature.
1620 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1621             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1623         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1624         path.
1625         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1627 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1629         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1630         __fegetround and redefine to call __fegetround.  Remove condition
1631         on [!__NO_MATH_INLINES].
1632         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1633         function.
1634         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1635         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1636         Remove macro.
1637         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1638         instead of <fenv_libc.h>.
1639         (__llrintl): Call fegetround instead of __fegetround.
1640         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1641         instead of <fenv_libc.h>.
1642         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1643         (__lrintl): Call fegetround instead of __fegetround.
1644         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1645         instead of <fenv_libc.h>.
1646         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1647         (__rintl): Call fegetround instead of __fegetround.
1649 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1651         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1652         arrays.
1654 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1656         [BZ #17775]
1657         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1658         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1659         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1661 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1663         * sysdeps/i386/tls-macros.h: Include <features.h>.
1664         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1665         (TLS_IE): Likewise.
1666         (TLS_LD): Likewise.
1667         (TLS_GD): Likewise.
1668         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1669         define for GCC >= 5.0.
1671 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1673         * math/test-fenv.c (test_single_exception, set_single_exc,
1674         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1675         feexcp_mask_test, feenable_test, fe_single_test): Add
1676         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1677         case where they are not used.
1678         * math/libm-test.inc: Likewise.
1679         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1680         unused in the absence of FP rounding/exception support.
1681         * stdio-common/tst-printf-round.c: Likewise.
1682         * stdlib/tst-strtod-round.c: Likewise.
1683         * stdlib/tst-strtod-underflow.c: Likewise.
1685 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1687         [BZ #17723]
1688         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1689         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1690         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1691         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1692         libm_hidden_weak.
1693         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1694         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1695         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1696         libm_hidden_def.
1697         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1698         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1699         libm_hidden_weak.
1700         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1701         Likewise.
1702         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1703         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1704         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1705         libm_hidden_weak.
1706         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1707         libm_hidden_def.
1708         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1709         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1710         (__feraiseexcept): Likewise.
1711         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1712         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1713         libm_hidden_weak.
1714         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1715         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1716         libm_hidden_def.
1717         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1718         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1719         Use libm_hidden_def.
1720         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1721         libm_hidden_def.
1722         (feraiseexcept): Define as weak not strong alias.  Use
1723         libm_hidden_weak.
1724         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1725         New inline function.  Factored out of ...
1726         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1727         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1728         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1729         feraiseexcept.
1730         * math/w_acos.c (__acos): Likewise.
1731         * math/w_asin.c (__asin): Likewise.
1732         * math/w_ilogb.c (__ilogb): Likewise.
1733         * math/w_j0.c (y0): Likewise.
1734         * math/w_j1.c (y1): Likewise.
1735         * math/w_jn.c (yn): Likewise.
1736         * math/w_log.c (__log): Likewise.
1737         * math/w_log10.c (__log10): Likewise.
1738         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1739         * sysdeps/aarch64/fpu/math_private.h
1740         (libc_feupdateenv_test_aarch64): Likewise.
1741         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1742         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1743         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1744         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1745         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1746         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1747         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1748         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1749         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1750         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1752 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1754         [BZ #17732]
1755         * io/test-utime.c (main): Replace %ld with %jd and cast to
1756         intmax_t.
1757         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1758         * nptl/tst-mutex5.c: Include <stdint.h>.
1759         (do_test): Replace %ld with %jd and cast to intmax_t.
1760         * posix/tst-regex.c (run_test): Likewise.
1761         (run_test_backwards): Likewise.
1762         * rt/tst-clock.c: Include <stdint.h>.
1763         (clock_test): Replace %ld with %jd and cast to intmax_t.
1764         * rt/tst-cpuclock1.c: Include <stdint.h>.
1765         (do_test): Replace %lu with %ju and cast to uintmax_t.
1766         * rt/tst-cpuclock2.c: Include <stdint.h>.
1767         (do_test): Replace %lu with %ju and cast to uintmax_t.
1768         * rt/tst-mqueue1.c: Include <stdint.h>.
1769         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1770         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1771         intmax_t.
1772         * rt/tst-mqueue4.c (do_test): Likewise.
1773         * rt/tst-timer4.c: Include <stdint.h>.
1774         (check_ts): Replace %ld with %jd and cast to intmax_t.
1775         (do_test): Likewise.
1776         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1777         and cast to intmax_t.
1778         * sysdeps/pthread/tst-timer.c (main): Likewise.
1779         * time/clocktest.c (main): Likewise.
1780         * time/tst-posixtz.c (do_test): Likewise.
1781         * timezone/tst-timezone.c (main): Likewise.
1783 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1784             H.J. Lu  <hongjiu.lu@intel.com>
1786         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1787         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1788         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1789         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1790         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1791         version if bit_Fast_Unaligned_Load is set.
1792         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1793         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1794         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1795         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1796         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1797         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1798         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1799         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1800         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1801         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1802         to 4.
1803         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1804         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1805         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1806         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1808 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1810         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1811         instead of #if to avoid a Wundef warning.
1812         * stdlib/tst-limits.c (do_test): Likewise.
1814         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1815         parallel other exception macros.
1816         (fegetenv): Convert from macro to extern inline so that it applies
1817         retroactively to inline functions already seen by the compiler.
1818         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1820         * posix/Makefile (before-compile): Use $(objpfx) for
1821         posix-conf-vars-def.h.
1823 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1825         * posix/getconf.c (main): Use size_t for type of I.
1826         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1827         NSPEC.
1829         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1830         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1831         * posix/posix-envs.def: Likewise.
1832         * sysdeps/posix/sysconf.c: Likewise.
1833         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1834         (specs): Remove array.
1835         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1836         array.
1838         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1839         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1840         (__sysconf): Use CONF_IS_* macros.
1842         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1843         ($(objpfx)posix-conf-vars-def.h): New target.
1844         * posix/posix-conf-vars.list: New file.
1845         * posix/posix-conf-vars.h: New file.
1846         * posix/confstr.c: Include posix-conf-vars.h.
1847         (confstr): Use CONF_IS_* macros.
1848         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1849         CONF_IS_* macros.
1850         * scripts/gen-posix-conf-vars.awk: New file.
1852 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1854         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1855         fegetround): Add no-op macros to avoid linknamespace issues.
1857         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1858         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1860         * sysdeps/unix/sysv/linux/tile/sysdep.h
1861         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1862         assembly-specific section to avoid a redefinition warning.
1864         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1865         long before casting to pointer to avoid a cast warning.
1867 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1869         * sysdeps/tile/tilegx/Implies: New file.
1871 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1873         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1875 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1877         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1879 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1881         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1882         not define.
1883         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1884         <kernel-features.h>.
1885         (__utimes) [__NR_utimes]: Make code unconditional.
1886         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1887         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1888         (__ASSUME_UTIMES): Do not undefine.
1889         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1890         (__ASSUME_UTIMES): Likewise.
1891         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1892         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1893         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1894         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1896 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1898         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1900 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1902         [BZ #17747]
1903         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1904         alias to weak alias for j0l, y0l.
1905         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1906         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1908         [BZ #17746]
1909         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1910         conversion.
1912 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1914         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1915         to zero if not already defined.
1917 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1919         [BZ #17724]
1920         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1921         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1922         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1923         (char *) casts added.
1924         * sysdeps/ieee754/k_standardf.c: New file.
1925         * sysdeps/ieee754/k_standardl.c: Likewise.
1926         * math/Makefile (libm-support): Remove k_standard.
1927         (libm-calls): Add k_standard.
1929 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1931         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1932         Optimize to avoid an unnecessary FPCR read.
1934 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1936         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1937         Optimize to reduce FPCR/FPSR accesses.
1939 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1941         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1942         Call libc_fetestexcept_aarch64.
1944 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1946         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1947         Call libc_fesetround_aarch64.
1949 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1951         [BZ #17733]
1952         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1953         (__bind): Do not define as weak alias.
1954         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1955         define.
1956         (__getsockname): Do not define as weak alias.
1958 2014-12-22  Will Newton  <will.newton@linaro.org>
1960         * manual/install.texi: Document that we require bison 2.7
1961         or above.
1962         * INSTALL: Regenerate.
1963         * configure.ac: Use AC_CHECK_PROG_VER instead of
1964         AC_PATH_PROG when checking for bison and check for
1965         version 2.7 or above.
1966         * configure: Regenerate.
1968 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1970         [BZ #17745]
1971         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1972         * sysdeps/tile/ffsll.c (ffsll): To here.
1974         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1976 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1978         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1979         if not defined.
1980         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1981         definition.
1982         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1983         hidden ___tls_get_addr.
1984         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1985         hidden __tls_get_addr.
1986         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1987         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1988         Likewise.
1990 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1992         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1993         _dl_init call.
1995 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1997         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1998         from "call _dl_init@PLT".
1999         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2001 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2003         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2004         guarantees.
2006 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2008         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2010 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2012         [BZ #17744]
2013         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2014         strnlen.
2016 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2018         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2019         of multu on MIPSr6.
2020         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2021         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2022         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2023         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2024         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2026 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2028         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2029         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2030         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2031         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2032         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2033         mips32r6/mips64r6.
2034         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2036 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2038         * string/strncat.c (STRNCAT): Simplify implementation.
2040 2014-12-19  David S. Miller  <davem@davemloft.net>
2042         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2043         access the quad as both a long double and as a series of 4 words.
2045         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2046         link_map->l_info array access.
2048 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2050         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2052         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2053         * math/atest-exp2.c (TIMEOUT): Likewise.
2054         * math/atest-sincos.c (TIMEOUT): Likewise.
2056 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2058         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2059         -Wno-error with -fno-builtin-lround.
2061 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2063         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2064         Contains futex constants and functions moved over from ...
2065         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2066         <lowlevellock-futex.h>.
2067         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2068         (lll_timedwait_tid): Add comments and parentheses around macro
2069         arguments.
2071 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2073         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2074         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2075         (__lll_private_flag): Remove.
2076         (lll_futex_wait): Likewise.
2077         (lll_futex_timed_wait): Likewise.
2078         (lll_futex_wake): Likewise.
2079         (lll_futex_requeue): Likewise.
2080         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2081         (__lll_timedwait_tid): Spell out argument names.
2082         (lll_timedwait_tid): Add comments and parentheses around macro
2083         arguments.
2084         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2085         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2087 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2089         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2090         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2091         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2092         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2093         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2094         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2095         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2096         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2097         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2098         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2099         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2100         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2101         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2102         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2103         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2104         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2105         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2106         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2107         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2109 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2111         * sysdeps/x86_64/x32/Makefile: New file.
2113 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2115         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2116         1L with (mp_limb_t) 1.
2118 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2120         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2121         * nptl/libc_pthread_init.c: ... here.
2122         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2123         * nptl/register-atfork.c: ... here.
2125         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2126         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2127         Use assert_perror to check its return value.
2128         (__gai_create_helper_thread): Likewise.
2130         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2132         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2134 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2136         [BZ #17725]
2137         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2138         __profil_counter.
2139         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2140         Likewise.
2141         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2142         Likewise.
2143         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2144         Likewise.
2145         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2146         (profil_counter): Likewise.
2147         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2148         (profil_counter): Likewise.
2149         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2150         Likewise.
2151         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2152         Likewise.
2153         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2154         (profil_counter): Likewise.
2155         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2156         Likewise.
2157         [!__profil_counter] (profil_counter): Define as weak alias of
2158         __profil_counter.
2159         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2160         (profil_counter): Rename to __profil_counter.
2161         [!__profil_counter] (profil_counter): Define as weak alias of
2162         __profil_counter.
2163         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2164         (profil_counter): Rename to __profil_counter.
2165         [!__profil_counter] (profil_counter): Define as weak alias of
2166         __profil_counter.
2167         * sysdeps/posix/profil.c: Update comment referring to
2168         profil_counter.
2169         (__profil): Use __profil_counter instead of profil_counter.
2170         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2171         __profil_counter.  Use __profil_counter_ushort and
2172         __profil_counter_uint in definitions.
2173         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2174         instead of profil_counter_uint and profil_counter_ushort.
2176         [BZ #17722]
2177         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2178         define as weak alias of __inet_makeaddr.
2179         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2180         as weak alias of __inet_addr.
2181         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2182         as weak alias of __inet_pton.  Use libc_hidden_weak.
2183         * include/arpa/inet.h (__inet_pton): Declare.  Use
2184         libc_hidden_proto.
2185         (inet_makeaddr): Don't use libc_hidden_proto.
2186         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2187         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2188         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2189         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2190         Remove variable.
2191         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2192         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2194 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2196         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2198 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2200         * stdio-common/bug-vfprintf-nargs.c (do_test):
2201         Cast value to intptr_t to avoid format warning
2202         for usage with PRIdPTR printing macro.
2204 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2206         * libio/tst-widetext.c (do_test):
2207         Use format type %td instead of %Zd for ptrdiff_t
2208         in order to avoid format warning.
2210 2014-12-17  Andreas Schwab  <schwab@suse.de>
2212         * nscd/mem.c (gc): Add size_t cast to match printf format.
2214 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2216         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2217         (init): Apply PTR_MANGLE to pointers before storing them.
2218         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2219         before using them.
2221 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2223         [BZ #17719]
2224         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2225         define as weak alias of __memrchr.
2226         (__memrchr): Do not define as strong alias of memrchr.
2227         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2228         Remove variable.
2229         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2230         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2231         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2233         [BZ #17717]
2234         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2235         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2236         (if_indextoname): Rename to __if_indextoname and define as weak
2237         alias of __if_indextoname.  Use libc_hidden_weak.
2238         (if_freenameindex): Rename to __if_freenameindex and define as
2239         weak alias of __if_freenameindex.
2240         (if_nameindex): Rename to __if_nameindex and define as weak alias
2241         of __if_nameindex.
2242         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2243         __if_nametoindex and define as weak alias of __if_nametoindex.
2244         Use libc_hidden_weak.
2245         (if_freenameindex): Rename to __if_freenameindex and define as
2246         weak alias of __if_freenameindex.
2247         (if_nameindex): Rename to __if_nameindex and define as weak alias
2248         of __if_nameindex.
2249         (if_indextoname): Rename to __if_indextoname and define as weak
2250         alias of __if_indextoname.  Use libc_hidden_weak.
2251         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2252         __if_nametoindex and define as weak alias of __if_nametoindex.
2253         Use libc_hidden_weak.
2254         (if_freenameindex): Rename to __if_freenameindex and define as
2255         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2256         (if_nameindex_netlink): Use __if_freenameindex instead of
2257         if_freenameindex.
2258         (if_nameindex): Rename to __if_nameindex and define as weak alias
2259         of __if_nameindex.  Use libc_hidden_weak.
2260         (if_indextoname): Rename to __if_indextoname and define as weak
2261         alias of __if_indextoname.  Use libc_hidden_weak.
2262         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2263         libc_hidden_proto.
2264         [!_ISOMAC] (__if_freenameindex): Likewise.
2265         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2266         if_nametoindex.
2267         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2268         variable.
2269         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2270         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2271         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2272         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2273         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2274         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2275         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2277         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2278         Remove variable.
2279         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2280         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2282 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2284         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2285         subscript above bounds'
2287         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2288         bounds.
2290 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2292         * libio/tst-fopenloc.c: Use test-skeleton.c.
2294         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2295         (entry): Rename to ITEM.
2296         (do_test, comp): Adjust.
2298         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2300 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2302         * string/tester.c: Include <libc-internal.h>.
2303         (test_memset): Ignore -Wmemset-transposed-args.
2305 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2307         * misc/tst-mntent2.c (do_test): Fix warning.
2309 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2311         * elf/tst-unique4lib.cc(a): Mark as used.
2313 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2315         [BZ #17630]
2316         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2317         names.
2319 2014-12-16  Allan McRae  <allan@archlinux.org>
2321         * stdio-common/Makefile (tests): Re-add bug26.
2323 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2325         [BZ #17657]
2326         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2327         static array.
2329 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2331         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2332         (__lll_lock_wait): Likewise.
2333         (__lll_timedlock_wait): Likewise.
2334         (__lll_timedwait_tid): Likewise.
2335         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2336         (__lll_robust_timedlock_wait): Likewise.
2337         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2338         (lll_cond_trylock): Likewise.
2339         (__lll_lock): Likewise.
2340         (__lll_robust_lock): Likewise.
2341         (__lll_cond_lock): Likewise.
2342         (lll_robust_cond_lock): Likewise.
2343         (__lll_timedlock): Likewise.
2344         (__lll_robust_timedlock): Likewise.
2345         (__lll_unlock): Likewise.
2346         (__lll_robust_unlock): Likewise.
2347         (lll_wait_tid): Likewise.
2348         (lll_timedwait_tid): Likewise.
2350 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2352         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2354 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2356         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2358 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2360         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2361         * stdio-common/tst-sprintf.c: Likewise.
2363 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2365         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2367 2014-12-15  Jeff Law  <law@redhat.com>
2369         [BZ #16617]
2370         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2371         on the heap.  (CVE-2012-3406)
2372         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2373         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2374         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2376 2014-12-15  Will Newton  <will.newton@linaro.org>
2378         * manual/install.texi: Bump required version of texinfo
2379         to 4.7 from 4.5.
2380         * INSTALL: Regenerated.
2381         * configure.ac: Check for makeinfo version 4.7 and above.
2382         * configure: Regenerated.
2384 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2386         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2387         PREFIX, string constant to insert between directory and name.
2388         * sysdeps/posix/shm_open.c: Update caller.
2389         * sysdeps/posix/shm_unlink.c: Likewise.
2390         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2391         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2392         (SEM_SHM_PREFIX): New macro.
2393         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2394         [$(have-thread-library) = no].
2395         * nptl/Makefile (libpthread-routines): Add shm-directory.
2396         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2397         * sysdeps/nptl/shm-directory.h: New file.
2398         * sysdeps/posix/shm-directory.c
2399         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2400         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2401         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2402         INTERNAL_SYSCALL.
2403         (__where_is_shmfs): Function removed.
2404         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2405         Variables removed.
2406         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2407         Use SHM_GET_NAME.
2408         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2410         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2411         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2412         unconditional for use inside libpthread.
2413         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2415 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2417         * nptl/pthread_getaffinity.c: New file.
2418         * nptl/pthread_setaffinity.c: New file.
2419         * nptl/pthread_getname.c: New file.
2420         * nptl/pthread_setname.c: New file.
2422         * nptl/pthread_create.c (START_THREAD_DEFN)
2423         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2425 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2426             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2428         * resolv/res_send.c (send_vc): Disable warning resplen may
2429         be used uninitialized.
2431 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2433         * nptl/tst-mutex6.c
2434         (ATTR_NULL): New define checks ATTR against NULL.
2435         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2436         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2438 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2440         [BZ #17581]
2441         * malloc/hooks.c
2442         (mem2mem_check): Revert my previous change.
2443         (malloc_check_get_size): Revert my previous change.
2444         (mem2chunk_check): Revert my previous change.
2446 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2448         * sysdeps/posix/shm-directory.c: New file.
2449         * sysdeps/posix/shm-directory.h: New file.
2450         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2451         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2452         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2453         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2454         Transmute EPERM to EACCES.
2455         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2456         from ...
2457         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2458         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2460 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2462         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2463         pointer and cast to uintptr_t.
2464         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2465         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2466         Add cast to avoid warning.
2467         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2469 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2471         * nptl/semaphore.h: Move to ...
2472         * sysdeps/pthread/semaphore.h: ... here.
2473         * Makefile (installed-headers): Change nptl/semaphore.h to
2474         sysdeps/pthread/semaphore.h.
2476 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2478         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2479         generated error format strings.
2481         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2482         -Wformat-extra-args warnings for scanf formats.
2483         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2484         test of zero-length format (duh).
2485         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2486         corner-case scanf format test.
2487         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2488         generated fprintf format string.
2489         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2490         corner-case sprintf format tests.
2491         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2492         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2493         -Wformat-extra-args warnings throughout.
2494         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2495         (CFLAGS-scanf4.c): Likewise.
2496         (CFLAGS-scanf7.c): Likewise.
2497         (CFLAGS-tst-sprintf.c): Likewise.
2498         (CFLAGS-tst-printf.c): Likewise.
2499         (CFLAGS-tst-printfsz.c): Likewise.
2501 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2503         * include/cpio.h: New file.
2504         * include/fmtmsg.h: Likewise.
2506         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2507         corresponding format argument to size_t.
2508         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2509         arguments.
2510         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2511         corresponding format argument to size_t.
2512         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2513         arguments.
2514         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2515         corresponding format argument to size_t.
2516         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2517         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2518         (CFLAGS-tst-mbswcs2.c): Likewise.
2519         (CFLAGS-tst-mbswcs3.c): Likewise.
2520         (CFLAGS-tst-mbswcs4.c): Likewise.
2521         (CFLAGS-tst-mbswcs5.c): Likewise.
2522         (CFLAGS-tst-trans.c): Likewise
2524 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2526         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2527         rather than assuming they won't contain any '%'s.
2529 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2531         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2532         inhibit_loop_to_libcall to avoid recursive calls.
2533         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2534         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2536 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2538         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2539         prototype.
2541 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2543         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2544         integer value instead of boolean.
2546 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2548         * malloc/malloc.c: Fix powerof2 check.
2550 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2552         * locale/programs/locfile.h (maybe_swap_uint32):
2553         Remove inline and add unused attribute.
2555 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2557         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2558         Truncating assembler expression to a .long expression.
2560 2014-12-11  Andreas Schwab  <schwab@suse.de>
2562         * elf/rtld.c (struct map_args): Constify str member.
2563         (do_preload): Constify fname argument.
2565 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2567         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2568         constants definition.
2570 2014-12-11  Andreas Schwab  <schwab@suse.de>
2572         [BZ #16657]
2573         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2574         FORCE_ELISION instead of DO_ELISION.
2575         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2576         Remove.
2577         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2578         Likewise.
2580         * iconvdata/gconv-modules: Remove duplicate entry.
2582 2014-12-11  Will Newton  <will.newton@linaro.org>
2584         Merge gettext 0.19.3 into intl/.
2586         This involves a number of cosmetic changes to comments
2587         and ANSI function definitions and prototypes throughout
2588         all the files. The gettext copyright header is used but
2589         with the date ranges taken from the glibc copy.
2591         * NEWS: Add gettext merge to 2.21.
2592         * intl/bindtextdom.c: Switch to gettext copyright.
2593         Use ANSI definitions and prototypes.
2594         Use gl_* locking primitives rather than __libc_* ones.
2595         Use __builtin_expect rather than __glibc_likely/unlikely.
2596         * intl/dcgettext.c: Switch to gettext copyright.
2597         Use ANSI definitions and prototypes.
2598         * intl/dcigettext.c: Switch to gettext copyright.
2599         Use ANSI definitions and prototypes.
2600         (INTDIV0_RAISES_SIGFPE): New define.
2601         Use gl_* locking primitives rather than __libc_* ones.
2602         Include eval-plural.h instead of plural-eval.c.
2603         Use __builtin_expect rather than __glibc_likely/unlikely.
2604         * intl/dcngettext.c: Switch to gettext copyright.
2605         Use ANSI definitions and prototypes.
2606         * intl/dgettext.c: Likewise.
2607         * intl/dngettext.c: Likewise.
2608         * intl/plural-eval.c: Renamed to...
2609         * intl/eval-plural.h: ...this.
2610         * intl/explodename.c: Switch to gettext copyright.
2611         Use ANSI definitions and prototypes.
2612         (_nl_explode_name): Use strchr instead of __rawmemchr.
2613         * intl/finddomain.c: Switch to gettext copyright.
2614         Use ANSI definitions and prototypes.
2615         Use gl_* locking primitives rather than __libc_* ones.
2616         (_nl_find_domain): Use malloc rather than alloca for
2617         allocation of temporary locale name.
2618         * intl/gettext.c: Switch to gettext copyright.
2619         Use ANSI definitions and prototypes.
2620         * intl/gettextP.h: Switch to gettext copyright.
2621         Use ANSI definitions and prototypes.
2622         Use gl_* locking primitives rather than __libc_* ones.
2623         * intl/gmo.h: Switch to gettext copyright.
2624         (struct sysdep_string): Move struct segment_pair outside of
2625         struct definition.
2626         * intl/hash-string.c: Use ANSI definitions and prototypes.
2627         * intl/hash-string.h: Switch to gettext copyright.
2628         Use ANSI definitions and prototypes.
2629         * intl/l10nflist.c: Switch to gettext copyright.
2630         Use ANSI definitions and prototypes.
2631         (_nl_normalize_codeset): Avoid integer overflow.
2632         * intl/loadinfo.h: Switch to gettext copyright.
2633         Use ANSI definitions and prototypes.
2634         (LIBINTL_DLL_EXPORTED): New define.
2635         (PATH_SEPARATOR): New define.
2636         * intl/loadmsgcat.c: Switch to gettext copyright.
2637         * intl/localealias.c: Switch to gettext copyright.
2638         Use ANSI definitions and prototypes.
2639         (_nl_expand_alias): Use PATH_SEPARATOR.
2640         * intl/ngettext.c: Switch to gettext copyright.
2641         Use ANSI definitions and prototypes.
2642         * intl/plural-exp.c: Likewise.
2643         * intl/plural-exp.h: Switch to gettext copyright.
2644         Use ANSI definitions and prototypes.
2645         (struct expression): Move definition of enum operator outside
2646         of struct definition.
2647         * intl/plural.c: Regenerate.
2648         * intl/plural.y: Switch to gettext copyright.
2649         Use ANSI definitions and prototypes.
2650         Port to bison 3.0.
2651         * intl/textdomain.c: Switch to gettext copyright.
2652         Use ANSI definitions and prototypes.
2653         Use gl_* locking primitives rather than __libc_* ones.
2655 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2657         * debug/warning-nop.c: Add used atrribute.
2659 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2661         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2663         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2664         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2665         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2667 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2668             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2670         [BZ #17634]
2671         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2672         Undefine after defining function.  Define as weak alias of
2673         __wcschr.  Use libc_hidden_weak.
2674         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2675         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2676         (libc_hidden_def): Also define __GI___wcschr alias.
2677         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2678         __wcschr and define as weak alias of __wcschr.
2679         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2680         __wcschr.
2681         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2682         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2683         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2684         libc_hidden_weak.  Do not use libc_hidden_def.
2685         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2686         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2687         __GI___wcschr alias.
2688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2689         [IS_IN (libc)] (wcschr): Define as macro expanding to
2690         __redirect_wcschr.
2691         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2692         [IS_IN (libc)] (__wcschr_power6): Likewise.
2693         [IS_IN (libc)] (__wcschr_power7): Likewise.
2694         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2695         instead of wcschr.
2696         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2697         __libc_wcschr.
2698         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2699         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2700         __wcschr and define as weak alias of __wcschr.  Use
2701         libc_hidden_builtin_def.
2702         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2703         as weak alias of __wcschr.  Use libc_hidden_weak.
2704         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2705         wcschr.
2706         * time/era.c (_nl_init_era_entries): Likewise.
2707         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2708         variable.
2709         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2710         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2712 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2714         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2715         format for long int variable.
2717 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2719         [BZ #10672]
2720         * manual/search.texi: (Array Sort Function): Remove claim how to make
2721         qsort stable.
2723 2014-12-10  Andreas Schwab  <schwab@suse.de>
2725         [BZ #12847]
2726         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2727         user-controlled locks.
2729 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2731         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2732         register.
2734 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2736         * configure.ac (--disable-werror): New configure option.
2737         (enable_werror): New AC_SUBST.
2738         * configure: Regenerated.
2739         * config.make.in (enable-werror): New variable.
2740         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2741         -Wno-error=undef.
2742         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2743         * manual/install.texi (Configuring and compiling): Document
2744         --disable-werror.
2745         * INSTALL: Regenerated.
2746         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2747         (CFLAGS-tst-chk2.c): Likewise.
2748         (CFLAGS-tst-chk3.c): Likewise.
2749         (CFLAGS-tst-chk4.cc): Likewise.
2750         (CFLAGS-tst-chk5.cc): Likewise.
2751         (CFLAGS-tst-chk6.cc): Likewise.
2752         (CFLAGS-tst-lfschk1.c): Likewise.
2753         (CFLAGS-tst-lfschk2.c): Likewise.
2754         (CFLAGS-tst-lfschk3.c): Likewise.
2755         (CFLAGS-tst-lfschk4.cc): Likewise.
2756         (CFLAGS-tst-lfschk5.cc): Likewise.
2757         (CFLAGS-tst-lfschk6.cc): Likewise.
2759         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2760         (main): Disable -Wdeprecated-declarations around calls to
2761         register_printf_function.
2763         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2764         (do_test): Disable -Wdiv-by-zero around some calls to
2765         fwrite_unlocked and fread_unlocked.
2767         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2768         (DIAG_POP_NEEDS_COMMENT): Likewise.
2769         (_DIAG_STR1): Likewise.
2770         (_DIAG_STR): Likewise.
2771         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2772         * stdio-common/bug21.c: Include <libc-internal.h>.
2773         (do_test): Disable -Wformat around call to sscanf.
2774         * stdio-common/scanf14.c: Include <libc-internal.h>.
2775         (main): Disable -Wformat around some calls to scanf functions.
2777 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2779         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2781 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2783         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2784         stack variable alignment.
2786 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2788         [BZ #17682]
2789         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2790         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2791         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2792         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2793         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2794         __getrlimit instead of getrlimit.
2795         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2796         __gettimeofday instead of gettimeofday.
2797         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2798         Likewise.
2799         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2800         Likewise.
2801         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2802         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2803         Remove variable.
2804         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2805         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2807 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2809         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2810         for wide-character tests.
2812 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2814         * io/openat64.c: #include <libc-internal.h>
2815         (__openat64): Prototypify.  Use ignore_value on MODE.
2816         * io/openat.c: Likewise.
2817         * misc/reboot.c: #include <libc-internal.h>
2818         (reboot): Prototypify.  Use ignore_value on HOWTO.
2819         * misc/ptrace.c: #include <libc-internal.h>
2820         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2822 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2824         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2825         XPG4, UNIX98 and XOPEN2K.
2826         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2827         Remove variable.
2828         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2830 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2832         * libio/fileops.c: Use ISO C style for function definitions.
2833         * libio/iofopen.c: Likewise.
2834         * libio/wfileops.c: Likewise.
2836         [BZ #17653]
2837         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2838         offset on EOF.
2839         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2840         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2841         (fgets_func): Function pointer to fgets and fgetws.
2842         (do_ftell_test): Add test to verify ftell value after read
2843         EOF.
2844         (do_test): Set fgets_func.
2846         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2847         O_TRUNC flag for w and w+ modes.
2848         (do_rewind_test): Likewise.
2849         (do_ftell_test): Likewise.
2850         (do_write_test): Likewise.
2852         [BZ #17647]
2853         * libio/fileops.c (do_ftell): Seek only when there are
2854         unflushed writes.
2855         * libio/wfileops.c (do_ftell_wide): Likewise.
2856         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2857         test case.
2858         (do_one_test): Call it.
2860 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2862         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2863         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2864         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2865         Remove variable.
2866         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2867         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2868         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2870 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2872         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2873         Remove variable.
2874         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2876         [BZ #17668]
2877         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2878         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2879         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2880         __freeifaddrs.  Use libc_hidden_weak.
2881         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2882         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2883         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2884         __freeifaddrs.  Use libc_hidden_weak.
2885         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2886         __getifaddrs and define as weak alias of __getifaddrs.  Use
2887         libc_hidden_weak.
2888         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2889         __freeifaddrs.  Use libc_hidden_weak.
2890         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2891         Remove variable.
2892         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2893         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2895 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2897         [BZ #17601]
2898         * sysdeps/mips/start.S (__start): Use indirect jump to call
2899         __libc_start_main.
2901 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2903         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2905         * nptl/tst-mutex1.c: Include <stdbool.h>.
2906         [!ATTR] (ATTR_NULL): New macro.
2907         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2908         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2909         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2911         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2912         to char *.
2914         [BZ #17665]
2915         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2916         Change conditional to [__USE_MISC].
2918         [BZ #17664]
2919         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2920         fgets_unlocked.
2921         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2922         __fgets_unlocked.
2923         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2924         fgets_unlocked.
2925         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2926         Remove variable.
2927         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2928         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2929         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2930         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2931         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2932         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2933         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2934         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2935         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2937         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2939 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2941         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2942         Remove strpbrk objects.
2943         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2944         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2945         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2946         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2947         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2948         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2950         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2951         Remove strcspn objects.
2952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2953         (__libc_ifunc_impl_list): Remove strcspn implementation.
2954         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2955         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2956         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2957         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2959         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2960         Remove strspn objetcs.
2961         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2962         (__libc_ifunc_impl_list): Remove strspn implementation.
2963         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2964         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2965         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2966         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2968 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2970         [BZ #17581]
2971         * malloc/hooks.c
2972         (mem2mem_check): Add a terminator to the chain of checking blocks.
2973         (malloc_check_get_size): Use it here.
2974         (mem2chunk_check): Ditto.
2976 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2978         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2979         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2981 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2983         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2985         * nptl/nptl-init.c: Include libc-internal.h.
2986         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2988         * elf/ldconfig.c (search_dir): Expand comment.
2990 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2992         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2993         variable.
2994         (linknamespace-symlist-stdlibs-tests): Likewise.
2995         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2996         instead of $(objpfx)symlist-stdlibs.
2997         (linknamespace-libs-isoc): New variable.
2998         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2999         (linknamespace-libs-ISO): New variable.
3000         (linknamespace-libs-ISO99): Likewise.
3001         (linknamespace-libs-ISO11): Likewise.
3002         (linknamespace-libs-XPG3): Likewise.
3003         (linknamespace-libs-XPG4): Likewise.
3004         (linknamespace-libs-POSIX): Likewise.
3005         (linknamespace-libs-UNIX98): Likewise.
3006         (linknamespace-libs-XOPEN2K): Likewise.
3007         (linknamespace-libs-POSIX2008): Likewise.
3008         (linknamespace-libs-XOPEN2K8): Likewise.
3009         ($(objpfx)symlist-stdlibs): Replace by
3010         $(linknamespace-symlist-stdlibs-tests).  Use
3011         $(linknamespace-libs-$*) as set of libraries.
3012         ($(linknamespace-header-tests)): Update dependencies.  Use
3013         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3014         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3015         * conform/linknamespace.pl: Remove comment about considering
3016         definitions of symbols from irrelevant libraries.
3018 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3020         [BZ #13862]
3021         * elf/dl-tls.c: Include <atomic.h>.
3022         (oom): Remove #ifdef SHARED/#endif.
3023         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3024         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3025         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3026         big enough.
3027         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3028         * nptl/Makefile (tests): Add tst-stack4.
3029         (modules-names): Add tst-stack4mod.
3030         ($(objpfx)tst-stack4): New.
3031         (tst-stack4mod.sos): Likewise.
3032         ($(objpfx)tst-stack4.out): Likewise.
3033         ($(tst-stack4mod.sos)): Likewise.
3034         (clean): Likewise.
3035         * nptl/tst-stack4.c: New file.
3036         * nptl/tst-stack4mod.c: Likewise.
3038 2014-11-27  J. Brown  <jb999@gmx.de>
3040         * sysdeps/x86/bits/string.h: Add recent CPUs.
3042 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3044         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3045         sigblock.
3047         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3048         feof.
3050         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3051         variable.
3053 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3055         * nscd/connections.c: Include libc-internal.h because of macro
3056         usage ignore_value.
3058 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3060         * string/bits/string3.h (__warn_memset_zero_len): Don't
3061         declare for gcc newer than 5.0.
3062         (memset): Don't test for zero-length __LEN for gcc newer than
3063         5.0.
3065 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3067         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3068         size_t for %zu format.
3070         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3071         difference, not %ju.
3073 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3075         * include/libc-internal.h (ignore_value): New macro.
3076         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3077         with ignore_value.
3079         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3080         definition.
3082         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3083         pthread_cleanup_push to void *.
3085         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3086         Undefine.
3088         [BZ #16619]
3089         [BZ #16740]
3090         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3091         instead of 1L << 52.
3093         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3094         * libio/bug-rewind2.c (do_test): Likewise.
3096         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3097         * debug/test-strcpy_chk-ifunc.c: Likewise.
3098         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3099         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3100         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3101         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3102         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3103         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3104         * Rules [$(multi-arch) = no] (tests): Do not filter out
3105         $(tests-ifunc).
3106         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3107         * debug/Makefile (tests-ifunc): Remove variable.
3108         (tests): Do not add $(tests-ifunc).
3109         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3110         (tests): Do not add $(tests-ifunc).
3111         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3112         [TEST_IFUNC]: Remove conditionals.
3113         * string/test-string.h (TEST_IFUNC): Remove macro.
3114         [TEST_IFUNC]: Remove conditionals.
3116         * string/test-strchr.c [!WIDE] (L): New macro.
3117         [WIDE] (L): Likewise.
3118         (check1): Use CHAR instead of char.  Use L on string and character
3119         constants.
3121 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3123         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3124         tests.
3125         * sysdeps/powerpc/bits/atomic.h
3126         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3127         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3128         (atomic_exchange_and_add_acq): Likewise.
3129         (atomic_exchange_and_add_rel): Likewise.
3130         * sysdeps/powerpc/powerpc32/bits/atomic.h
3131         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3132         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3133         * sysdeps/powerpc/powerpc64/bits/atomic.h
3134         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3135         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3137 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3139         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3140         Change synchronization of __sched_fifo_min_prio and
3141         __sched_fifo_max_prio.
3142         * nptl/pthread_mutexattr_getprioceiling.c
3143         (pthread_mutexattr_getprioceiling): Likewise.
3144         * nptl/pthread_mutexattr_setprioceiling.c
3145         (pthread_mutexattr_setprioceiling): Likewise.
3146         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3147         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3148         Likewise.
3150 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3152         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3153         void.
3155 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3157         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3158         third argument const.
3160 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3162         fnmatch: work around GCC compiler warning bug with uninit var
3163         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3164         This works around a bug with x86-64 GCC 4.9.2 and earlier
3165         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3166         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3167         used uninitialized in this function [-Wmaybe-uninitialized]".
3169 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3171         * posix/bug-regex31.c (main): Return RES not 0.
3173 2014-11-25  Anton Blanchard <anton@samba.org>
3175         * sysdeps/powerpc/bits/atomic.h
3176         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3178 2014-11-24  Sterling Augustine  <saugustine@google.com>
3180         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3182 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3184         [BZ #17608]
3185         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3187 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3189         [BZ #17633]
3190         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3191         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3192         variable.
3193         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3194         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3196 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3198         * string/strncpy.c (strncpy): Improve performance by using memset.
3200 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3202         * string/strcpy.c (strcpy):
3203         Improve performance by using strlen and memcpy.
3205 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3207         * string/strcoll_l.c (get_next_seq): __always_inline.
3208         * string/strcoll_l.c (do_compare): __always_inline.
3210 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3212         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3213         defined.
3214         * include/mqueue.h: Likewise.
3215         * include/stdlib.h: Likewise.
3217         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3218         (get_null_defines): Adjust.
3219         * sunrpc/Makefile: Adjust comment.
3220         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3221         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3222         (CFLAGS-interp.c): Likewise.
3223         (CFLAGS-ldconfig.c): Likewise.
3224         (CPPFLAGS-.os): Likewise.
3225         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3226         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3227         * extra-modules.mk (extra-modules.mk): Likewise.
3228         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3229         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3230         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3231         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3232         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3233         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3234         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3235         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3236         * iconvdata/Makefile (CPPFLAGS): Likewise.
3237         (cpp-srcs-left): Add libof for all iconvdata routines.
3238         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3239         * include/assert.h: Likewise.
3240         * include/ctype.h: Likewise.
3241         * include/errno.h: Likewise.
3242         * include/libc-symbols.h: Likewise.
3243         * include/math.h: Likewise.
3244         * include/netdb.h: Likewise.
3245         * include/resolv.h: Likewise.
3246         * include/stdio.h: Likewise.
3247         * include/stdlib.h: Likewise.
3248         * include/string.h: Likewise.
3249         * include/sys/stat.h: Likewise.
3250         * include/wctype.h: Likewise.
3251         * intl/l10nflist.c: Likewise.
3252         * libidn/idn-stub.c: Likewise.
3253         * libio/libioP.h: Likewise.
3254         * nptl/libc_multiple_threads.c: Likewise.
3255         * nptl/pthreadP.h: Likewise.
3256         * posix/regex_internal.h: Likewise.
3257         * resolv/res_hconf.c: Likewise.
3258         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3259         * sysdeps/arm/memmove.S: Likewise.
3260         * sysdeps/arm/sysdep.h: Likewise.
3261         * sysdeps/generic/_itoa.h: Likewise.
3262         * sysdeps/generic/symbol-hacks.h: Likewise.
3263         * sysdeps/gnu/errlist.awk: Likewise.
3264         * sysdeps/gnu/errlist.c: Likewise.
3265         * sysdeps/i386/i586/memcpy.S: Likewise.
3266         * sysdeps/i386/i586/memset.S: Likewise.
3267         * sysdeps/i386/i686/memcpy.S: Likewise.
3268         * sysdeps/i386/i686/memmove.S: Likewise.
3269         * sysdeps/i386/i686/mempcpy.S: Likewise.
3270         * sysdeps/i386/i686/memset.S: Likewise.
3271         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3272         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3273         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3274         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3275         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3276         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3277         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3278         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3279         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3280         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3281         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3282         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3283         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3284         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3285         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3286         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3287         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3288         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3289         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3290         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3291         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3292         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3293         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3294         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3295         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3296         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3297         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3298         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3299         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3300         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3301         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3302         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3303         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3304         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3305         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3306         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3307         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3308         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3309         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3310         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3311         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3312         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3313         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3314         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3315         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3316         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3317         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3318         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3319         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3320         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3321         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3322         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3323         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3324         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3325         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3326         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3327         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3328         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3329         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3330         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3331         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3332         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3333         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3334         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3335         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3336         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3337         * sysdeps/posix/closedir.c: Likewise.
3338         * sysdeps/posix/opendir.c: Likewise.
3339         * sysdeps/posix/readdir.c: Likewise.
3340         * sysdeps/posix/rewinddir.c: Likewise.
3341         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3342         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3343         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3344         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3345         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3346         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3347         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3348         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3349         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3350         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3351         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3352         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3353         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3354         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3355         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3356         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3357         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3358         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3359         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3360         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3361         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3362         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3363         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3364         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3365         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3366         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3367         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3368         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3369         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3370         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3371         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3372         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3373         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3374         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3375         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3376         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3377         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3378         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3379         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3380         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3381         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3382         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3383         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3384         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3385         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3386         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3387         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3388         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3389         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3390         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3391         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3392         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3393         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3394         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3395         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3396         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3397         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3398         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3399         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3400         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3401         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3402         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3403         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3404         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3405         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3406         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3407         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3408         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3409         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3410         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3411         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3412         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3413         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3414         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3415         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3416         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3417         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3418         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3419         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3420         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3421         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3422         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3423         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3424         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3425         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3426         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3427         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3428         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3429         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3430         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3431         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3432         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3433         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3434         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3435         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3436         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3437         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3439         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3440         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3441         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3442         * sysdeps/unix/alpha/sysdep.S: Likewise.
3443         * sysdeps/unix/alpha/sysdep.h: Likewise.
3444         * sysdeps/unix/make-syscalls.sh: Likewise.
3445         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3446         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3447         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3448         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3449         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3450         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3451         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3452         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3453         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3454         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3455         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3456         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3457         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3458         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3459         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3460         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3461         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3462         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3463         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3464         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3465         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3466         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3467         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3468         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3469         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3470         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3471         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3474         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3475         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3476         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3477         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3478         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3479         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3480         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3481         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3482         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3483         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3484         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3485         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3486         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3487         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3488         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3489         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3490         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3491         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3492         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3493         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3494         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3495         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3496         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3497         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3498         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3499         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3500         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3501         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3502         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3503         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3504         * sysdeps/x86_64/memcpy.S: Likewise.
3505         * sysdeps/x86_64/memmove.c: Likewise.
3506         * sysdeps/x86_64/memset.S: Likewise.
3507         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3508         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3509         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3510         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3511         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3512         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3513         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3514         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3515         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3516         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3517         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3518         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3519         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3520         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3521         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3522         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3523         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3524         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3525         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3526         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3527         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3528         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3529         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3530         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3531         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3532         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3533         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3534         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3535         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3536         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3537         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3538         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3539         * sysdeps/x86_64/strcmp.S: Likewise.
3541         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3543         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3544         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3545         * elf/rtld-Rules: Likewise.
3546         * elf/setup-vdso.h: Likewise.
3547         * include/assert.h: Likewise.
3548         * include/bits/stdlib-float.h: Likewise.
3549         * include/errno.h: Likewise.
3550         * include/sys/stat.h: Likewise.
3551         * include/unistd.h: Likewise.
3552         * sysdeps/aarch64/setjmp.S: Likewise.
3553         * sysdeps/alpha/setjmp.S: Likewise.
3554         * sysdeps/arm/__longjmp.S: Likewise.
3555         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3556         * sysdeps/arm/setjmp.S: Likewise.
3557         * sysdeps/arm/sysdep.h: Likewise.
3558         * sysdeps/generic/_itoa.h: Likewise.
3559         * sysdeps/generic/dl-sysdep.h: Likewise.
3560         * sysdeps/generic/ldsodefs.h: Likewise.
3561         * sysdeps/i386/dl-tls.h: Likewise.
3562         * sysdeps/i386/setjmp.S: Likewise.
3563         * sysdeps/m68k/setjmp.c: Likewise.
3564         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3565         * sysdeps/mach/hurd/opendir.c: Likewise.
3566         * sysdeps/posix/getcwd.c: Likewise.
3567         * sysdeps/posix/opendir.c: Likewise.
3568         * sysdeps/posix/profil.c: Likewise.
3569         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3570         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3571         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3572         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3573         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3574         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3575         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3576         * sysdeps/s390/dl-tls.h: Likewise.
3577         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3578         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3579         * sysdeps/sh/sh3/setjmp.S: Likewise.
3580         * sysdeps/sh/sh4/setjmp.S: Likewise.
3581         * sysdeps/unix/alpha/sysdep.h: Likewise.
3582         * sysdeps/unix/arm/sysdep.S: Likewise.
3583         * sysdeps/unix/i386/sysdep.S: Likewise.
3584         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3585         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3586         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3587         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3588         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3589         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3590         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3591         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3592         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3593         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3594         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3595         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3596         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3599         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3600         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3601         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3602         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3603         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3604         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3605         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3606         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3607         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3608         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3609         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3610         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3611         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3612         * sysdeps/x86_64/setjmp.S: Likewise.
3614         * include/math.h: Use IS_IN instead of IS_IN_libm.
3615         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3616         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3617         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3618         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3619         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3620         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3621         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3622         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3623         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3624         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3625         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3626         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3627         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3628         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3629         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3630         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3631         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3632         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3633         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3634         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3635         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3636         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3637         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3638         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3639         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3640         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3641         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3642         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3643         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3644         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3645         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3646         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3647         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3649         Likewise.
3650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3651         Likewise.
3652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3653         Likewise.
3654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3655         Likewise.
3656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3657         Likewise.
3658         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3659         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3660         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3661         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3662         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3663         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3669         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3670         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3671         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3672         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3673         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3674         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3675         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3676         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3677         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3678         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3679         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3680         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3681         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3682         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3683         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3684         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3686         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3687         * nptl/pthreadP.h: Likewise.
3688         * nptl_db/structs.def: Likewise.
3689         * sysdeps/arm/sysdep.h: Likewise.
3690         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3691         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3692         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3693         * sysdeps/unix/alpha/sysdep.h: Likewise.
3694         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3695         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3696         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3697         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3698         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3699         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3700         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3701         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3702         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3703         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3704         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3705         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3706         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3707         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3710         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3711         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3712         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3713         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3714         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3715         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3716         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3717         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3718         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3719         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3721         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3722         * nptl/pthreadP.h: Likewise.
3723         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3724         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3725         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3726         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3727         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3728         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3729         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3730         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3731         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3732         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3733         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3734         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3736         Likewise.
3737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3738         Likewise.
3739         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3740         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3741         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3742         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3743         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3744         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3745         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3746         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3748         * dlfcn/dladdr.c: Use IS_IN.
3749         * dlfcn/dladdr1.c: Likewise.
3750         * dlfcn/dlclose.c: Likewise.
3751         * dlfcn/dlerror.c: Likewise.
3752         * dlfcn/dlinfo.c: Likewise.
3753         * dlfcn/dlmopen.c: Likewise.
3754         * dlfcn/dlopen.c: Likewise.
3755         * dlfcn/dlsym.c: Likewise.
3756         * dlfcn/dlvsym.c: Likewise.
3758         * include/ifaddrs.h: Use IS_IN.
3759         * inet/check_pf.c: Likewise.
3760         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3761         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3763         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3764         IS_IN_ldconfig.
3765         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3766         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3768         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3769         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3770         IS_IN (libc).
3772         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3774         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3775         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3776         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3777         * include/libc-symbols.h (IS_IN_LIB): New macro.
3778         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3779         * include/netdb.h: Likewise.
3780         * include/stap-probe.h: Remove all uses of IN_LIB.
3782         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3783         instead of IN_MODULE.
3784         * include/libc-symbols.h (IN_MODULE): Define using
3785         MODULE_NAME.
3786         (PASTE_NAME, PASTE_NAME1): New macros.
3787         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3788         of IN_LIB.
3789         (STAP_PROBE_ASM): Likewise.
3791 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3793         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3794         __mach_init in dlopened libc.
3796 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3798         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3799         * sysdeps/arm/preconfigure: Regenerate.
3801 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3803         * nptl/pthread_create.c (__pthread_create_2_1): Set
3804         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3805         when copying values from IATTR into PD.
3807 2014-11-21  Will Newton  <will.newton@linaro.org>
3808             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3810         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3811         Refactor inline-asm.  Also add comment.
3813         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3814         ElfW macro instead of hardcoded Elf64 types.
3815         (la_aarch64_gnu_pltenter): Likewise.
3816         * sysdeps/aarch64/dl-machine.h
3817         (elf_machine_runtime_setup): Use ElfW(Addr).
3819         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3820         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3821         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3822         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3823         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3824         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3825         (R_AARCH64_TLS_DTPMOD): This.
3826         (R_AARCH64_TLS_DTPREL64): Rename to ...
3827         (R_AARCH64_TLS_DTPREL): This.
3828         (R_AARCH64_TLS_TPREL64): Rename to ...
3829         (R_AARCH64_TLS_TPREL): This.
3830         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3831         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3832         R_AARCH64_TLS_TPREL64.
3833         (elf_machine_rela): Likewise.
3835 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3837         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3838         by setting it to 0.  64b atomics are not supported currently.
3840 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3842         [BZ #16469]
3843         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3844         search domain names.
3846 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3848         [BZ #16469]
3849         * NEWS: Update.
3850         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3851         trailing dot.
3852         * posix/tst-getaddrinfo5.c: New.
3853         * posix/Makefile (tests): Add it.
3855 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3857         [BZ #14498]
3858         * NEWS: Fixed.
3859         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3860         after parsing line but before break_if_match.
3861         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3862         if there is a protocol mismatch.
3864 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3866         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3867         because the potential race is on the user-supplied stream.
3869 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3871         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3872         string literal if not passed a buffer.
3873         * manual/job.texi (ctermid): Update reasoning, note deviation
3874         from posix, suggest mtasurace when not passed a buffer, for
3875         future non-preliminary safety notes.
3877 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3879         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3880         of not passing it a buffer.
3881         Reported by Peng Haitao.
3883 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3885         * manual/Makefile ($(objpfx)stamp-summary): Require
3886         check-safety.sh to pass.
3887         * manual/check-safety.sh: Wish for verification that every
3888         @deftypefn and @deftypefun is followed by a @safety remark.
3890 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3892         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3894         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3895         PTHREAD_CANCEL_ASYNCHRONOUS.
3896         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3897         send SIGCANCEL.
3899         * nptl/default-sched.h: New file.
3900         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3901         * nptl/pthread_create.c: Include it.
3902         (__pthread_create_2_1): Use collect_default_sched instead of making
3903         Linux syscalls here directly.
3905 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3907         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3908         __pthread_once): Use C11 atomics.
3910 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3912         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3914 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3916         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3917         atomic_thread_fence_acquire, atomic_thread_fence_release,
3918         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3919         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3920         atomic_compare_exchange_weak_relaxed,
3921         atomic_compare_exchange_weak_acquire,
3922         atomic_compare_exchange_weak_release,
3923         atomic_exchange_acquire, atomic_exchange_release,
3924         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3925         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3926         atomic_fetch_and_acquire,
3927         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3929 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3931         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3932         USE_ATOMIC_COMPILER_BUILTINS): Define.
3933         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3934         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3935         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3936         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3937         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3938         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3939         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3940         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3941         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3942         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3943         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3944         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3945         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3946         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3947         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3948         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3949         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3950         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3951         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3952         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3953         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3954         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3955         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3956         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3957         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3958         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3959         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3960         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3961         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3962         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3963         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3964         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3965         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3966         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3967         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3968         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3969         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3970         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3971         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3972         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3974 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3976         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3977         the sched_priority value here.  It was already checked when the user
3978         called pthread_attr_setschedparam.
3980         * nptl/tst-bad-schedattr.c: New file.
3981         * nptl/Makefile (tests): Add it.
3983 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3984             Florian Weimer  <fweimer@redhat.com>
3985             Joseph Myers  <joseph@codesourcery.com>
3986             Adam Conrad  <adconrad@0c3.net>
3987             Andreas Schwab  <schwab@suse.de>
3988             Brooks  <bmoses@google.com>
3990         [BZ #17625]
3991         * wordexp-test.c (__dso_handle): Add prototype.
3992         (__register_atfork): Likewise.
3993         (__app_register_atfork): New function.
3994         (registered_forks): New global.
3995         (register_fork): New function.
3996         (test_case): Add 3 new tests for WRDE_CMDSUB.
3997         (main): Call __app_register_atfork.
3998         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3999         fork count is non-zero fail the test.
4000         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4001         is set.
4002         (parse_dollars): Remove check for WRDE_NOCMD.
4003         (parse_dquote): Likewise.
4005 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4007         * Makeconfig (built-modules): List non-library modules to be
4008         built.
4009         (module-cppflags): Include libc-modules.h for
4010         everything except shlib-versions.v.i.
4011         (CPPFLAGS): Use it.
4012         (before-compile): Add libc-modules.h.
4013         ($(common-objpfx)libc-modules.h,
4014         $(common-objpfx)libc-modules.stmp): New targets.
4015         (common-generated): Add libc-modules.h and libc-modules.stmp.
4016         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4017         * include/libc-symbols.h: Don't include libc-modules.h.
4018         * include/libc-modules.h: Remove file.
4019         * scripts/gen-libc-modules.awk: New script to generate
4020         libc-modules.h.
4021         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4022         Depend on libc-modules.stmp.
4024         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4026         * Makeconfig (in-module): Get value of libof set for the
4027         translation unit.
4028         (CPPFLAGS): Use $(in-module).
4029         * Makerules: Don't suffix routine names for nonlib.
4030         * include/libc-modules.h: New file.
4031         * include/libc-symbols.h: Include libc-modules.h
4032         (IS_IN): New macro to replace IS_IN_* macros.
4033         * elf/Makefile: Set libof-* for each routine.
4034         * elf/rtld-Rules: Likewise.
4035         * extra-modules.mk: Likewise.
4036         * iconv/Makefile: Likewise.
4037         * iconvdata/Makefile: Likewise.
4038         * locale/Makefile: Likewise.
4039         * malloc/Makefile: Likewise.
4040         * nss/Makefile: Likewise.
4041         * sysdeps/gnu/Makefile: Likewise.
4042         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4043         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4044         * sysdeps/s390/s390-64/Makefile: Likewise.
4045         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4046         CPPFLAGS for nscd instead of nonlib.
4048 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4050         * nptl/createthread.c: New file.
4052         * nptl/createthread.c: Moved ...
4053         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4055         * nptl/createthread.c: Add proper top-line comment.
4056         (do_clone): Folded into ...
4057         (create_thread): ... here.  Take new arguments STOPPED_START and
4058         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4059         increment __nptl_threads, do event-reporting logic, do
4060         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4061         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4062         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4063         just send SIGCANCEL.
4064         * nptl/pthread_create.c: Forward-declare create_thread before
4065         including createthread.c.
4066         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4067         declaration, and new macro START_THREAD_SELF to replace argument.
4068         Remove return statement.
4069         (report_thread_creation): New function.
4070         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4071         synchronization logic, and __nptl_nthreads increment here, around
4072         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4073         PD->parent_cancelhandling here, before create_thread.  When
4074         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4075         __deallocate_stack, and ENOMEM translation here.
4077 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4079         [BZ #17616]
4080         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4081         (mptwo): Rename to __mptwo.
4082         (__inv): Use __mptwo instead of mptwo.
4083         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4084         (mptwo): Rename to __mptwo.
4085         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4086         of mpone and __mptwo instead of mptwo.
4087         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4088         instead of mpone.
4089         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4090         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4091         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4092         of mpone and __mptwo instead of mptwo.
4093         (__mpranred): Use __mpone instead of mpone.
4094         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4095         variable.
4096         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4097         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4098         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4099         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4100         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4101         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4102         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4103         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4104         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4105         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4106         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4107         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4108         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4109         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4110         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4111         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4112         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4113         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4114         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4116 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4118         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4119         replace BSD Handler xref with BSD Signal Handling.
4121 2014-11-17  Richard Henderson  <rth@redhat.com>
4123         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4124         (_FP_PACK_RAW_2): Remove.
4125         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4126         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4127         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4128         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4129         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4130         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4131         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4132         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4133         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4134         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4135         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4136         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4137         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4138         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4139         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4140         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4142 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4144         * signal/signal.h [__USE_MISC]
4145         (struct sigvec): Remove type.
4146         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4147         (sigvec): Remove declaration.
4148         * sysdeps/posix/sigvec.c: Moved ...
4149         * signal/sigvec.c: ... here, replacing old file.
4150         (struct sigvec): New type, copied from old signal.h definition.
4151         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4152         (__sigvec): Convert definition to prototype.
4153         (sigvec): Replace weak_alias with compat_symbol.
4154         * signal/Versions (libc: GLIBC_2.21): New version set.
4155         * include/signal.h: Remove __sigvec declaration.
4156         * sysdeps/unix/bsd/sigvec.c: Remove file.
4157         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4158         * manual/signal.texi (BSD Handler): Remove subsection.
4159         Move siginterrupt up to ...
4160         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4161         (Blocking in BSD): Fold subsection into its parent.
4162         * NEWS: Mention sigvec removal.
4164 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4166         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4167         (DLA_FMS): Make definition conditional only on [__FMA4__].
4168         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4169         definition.
4171         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4172         Make definition conditional only on [PROF].
4173         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4174         definition.
4175         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4176         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4178         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4179         !__GNUC__].
4180         * include/signal.h (__sigpause): Move declaration above call to
4181         libc_hidden_proto.
4182         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4183         variable.
4184         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4185         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4187 2014-11-14  David S. Miller  <davem@davemloft.net>
4189         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4190         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4192 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4194         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4195         * configure: Regenerated.
4196         * manual/install.texi (Tools for Compilation): Document a
4197         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4198         compiler verified to work.
4199         * INSTALL: Regenerated.
4201         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4202         redeclare with asm name.
4203         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4204         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4205         including <string.h>.
4206         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4207         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4208         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4209         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4210         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4211         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4212         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4214 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4216         * stdlib/strtol.c (__strtol): Use prototype definition.
4218         [BZ #17594]
4219         * stdlib/strtol.c (SYM__): New macro.
4220         (SYM__1): Likewise.
4221         (__strtol): Likewise.
4222         (strtol): Rename to __strtol and define as weak alias of
4223         __strtol.  Use libc_hidden_weak.
4225 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4227         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4228         Use numbered labels in inline assembly.
4230 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4232         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4233         Add setjmp LIBC_PROBE.
4234         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4235         Likewise.
4236         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4237         Add longjmp, longjmp_target LIBC_PROBE.
4238         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4239         Likewise.
4241 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4243         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4244         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4245         to get rid of unused variable warning.
4247 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4249         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4250         Check for unwind_backtrace ==  NULL only in SHARED case.
4251         (__backchain_backtrace): Compile only in SHARED case.
4252         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4253         Likewise.
4254         (__backchain_backtrace): Declare as static.
4256 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4258         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4259         (__libc_multiple_threads_ptr): Variable moved ...
4260         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4262 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4264         * conform/GlibcConform.pm: New file.
4265         * conform/conformtest.pl: Use GlibcConform module.
4266         * conform/linknamespace.pl: New file.
4267         * conform/list-header-symbols.pl: Likewise.
4268         * conform/Makefile (linknamespace-symlists-base): New variable.
4269         (linknamespace-symlists-tests): Likewise.
4270         (linknamespace-header-base): Likewise.
4271         (linknamespace-header-tests): Likewise.
4272         (tests-special): Add new tests.
4273         ($(linknamespace-symlists-tests)): New rule.
4274         (linknamespace-libs): New variable.
4275         ($(objpfx)symlist-stdlibs): New rule.
4276         ($(linknamespace-header-tests)): Likewise.
4277         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4278         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4279         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4280         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4281         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4282         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4283         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4284         (test-xfail-ISO/math.h/linknamespace): Likewise.
4285         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4286         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4287         (test-xfail-ISO/time.h/linknamespace): Likewise.
4288         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4289         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4290         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4291         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4292         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4293         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4294         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4295         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4296         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4297         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4298         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4299         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4300         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4301         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4302         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4303         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4304         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4305         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4306         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4307         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4308         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4309         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4310         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4311         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4312         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4313         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4314         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4315         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4316         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4317         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4318         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4319         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4320         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4321         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4322         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4323         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4324         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4325         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4326         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4327         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4328         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4329         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4330         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4331         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4332         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4333         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4334         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4335         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4336         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4337         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4338         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4339         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4340         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4341         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4342         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4343         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4344         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4345         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4346         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4347         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4348         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4349         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4350         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4351         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4352         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4353         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4354         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4355         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4356         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4357         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4358         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4359         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4360         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4361         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4362         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4363         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4364         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4365         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4366         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4367         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4368         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4369         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4370         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4371         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4372         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4373         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4374         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4375         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4376         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4377         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4378         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4379         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4380         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4381         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4382         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4383         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4384         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4385         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4386         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4387         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4388         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4389         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4390         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4391         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4392         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4393         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4394         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4395         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4396         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4397         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4398         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4399         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4400         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4401         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4402         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4403         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4404         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4405         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4406         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4407         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4408         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4409         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4410         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4411         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4412         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4413         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4414         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4415         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4416         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4417         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4418         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4419         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4420         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4421         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4422         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4423         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4424         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4425         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4426         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4427         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4428         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4429         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4430         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4431         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4432         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4433         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4434         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4435         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4436         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4437         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4439         [BZ #17589]
4440         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4441         of fgets_unlocked.
4443         [BZ #17585]
4444         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4445         (memmem): Rename to __memmem and define as weak alias of
4446         __memmem.  Use libc_hidden_weak.
4447         (__memmem): Use libc_hidden_def.
4448         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4449         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4450         memmem.
4452         [BZ #17582]
4453         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4454         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4455         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4456         and define as weak alias of __fgets_unlocked.  Use
4457         libc_hidden_weak.
4458         (__fgets_unlocked): Use libc_hidden_def.
4459         * include/stdio.h (__fgets_unlocked): Declare.  Use
4460         libc_hidden_proto.
4461         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4462         __fgets_unlocked instead of fgets_unlocked.
4463         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4464         (GET_NPROCS_CONF_PARSER): Likewise.
4465         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4466         (GET_NPROCS_CONF_PARSER): Likewise.
4468         [BZ #17574]
4469         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4470         weak alias of __wmemset.  Use libc_hidden_weak.
4471         (__wmemset): Use libc_hidden_def.
4472         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4473         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4474         of wmemset.
4476         [BZ #17573]
4477         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4478         with asm name __mempcpy.
4479         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4481         [BZ #17572]
4482         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4483         and define as weak alias of __rawmemchr.
4484         (__rawmemchr): Do not define as strong alias of rawmemchr.
4486         [BZ #17571]
4487         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4488         alias of __qsort_r.
4489         (qsort): Call __qsort_r instead of qsort_r.
4490         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4491         (__qsort_r): Declare.  Call libc_hidden_proto.
4492         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4493         instead of qsort_r.
4494         * nscd/gai.c (__qsort_r): Define to qsort_r.
4495         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4496         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4497         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4499         [BZ #17570]
4500         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4501         define as weak alias of __malloc_info.
4503         [BZ #17584]
4504         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4505         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4506         (__rewinddir): Use libc_hidden_def.
4507         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4508         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4509         (__rewinddir): Use libc_hidden_def.
4510         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4511         weak alias of __rewinddir.  Don't use libc_hidden_def.
4512         (__rewinddir): Use libc_hidden_def.
4513         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4514         (__rewinddir): Use libc_hidden_proto.
4515         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4516         rewinddir.
4517         (__getcwd): Use __rewinddir instead of rewinddir.
4519         [BZ #17583]
4520         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4521         alias of __fileno.  Use libc_hidden_weak.
4522         (__fileno): Use libc_hidden_def.
4523         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4524         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4525         alias of __ftello.
4526         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4527         __ftello.
4528         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4529         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4530         libc_hidden_def.
4531         (fread_unlocked): Don't use libc_hidden_ver.
4532         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4533         and define as weak alias of __fread_unlocked.  Don't use
4534         libc_hidden_def.
4535         (__fread_unlocked): Use libc_hidden_def.
4536         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4537         (ftello): Don't use libc_hidden_proto.
4538         (__ftello): Declare.  Use libc_hidden_proto.
4539         (fread_unlocked): Don't use libc_hidden_proto.
4540         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4541         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4542         and __ftello instead of fileno, fread_unlocked and ftello.
4544 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4546         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4547         GOT12.
4548         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4549         Likewise.
4550         (_dl_start_user): Likewise.
4551         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4553 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4554             Siddhesh Poyarekar  <siddhesh@redhat.com>
4556         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4557         Move argv and envp down instead of moving argc up.
4558         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4560 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4562         [BZ #17506]
4563         * test-skeleton.c (main): Return successful if one of
4564         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4565         * string/tst-strcoll-overflow.c: Define expected status.
4567 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4569         [BZ #17475]
4570         * locale/iso-639.def: Define Bhili and Tulu language codes.
4572 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4574         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4576 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4578         [BZ #17555]
4579         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4581 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4583         * configure.ac: Updated check of minimal required version to
4584         2.22.
4585         * manual/install.texi (Tools for Compilation): Updated version
4586         number.
4587         * configure: Regenerated.
4588         * INSTALL: Likewise.
4590 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4592         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4593         __tls_get_addr.
4595 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4597         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4598         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4599         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4600         libc_hidden_weak.
4601         (waitpid): Define as alias of __waitpid.
4602         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4603         __waitpid.
4604         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4605         libc_hidden_weak.
4606         (waitpid): Define as alias of __waitpid.
4607         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4608         __libc_waitpid alias.
4609         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4610         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4611         Likewise.
4612         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4613         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4614         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4615         alias.
4616         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4617         __waitpid.
4618         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4619         libc_hidden_weak.
4620         (waitpid): Define as alias of __waitpid.
4622 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4624         * manual/llio.texi: Add comment that write safety has been
4625         fixed in Linux.
4627         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4628         (localplt-build-dso): Add elf/ld.so.
4629         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4630         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4631         and free for ld.so.
4632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4633         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4635         Likewise.
4636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4637         Likewise.
4638         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4639         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4640         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4641         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4642         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4643         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4644         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4645         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4646         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4647         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4648         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4650 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4652         [BZ #14132]
4653         * include/libc-symbols.h (INTUSE): Remove macro.
4654         (INTDEF): Likewise.
4655         (INTVARDEF): Likewise.
4656         (_INTVARDEF): Likewise.
4657         (INTDEF2): Likewise.
4658         (INTVARDEF2): Likewise.
4659         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4660         rtld_hidden_def instead of INTVARDEF.
4661         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4662         (_dl_starting_up_internal): Remove declaration.
4663         (_dl_starting_up): Use rtld_hidden_proto.
4664         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4665         declaration.
4666         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4667         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4668         _dl_starting_up.
4669         * elf/dl-writev.h (_dl_writev): Likewise.
4670         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4671         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4672         _dl_starting_up_internal.
4674 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4676         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4677         test-skeleton.c.
4679 2014-11-05  Will Newton  <will.newton@linaro.org>
4681         * benchtests/Makefile: (bench-malloc): Add malloc thread
4682         scalability benchmark.
4683         * benchtests/bench-malloc-threads.c: New file.
4685 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4687         * sysdeps/aarch64/strchrnul.S: New file.
4689 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4691         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4692         definition.
4693         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4694         Likwise.
4695         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4696         Likewise.
4697         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4698         Likewise.
4699         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4700         Likewise.
4701         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4702         Likewise.
4704 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4706         * catgets/test-gencat.c: Use test-skeleton.c.
4707         * catgets/tst-catgets.c: Likewise.
4708         * csu/tst-empty.c: Likewise.
4709         * elf/tst-audit2.c: Likewise.
4710         * elf/tst-global1.c: Likewise.
4711         * elf/tst-pathopt.c: Likewise.
4712         * elf/tst-piemod1.c: Likewise.
4713         * elf/tst-tls10.c: Likewise.
4714         * elf/tst-tls11.c: Likewise.
4715         * elf/tst-tls12.c: Likewise.
4716         * gnulib/tst-gcc.c: Likewise.
4717         * iconvdata/tst-e2big.c: Likewise.
4718         * iconvdata/tst-loading.c: Likewise.
4719         * iconv/tst-iconv1.c: Likewise.
4720         * iconv/tst-iconv2.c: Likewise.
4721         * inet/test-inet6_opt.c: Likewise.
4722         * inet/tst-gethnm.c: Likewise.
4723         * inet/tst-network.c: Likewise.
4724         * inet/tst-ntoa.c: Likewise.
4725         * intl/tst-codeset.c: Likewise.
4726         * intl/tst-gettext2.c: Likewise.
4727         * intl/tst-gettext3.c: Likewise.
4728         * intl/tst-ngettext.c: Likewise.
4729         * intl/tst-translit.c: Likewise.
4730         * io/test-stat.c: Likewise.
4731         * libio/test-fmemopen.c: Likewise.
4732         * libio/tst-freopen.c: Likewise.
4733         * libio/tst-sscanf.c: Likewise.
4734         * libio/tst-ungetwc1.c: Likewise.
4735         * libio/tst-ungetwc2.c: Likewise.
4736         * libio/tst-widetext.c: Likewise.
4737         * localedata/tst-ctype.c: Likewise.
4738         * localedata/tst-digits.c: Likewise.
4739         * localedata/tst-leaks.c: Likewise.
4740         * localedata/tst-mbswcs1.c: Likewise.
4741         * localedata/tst-mbswcs2.c: Likewise.
4742         * localedata/tst-mbswcs3.c: Likewise.
4743         * localedata/tst-mbswcs4.c: Likewise.
4744         * localedata/tst-mbswcs5.c: Likewise.
4745         * localedata/tst-setlocale.c: Likewise.
4746         * localedata/tst-trans.c: Likewise.
4747         * localedata/tst-wctype.c: Likewise.
4748         * localedata/tst-xlocale1.c: Likewise.
4749         * login/tst-grantpt.c: Likewise.
4750         * malloc/tst-calloc.c: Likewise.
4751         * malloc/tst-malloc.c: Likewise.
4752         * malloc/tst-mallocstate.c: Likewise.
4753         * malloc/tst-mcheck.c: Likewise.
4754         * malloc/tst-mtrace.c: Likewise.
4755         * malloc/tst-obstack.c: Likewise.
4756         * math/atest-exp2.c: Likewise.
4757         * math/atest-exp.c: Likewise.
4758         * math/atest-sincos.c: Likewise.
4759         * math/test-matherr.c: Likewise.
4760         * math/test-misc.c: Likewise.
4761         * math/test-powl.c: Likewise.
4762         * math/tst-definitions.c: Likewise.
4763         * misc/tst-dirname.c: Likewise.
4764         * misc/tst-efgcvt.c: Likewise.
4765         * misc/tst-fdset.c: Likewise.
4766         * misc/tst-hsearch.c: Likewise.
4767         * misc/tst-mntent2.c: Likewise.
4768         * nptl/tst-sem7.c: Likewise.
4769         * nptl/tst-sem8.c: Likewise.
4770         * nptl/tst-sem9.c: Likewise.
4771         * nss/test-netdb.c: Likewise.
4772         * posix/tst-fnmatch.c: Likewise.
4773         * posix/tst-getlogin.c: Likewise.
4774         * posix/tst-gnuglob.c: Likewise.
4775         * posix/tst-mmap.c: Likewise.
4776         * pwd/tst-getpw.c: Likewise.
4777         * resolv/tst-inet_ntop.c: Likewise.
4778         * rt/tst-timer.c: Likewise.
4779         * stdio-common/test-fseek.c: Likewise.
4780         * stdio-common/test-popen.c: Likewise.
4781         * stdio-common/test-vfprintf.c: Likewise.
4782         * stdio-common/tst-cookie.c: Likewise.
4783         * stdio-common/tst-fileno.c: Likewise.
4784         * stdio-common/tst-gets.c: Likewise.
4785         * stdio-common/tst-obprintf.c: Likewise.
4786         * stdio-common/tst-perror.c: Likewise.
4787         * stdio-common/tst-sprintf2.c: Likewise.
4788         * stdio-common/tst-sprintf3.c: Likewise.
4789         * stdio-common/tst-sprintf.c: Likewise.
4790         * stdio-common/tst-swprintf.c: Likewise.
4791         * stdio-common/tst-tmpnam.c: Likewise.
4792         * stdio-common/tst-unbputc.c: Likewise.
4793         * stdio-common/tst-wc-printf.c: Likewise.
4794         * stdlib/tst-environ.c: Likewise.
4795         * stdlib/tst-fmtmsg.c: Likewise.
4796         * stdlib/tst-limits.c: Likewise.
4797         * stdlib/tst-rand48-2.c: Likewise.
4798         * stdlib/tst-rand48.c: Likewise.
4799         * stdlib/tst-random2.c: Likewise.
4800         * stdlib/tst-random.c: Likewise.
4801         * stdlib/tst-strtol.c: Likewise.
4802         * stdlib/tst-strtoll.c: Likewise.
4803         * stdlib/tst-tls-atexit.c: Likewise.
4804         * stdlib/tst-xpg-basename.c: Likewise.
4805         * string/test-ffs.c: Likewise.
4806         * string/tst-bswap.c: Likewise.
4807         * string/tst-inlcall.c: Likewise.
4808         * string/tst-strtok.c: Likewise.
4809         * string/tst-strxfrm.c: Likewise.
4810         * sysdeps/x86_64/tst-audit10.c: Likewise.
4811         * sysdeps/x86_64/tst-audit3.c: Likewise.
4812         * sysdeps/x86_64/tst-audit4.c: Likewise.
4813         * sysdeps/x86_64/tst-audit5.c: Likewise.
4814         * time/tst-ftime_l.c: Likewise.
4815         * time/tst-getdate.c: Likewise.
4816         * time/tst-mktime3.c: Likewise.
4817         * time/tst-mktime.c: Likewise.
4818         * time/tst-posixtz.c: Likewise.
4819         * time/tst-strptime2.c: Likewise.
4820         * time/tst-strptime3.c: Likewise.
4821         * wcsmbs/tst-btowc.c: Likewise.
4822         * wcsmbs/tst-mbrtowc.c: Likewise.
4823         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4824         * wcsmbs/tst-wchar-h.c: Likewise.
4825         * wcsmbs/tst-wcpncpy.c: Likewise.
4826         * wcsmbs/tst-wcrtomb.c: Likewise.
4827         * wcsmbs/tst-wcsnlen.c: Likewise.
4828         * wcsmbs/tst-wcstof.c: Likewise.
4830 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4832         [BZ #14132]
4833         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4834         INTDEF.
4835         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4836         declaration.
4837         (_dl_mcount): Use rtld_hidden_proto.
4838         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4839         _dl_mcount.
4840         * elf/rtld.c (_rtld_global_ro): Likewise.
4842         [BZ #14132]
4843         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4844         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4845         of _dl_init_internal.
4846         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4847         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4848         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4849         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4850         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4851         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4852         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4853         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4854         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4855         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4856         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4857         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4858         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4859         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4860         * sysdeps/tile/dl-start.S (_start): Likewise.
4861         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4862         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4864         [BZ #14132]
4865         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4866         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4867         (rtld_progname): Make macro definition unconditional.
4868         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4869         INTDEF.
4870         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4871         (dl_main): Likewise.
4872         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4873         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4874         instead of _dl_argv_internal.
4875         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4876         __GI__dl_argv instead of INTUSE(_dl_argv).
4877         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4878         __GI__dl_argv instead of _dl_argv_internal.
4880         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4881         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4882         macro.
4883         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4884         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4885         New macro.
4886         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4887         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4888         macro.
4889         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4890         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4892 2014-11-04  Andreas Schwab  <schwab@suse.de>
4894         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4896 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4898         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4899         mtvsrd instruction in binary form.
4901 2014-11-03  Andreas Schwab  <schwab@suse.de>
4903         [BZ #17522]
4904         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4905         for less than MB_LEN_MAX use a local buffer of that size.
4906         * libio/tst-fputws.c: New file.
4907         * libio/Makefile (tests): Add tst-fputws.
4909 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4911         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4912         the size of the fpu_fr.fpu_dregs[] array.
4914 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4916         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4917         (__nanosleep): Do not define as alias.
4918         (nanosleep): Define as alias of __nanosleep.
4919         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4920         __libc_nanosleep name.
4922 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4924         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4925         install.texi in comment.
4927 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4929         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4930         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4931         ... add here and use lwsync or sync ...
4932         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4933         ... and add here using lwsync.
4935 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4937         * elf/dl-machine-reject-phdr.h: New file.
4938         * elf/dl-load.c: #include that.
4939         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4940         if that returned true.
4942 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4944         [BZ #17496]
4945         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4946         gen-as-const-headers chunk.  Add a big scare comment after the last
4947         safe place to touch before-compile.
4949 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4951         * manual/install.texi (Tools for Compilation): Update autoconf
4952         version requirements.
4953         * INSTALL: Regenerated.
4955         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4956         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4957         (__libc_pselect): Likewise.
4959         [BZ #14138]
4960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4965 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4967         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4968         correct barrier instruction.
4969         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4970         Likewise.
4971         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4972         Likewise.
4974 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4976         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4977         after defining inlines.  Instead, just use parens to defeat macro
4978         expansion of __isctype in its declaration.
4980 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4982         * include/sys/uio.h (__libc_readv): Remove declaration.
4983         (__libc_writev): Likewise.
4984         * misc/readv.c (__libc_readv): Rename to __readv.
4985         (__readv): Do not define as alias.
4986         (readv): Define as alias of __readv.
4987         * misc/writev.c (__libc_writev): Rename to __writev.
4988         (__writev): Do not define as alias.
4989         (writev): Define as alias of __writev.
4990         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4991         (__readv): Do not define as alias.
4992         (readv): Define unconditionally as alias of __readv.
4993         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4994         (__writev): Do not define as alias.
4995         (writev): Define unconditionally as alias of __writev.
4996         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4997         name.
4998         (writev): Do not define __libc_writev name.
5000 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5002         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5003         (convert_charseq): New function, broken out of ...
5004         (use_from_charmap): ... here.  Call it.
5005         (use_to_charmap): Use convert_charseq and free instead of duplicating
5006         its code with a variable-length stack struct.
5008 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5010         * include/fcntl.h (__libc_creat): Remove declaration.
5011         * io/creat.c (__libc_creat): Rename to creat.
5012         (creat): Do not define as alias.
5013         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5014         of creat instead of __libc_creat.
5015         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5016         to creat.
5017         (creat): Do not define as alias.
5018         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5019         __libc_creat.
5020         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5021         __libc_creat name.
5022         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5023         Likewise.
5025 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5027         * manual/llio.texi: Add comments discussing why write() may be
5028         considered MT-unsafe on Linux.
5030 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5032         * dl-load.c (local_strdup): Remove.
5033         (expand_dynamic_string_token): Use __strdup.
5034         (decompose_rpath): Likewise.
5035         (_dl_map_object): Likewise.
5037 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5039         [BZ #14132]
5040         * sysdeps/generic/unwind-dw2-fde.c
5041         (__register_frame_info_bases_internal): Do not declare.
5042         (__register_frame_info_table_bases_internal): Likewise.
5043         (__deregister_frame_info_bases_internal): Likewise.
5044         (__register_frame_info_bases): Declare and use hidden_proto before
5045         definition.  Use hidden_def instead of INTDEF.
5046         (__register_frame_info_table_bases): Likewise.
5047         (__deregister_frame_info_bases): Likewise.
5048         (__register_frame_info): Do not use INTUSE.
5049         (__register_frame): Likewise.
5050         (__register_frame_info_table): Likewise.
5051         (__register_frame_table): Likewise.
5052         (__deregister_frame_info): Likewise.
5053         (__deregister_frame): Likewise.
5055 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5057         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5058         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5059         not undefine.
5060         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5061         Likewise.
5062         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5063         Likewise.
5065 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5067         [BZ #14138]
5068         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5069         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5070         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5071         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5072         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5073         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5074         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5075         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5076         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5077         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5078         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5079         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5080         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5081         syscall.
5082         (setfsuid): Likewise.
5083         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5084         (setfsuid): Likewise.
5085         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5086         (setfsuid): Likewise.
5087         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5088         Likewise.
5089         (setfsuid): Likewise.
5090         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5091         (setfsuid): Likewise.
5092         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5093         Likewise.
5094         (setfsuid): Likewise.
5096 2014-10-27  Andreas Schwab  <schwab@suse.de>
5098         [BZ #17501]
5099         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5100         check for Slow_SSE4_2 feature bit.
5101         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5102         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5103         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5104         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5106 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5108         * configure.ac: Validate compiler version with a empirical test of
5109         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5110         $CC -v output.
5111         * configure: Regenerated.
5113         * inet/htons.c (htons): Prototypify.
5114         * inet/htonl.c (htonl): Likewise.
5116 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5118         * string/strncat.c (strncat): Improve performance by using strlen.
5120 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5122         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5124 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5126         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5127         Call libc_fetestexcept_aarch64.
5129 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5131         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5132         Call libc_feholdexcept_aarch64.
5134 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5136         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5137         Call get_rounding_mode.
5139 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5141         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5142         Simplify logic.
5144 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5146         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5147         Simplify logic.
5149 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5151         [BZ #14138]
5152         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5153         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5154         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5155         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5156         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5157         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5158         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5159         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5160         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5161         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5162         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5163         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5164         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5165         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5166         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5167         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5168         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5169         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5170         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5171         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5172         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5173         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5174         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5175         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5176         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5177         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5178         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5179         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5180         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5181         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5182         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5183         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5184         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5185         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5186         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5187         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5188         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5189         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5190         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5191         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5192         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5193         syscall.
5194         (geteuid): Likewise.
5195         (getgid): Likewise.
5196         (getuid): Likewise.
5197         (getresgid): Likewise.
5198         (getresuid): Likewise.
5199         (getgroups): Likewise.
5200         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5201         (geteuid): Likewise.
5202         (getgid): Likewise.
5203         (getuid): Likewise.
5204         (getresgid): Likewise.
5205         (getresuid): Likewise.
5206         (getgroups): Likewise.
5207         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5208         (geteuid): Likewise.
5209         (getgid): Likewise.
5210         (getuid): Likewise.
5211         (getresgid): Likewise.
5212         (getresuid): Likewise.
5213         (getgroups): Likewise.
5214         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5215         Likewise.
5216         (geteuid): Likewise.
5217         (getgid): Likewise.
5218         (getuid): Likewise.
5219         (getresgid): Likewise.
5220         (getresuid): Likewise.
5221         (getgroups): Likewise.
5222         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5223         (geteuid): Likewise.
5224         (getgid): Likewise.
5225         (getuid): Likewise.
5226         (getresgid): Likewise.
5227         (getresuid): Likewise.
5228         (getgroups): Likewise.
5229         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5230         Likewise.
5231         (geteuid): Likewise.
5232         (getgid): Likewise.
5233         (getuid): Likewise.
5234         (getgroups): Likewise.
5236         [BZ #14138]
5237         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5238         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5239         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5240         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5241         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5242         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5243         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5244         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5245         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5246         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5247         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5248         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5249         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5250         __chown.
5251         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5252         (lchown): Likewise.
5253         (fchown): Likewise.
5254         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5255         Likewise.
5256         (lchown): Likewise.
5257         (fchown): Likewise.
5258         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5259         (lchown): Likewise.
5260         (fchown): Likewise.
5261         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5262         Likewise.
5263         (lchown): Likewise.
5264         (fchown): Likewise.
5266 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5268         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5269         Simplify logic.
5271 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5273         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5274         Cleanup logic.
5276 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5278         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5279         Remove unused include.
5281 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5283         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5284         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5285         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5286         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5288 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5289             Helge Deller <deller@gmx.de>
5291         [BZ #17508]
5292         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5293         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5294         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5296 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5298         [BZ #14132]
5299         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5300         Remove macro definition.
5301         (__ashrdi3_v_glibc20): Likewise.
5302         (__lshrdi3_v_glibc20): Likewise.
5303         (__cmpdi2_v_glibc20): Likewise.
5304         (__ucmpdi2_v_glibc20): Likewise.
5305         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5306         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5307         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5308         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5309         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5310         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5312 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5314         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5315         old GNU extension [0] syntax.
5316         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5317         alloca rather than an array member with variable length.
5318         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5319         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5320         (parse_opt): ... here.  Likewise use alloca there.
5321         Validate the -i argument before checking for rootness.
5322         (send_shutdown): New function, broken out of ...
5323         (parse_opt): ... here.
5325 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5327         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5328         macro to get at the _rt_local_ro field.
5329         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5330         ([PIC] case) or _dl_hwcap ([!PIC] case).
5331         * sysdeps/arm/setjmp.S: Likewise.
5333         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5334         * sysdeps/arm/configure.ac: New check to define it.
5335         * sysdeps/arm/configure: Regenerated.
5336         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5337         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5338         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5339         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5340         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5341         Use move/movt pair instead of a load.
5342         (LDST_GLOBAL): Macro removed.
5343         (LDR_GLOBAL): New macro replaces it.
5344         (LDR_HIDDEN): New macro.
5345         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5346         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5348         * setjmp/tst-setjmp-static.c: New file.
5349         * setjmp/Makefile (tests): Add it.
5350         (tests-static): New variable.
5352 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5354         [BZ #17485]
5355         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5357 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5359         [BZ #14132]
5360         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5362 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5364         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5366 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5368         * io/fts.c (dirent_not_directory): New function.
5369         (fts_build): Call it.
5371 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5373         * nptl/version.c (__nptl_main): Use normal __write rather than
5374         INTERNAL_SYSCALL.
5375         (banner): Update copyright years.
5377         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5378         gettimeofday.
5379         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5380         * nptl/pthread_cond_timedwait.c: Likewise.
5381         * nptl/pthread_mutex_timedlock.c: Likewise.
5382         * nptl/sem_timedwait.c: Likewise.
5384         * sysdeps/nptl/bits/libc-lock.h
5385         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5386         (__libc_lock_init_recursive): Return void, not 0.
5387         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5388         (__libc_rwlock_init): Likewise.
5389         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5391 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5393         [BZ #15215]
5394         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5395         (__pthread_once_slow): ... here.
5396         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5397         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5399 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5401         [BZ #15215]
5402         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5403         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5404         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5405         * nptl/pthread_once.c (__pthread_once): Likewise.
5406         Update comments.
5408 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5410         [BZ #14138]
5411         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5412         name.
5413         (writev): Use __libc_writev as strong name.
5414         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5415         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5417 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5419         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5421         * sysdeps/i386/nptl/tls.h
5422         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5423         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5424         New macros.
5425         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5426         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5427         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5428         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5429         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5430         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5432         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5433         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5434         on [__NR_futex].
5435         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5436         broken out of ...
5437         (__pthread_mutex_init): ... here.  Call it.
5438         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5439         Conditionalize PI cases on [__NR_futex].
5440         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5441         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5442         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5444         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5445         conditional on [SIGSETXID].
5446         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5447         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5448         is defined.  Likewise for SIGSETXID.
5449         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5450         Conditionalize definitions on [SIGSETXID].
5451         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5452         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5453         unblocking on [SIGCANCEL].
5455         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5456         [__NR_set_robust_list].
5458 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5460         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5461         (do_compare): Likewise.
5463 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5465         [BZ #15884]
5466         * string/strcoll_l.c: Don't include stdio.h.
5467         (coll_seq): Remove members idxarr and rulearr.
5468         (get_next_seq_cached): Remove function.
5469         (get_next_seq): Likewise.
5470         (get_next_seq_nocache): Rename to get_next_seq.
5471         (do_compare): Remove function.
5472         (do_compare_nocache): Rename to do_compare.
5473         (STRCOLL): Remove weight and rules cache.
5475 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5477         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5478         * sysdeps/arm/sfp-machine.h: ... to here.
5479         * sysdeps/arm/Implies: Remove arm/soft-fp.
5481 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5483         * conform/data/sys/utsname.h-data (*_t): Allow.
5484         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5485         [POSIX] (WEXITED): Do not expect constant.
5486         [POSIX] (WSTOPPED): Likewise.
5487         [POSIX] (WNOHANG): Likewise.
5488         [POSIX] (WNOWAIT): Likewise.
5489         [POSIX] (siginfo_t): Do not expect type or elements.
5490         [POSIX] (pid_t): Do not expect type.
5491         [POSIX] (signal.h): Do not allow header.
5492         [POSIX] (sys/resource.h): Likewise.
5493         [POSIX] (si_*): Do not allow pattern.
5494         [POSIX] (W*): Likewise.
5495         [POSIX] (P_*): Likewise.
5496         [POSIX] (BUS_*): Likewise.
5497         [POSIX] (CLD_*): Likewise.
5498         [POSIX] (FPE_*): Likewise.
5499         [POSIX] (ILL_*): Likewise.
5500         [POSIX] (POLL_*): Likewise.
5501         [POSIX] (SEGV_*): Likewise.
5502         [POSIX] (SI_*): Likewise.
5503         [POSIX] (TRAP_*): Likewise.
5504         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5505         variable.
5507 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5509         [BZ #12926]
5510         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5511         infinite loop when __recvmsg returns 0.
5513 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5515         * CANCEL-FCT-WAIVE: Remove file.
5516         * CANCEL-FILE-WAIVE: Likewise.
5518         [BZ #14132]
5519         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5520         instead of INTVARDEF.
5521         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5522         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5523         rtld_hidden_data_def instead of INTVARDEF.
5524         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5525         * elf/dl-deps.c (expand_dst): Likewise.
5526         * elf/dl-load.c (_dl_dst_count): Likewise.
5527         (_dl_dst_substitute): Likewise.
5528         (decompose_rpath): Likewise.
5529         (_dl_init_paths): Likewise.
5530         (open_path): Likewise.
5531         (_dl_map_object): Likewise.
5532         * elf/rtld.c (dl_main): Likewise.
5533         (process_dl_audit): Likewise.
5534         (process_envvars): Likewise.
5535         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5536         Remove declaration.
5537         (__libc_enable_secure): Use rtld_hidden_proto.
5539 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5541         * elf/dl-load.c
5542         (add_path): New function broken out of _dl_rtld_di_serinfo.
5543         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5545 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5547         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5548         parentheses around macro arguments.
5549         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5550         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5551         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5552         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5553         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5554         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5555         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5556         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5557         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5558         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5559         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5560         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5561         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5562         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5563         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5564         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5565         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5566         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5567         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5568         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5569         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5570         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5571         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5572         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5573         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5574         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5575         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5576         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5577         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5578         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5579         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5580         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5581         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5582         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5583         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5584         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5585         Likewise.
5586         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5587         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5588         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5589         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5590         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5591         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5592         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5593         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5594         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5595         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5596         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5597         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5598         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5599         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5600         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5601         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5602         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5603         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5604         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5605         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5606         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5607         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5608         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5609         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5610         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5611         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5612         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5613         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5614         (_FP_FRAC_SRS_1): Likewise.
5615         (_FP_FRAC_CLZ_1): Likewise.
5616         (_FP_MUL_MEAT_1_imm): Likewise.
5617         (_FP_MUL_MEAT_1_wide): Likewise.
5618         (_FP_MUL_MEAT_1_hard): Likewise.
5619         (_FP_SQRT_MEAT_1): Likewise.
5620         (_FP_FRAC_ASSEMBLE_1): Likewise.
5621         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5622         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5623         (__FP_CLZ_2): Likewise.
5624         (_FP_MUL_MEAT_2_wide): Likewise.
5625         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5626         (_FP_MUL_MEAT_2_gmp): Likewise.
5627         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5628         (_FP_SQRT_MEAT_2): Likewise.
5629         (_FP_FRAC_ASSEMBLE_2): Likewise.
5630         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5631         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5632         (_FP_FRAC_CLZ_4): Likewise.
5633         (_FP_MUL_MEAT_4_wide): Likewise.
5634         (_FP_MUL_MEAT_4_gmp): Likewise.
5635         (_FP_SQRT_MEAT_4): Likewise.
5636         (_FP_FRAC_ASSEMBLE_4): Likewise.
5637         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5638         * soft-fp/op-common.h (_FP_CMP): Likewise.
5639         (_FP_CMP_EQ): Likewise.
5640         (_FP_CMP_UNORD): Likewise.
5641         (_FP_TO_INT): Likewise.
5642         (_FP_FROM_INT): Likewise.
5643         [!__FP_CLZ] (__FP_CLZ): Likewise.
5644         (_FP_DIV_HELP_imm): Likewise.
5645         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5646         Likewise.
5647         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5648         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5649         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5651         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5652         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5653         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5654         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5655         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5656         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5657         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5658         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5659         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5660         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5661         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5662         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5663         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5664         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5665         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5666         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5667         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5669         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5670         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5671         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5672         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5674         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5675         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5676         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5677         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5678         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5679         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5680         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5681         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5682         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5683         (FP_UNPACK_RAW_SP): Likewise.
5684         (FP_PACK_RAW_S): Likewise.
5685         (FP_PACK_RAW_SP): Likewise.
5686         (FP_UNPACK_S): Likewise.
5687         (FP_UNPACK_SP): Likewise.
5688         (FP_UNPACK_SEMIRAW_S): Likewise.
5689         (FP_UNPACK_SEMIRAW_SP): Likewise.
5690         (FP_PACK_S): Likewise.
5691         (FP_PACK_SP): Likewise.
5692         (FP_PACK_SEMIRAW_S): Likewise.
5693         (FP_PACK_SEMIRAW_SP): Likewise.
5694         (_FP_SQRT_MEAT_S): Likewise.
5695         (FP_CMP_S): Likewise.
5696         (FP_CMP_EQ_S): Likewise.
5697         (FP_CMP_UNORD_S): Likewise.
5698         (FP_TO_INT_S): Likewise.
5699         (FP_FROM_INT_S): Likewise.
5701         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5703         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5704         (FP_EX_INVALID_IMZ): Likewise.
5705         (FP_EX_INVALID_IMZ_FMA): Likewise.
5706         (FP_EX_INVALID_ISI): Likewise.
5707         (FP_EX_INVALID_ZDZ): Likewise.
5708         (FP_EX_INVALID_IDI): Likewise.
5709         (FP_EX_INVALID_SQRT): Likewise.
5710         (FP_EX_INVALID_CVI): Likewise.
5711         (FP_EX_INVALID_VC): Likewise.
5712         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5713         "invalid" exceptions.
5714         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5715         (_FP_ADD_INTERNAL): Likewise.
5716         (_FP_MUL): Likewise.
5717         (_FP_FMA): Likewise.
5718         (_FP_DIV): Likewise.
5719         (_FP_CMP_CHECK_NAN): Likewise.
5720         (_FP_SQRT): Likewise.
5721         (_FP_TO_INT): Likewise.
5722         (FP_EXTEND): Likewise.
5724 2014-10-09  Allan McRae  <allan@archlinux.org>
5726         * po/fr.po: Update French translation from translation project.
5728 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5730         [BZ #14132]
5731         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5732         of INTDEF.
5733         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5734         (__cxa_atexit): Use libc_hidden_proto.
5735         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5737         [BZ #14132]
5738         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5739         declaration.
5740         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5741         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5742         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5743         [!_ISOMAC] (__iswctype_internal): Likewise.
5744         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5745         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5746         alias.
5747         (fcntl): Remove __fcntl_internal alias.
5748         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5749         __connect_internal alias.
5750         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5751         Likewise.
5753         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5754         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5755         FP_DENORM_ZERO.
5756         (_FP_CHECK_FLUSH_ZERO): New macro.
5757         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5758         (_FP_CMP): Likewise.
5759         (_FP_CMP_EQ): Likewise.
5760         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5761         FP_DENORM_ZERO.
5762         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5763         (FP_TRUNC): Likewise.
5765         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5766         treated as invalid conversion, not as normal exponent.
5768         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5769         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5770         (_FP_CMP_EQ): Likewise.
5771         (_FP_CMP_UNORD): Likewise.
5772         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5773         (FP_CMP_EQ_D): Likewise.
5774         (FP_CMP_UNORD_D): Likewise.
5775         * soft-fp/extended.h (FP_CMP_E): Likewise.
5776         (FP_CMP_EQ_E): Likewise.
5777         (FP_CMP_UNORD_E): Likewise.
5778         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5779         (FP_CMP_EQ_Q): Likewise.
5780         (FP_CMP_UNORD_Q): Likewise.
5781         * soft-fp/single.h (FP_CMP_S): Likewise.
5782         (FP_CMP_EQ_S): Likewise.
5783         (FP_CMP_UNORD_S): Likewise.
5784         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5785         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5786         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5787         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5788         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5789         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5790         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5791         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5792         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5793         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5794         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5795         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5796         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5797         to FP_CMP_Q.
5798         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5799         FP_CMP_Q.
5800         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5801         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5802         FP_CMP_EQ_Q.
5803         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5804         FP_CMP_Q.
5805         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5806         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5807         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5808         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5809         FP_CMP_EQ_Q.
5810         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5811         FP_CMP_Q.
5812         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5813         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5814         FP_CMP_EQ_Q.
5815         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5816         FP_CMP_Q.
5817         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5818         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5819         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5820         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5821         FP_CMP_EQ_Q.
5823         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5824         a subnormal result, set the underflow exception if trapping on
5825         underflow is enabled.
5826         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5827         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5828         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5829         redefine to 0.
5830         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5831         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5832         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5833         * soft-fp/extendxftf2.c (__extendxftf2): Use
5834         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5836         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5837         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5838         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5839         FP_HANDLE_EXCEPTIONS.
5840         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5841         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5842         FP_HANDLE_EXCEPTIONS.
5843         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5844         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5845         FP_HANDLE_EXCEPTIONS.
5846         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5847         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5848         FP_HANDLE_EXCEPTIONS.
5850 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5852         [BZ #14132]
5853         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5854         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5855         use INTUSE.
5856         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5857         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5858         Remove alias.
5859         (__adjtimex): Define using libc_hidden_ver.
5860         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5861         Remove declaration.
5862         (ntp_gettime): Call __adjtimex directly.
5863         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5864         Remove declaration.
5865         (ntp_gettimex): Call __adjtimex directly.
5866         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5867         __adjtimex_internal alias.
5869 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5871         [BZ #17460]
5872         * nscd/nscd.c (more_help): Rewrite list of tables collection
5873         using xstrdup and asprintf.
5875         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5877 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5878             Roland McGrath  <roland@hack.frob.com>
5880         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5881         (do_lookup_unique): ... local function 'enter' here; update callers.
5883 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5885         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5886         compat_symbol calls on [SHARED].
5887         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5888         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5889         Remove.
5890         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5891         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5892         (oldsetrlimit): Remove.
5893         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5895         (lchown): New syscall entry.
5896         (oldsetrlimit): Remove.
5897         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5898         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5899         (oldsetrlimit): Remove.
5900         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5902         [BZ #14138]
5903         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5904         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5905         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5906         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5907         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5908         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5909         (fchown): Likewise.
5910         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5911         (fchown): Likewise.
5912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5913         Likewise.
5915 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5917         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5918         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5919         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5920         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5921         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5922         Likewise.
5923         (__old_sem_post): Likewise.
5925 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5927         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5928         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5929         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5930         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5931         Use INLINE_VSYSCALL macro.
5932         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5933         __vdso_clock_gettime.
5934         * sysdeps/unix/sysv/linux/tile/init-first.c
5935         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5936         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5937         __vdso_clock_gettime.
5939         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5940         to set up frame more cleanly.
5942         * sysdeps/tile/memcmp.c: New file.
5944         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5946         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5947         * sysdeps/tile/tilegx/strcasestr.c: New file.
5948         * sysdeps/tile/tilegx/strnlen.c: New file.
5949         * sysdeps/tile/tilegx/strstr.c: New file.
5951         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5953 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5955         * nptl/tst-setuid3.c: Write errors to stdout.
5957 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5959         * elf/dl-deps.c
5960         (preload): New functions broken out of _dl_map_object_deps.
5961         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5963 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5965         [BZ #14138]
5966         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5967         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5969 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5971         * sysdeps/mips/strcmp.S: New.
5973 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5975         [BZ #14138]
5976         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5977         (linkat): Likewise.
5978         (mkdirat): Likewise.
5979         (readlinkat): Likewise.
5980         (renameat): Likewise.
5981         (symlinkat): Likewise.
5982         (unlinkat): Likewise.
5983         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5984         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5985         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5986         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5987         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5988         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5989         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5991 2014-09-30  Will Newton  <will.newton@linaro.org>
5993         * math/math.h: Define long double math functions if
5994         _LIBC_TEST is defined.
5995         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5997         * localedata/Makefile: Move assignment to tests-special
5998         into an ifdef testing run-built-tests.
5999         * timezone/Makefile: Likewise.
6001 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6003         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6004         with $(BASH) not $(SHELL).
6006 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6007             Matthew LeGendre  <legendre1@llnl.gov>
6009         [BZ #17411]
6010         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6011         l_reloc_result.
6013 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6015         * stdio-common/printf_fp.c
6016         (hack_digit): New function, broken out of ...
6017         (__printf_fp): ... local function here.  Update call sites.
6018         hack_digit now takes an additional parameter that is a pointer
6019         to a struct of the referenced locals.  Those locals moved inside
6020         the struct and references updated.
6022 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6024         * aclocal.m4: Require autoconf 2.69.
6025         * configure: Regenerated.
6026         * sysdeps/aarch64/configure: Likewise.
6027         * sysdeps/alpha/configure: Likewise.
6028         * sysdeps/arm/armv7/configure: Likewise.
6029         * sysdeps/arm/configure: Likewise.
6030         * sysdeps/ia64/configure: Likewise.
6031         * sysdeps/mach/configure: Likewise.
6032         * sysdeps/mips/configure: Likewise.
6033         * sysdeps/s390/configure: Likewise.
6034         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6037         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6038         file.
6039         * sysdeps/ia64/configure.ac: Likewise.
6041 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6044         specify symbol version for ld.so.  Do not include entry for
6045         libpthread.
6046         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6047         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6048         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6050         [BZ #14171]
6051         * Makeconfig [$(build-shared) = yes]
6052         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6053         makefiles.
6054         [$(build-shared) = yes && $(soversions.mk-done) = t]
6055         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6056         [$(build-shared) = yes && $(soversions.mk-done) = t]
6057         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6058         to Makerules.
6059         [$(build-shared) = yes && $(soversions.mk-done) = t]
6060         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6061         here.
6062         [$(build-shared) = yes && $(soversions.mk-done) = t]
6063         (common-generated): Don't append gnu/lib-names.h and
6064         gnu/lib-names.stmp here.
6065         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6066         (lib-names-h-abi): New variable.
6067         [$(build-shared) = yes && $(soversions.mk-done) = t]
6068         (lib-names-stmp-abi): Likewise.
6069         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6070         abi-variants] (before-compile): Append
6071         $(common-objpfx)$(lib-names-h-abi).
6072         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6073         abi-variants] (common-generated): Append gnu/lib-names.h.
6074         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6075         abi-variants] (install-others-nosubdir): Depend on
6076         $(inst_includedir)/$(lib-names-h-abi).
6077         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6078         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6079         [$(build-shared) = yes && $(soversions.mk-done) = t]
6080         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6081         [$(build-shared) = yes && $(soversions.mk-done) = t]
6082         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6083         [$(build-shared) = yes && $(soversions.mk-done) = t]
6084         (common-generated): Append $(lib-names-h-abi) and
6085         $(lib-names-stmp-abi).
6086         * scripts/lib-names.awk: Do not handle multi being set.
6087         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6088         Remove variable.
6089         (abi-lp64_be-ld-soname): Likewise.
6090         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6091         Likewise.
6092         (abi-hard-ld-soname): Likewise.
6093         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6094         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6095         Remove variable.
6096         (abi-o32_hard-ld-soname): Likewise.
6097         (abi-o32_soft_2008-ld-soname): Likewise.
6098         (abi-o32_hard_2008-ld-soname): Likewise.
6099         (abi-n32_soft-ld-soname): Likewise.
6100         (abi-n32_hard-ld-soname): Likewise.
6101         (abi-n32_soft_2008-ld-soname): Likewise.
6102         (abi-n32_hard_2008-ld-soname): Likewise.
6103         (abi-n64_soft-ld-soname): Likewise.
6104         (abi-n64_hard-ld-soname): Likewise.
6105         (abi-n64_soft_2008-ld-soname): Likewise.
6106         (abi-n64_hard_2008-ld-soname): Likewise.
6107         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6108         Likewise.
6109         (abi-64-v2-ld-soname): Likewise.
6110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6111         ld.so entries.
6112         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6113         variable.
6114         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6115         entry.
6116         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6117         variable.
6118         (abi-64-ld-soname): Likewise.
6119         (abi-x32-ld-soname): Likewise.
6120         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6121         entry.
6122         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6124 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6126         [BZ #14138]
6127         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6128         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6129         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6130         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6131         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6132         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6133         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6134         syscall entry for GLIBC_2.2 symbol version.
6135         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6136         Likewise.
6137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6138         (setrlimit): Likewise.
6139         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6140         Likewise.
6142 2014-09-23  Will Newton  <will.newton@linaro.org>
6144         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6145         _LINUX_ARM_SYSDEP_H include guard too.
6146         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6147         define.
6149 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6151         * sysdeps/unix/sysv/linux/eventfd.c:
6152         Make first argument unsigned.
6153         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6154         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6156 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6158         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6159         * socket/sys/socket.h: Likewise
6160         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6162 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6164         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6166 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6168         * time/tst-ftime.c: New test.
6169         * time/Makefile (tests): Add tst-ftime.
6171 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6173         * soft-fp/extended.h: Fix comment formatting.
6174         * soft-fp/op-1.h: Likewise.
6175         * soft-fp/op-2.h: Likewise.
6176         * soft-fp/op-4.h: Likewise.
6177         * soft-fp/op-8.h: Likewise.
6178         * soft-fp/op-common.h: Likewise.
6179         * soft-fp/soft-fp.h: Likewise.
6181         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6183 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6185         [BZ #6652]
6186         * Makeconfig (soversions-default-setname): Remove variable.
6187         ($(common-objpfx)soversions.i): Don't pass default_setname to
6188         soversions.awk.
6189         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6190         oldest_abi to abi-versions.awk.
6191         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6192         * config.make.in (oldest-abi): Remove variable.
6193         * configure.ac (--enable-oldest-abi): Remove configure option.
6194         * configure: Regenerated.
6195         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6196         text.
6197         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6198         * scripts/soversions.awk: Do not handle default_setname variable.
6199         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6200         variable.
6201         * sysdeps/mach/hurd/configure: Regenerated.
6202         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6203         variable.
6204         * sysdeps/unix/sysv/linux/configure: Regenerated.
6206 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6208         * elf/Makefile (CFLAGS-interp.c): Remove.
6209         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6210         path string.
6211         * elf/interp.c: Include generated runtime-linker.h
6213         * Makerules (lib%.so): Don't include $(+interp) in
6214         prerequisites.
6215         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6216         * dlfcn/eval.c: Remove file.
6218         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6219         macros.
6221         [BZ #17266]
6222         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6223         4.2 and newer.
6225         [BZ #17370]
6226         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6228 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6229             Jakub Jelinek  <jakub@redhat.com>
6231         [BZ #17266]
6232         * libio/stdio.h: Check definition of __fortify_function
6233         instead of __extern_always_inline to include bits/stdio2.h.
6234         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6235         check if __extern_always_inline is defined.
6236         [__USE_MISC || __USE_XOPEN]: Likewise.
6237         [__USE_ISOC99] Likewise.
6238         * misc/sys/cdefs.h (__fortify_function): Define only if
6239         __extern_always_inline is defined.
6240         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6241         __extern_always_inline and __extern_inline only for g++-4.3
6242         and newer or a compatible gcc.
6244 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6246         [BZ #17371]
6247         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6248         last change to handle zero prefix length.
6250 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6252         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6253         _SC_REGEX_VERSION.
6255         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6256         _POSIX_RAW_SOCKETS.
6258 2014-09-13  Allan McRae  <allan@archlinux.org>
6260         * po/ru.po: Update Russian translation from translation project.
6262 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6264         * locale/programs/locale.c (show_locale_vars): Inline local function
6265         into its sole call site.  Clean up some style nits.
6266         (print_item): New function, broken out of ...
6267         (show_info): ... local function here.  Clean up style nits.
6269         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6270         out of ...
6271         (set_class_defaults): ... local function set_default here.
6272         Define set_default as a macro locally to pass constant parameters.
6273         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6274         rather than a shared local.
6276         * stdlib/rpmatch.c (try): New function, broken out of ...
6277         (rpmatch): ... local function here.  Also, prototypify definition.
6279 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6281         * scripts/soversions.awk: Do not handle configuration names.
6282         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6283         vendor and os variables to soversions.awk.
6284         * configure.ac: Do not modify gnu-* host_os.
6285         * configure: Regenerated
6286         * shlib-versions: Remove first column with configuration names.
6287         * nptl/shlib-versions: Likewise.
6288         * nptl_db/shlib-versions: Likewise.
6289         * sysdeps/hppa/shlib-versions: Likewise.
6290         * sysdeps/m68k/shlib-versions: Likewise.
6291         * sysdeps/mach/hurd/shlib-versions: Likewise.
6292         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6293         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6294         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6295         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6296         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6297         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6298         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6299         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6301         Likewise.
6302         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6303         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6304         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6305         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6306         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6307         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6308         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6309         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6312         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6314         Regenerated.
6315         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6317         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6319         * shlib-versions: Remove OS-specific entries.  Moved to files in
6320         sysdeps.
6321         * sysdeps/mach/hurd/shlib-versions: New file.
6322         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6324         * nptl/shlib-versions: Remove architecture-specific entries.
6325         Moved to files in sysdeps.
6326         * shlib-versions: Likewise.
6327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6328         file.
6329         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6330         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6331         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6332         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6334         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6335         (UDP_NO_CHECK6_RX): Likewise.
6337 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6339         * sysdeps/posix/sysconf.c (__sysconf): Spell
6340         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6342 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6344         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6345         loading.
6346         * iconv/Versions (__gconv_transliterate): Export for use from
6347         gconv modules.
6348         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6349         (struct __gconv_trans_data, __gconv_trans_fct,
6350         __gconv_trans_context_fct, __gconv_trans_query_fct,
6351         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6352         definitions.
6353         (struct __gconv_step_data): Remove __trans member.
6354         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6355         longer hidden.  Remove unused trans_data argument.
6356         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6357         (__gconv_translit_find): Remove declaration.
6358         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6359         prototype.
6360         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6361         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6362         trans_data argument.  Add hidden definition.
6363         (__gconv_translit_find): Remove.
6364         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6365         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6366         * iconv/skeleton.c: Remove transliteration initialization.
6367         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6368         __gconv_step_data initialization.
6369         * libio/iofwide.c (__libio_translit_): Remove.
6370         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6371         * wcsmbs/btowc.c (__btowc): Likewise.
6372         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6373         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6374         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6375         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6376         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6377         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6378         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6379         * wcsmbs/wctob.c (wctob): Likewise.
6381 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6383         [BZ #16194]
6384         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6385         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6386         register usage.
6387         * sysdeps/x86/Makefile: Adjust.
6389 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6390             Roland McGrath  <roland@hack.frob.com>
6392         * locale/weight.h: Add include guard.
6393         (findidx): Make static rather than auto; take new parameters
6394         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6395         * locale/weightwc.h: Likewise.
6396         * posix/fnmatch_loop.c
6397         (FCT): Change type of EXTRA from int32_t to wint_t.
6398         Don't include either header inside the function.
6399         Call FINDIDX rather than findidx, and pass new arguments.
6400         #undef FINDIDX at the end of the file.
6401         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6402         FINDIDX before including fnmatch_loop.c for the non-wide version.
6403         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6404         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6405         for the wide version.
6406         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6407         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6408         Pass new arguments to findidx.
6409         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6410         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6411         Don't #include it inside the function.  Pass new arguments to findidx.
6412         * posix/regex_internal.h
6413         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6414         (re_string_elem_size_at): Don't #include it inside the function.
6415         Pass new arguments to findidx.
6416         * string/strcoll_l.c: #include WEIGHT_H at top level.
6417         (get_next_seq): Don't #include it inside the function.
6418         Pass new arguments to findidx.
6419         (get_next_seq_nocache): Likewise.
6420         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6421         (STRXFRM): Don't #include it inside the function.
6422         Pass new arguments to findidx.
6424 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6426         [BZ #17344]
6427         * malloc/malloc.c (unlink): Turn asserts into a call to
6428         malloc_printerr.
6430 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6432         [BZ #17370]
6433         * libio/wfileops (do_ftell_wide): Free OUT.
6435 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6437         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6439 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6441         [BZ #17363]
6442         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6443         group if the current group is empty.
6445 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6447         * benchtests/bench-memset.c (test_main): Add more test from size
6448         from 32 to 512 bytes.
6449         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6450         Add POWER8 memset object.
6451         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6452         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6453         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6454         implementation.
6455         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6456         Likewise.
6457         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6458         multiarch POWER8 memset optimization.
6459         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6460         POWER8 memset optimization.
6462         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6463         Remove bzero multiarch objects.
6464         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6465         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6466         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6467         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6468         Remove define.
6469         [__bzero]: Redefine to specific name.
6470         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6471         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6472         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6473         define.
6474         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6475         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6477 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6479         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6480         warnings into errors.
6482         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6483         __cxa_thread_atexit_impl prototype.
6485 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6487         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6488         Fix capitalization of error message.
6490 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6492         * sysdeps/mips/preconfigure: Modify ABI tests.
6494 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6496         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6498 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6499             Carlos O'Donell  <carlos@systemhalted.org>
6501         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6502         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6503         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6504         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6505         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6506         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6507         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6508         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6509         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6510         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6511         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6512         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6513         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6514         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6515         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6516         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6517         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6518         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6519         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6520         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6521         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6522         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6523         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6524         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6525         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6526         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6527         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6528         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6529         Deconditionalize the code that was previously under [RESET_PID].
6530         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6531         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6532         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6533         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6534         include sysdep.h.
6536 2014-09-08  Allan McRae  <allan@archlinux.org>
6538         * version.h (RELEASE): Set to "development".
6539         (VERSION): Set to "2.20.90"
6541 2014-09-07  Allan McRae  <allan@archlinux.org
6543         * version.h (RELEASE): Set to "stable".
6544         (VERSION): Set to "2.20"
6545         * include/features.h (__GLIBC_MINOR__): Set to 20.
6547         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6548         Liebler.
6550         * po/ko.po: Update Korean translation from translation project.
6552 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6554         [BZ #17354]
6555         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6556         macro for handling signed relocations.
6558 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6560         [BZ #17325]
6561         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6562         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6563         assert.
6564         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6565         * iconvdata/ibm935.c (BODY): Likewise.
6566         * iconvdata/ibm937.c (BODY): Likewise.
6567         * iconvdata/ibm939.c (BODY): Likewise.
6568         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6569         assert.
6570         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6571         script.
6572         * iconvdata/run-iconv-test.sh: New test loop for checking for
6573         decoder crashers.
6575 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6577         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6578         libm_hidden_ver.
6580 2014-09-01  Allan McRae  <allan@archlinux.org>
6582         * po/eo.po: Update Esperanto translation from translation project.
6584         * po/ca.po: Update Catalan translation from translation project.
6586 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6588         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6589         __proc_dostop call.
6591 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6593         [BZ #17319]
6594         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6595         to call set_thread_area instead of hand written asm.
6596         (__NR_set_thread_area): Removed define.
6597         (TLS_FLAG_WRITABLE): Likewise.
6598         (__ASSUME_SET_THREAD_AREA): Remove check.
6599         (TLS_EBX_ARG): Remove define.
6600         (TLS_LOAD_EBX): Likewise.
6602 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6604         Simplify atomicity of socket creation in bind.
6606         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6607         looking up the name after linking the file.
6609 2014-08-27  Allan McRae  <allan@archlinux.org>
6611         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6613 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6615         [BZ #17187]
6616         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6617         trans_compare, open_translit, __gconv_translit_find):
6618         Remove module loading code.
6620 2014-08-26  Allan McRae  <allan@archlinux.org>
6622         * po/vi.po: Update Vietnamese translation from translation project.
6624         * po/uk.po: Update Ukrainian translation from translation project.
6626         * po/fr.po: Update French translation from translation project.
6628         * po/ru.po: Update Russian translation from translation project.
6630         * po/pl.po: Update Polish translation from translation project.
6632         * po/cs.po: Update Czech translation from translation project.
6634         * po/de.po: Update German translation from translation project.
6636         * po/bg.po: Update Bulgarian translation from translation project.
6638         * po/sv.po: Update Sweedish translation from translation project.
6640         * po/nl.po: Update Dutch translation from translation project.
6642         * po/es.po: Update Spanish translation from translation project.
6644 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6646         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6648         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6649         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6650         (CPPFLAGS-iconvconfig): Likewise.
6651         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6653         * include/libc-symbols.h: Remove unnecessary check for
6654         NOT_IN_libc.
6655         * nptl/pthreadP.h: Likewise.
6656         * sysdeps/aarch64/setjmp.S: Likewise.
6657         * sysdeps/alpha/setjmp.S: Likewise.
6658         * sysdeps/arm/sysdep.h: Likewise.
6659         * sysdeps/i386/setjmp.S: Likewise.
6660         * sysdeps/m68k/setjmp.c: Likewise.
6661         * sysdeps/posix/getcwd.c: Likewise.
6662         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6663         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6664         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6665         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6666         * sysdeps/sh/sh3/setjmp.S: Likewise.
6667         * sysdeps/sh/sh4/setjmp.S: Likewise.
6668         * sysdeps/unix/alpha/sysdep.h: Likewise.
6669         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6670         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6671         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6672         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6675         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6676         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6677         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6678         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6679         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6680         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6681         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6682         * sysdeps/x86_64/setjmp.S: Likewise.
6684 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6686         [BZ #17263]
6687         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6688         <stdint.h>.
6689         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6690         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6692 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6694         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6696         [BZ #17262]
6697         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6698         and __x86_64__ when disabling x87 inline functions.
6700 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6702         [BZ #17259]
6703         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6704         asm statement with __cpuid_count.
6706 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6708         * configure.ac: Change __ehdr_start code to dereference the struct.
6709         Run readelf on the output to look for relocations.
6710         * configure: Regenerated.
6712 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6714         [BZ #17261]
6715         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6716         value to 0.
6717         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6719 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6721         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6723 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6725         [BZ #16892]
6726         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6727         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6729 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6731         * malloc/malloc.c: Fix typo in comment.
6733 2014-08-09  Allan McRae  <allan@archlinux.org>
6735         * Regenerate libc.po.
6737 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6739         * intl/tst-gettext2.sh: Check every lang file for creation.
6741 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6743         * sysdeps/aarch64/fpu/math_private.h
6744         (libc_feholdsetround_noex_aarch64_ctx): New function.
6746 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6748         * sysdeps/arm/armv6/strcpy.S (strcpy):
6749         Fix performance issue in misaligned cases.
6751 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6753         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6754         Move definition from termios.h.
6755         (struct termio): Likewise.
6756         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6757         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6758         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6759         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6760         Likewise.
6761         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6762         Move definition to ioctl-types.h
6763         (struct termio): Likewise.
6764         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6765         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6766         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6767         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6768         Likewise.
6770 2014-08-05  Richard Henderson  <rth@redhat.com>
6772         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6773         exceptions.
6774         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6775         Add fraiseexcpt.
6776         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6777         Use __feraiseexcept.
6778         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6779         Protect libm symbols with IS_IN_libm.
6781         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6783 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6785         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6787 2014-08-04  Will Newton  <will.newton@linaro.org>
6789         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6790         file.
6792 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6794         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6795         variants for each function.
6797 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6799         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6800         appended ...
6801         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6802         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6803         appended ...
6804         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6805         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6806         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6807         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6808         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6809         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6810         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6811         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6812         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6813         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6814         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6815         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6816         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6818         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6819         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6820         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6821         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6822         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6823         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6824         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6825         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6826         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6827         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6828         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6829         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6830         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6831         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6832         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6833         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6834         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6836         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6840         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6841         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6842         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6843         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6844         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6845         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6846         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6847         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6848         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6849         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6850         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6851         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6852         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6853         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6854         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6855         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6856         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6857         Update #include.
6858         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6859         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6861 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6863         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6864         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6865         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6866         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6867         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6868         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6870 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6872         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6873         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6874         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6875         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6877 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6879         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6880         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6881         (__libc_vfork): Define function under this name.
6882         (__vfork): Define as an alias.
6883         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6884         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6886 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6888         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6889         that was previously under [RESET_PID].
6890         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6892 2014-08-04  Andreas Schwab  <schwab@suse.de>
6894         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6896 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6898         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6899         (main): Likewise.
6901 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6903         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6905 2014-08-01  Richard Henderon  <rth@redhat.com>
6907         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6908         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6909         typo in exact zero test.
6910         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6911         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6912         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6914 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6916         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6917         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6918         * sysdeps/arm/sysdep.h: ... here.
6919         [!__ASSEMBLER__]: Include <stdint.h>.
6921 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6923         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6924         (HAVE_WCTYPE_H): Likewise.
6925         (HAVE_ISWCTYPE): Likewise.
6926         (ENABLE_NLS): Likewise.
6927         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6928         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6930         * posix/regex_internal.c: Check if DEBUG is defined and is
6931         set.
6933         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6934         (HAVE_MBSRTOWCS): Likewise.
6935         * posix/fnmatch.c: Include string.h unconditionally.
6937 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6939         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6940         reversal.
6942 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6944         * sysdeps/generic/safe-fatal.h: New file.
6945         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6946         * nptl/forward.c: Include it.
6947         (__pthread_unwind): Use __safe_fatal as default action, rather
6948         than a bogus use of INTERNAL_SYSCALL that could never work.
6950         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6951         * configure.ac (libc_cv_builtin_trap): New test.
6952         * configure: Regenerated.
6953         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6954         (ABORT_INSTRUCTION): Define using __builtin_trap.
6956         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6957         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6958         * sysdeps/nptl/nptl-signals.h: New file.
6959         * nptl/pthreadP.h: Include <nptl-signals.h>.
6961 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6963         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6964         (ONE_DIRECTION): Define.
6965         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6966         (ONE_DIRECTION): Define.
6967         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6968         (ONE_DIRECTION): Define.
6970 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6972         * sysdeps/s390/Makefile: Delete file.
6973         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6974         * sysdeps/s390/__longjmp.c: Delete file.
6975         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6976         Remove fields __flags and __reserved.
6977         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6978         and add versioning.
6979         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6980         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6981         * sysdeps/s390/rtld-setjmp.S: Likewise.
6982         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6983         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6984         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6985         * sysdeps/s390/s390-32/setjmp.S: ... here.
6986         Add versioning.
6987         (__sigsetjmp): Remove setting __flags field.
6988         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6989         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6990         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6991         * sysdeps/s390/s390-64/setjmp.S: ... here.
6992         Add versioning.
6993         (__sigsetjmp): Remove setting __flags field.
6994         * sysdeps/s390/setjmp.S: Delete file.
6995         * sysdeps/s390/sigjmp.c: Likewise.
6996         * sysdeps/s390/v1-longjmp.c: Likewise.
6997         * sysdeps/s390/v1-setjmp.h: Likewise.
6998         * sysdeps/s390/v1-sigjmp.c: Likewise.
6999         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7000         Remove v1-longjmp_chk.
7001         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7002         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7003         Include debug/longjmp_chk.c and add versioning.
7004         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7005         Include nptl/pt-longjmp.c and add versioning.
7006         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7007         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7008         Include __longjmp.c.
7009         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7010         Move to ...
7011         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7012         (__getcontext): Remove setting __flags field.
7013         Add versioning.
7014         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7015         Don't restore upper high grps.
7016         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7017         Likewise.
7018         (__swapcontext): Remove setting uc_flags field.
7019         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7020         Delete file.
7021         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7022         Include __longjmp.c.
7023         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7024         Move to ...
7025         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7026         (__getcontext): Remove setting __flags field.
7027         Add versioning.
7028         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7029         (__swapcontext): Remove setting uc_flags field.
7030         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7031         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7032         Remove fields uc_high_gprs and __reserved.
7033         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7034         New file with reverted content.
7035         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7036         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7037         Regenerated.
7038         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7039         Regenerated.
7041 2014-07-31  Andreas Schwab  <schwab@suse.de>
7043         * config.h.in (HAVE_IFUNC): Define to 0.
7044         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7045         definedness.
7047 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7049         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7050         memmove-avx-unaligned, memcpy-avx-unaligned and
7051         mempcpy-avx-unaligned.
7052         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7053         Add tests for AVX memcpy functions.
7054         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7055         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7056         memcpy_chk.
7057         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7058         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7059         memmove_chk.
7060         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7061         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7062         mempcpy_chk.
7063         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7064         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7065         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7067 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7069         [BZ #17213]
7070         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7071         powerpc64le.
7073 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7075         [BZ #16839]
7076         * manual/llio.texi: Add section about open file description locks.
7077         * manual/examples/ofdlocks.c: Example of open file description
7078         lock usage.
7079         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7080         F_OFD_SETLK, and F_OFD_SETLKW.
7082 2014-07-23  Allan McRae  <allan@archlinux.org>
7084         * po/es.po: Update Spanish translation from translation project.
7086 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7088         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7090 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7092         [BZ #17078]
7093         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7094         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7095         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7097 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7099         [BZ #17088]
7100         * math/fesetenv.c (__fesetenv)
7101         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7102         * math/feupdateenv.c (__feupdateenv)
7103         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7105         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7106         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7107         (__ASSUME_SOCKETCALL): Do not define.
7109         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7110         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7111         (__ASSUME_SOCKETCALL): Do not define.
7112         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7113         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7114         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7115         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7116         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7117         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7118         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7119         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7121         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7122         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7123         (__ASSUME_SOCKETCALL): Do not define.
7124         (__ASSUME_IPC64): Define unconditionally.
7125         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7126         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7127         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7128         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7129         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7130         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7131         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7132         Likewise.
7134         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7135         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7136         (__ASSUME_SOCKETCALL): Do not define.
7137         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7138         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7139         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7140         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7141         (__ASSUME_REQUEUE_PI): Define unconditionally.
7142         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7143         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7144         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7145         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7146         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7147         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7149         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7150         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7151         (__ASSUME_SOCKETCALL): Do not define.
7152         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7153         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7154         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7155         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7156         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7157         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7159         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7160         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7161         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7162         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7163         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7164         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7165         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7166         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7167         (__ASSUME_GETCPU_SYSCALL): Likewise.
7169         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7170         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7171         cases for individual architectures.
7172         * sysdeps/gnu/configure: Regenerated.
7173         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7174         LIBC_SLIBDIR_RTLDDIR.
7175         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7176         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7177         LIBC_SLIBDIR_RTLDDIR.
7178         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7180         LIBC_SLIBDIR_RTLDDIR.
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7182         Regenerated.
7183         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7184         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7185         file.
7186         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7187         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7188         file.
7189         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7190         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7191         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7192         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7194         * sysdeps/aarch64/shlib-versions: Move to ...
7195         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7196         * sysdeps/alpha/shlib-versions: Move to ...
7197         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7198         * sysdeps/arm/shlib-versions: Move to ...
7199         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7200         * sysdeps/hppa/shlib-versions: Move all contents except for
7201         libgcc_s entry to ...
7202         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7203         entry from ...
7204         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7205         * sysdeps/ia64/shlib-versions: Move to ...
7206         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7207         entry from ...
7208         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7209         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7210         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7211         * sysdeps/microblaze/shlib-versions: Move to ...
7212         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7213         * sysdeps/mips/shlib-versions: Move to ...
7214         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7215         entry from ...
7216         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7217         * sysdeps/tile/shlib-versions: Move to ...
7218         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7219         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7220         from ...
7221         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7222         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7223         entry from ...
7224         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7226 2014-07-17  Will Newton  <will.newton@linaro.org>
7228         * sysdeps/arm/bits/atomic.h
7229         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7230         (__arch_compare_and_exchange_bool_16_int): Likewise.
7231         (__arch_compare_and_exchange_bool_64_int): Likewise.
7233         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7234         into an #else block.
7236 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7238         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7239         just Linux configurations.  Test empirically that the compiler sets
7240         __ARM_EABI__, rather than using the tuple to decide.
7241         * sysdeps/arm/preconfigure: Regenerated.
7242         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7243         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7244         contents appended ...
7245         * sysdeps/arm/configure.ac: ... here.
7246         * sysdeps/arm/configure: Regenerated.
7248 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7250         * nptl/pthread_kill.c: New file.
7251         * nptl/pthread_sigmask.c: New file.
7252         * nptl/pthread_sigqueue.c: New file.
7254         * sysdeps/nptl/lowlevellock.h: New file.
7255         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7256         * sysdeps/nptl/lowlevellock-futex.h: New file.
7258         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7259         Remove dead declarations.
7261 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7263         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7264         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7265         config-cflags-avx2.
7266         * sysdeps/x86_64/configure.ac: Likewise.
7267         * sysdeps/i386/configure: Regenerated.
7268         * sysdeps/x86_64/configure: Likewise.
7269         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7270         memset-avx2 only if config-cflags-avx2 is yes.
7271         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7272         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7273         defined.
7274         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7275         only if HAVE_AVX2_SUPPORT is defined.
7276         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7278 2014-07-14  Alan Modra  <amodra@gmail.com>
7280         [BZ #17153]
7281         * elf/elf.h (DT_PPC64_NUM): Correct value.
7282         * NEWS: Add to fixed bug list.
7284 2014-07-13  Jim Meyering  <meyering@fb.com>
7286         [BZ 17150]
7287         regex: don't deref NULL upon heap allocation failure
7288         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7289         failure in one more place.
7290         To trigger the segfault, configure grep -with-included-regex,
7291         build it, and run these commands:
7292         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7294 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7296         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7298 2014-07-11  Richard Henderson  <rth@redhat.com>
7300         * sysdeps/aarch64/libm-test-ulps: Update.
7302 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7304         [BZ #17135]
7305         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7306         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7307         (__nptl_setxid): Initialize error member.  Call
7308         __nptl_setxid_error.
7309         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7310         * nptl/descr.h (struct xid_command): Add error member.
7311         * nptl/tst-setuid3.c: New file.
7312         * nptl/Makefile (tests): Add it.
7314 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7316         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7317         New define.
7318         (__lll_trylock): Use __lll_base_trylock.
7319         (__lll_cond_trylock): Likewise.
7321 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7323         * nptl/pthread_create.c (start_thread): Use atomic_or and
7324         lll_futex_wake directly rather than lll_robust_dead.
7325         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7326         (lll_robust_dead): Macro removed.
7327         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7328         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7329         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7330         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7331         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7332         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7333         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7334         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7335         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7336         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7337         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7338         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7339         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7340         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7341         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7343         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7344         Use atomic_compare_and_exchange_val_acq directly rather than
7345         lll_robust_trylock.
7346         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7347         (__lll_robust_trylock, lll_robust_trylock): Removed.
7348         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7349         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7350         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7351         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7352         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7353         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7354         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7355         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7356         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7357         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7358         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7359         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7360         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7361         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7363 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7365         * manual/locale.texi (Locale Names): New section documenting
7366         locale name syntax.  Adjust menu and node chaining accordingly.
7367         (Choosing Locale): Reference Locale Names, Locale Categories.
7368         Mention setting LC_ALL=C.  Reflect that name syntax is now
7369         documented.
7370         (Locale Categories): New section title.  Reference Locale Names.
7371         LC_ALL is an environment variable, but not a category.
7372         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7373         description, now in Locale Name.  Reference that section.  Locale
7374         name syntax is now documented.
7376 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7378         [BZ #17137]
7379         * locale/findlocale.c (name_present, valid_locale_name): New
7380         functions.
7381         (_nl_find_locale): Use the loc_name variable to store name
7382         candidates.  Call name_present and valid_locale_name to check and
7383         validate locale names.  Return an error if the locale is invalid.
7385 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7387         * locale/setlocale.c (setlocale): Use strdup for allocating
7388         composite name copy.
7390 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7392         Sync up with gnulib.
7393         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7394         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7395         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7396         and _GL_ARG_NONNULL.
7397         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7398         [!_LIBC]: Include code for Windows and Cygwin.
7399         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7400         Include prototype for int strerror_r.
7401         [!_LIBC] (is_open): New function.
7402         (flush_stdout): New function.
7403         (print_errno_message): Use it.
7404         (error): Likewise.
7405         (error_at_line): Likewise.
7406         (error_tail) Add function attribute macros.  Use
7407         __builtin_expect.
7409         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7411         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7413         * io/ftw.c: Include sys/param.h unconditionally.
7415         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7417         [BZ #17125]
7418         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7419         libc_freeres_ptr.
7420         (freecache): New function to free CACHE on exit.
7422         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7423         initialization.
7425 2014-07-09  David S. Miller  <davem@davemloft.net>
7427         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7429         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7430         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7431         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7432         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7433         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7434         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7435         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7436         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7437         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7438         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7439         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7440         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7441         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7443 2014-07-09  Andreas Schwab  <schwab@suse.de>
7445         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7446         output.
7447         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7448         (do_test): Likewise.
7450         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7452 2014-07-09  Will Newton  <will.newton@linaro.org>
7454         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7455         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7456         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7457         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7458         * sysdeps/hppa/start.S (_start): Likewise.
7460 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7462         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7464         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7465         defined.
7467 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7469         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7470         after checking that it is non-NULL.
7472         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7474 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7476         * sysdeps/powerpc/memmove.c: Remove file.
7477         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7478         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7479         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7480         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7481         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7482         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7483         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7484         string memmove instead of removed powerpc one.
7486         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7487         [weak_alias]: Fix compiler warning due trailing data.
7488         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7489         [weak_alias]: Likewise.
7490         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7491         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7493         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7494         (__libc_ifunc_impl_list): Add memmove functions.
7496 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7498         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7499         Remove code.
7500         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7501         Likewise
7502         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7503         Likewise
7504         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7505         Likewise
7506         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7507         Likewise
7508         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7509         Likewise
7510         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7511         Likewise
7512         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7513         Likewise
7514         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7515         Likewise
7516         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7517         Likewise
7518         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7519         Likewise
7520         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7521         Likewise
7522         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7523         Likewise
7524         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7525         Likewise
7526         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7527         Likewise
7528         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7529         Likewise
7530         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7531         Likewise
7533 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7535         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7536         to avoid alignment traps in non-cacheable memory.
7537         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7539         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7540         multiarch objects.
7541         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7542         file: multiarch power7 memmove.
7543         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7544         multiarch default memmove.
7545         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7546         multiarch memove for powerpc32/power4.
7548         * string/bcopy.c: Use full path to include memmove.c.
7549         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7550         multiarch objects.
7551         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7552         bcopy for powerpc64.
7553         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7554         bcopy for powerpc64.
7555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7556         and memmove implementations.
7557         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7558         optimized multiarch memmove for POWER7/powerpc64.
7559         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7560         default multiarch memmove for powerpc64.
7561         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7562         multiarch for powerpc64.
7563         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7564         for POWER7/powerpc64.
7565         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7566         memmove for POWER7/powerpc64.
7568         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7569         glibc default one.
7571         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7572         __ELF_NATIVE_CLASS equal to 64.
7574 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7576         * sysdeps/nptl/lowlevellock.h: File removed.
7578         * NEWS: NPTL is no longer an add-on!
7579         * nptl/internaltypes.h: Moved ...
7580         * sysdeps/nptl/internaltypes.h: ... here.
7581         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7582         * sysdeps/nptl/fork.c: Likewise.
7583         * sysdeps/nptl/gai_misc.h: Likewise.
7584         * sysdeps/nptl/librt-cancellation.c: Likewise.
7585         * sysdeps/nptl/jmp-unwind.c: Likewise.
7586         * sysdeps/nptl/setxid.h: Likewise.
7587         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7588         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7589         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7590         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7591         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7592         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7593         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7594         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7595         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7596         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7597         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7598         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7599         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7600         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7601         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7602         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7603         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7604         * nptl/Makeconfig: Moved ...
7605         * sysdeps/nptl/Makeconfig: ... here.
7606         * nptl/configure: File removed.
7607         * nptl/ANNOUNCE: File removed.
7608         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7609         * sysdeps/unix/sysv/linux/configure: Regenerated.
7611         * nptl/Makefile (routines): Add libc_pthread_init,
7612         libc_multiple_threads, register-atfork and unregister-atfork.
7613         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7614         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7615         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7616         pthread-pi-defines.sym, structsem.sym.
7617         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7618         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7619         [$(subdir) = nptl] (tests): Add tst-setgetname.
7620         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7621         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7622         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7623         [!LIBC_SIGACTION]: Remove aliases.
7624         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7625         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7626         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7627         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7628         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7629         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7630         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7631         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7632         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7633         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7634         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7635         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7636         __libc_allocate_rtsig_private.
7637         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7638         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7639         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7640         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7641         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7642         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7643         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7644         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7645         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7646         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7647         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7648         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7649         * nptl/internaltypes.h: ... here.
7650         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7651         * sysdeps/nptl/jmp-unwind.c: ... here.
7652         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7653         * nptl/libc-lowlevellock.c: ... here.
7654         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7655         * nptl/libc_multiple_threads.c: ... here.
7656         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7657         * nptl/libc_pthread_init.c: ... here.
7658         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7659         * nptl/lowlevelbarrier.sym: ... here.
7660         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7661         * nptl/lowlevelcond.sym: ... here.
7662         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7663         * nptl/lowlevellock.c: ... here.
7664         * nptl/lowlevellock.h: Moved ...
7665         * sysdeps/nptl/lowlevellock.h: ... here.
7666         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7667         * nptl/lowlevelrobustlock.c: ... here.
7668         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7669         * nptl/lowlevelrobustlock.sym: ... here.
7670         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7671         * nptl/lowlevelrwlock.sym: ... here.
7672         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7673         * nptl/pt-fork.c: ... here.
7674         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7675         * nptl/pthread-pi-defines.sym: ... here.
7676         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7677         * nptl/pthread_attr_getaffinity.c: ... here.
7678         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7679         * nptl/pthread_attr_setaffinity.c: ... here.
7680         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7681         * nptl/pthread_mutex_cond_lock.c: ... here.
7682         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7683         Update #include.
7684         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7685         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7686         * nptl/pthread_once.c: ... here, replacing old file.
7687         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7688         * nptl/pthread_yield.c: ... here.
7689         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7690         * nptl/register-atfork.c: ... here.
7691         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7692         * nptl/sem_post.c: ... here.
7693         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7694         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7695         * nptl/sem_timedwait.c: ... here.
7696         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7697         * nptl/sem_trywait.c: ... here.
7698         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7699         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7700         * nptl/sem_wait.c: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7702         * nptl/structsem.sym: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7704         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7705         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7706         * nptl/unregister-atfork.c: ... here.
7707         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7708         * nptl/unwindbuf.sym: ... here.
7709         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7710         * sysdeps/nptl/fork.c: ... here.
7711         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7712         * sysdeps/nptl/fork.h: ... here.
7713         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7714         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7715         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7716         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7717         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7718         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7719         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7720         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7721         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7722         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7723         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7724         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7725         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7726         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7727         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7728         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7729         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7730         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7731         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7732         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7733         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7734         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7735         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7737         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7739         * sysdeps/unix/sysv/linux/raise.c: ... here.
7740         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7741         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7742         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7743         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7744         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7745         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7746         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7747         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7748         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7749         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7750         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7751         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7752         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7753         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7754         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7756 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7758         * sysdeps/generic/memcopy.h: Add comment for
7759         MEMCPY_OK_FOR_FWD_MEMMOVE.
7761 2014-07-04  Will Newton  <will.newton@linaro.org>
7763         * string/memchr.c: Merge from gnulib.
7764         [_LIBC]: Remove conditionals.
7765         (__ptr_t): Remove define.
7766         (LONG_MAX_32_BITS): Likewise.
7767         (LONG_MAX): Likewise.
7768         (MEMCHR): Use ANSI prototype and optimize algorithm.
7770         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7772 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7774         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7775         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7777         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7778         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7779         in a bare environment with no <stdlib.h> installed.
7780         * sysdeps/nptl/configure: Regenerated.
7782         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7784         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7785         AC_EGREP_CPP for kernel header checks, so they only succeed if
7786         including <linux/version.h> actually works right.
7787         * sysdeps/unix/sysv/linux/configure: Regenerated.
7789         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7790         value so it's not diagnosed as unused.
7792         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7793         thing) with "ifeq ($(subdir),rt)".
7795 2014-07-03  Richard Henderson  <rth@redhat.com>
7797         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7798         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7799         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7801         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7802         (math_force_eval): New.
7804         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7805         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7807         * sysdeps/alpha/fpu/s_round.c: Remove file.
7808         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7810         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7811         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7812         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7813         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7814         (_dl_start, print_statistics): Likewise.
7815         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7816         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7818         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7819         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7820         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7821         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7822         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7823         (HP_SMALL_TIMING_AVAIL): Define.
7824         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7825         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7826         (HP_SMALL_TIMING_AVAIL): Define.
7827         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7828         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7830         * sysdeps/aarch64/hp-timing.h: New file.
7832         * sysdeps/generic/hp-timing.h: Remove dead comment.
7833         * sysdeps/generic/hp-timing-common.h: New file.
7834         * sysdeps/alpha/hp-timing.h: Include it.
7835         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7836         * sysdeps/i386/i686/hp-timing.h: Likewise.
7837         * sysdeps/ia64/hp-timing.h: Likewise.
7838         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7839         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7840         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7841         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7842         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7843         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7844         (hp_timing_t): New.
7846         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7847         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7848         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7849         * elf/rtld.c (_dl_start_final): Likewise.
7850         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7851         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7852         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7853         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7854         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7855         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7856         (HP_TIMING_DIFF_INIT): Remove.
7857         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7858         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7859         (HP_TIMING_DIFF_INIT): Remove.
7860         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7861         * sysdeps/i386/i686/hp-timing.c: Remove file.
7862         * sysdeps/x86_64/hp-timing.c: Remove file.
7863         * sysdeps/ia64/hp-timing.c: Remove file.
7864         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7865         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7866         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7867         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7869         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7870         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7871         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7872         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7873         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7874         (HP_TIMING_ACCUM): Remove.
7875         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7876         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7877         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7879         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7880         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7881         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7882         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7883         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7884         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7885         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7886         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7888         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7890 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7892         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7894 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7896         Sync up with gettext.
7897         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7898         [_MSC_VER]: Include malloc.h
7899         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7900         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7901         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7902         TEMP_FAILURE_RETRY.  Cast return of alloca.
7903         [!_LIBC] Call gl_rwlock_init.
7904         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7906 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7908         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7909         before checking its value.
7911 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7913         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7915         * debug/memcpy_chk.c: Don't include pagecopy.h.
7916         * debug/mempcpy_chk.c: Likewise.
7917         * string/memcpy.c: Likewise.
7918         * string/memmove.c: Likewise.
7919         * sysdeps/powerpc/memmove.c: Likewise.
7920         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7921         definition of PAGE_COPY_FWD_MAYBE here...
7922         * sysdeps/generic/pagecopy.h: ... from here.
7923         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7925 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7926             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7928         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7929         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7930         optimizations.
7931         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7932         (__libc_ifunc_impl_list): Likewise.
7933         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7934         multiarch strcat for PPC64.
7935         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7936         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7938 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7940         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7942 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7944         * intl/loadmsgcat.c: Remove declaration of
7945         get_sysdep_segment_value.
7946         (get_sysdep_segment_value): Use ISO C style.
7947         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7948         semicolon.  Fix typo and formatting in comment.
7949         (_nl_unload_domain): Use ISO C style.
7951         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7953 2014-07-02  Will Newton  <will.newton@linaro.org>
7955         * malloc/obstack.c: Merge from gnulib master.
7956         [HAVE_CONFIG_H]: Remove conditional code.
7957         [!_LIBC]: Include config.h.
7958         [!ELIDE_CODE]: Don't include inttypes.h, include
7959         stdint.h unconditionally.
7960         (print_and_abort): Mark as _Noreturn.
7961         (_obstack_allocated_p): Mark as __attribute_pure__.
7962         (obstack_free): Rename to __obstack_free.
7963         [!__attribute__]: Remove conditional code.
7964         * malloc/obstack.h: Merge from gnulib master.
7965         [__cplusplus]: Move conditional down.
7966         [!__attribute_pure__]: Define __attribute_pure__ here
7967         if it is not already defined.
7968         (_obstack_memory_used): Mark as __attribute_pure__.
7969         [!__obstack_free]: Define as obstack_free.
7970         [__GNUC__]: Remove check for ancient NeXT gcc.
7972 2014-07-02  Will Newton  <will.newton@linaro.org>
7973             Paul Eggert  <eggert@cs.ucla.edu>
7975         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7977 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7979         * resolv/gethnamaddr.c: Add comment warning that the file is
7980         not maintained.
7982 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7984         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7985         entries.
7987         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7988         entry for aio_cancel and aio_cancel64.
7989         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7990         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7991         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7992         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7993         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7994         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7995         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7996         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7997         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7998         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7999         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8000         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8001         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8003 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8005         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8006         * nptl/pthread_mutex_lock.c: Likewise.
8007         * nptl/pthread_mutex_timedlock.c: Likewise.
8008         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8010 2014-07-01  Richard henderson  <rth@redhat.com>
8012         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8013         (__isnan, __isnanl): Remove.
8014         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8016         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8018 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8020         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8022 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8024         * resolv/nss_dns/dns-host.c (getanswer_r)
8025         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8027 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8029         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8030         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8031         undefine.
8032         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8033         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8035 2014-07-01  Roland McGrath <roland@hack.frob.com>
8037         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8038         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8040         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8041         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8043         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8044         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8045         ... here.
8046         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8047         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8049         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8050         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8051         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8052         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8054         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8055         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8056         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8057         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8058         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8059         Moved ...
8060         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8061         ... here.
8062         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8063         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8064         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8065         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8066         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8067         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8068         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8069         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8070         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8071         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8072         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8073         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8074         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8075         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8076         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8077         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8078         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8079         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8080         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8081         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8082         ... here.
8083         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8084         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8085         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8086         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8087         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8088         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8089         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8090         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8092 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8094         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8095         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8096         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8097         Add sysdep.
8099 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8103 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8105         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8106         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8108         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8110         * sysdeps/arm/libm-test-ulps: Regenerated.
8112 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8113             Roland McGrath <roland@hack.frob.com>
8115         * test-skeleton.c (signal_handler): Kill the whole process group
8116         before killing the child individually.
8117         (main): Report any failure on `setpgid'.
8119 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8121         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8122         from _TLS_H to _ARM_NPTL_TLS_H.
8123         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8124         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8126 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8128         [BZ #16539]
8129         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8130         (__expm1l): Return argument unchanged when small but not
8131         subnormal.
8133         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8134         include macro name.
8135         (_FP_UNPACK_RAW_1_P): Likewise.
8136         (_FP_PACK_RAW_1): Likewise.
8137         (_FP_PACK_RAW_1_P): Likewise.
8138         (_FP_MUL_MEAT_1_wide): Likewise.
8139         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8140         (_FP_MUL_MEAT_1_hard): Likewise.
8141         (_FP_DIV_MEAT_1_imm): Likewise.
8142         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8143         (_FP_DIV_MEAT_1_udiv): Likewise.
8144         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8145         (_FP_UNPACK_RAW_2): Likewise.
8146         (_FP_UNPACK_RAW_2_P): Likewise.
8147         (_FP_PACK_RAW_2): Likewise.
8148         (_FP_PACK_RAW_2_P): Likewise.
8149         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8150         (_FP_MUL_MEAT_2_wide): Likewise.
8151         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8152         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8153         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8154         (_FP_MUL_MEAT_2_gmp): Likewise.
8155         (_FP_DIV_MEAT_2_udiv): Likewise.
8156         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8157         (_FP_FRAC_SRL_4): Likewise.
8158         (_FP_FRAC_SRST_4): Likewise.
8159         (_FP_FRAC_SRS_4): Likewise.
8160         (_FP_UNPACK_RAW_4): Likewise.
8161         (_FP_UNPACK_RAW_4_P): Likewise.
8162         (_FP_PACK_RAW_4): Likewise.
8163         (_FP_PACK_RAW_4_P): Likewise.
8164         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8165         (_FP_MUL_MEAT_4_wide): Likewise.
8166         (_FP_MUL_MEAT_4_gmp): Likewise.
8167         (umul_ppppmnnn): Likewise.
8168         (_FP_DIV_MEAT_4_udiv): Likewise.
8169         (__FP_FRAC_ADD_4): Likewise.
8170         (__FP_FRAC_SUB_3): Likewise.
8171         (__FP_FRAC_SUB_4): Likewise.
8172         (__FP_FRAC_DEC_3): Likewise.
8173         (__FP_FRAC_DEC_4): Likewise.
8174         (__FP_FRAC_ADDI_4): Likewise.
8175         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8176         (_FP_FRAC_SRL_8): Likewise.
8177         (_FP_FRAC_SRS_8): Likewise.
8179         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8180         include macro name.
8181         (FP_UNPACK_RAW_EP): Likewise.
8182         (FP_PACK_RAW_E): Likewise.
8183         (FP_PACK_RAW_EP): Likewise.
8184         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8185         (_FP_ISSIGNAN): Likewise.
8186         (_FP_ADD_INTERNAL): Likewise.
8187         (_FP_FMA): Likewise.
8188         (_FP_CMP): Likewise.
8189         (_FP_SQRT): Likewise.
8190         (_FP_TO_INT): Likewise.
8191         (_FP_FROM_INT): Likewise.
8192         (FP_EXTEND): Likewise.
8193         (_FP_DIV_MEAT_N_loop): Likewise.
8195 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8197         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8198         throughout.
8200 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8202         [BZ #17097]
8203         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8204         result with correct sign in case of exponents that produce
8205         overflow except for X very close to 1.
8207 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8209         mktime: merge #if/#ifdef usage from glibc
8210         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8211         as that works with both Glibc's and Gnulib's style.
8212         See thread starting at Siddhesh Poyarekar's bug report at:
8213         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8215 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8217         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8218         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8219         * sysdeps/tile/tilegx/memmove.c: Remove file.
8221 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8223         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8224         abi-name definition.
8225         * scripts/soversions.awk: Do not handle or generate ABI lines.
8226         * shlib-versions: Remove ABI entries.
8227         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8228         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8230 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8233         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8234         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8235         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8237         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8239         Moved ...
8240         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8241         ... here.
8242         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8243         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8244         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8245         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8246         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8247         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8248         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8249         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8250         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8251         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8252         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8253         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8254         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8255         Moved ...
8256         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8258         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8260         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8261         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8262         Moved ...
8263         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8265         Moved ...
8266         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8268         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8269         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8270         Moved ...
8271         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8272         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8273         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8274         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8275         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8276         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8277         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8279         Moved ...
8280         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8281         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8282         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8283         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8284         Moved ...
8285         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8286         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8287         Moved ...
8288         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8289         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8290         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8291         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8292         Moved ...
8293         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8294         ... here.
8295         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8296         Identical file removed.
8297         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8298         Moved ...
8299         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8300         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8301         Identical file removed.
8302         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8303         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8304         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8305         Moved ...
8306         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8307         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8308         Identical file removed.
8309         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8310         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8311         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8312         Identical file removed.
8313         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8314         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8315         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8316         Identical file removed.
8317         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8318         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8319         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8320         Identical file removed.
8321         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8322         Moved ...
8323         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8324         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8325         Identical file removed.
8326         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8327         Moved ...
8328         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8329         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8330         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8331         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8332         Identical file removed.
8333         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8334         Moved ...
8335         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8336         ... here.
8337         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8338         Identical file removed.
8339         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8340         Moved ...
8341         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8342         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8343         Identical file removed.
8344         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8345         Moved ...
8346         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8347         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8348         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8349         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8350         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8351         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8352         Moved ...
8353         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8354         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8355         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8357         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8358         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8359         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8360         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8361         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8363 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8365         [BZ #17092]
8366         * nscd/nscd.c (monitor_child): Return exit status of child
8367         instead of return value from wait syscall.
8369 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8371         * configure.ac (libc_commonpagesize): Remove variable.
8372         (libc_relro_required): Likewise.
8373         (libc_cv_z_relro): Remove configure test.
8374         * configure: Regenerated.
8375         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8376         variable.
8377         (libc_relro_required): Likewise.
8378         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8379         (libc_relro_required): Likewise.
8380         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8381         (libc_relro_required): Likewise.
8382         * sysdeps/arm/preconfigure: Regenerated.
8383         * sysdeps/ia64/preconfigure: Remove file.
8384         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8385         variable.
8386         (libc_relro_required): Likewise.
8388         [BZ #16561]
8389         [BZ #16562]
8390         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8391         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8392         recompute overflowing results in original rounding mode.
8393         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8394         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8395         recompute overflowing results in original rounding mode.
8396         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8397         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8398         recompute overflowing results in original rounding mode.
8399         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8400         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8401         recompute overflowing results in original rounding mode.
8402         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8403         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8404         recompute overflowing results in original rounding mode.
8405         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8406         (libc_feholdsetround_ctx): New macro.
8407         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8408         * sysdeps/i386/fpu/libm-test-ulps: Update.
8409         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8411 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8413         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8414         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8415         corresponding .cpsetup call.
8417 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8419         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8420         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8421         * sysdeps/arm/Makefile [$(subdir) = csu]
8422         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8423         (static-only-routines): Add aeabi_read_tp here.
8424         (shared-only-routines): Add libc-aeabi_read_tp here.
8425         (CFLAGS-libc-start.c): Add -fexceptions here.
8426         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8427         (sysdep_routines, static-only-routines, shared-only-routines):
8428         Don't add to these here.
8429         (CFLAGS-libc-start.c): Likewise.
8431         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8432         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8433         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8434         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8435         * sysdeps/arm/Makefile [$(subdir) = rt]
8436         (librt-sysdep_routines, librt-shared-only-routines):
8437         Append rt-aeabi_unwind_cpp_pr1 here.
8438         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8439         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8440         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8441         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8442         Append nptl-aeabi_unwind_cpp_pr1 here.
8443         (tests): Filter out tst-cleanupx4 here.
8444         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8445         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8446         Don't do those here.
8448 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8450         * scripts/list-sources.sh: Do not handle ports specially.
8452 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8454         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8455         * sysdeps/arm/feupdateenv.c: Likewise.
8457         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8459 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8461         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8462         trailing whitespace removed.
8463         * scripts/config.guess: Update to version 2014-03-23.
8464         * scripts/config.sub: Update to version 2014-05-01
8465         * scripts/install-sh: Update to version 2013-12-25.23.
8466         * scripts/move-if-change: Update from gnulib.
8468 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8470         * debug/memmove_chk.c: Remove pagecopy.h include.
8472 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8474         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8475         identical to gnulib mktime.
8477 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8479         * configure.ac: Do not test for machine being rs6000.  Do not test
8480         for powerpc*-*soft.
8481         * configure: Regenerated.
8483         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8484         test.
8485         * configure: Regenerated.
8486         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8487         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8488         Remove configure test.
8489         * sysdeps/arm/configure: Regenerated.
8490         * sysdeps/nptl/configure.ac: Do not check
8491         libc_cv_asm_cfi_directives.
8492         * sysdeps/nptl/configure: Regenerated.
8493         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8494         * sysdeps/x86_64/nptl/configure: Remove generated file.
8495         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8496         unconditional.
8497         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8499 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8501         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8502         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8503         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8504         it is defined.
8506         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8507         instead of whether it is defined.
8508         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8509         * sysdeps/hppa/dl-machine.h: Likewise.
8510         * sysdeps/ia64/dl-machine.h: Likewise.
8511         * sysdeps/m68k/dl-machine.h: Likewise.
8512         * sysdeps/microblaze/dl-machine.h: Likewise.
8513         * sysdeps/mips/dl-machine.: Likewise.
8514         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8515         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8516         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8517         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8518         * sysdeps/sh/dl-machine.h: Likewise.
8519         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8520         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8521         * sysdeps/tile/dl-machine.h: Likewise.
8522         * sysdeps/x86_64/dl-machine.h: Likewise.
8524         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8525         code.
8526         (verify_persistent_db): Likewise.
8528 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8531         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8533         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8535         Moved ...
8536         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8537         ... here.
8538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8539         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8540         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8541         Identical file removed.
8542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8543         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8544         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8545         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8547         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8548         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8549         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8551         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8553         Moved ...
8554         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8556         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8558         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8560         Moved ...
8561         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8563         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8565         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8567         Identical file removed.
8568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8569         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8571         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8573         Moved ...
8574         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8575         ... here.
8576         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8577         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8579         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8581         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8582         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8583         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8585         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8587         Moved ...
8588         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8589         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8590         Moved ...
8591         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8592         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8593         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8595         Moved ...
8596         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8598         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8600         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8601         folded into ...
8602         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8603         * sysdeps/unix/sysv/linux/s390/Versions
8604         (libpthread: GLIBC_2.19): New version set.
8605         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8606         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8607         (librt: GLIBC_2.3.3): New version set.
8608         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8609         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8610         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8611         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8612         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8613         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8614         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8615         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8616         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8617         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8618         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8619         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8620         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8621         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8622         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8623         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8624         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8625         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8626         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8627         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8628         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8629         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8630         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8631         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8632         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8634         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8636         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8638         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8640         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8642         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8644         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8646         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8648         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8650         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8652         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8654         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8655         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8656         (__libc_vfork): Define the function under this name.
8657         [!NOT_IN_libc] (__vfork): Make this an alias.
8658         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8659         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8660         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8661         (__libc_vfork): Define the function under this name.
8662         [!NOT_IN_libc] (__vfork): Make this an alias.
8663         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8664         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8665         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8666         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8667         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8668         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8670         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8671         code that was previously under [RESET_PID].
8672         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8673         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8674         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8676         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8677         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8678         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8679         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8680         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8681         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8682         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8683         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8684         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8685         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8686         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8687         Moved ...
8688         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8689         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8690         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8691         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8692         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8693         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8694         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8695         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8696         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8697         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8698         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8699         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8700         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8701         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8702         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8703         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8704         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8705         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8706         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8707         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8708         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8709         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8710         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8711         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8712         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8713         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8714         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8715         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8716         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8718 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8720         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8721         that was previously under [RESET_PID].
8722         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8724 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8726         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8727         not undefine and redefine.
8728         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8729         [O_CLOEXEC]: Make code unconditional.
8730         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8731         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8732         <kernel-features.h>.
8733         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8734         conditional variable definition.
8735         (shm_open) [O_CLOEXEC]: Make code unconditional.
8736         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8737         code.
8739         * configure.ac (USE_REGPARMS): Don't define here.
8740         * configure: Regenerated.
8741         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8742         * sysdeps/i386/configure: Regenerated.
8744         * nptl/createthread.c: Don't include kernel-features.h.
8745         * nptl/pthread_cancel.c: Likewise.
8746         * nptl/pthread_condattr_setclock.c: Likewise.
8747         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8748         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8749         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8750         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8751         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8752         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8753         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8754         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8755         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8756         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8757         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8758         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8759         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8760         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8761         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8762         * nscd/gai.c: Likewise.
8763         * nss/nss_db/db-open.c: Likewise.
8764         * sysdeps/generic/ldsodefs.h: Likewise.
8765         * sysdeps/sh/nptl/tls.h: Likewise.
8766         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8767         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8768         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8769         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8770         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8771         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8772         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8773         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8774         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8775         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8776         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8777         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8778         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8779         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8780         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8781         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8782         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8783         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8784         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8785         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8786         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8787         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8788         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8789         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8790         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8791         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8792         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8793         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8794         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8795         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8796         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8797         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8798         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8799         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8800         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8801         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8802         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8803         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8804         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8805         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8806         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8807         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8808         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8809         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8810         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8811         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8812         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8813         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8814         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8815         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8816         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8817         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8818         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8819         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8820         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8821         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8822         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8823         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8846         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8847         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8848         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8849         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8850         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8851         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8852         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8853         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8854         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8855         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8856         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8857         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8858         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8859         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8860         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8861         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8862         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8863         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8864         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8865         * sysdeps/unix/sysv/linux/system.c: Likewise.
8866         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8867         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8868         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8869         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8870         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8871         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8872         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8874         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8875         * configure: Regenerated.
8876         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8878         * configure.ac (base_machine): Do not set specially for particular
8879         machines here.
8880         * configure: Regenerated.
8881         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8882         settings from configure.ac.
8883         * sysdeps/i386/preconfigure: New file.
8884         * sysdeps/s390/preconfigure: Likewise.
8885         * sysdeps/sh/preconfigure: Likewise.
8886         * sysdeps/sparc/preconfigure: Likewise.
8888 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8890         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8891         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8892         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8893         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8894         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8895         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8896         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8897         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8898         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8899         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8900         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8901         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8902         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8903         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8904         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8905         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8906         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8907         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8908         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8910         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8911         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8912         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8913         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8914         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8915         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8916         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8917         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8918         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8919         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8920         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8921         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8922         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8923         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8924         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8925         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8926         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8927         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8928         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8929         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8930         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8931         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8932         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8933         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8934         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8935         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8936         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8937         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8938         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8939         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8940         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8941         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8942         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8943         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8944         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8945         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8946         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8947         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8950         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8951         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8952         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8954         Moved ...
8955         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8956         ... here.
8957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8958         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8959         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8960         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8961         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8962         Moved ...
8963         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8965         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8966         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8967         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8968         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8969         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8971         Moved ...
8972         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8974         Moved ...
8975         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8977         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8979         Moved ...
8980         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8982         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8983         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8984         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8986         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8988         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8990         Moved ...
8991         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8992         ... here.
8993         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8994         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8995         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8996         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8997         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8998         Moved ...
8999         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9001         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9002         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9003         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9004         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9005         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9007         Moved ...
9008         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9009         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9010         Moved ...
9011         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9013         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9015         Moved ...
9016         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9018         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9020         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9022 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9024         * timezone/checktab.awk: Update from tzcode 2014e.
9025         * timezone/private.h: Likewise.
9026         * timezone/tzfile.h: Likewise.
9027         * timezone/zdump.c: Likewise.
9028         * timezone/zic.c: Likewise.
9030         * sysdeps/unix/sysv/linux/kernel-features.h
9031         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9032         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9033         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9034         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9035         Remove conditional code.
9037 2014-06-25  Will Newton  <will.newton@linaro.org>
9039         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9040         (_dl_arm_cap_flags): Add HWCAP2 values.
9041         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9042         (_DL_HWCAP_COUNT): Increase to 37.
9043         (_DL_HWCAP_LAST): New define.
9044         (_DL_HWCAP2_LAST): New define.
9045         (_dl_procinfo): Add support for printing
9046         AT_HWCAP2 entries.
9047         (_dl_string_hwcap): Use _dl_hwcap_string.
9049 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9051         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9053 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9055         * README: Do not mention ports directory.
9057         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9058         Remove macro.
9059         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9060         <kernel-features.h>.
9061         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9062         conditional variable definition.
9063         (__futimes): Update comment.
9064         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9065         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9067         [BZ #16560]
9068         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9069         arguments close to 0.
9070         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9071         Likewise.
9072         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9073         Likewise.
9074         * math/auto-libm-test-in: Add more tests of exp10.
9075         * math/auto-libm-test-out: Regenerated.
9076         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9078         * sysdeps/unix/sysv/linux/kernel-features.h
9079         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9080         * sysdeps/unix/sysv/linux/readv.c: Do not include
9081         <kernel-features.h>.
9082         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9083         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9084         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9085         unconditional.
9086         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9087         conditional code.
9088         * sysdeps/unix/sysv/linux/writev.c: Do not include
9089         <kernel-features.h>.
9090         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9091         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9092         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9093         unconditional.
9094         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9095         conditional code.
9097 2014-06-25  Will Newton  <will.newton@linaro.org>
9099         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9100         comment changes throughout the file.  Remove checks
9101         for HAVE_*_H definitions that are not required.
9102         (__gen_tempname): Call abort if an unknown kind value is
9103         passed.
9105 2014-06-25  Andreas Schwab  <schwab@suse.de>
9107         [BZ #17086]
9108         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9109         scalbln, scalblnf, scalblnl in libc.
9111 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9113         [BZ #17086]
9114         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9115         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9116         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9118 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9120         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9121         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9122         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9123         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9124         Update #include.
9125         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9126         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9127         Update #include.
9128         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9129         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9130         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9131         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9132         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9133         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9134         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9135         * sysdeps/x86/bits/semaphore.h: ... here.
9136         * sysdeps/x86/nptl/elide.h: Moved ...
9137         * sysdeps/x86/elide.h: ... here.
9138         * sysdeps/x86_64/nptl/Implies: File removed.
9139         * sysdeps/i386/nptl/Implies: File removed.
9141 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9143         [BZ #16539]
9144         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9145         return the argument for normal arguments with exponent below -64.
9146         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9147         Likewise.
9148         * math/auto-libm-test-in: Add another test of expm1.
9149         * math/auto-libm-test-out: Regenerated.
9151         [BZ #16287]
9152         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9153         calling __erfcl for arguments at least 16.
9154         * math/auto-libm-test-in: Add more tests of erf.
9155         * math/auto-libm-test-out: Regenerated.
9157         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9158         individual architectures.
9159         * sysdeps/unix/sysv/linux/configure: Regenerated.
9160         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9161         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9162         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9163         (ldd_rewrite_script): Define variable.
9164         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9166         file.
9167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9168         generated file.
9169         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9170         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9171         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9172         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9173         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9174         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9175         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9176         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9178 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9180         [BZ #17084]
9181         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9182         Rename member __data.d to __data.__elision_data.
9184 2014-06-24  Wilco  <wdijkstr@arm.com>
9186         * NEWS: Add 16918 to fixed bug list.
9188 2014-06-24  Wilco  <wdijkstr@arm.com>
9190         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9192 2014-06-24  Wilco  <wdijkstr@arm.com>
9194         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9195         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9196         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9197         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9198         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9199         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9200         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9201         Use _FPU_MASK_RM.
9203 2014-06-24  Wilco  <wdijkstr@arm.com>
9205         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9207 2014-06-24  Wilco  <wdijkstr@arm.com>
9209         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9210         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9211         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9212         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9214 2014-06-24  Wilco  <wdijkstr@arm.com>
9216         [BZ #16918]
9217         * sysdeps/arm/feupdateenv.c (feupdateenv):
9218         Rewrite to reduce FPSCR accesses and fix return value.
9220 2014-06-24  Wilco  <wdijkstr@arm.com>
9222         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9223         Optimize to avoid unnecessary FPSCR writes.
9224         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9225         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9226         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9227         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9229 2014-06-24  Wilco  <wdijkstr@arm.com>
9231         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9232         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9233         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9234         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9235         Call libc_fetestexcept_vfp.
9236         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9237         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9238         __SOFTFP__ ifdef so that they can be built for softfp.
9240 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9242         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9243         argument type signed char.
9245         * Makerules (check-abi): Dump diff of symlist if the test
9246         fails.
9248 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9250         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9251         using abort.
9253         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9254         Remove unused variable ST.
9256 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9258         [BZ #16354]
9259         [BZ #17061]
9260         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9261         small arguments before calling __expm1.
9262         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9263         small arguments before calling __expm1f.
9264         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9265         small arguments before calling __expm1l.
9266         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9267         Likewise.
9268         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9269         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9270         spurious underflow for some cosh tests.
9271         * math/auto-libm-test-out: Regenerated.
9272         * sysdeps/i386/fpu/libm-test-ulps: Update.
9274         [BZ #17050]
9275         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9276         (__ieee754_y1): Set errno if return value overflows.
9277         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9278         (__ieee754_y1f): Set errno if return value overflows.
9279         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9280         (__ieee754_y1l): Set errno if return value overflows.
9281         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9282         (__ieee754_y1l): Set errno if return value overflows.
9283         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9284         * math/auto-libm-test-out: Regenerated.
9286         * math/gen-auto-libm-tests.c: Document use of
9287         ignore-zero-inf-sign.
9288         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9289         (input_flags): Add ignore-zero-inf-sign.
9290         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9291         * math/gen-libm-test.pl (generate_testfile): Handle
9292         ignore-zero-inf-sign.
9293         * math/auto-libm-test-in: Mark some cpow tests with
9294         ignore-zero-inf-sign and some with xfail-rounding.
9295         * math/auto-libm-test-out: Regenerated.
9296         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9297         * sysdeps/i386/fpu/libm-test-ulps: Update.
9298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9300         [BZ #16315]
9301         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9302         overflowing or underflowing operations take place with sign of
9303         result.
9304         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9305         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9306         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9307         (__ieee754_pow): Recompute overflowing and underflowing results in
9308         original rounding mode.
9309         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9310         (__powl_helper): Allow negative argument X and scale negated value
9311         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9312         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9313         overflowing or underflowing operations take place with sign of
9314         result.
9315         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9316         Include <math.h>.
9317         * math/auto-libm-test-in: Add more tests of pow.
9318         * math/auto-libm-test-out: Regenerated.
9319         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9320         (pow_tonearest_test_data): Remove.
9321         (pow_test_tonearest): Likewise.
9322         (pow_towardzero_test_data): Likewise.
9323         (pow_test_towardzero): Likewise.
9324         (pow_downward_test_data): Likewise.
9325         (pow_test_downward): Likewise.
9326         (pow_upward_test_data): Likewise.
9327         (pow_test_upward): Likewise.
9328         (main): Don't call removed functions.
9329         * sysdeps/i386/fpu/libm-test-ulps: Update.
9330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9332 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9335         Moved ...
9336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9338         Moved ...
9339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9341         Moved ...
9342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9344         Moved ...
9345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9347         File removed.
9348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9349         File removed.
9350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9351         File removed.
9352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9353         File removed.
9354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9355         File removed.
9356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9357         File removed.
9358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9359         File removed.
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9361         File removed.
9362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9363         File removed.
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9365         File removed.
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9367         File removed.
9368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9369         File removed.
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9371         Moved ...
9372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9374         Moved ...
9375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9376         ... here.
9377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9378         Moved ...
9379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9381         Moved ...
9382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9384         Moved ...
9385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9387         Moved ...
9388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9390         Moved ...
9391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9393         Moved ...
9394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9396         Moved ...
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9400         ... here.
9401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9402         Moved ...
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9405         Moved ...
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9407         ... here.
9408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9409         Moved ...
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9411         ... here.
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9413         Moved ...
9414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9415         ... here.
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9420         Moved ...
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9425         Moved ...
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9427         ... here.
9428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9429         Moved ...
9430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9431         ... here.
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9433         Moved ...
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9436         Moved ...
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9439         Moved ...
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9442         Moved ...
9443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9445         Moved ...
9446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9447         ... here.
9448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9449         Moved ...
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9452         Moved ...
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9455         Moved ...
9456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9458         Moved ...
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9463         Moved ...
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9466         Moved ...
9467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9469         Moved ...
9470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9471         ... here.
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9473         Moved ...
9474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9475         ... here.
9476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9477         Moved ...
9478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9479         ... here.
9480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9481         Moved ...
9482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9484         Moved ...
9485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9487         Moved ...
9488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9490         Moved ...
9491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9492         ... here.
9493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9494         Moved ...
9495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9496         ... here.
9497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9498         Moved ...
9499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9500         ... here.
9501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9502         Moved ...
9503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9505         Moved ...
9506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9508 2014-06-23  Will Newton  <will.newton@linaro.org>
9509             Wilco  <wdijkstr@arm.com>
9511         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9512         implementation.  Include get-rounding-mode.h.
9513         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9514         [!libc_feholdsetround_noex_ctx]: Define
9515         libc_feholdsetround_noex_ctx.
9516         [!libc_feholdsetround_noexf_ctx]: Define
9517         libc_feholdsetround_noexf_ctx.
9518         [!libc_feholdsetround_noexl_ctx]: Define
9519         libc_feholdsetround_noexl_ctx.
9520         (libc_feholdsetround_ctx): New function.
9521         (libc_feresetround_ctx): New function.
9522         (libc_feholdsetround_noex_ctx): New function.
9523         (libc_feresetround_noex_ctx): New function.
9525 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9527         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9528         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9529         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9530         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9531         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9532         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9534         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9535         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9536         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9537         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9538         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9539         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9540         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9541         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9542         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9543         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9545         Moved ...
9546         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9547         ... here.
9548         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9549         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9550         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9551         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9552         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9553         Moved ...
9554         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9558         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9559         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9560         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9562         Moved ...
9563         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9564         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9565         Moved ...
9566         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9570         Moved ...
9571         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9572         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9573         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9574         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9575         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9576         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9577         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9578         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9579         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9580         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9581         Moved ...
9582         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9583         ... here.
9584         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9585         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9586         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9587         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9588         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9589         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9597         Moved ...
9598         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9599         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9600         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9601         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9602         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9603         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9604         Moved ...
9605         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9609         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9611         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9612         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9613         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9614         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9615         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9616         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9617         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9618         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9619         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9620         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9621         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9622         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9623         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9624         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9625         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9626         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9627         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9628         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9629         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9630         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9631         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9632         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9633         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9634         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9635         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9636         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9637         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9638         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9640 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9642         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9643         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9644         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9645         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9646         (IPV6_PMTUDISC_INTERFACE): Likewise.
9647         (IPV6_PMTUDISC_OMIT): Likewise.
9649 2014-06-23  Andreas Schwab  <schwab@suse.de>
9651         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9652         Remove unused errout label.
9654 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9656         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9657         macro: hardware supports Vector Crypto instructions.
9659 2014-06-23  Will Newton  <will.newton@linaro.org>
9661         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9662         rather than __builtin_expect.
9664         * elf/dl-lookup.c (undefined_msg): Remove variable.
9665         (_dl_lookup_symbol_x): Replace undefined_msg with string
9666         literal.
9668         * elf/dl-lookup.c (do_lookup_unique): New function.
9669         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9670         to a separate function.
9672 2014-06-23  Andreas Schwab  <schwab@suse.de>
9674         [BZ #17079]
9675         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9676         before reading the next line.
9678 2014-06-23  Will Newton  <will.newton@linaro.org>
9680         * test-skeleton.c (signal_handler): Use printf and %m
9681         rather than perror.  Use printf rather than fprintf to
9682         stderr.  Use puts rather than fputs to stderr.
9683         (main): Likewise.
9685 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9687         * nscd/nscd.c (thread_info_t): Remove typedef.
9688         (thread_info): Remove variable.
9690 2014-06-21  Allan McRae  <allan@archlinux.org>
9692         * NEWS: Mention CVE-2014-4043.
9694 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9696         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9697         * nptl/smp.h: ... here.
9699         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9701         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9702         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9703         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9704         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9706         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9707         * nptl/stack-aliasing.h: New file.
9708         * sysdeps/i386/i686/stack-aliasing.h: New file.
9709         * sysdeps/i386/i686/nptl/Makefile: File removed.
9710         * sysdeps/x86_64/stack-aliasing.h: New file.
9711         * sysdeps/x86_64/nptl/Makefile
9712         (CFLAGS-pthread_create.c): Variable removed.
9714         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9715         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9716         old file.
9717         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9718         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9719         old file.
9721 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9723         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9724         (__ASSUME_SIGFRAME_V2): Remove macro.
9725         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9726         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9727         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9728         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9729         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9730         Declare as function.  Remove conditional macro definitions.
9731         (__default_rt_sa_restorer): Likewise.
9732         (__default_sa_restorer_v1): Remove declaration.
9733         (__default_sa_restorer_v2): Likewise.
9734         (__default_rt_sa_restorer_v1): Likewise.
9735         (__default_rt_sa_restorer_v2): Likewise.
9736         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9737         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9738         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9740 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9742         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9743         (libpthread-routines): Add sysdep.
9744         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9745         * sysdeps/unix/sysv/linux/sparc/Versions
9746         (libpthread: GLIBC_2.3.3): New version set.
9747         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9748         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9749         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9750         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9751         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9752         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9753         Moved ...
9754         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9755         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9756         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9758         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9759         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9760         * sysdeps/sparc/nptl/sem_init.c: ... here.
9761         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9762         * sysdeps/sparc/nptl/sem_post.c: ... here.
9763         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9764         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9765         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9766         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9767         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9768         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9769         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9770         (libpthread-routines): Add cpu_relax.
9771         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9772         File removed.
9773         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9774         (librt: GLIBC_2.3.3): New version set.
9775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9776         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9777         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9778         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9779         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9781         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9782         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9783         Moved ...
9784         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9785         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9786         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9787         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9788         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9789         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9790         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9792         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9794         Moved ...
9795         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9796         Update #include.
9797         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9798         Moved ...
9799         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9800         Update #include.
9801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9802         Moved ...
9803         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9804         Update #include.
9805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9806         Moved ...
9807         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9808         Update #include.
9809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9810         Moved ...
9811         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9812         Update #include.
9813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9814         Moved ...
9815         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9816         Update #include.
9817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9818         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9819         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9820         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9822         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9823         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9824         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9826         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9828         Moved ...
9829         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9831         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9833         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9835 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9837         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9838         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9839         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9840         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9841         * nscd/nscd.c: Likewise.
9842         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9843         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9844         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9845         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9847         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9848         <kernel-features.h>.
9849         (init_mq_netlink): Remove conditional have_sock_cloexec
9850         definitions.  Remove code conditional on have_sock_cloexec < 0.
9851         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9852         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9853         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9854         <kernel-features.h>.
9855         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9856         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9858 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9860         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9861         Add tests for memset_chk and memset.
9863         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9864         with AVX2_Usable.
9866 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9868         [BZ #16046]
9869         * elf/tst-dl-iter-static.c: New file.
9870         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9872         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9873         error.
9875 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9877         * sysdeps/unix/sysv/linux/kernel-features.h
9878         (__ASSUME_F_GETOWN_EX): Remove macro.
9879         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9880         <kernel-features.h>.
9881         (miss_F_GETOWN_EX): Remove variable or macro.
9882         (do_fcntl): Do not check miss_F_GETOWN_EX.
9883         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9885         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9886         Remove macro.
9887         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9888         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9889         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9891         * sysdeps/unix/sysv/linux/kernel-features.h
9892         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9893         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9894         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9895         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9897 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9899         [BZ #17075]
9900         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9901         Fix calculation of the symbol's value.
9902         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9903         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9904         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9905         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9906         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9907         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9908         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9909         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9910         (modules-names): Add `tst-armtlsdescmod',
9911         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9912         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9913         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9914         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9915         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9916         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9917         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9918         ($(objpfx)tst-armtlsdescloc): New dependency.
9919         ($(objpfx)tst-armtlsdescextnow): Likewise.
9920         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9921         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9922         TLS scheme support.
9923         * sysdeps/arm/configure: Regenerate.
9925 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9927         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9928         (__atfct_seterrno_2): Likewise.
9929         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9930         <kernel-features.h>.
9931         (__ASSUME_ATFCTS): Do not undefine and redefine.
9932         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9933         (__have_atfcts): Remove conditional definition.
9934         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9935         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9936         unreachable if [__ASSUME_ATFCTS].
9937         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9938         not undefine and redefine.
9939         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9940         <kernel-features.h>.
9941         (faccessat) [__NR_faccessat]: Make code unconditional.
9942         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9943         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9944         <kernel-features.h>.
9945         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9946         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9947         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9948         <kernel-features.h>.
9949         (fchownat) [__NR_fchownat]: Make code unconditional.
9950         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9951         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9952         <kernel-features.h>.
9953         (futimesat) [__NR_futimesat]: Make code unconditional.
9954         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9955         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9956         <kernel-features.h>.
9957         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9958         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9959         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9960         <kernel-features.h>.
9961         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9962         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9963         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9964         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9965         <kernel-features.h>.
9966         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9967         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9968         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9969         <kernel-features.h>.
9970         (linkat) [__NR_linkat]: Make code unconditional.
9971         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9972         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9973         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9974         <kernel-features.h>.
9975         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9976         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9977         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9978         <kernel-features.h>.
9979         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9980         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9981         * sysdeps/unix/sysv/linux/openat.c: Do not include
9982         <kernel-features.h>.
9983         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9984         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9985         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9986         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9987         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9988         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9989         <kernel-features.h>.
9990         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9991         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9992         result of INLINE_SYSCALL directly, not via int variable.
9993         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9994         <kernel-features.h>.
9995         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9996         (renameat) [__NR_renameat]: Make code unconditional.
9997         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9998         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9999         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10000         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10001         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10002         (__ASSUME_ATFCTS): Do not undefine and redefine.
10003         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10004         <kernel-features.h>.
10005         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10006         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10007         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10008         <kernel-features.h>.
10009         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10010         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10011         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10012         (__ASSUME_ATFCTS): Do not undefine and redefine.
10013         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10014         <kernel-features.h>.
10015         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10016         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10017         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10018         <kernel-features.h>.
10019         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10020         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10022 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10024         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10026 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10028         [BZ #17069]
10029         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10030         constructed tree before returning error.
10031         * posix/bug-regexp36.c: Expand test case.
10033 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10035         [BZ #6803]
10036         * math/libm-test.inc (scalbln_test_date):
10037         Add errno expectations.
10038         * math/w_scalblnf.c: New File.
10039         Add wrapper which checks for setting errno to ERANGE.
10040         Add weak_alias for corresponding scalbln function.
10041         * math/w_scalbln.c: Likewise.
10042         * math/w_scalblnl.c: Likewise.
10043         * math/Makefile (libm-calls): Add w_scalbln.
10044         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10045         Remove weak_alias for corresponding scalbln function.
10046         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10047         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10048         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10049         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10050         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10051         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10052         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10053         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10054         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10055         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10056         Remove long_double_symbol for scalblnl function in libm, libc.
10057         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10058         Add wrapper which checks for setting errno to ERANGE.
10059         Add long_double_symbol for scalblnl function in libm, libc.
10060         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10061         Remove long_double_symbol for scalblnl in libm.
10062         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10063         Add wrapper which checks for setting errno to ERANGE.
10064         Add long_double_symbol for scalblnl function in libm.
10065         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10066         Do not use wrapper because of own implementation.
10068 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10070         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10071         3 bytes for __pad1 for x32.
10072         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10074 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10075             H.J. Lu  <hongjiu.lu@intel.com>
10077         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10078         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10079         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10080         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10081         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10083 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10085         [BZ #17069]
10086         * posix/regcomp.c (parse_expression): Deallocate partially
10087         constructed tree before returning error.
10088         * posix/Makefile.c (tests): Add bug-regex36.
10089         (generated): Add bug-regex36.mtrace.
10090         (tests-special): Add $(objpfx)bug-regex36-mem.out
10091         (bug-regex36-ENV): New variable.
10092         ($(objpfx)bug-regex36-mem.out): New rule.
10093         * posix/bug-regex36.c: New file.
10095 2014-06-19  Will Newton  <will.newton@linaro.org>
10097         * malloc/malloc.c (systrim): If extra is zero then return
10098         early.
10100 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10102         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10104 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10106         * sysdeps/aarch64/strchr.S: New file.
10108 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10110         [BZ #17022]
10111         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10112         from arguments -2 or below.
10113         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10114         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10116 2014-06-18  Andreas Schwab  <schwab@suse.de>
10118         [BZ #17062]
10119         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10120         of a bracket expr not to run off the end of the string.
10121         * posix/Makefile (tests): Add tst-fnmatch3.
10122         * posix/tst-fnmatch3.c: New file.
10124 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10126         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10127         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10128         [$(cross-compiling) = no]: Likewise.
10129         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10130         [$(cross-compiling) = no]: Likewise.
10132 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10134         [BZ #17031]
10135         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10136         double, adjusted for any remainder from the high double.
10137         * math/libm-test.inc (nearbyint): Add tests.
10138         (rint): Likewise.
10140 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10142         * nptl/sysdeps/powerpc/Makefile: Moved ...
10143         * sysdeps/powerpc/nptl/Makefile: ... here.
10144         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10145         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10146         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10147         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10148         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10149         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10150         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10151         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10152         * nptl/sysdeps/powerpc/tls.h: Moved ...
10153         * sysdeps/powerpc/nptl/tls.h: ... here.
10155 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10157         [BZ #16681]
10158         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10159         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10160         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10161         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10162         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10163         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10164         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10165         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10166         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10168 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10170         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10172 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10174         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10175         defined operator.
10177         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10178         $TIMEOUTFACTOR.
10180 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10182         [BZ #17058]
10183         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10184         non-executed part of the test.
10186 2014-06-16  Andreas Schwab  <schwab@suse.de>
10188         * string/bits/string2.h (strdup, strndup): Update feature guard.
10190 2014-06-14  David S. Miller  <davem@davemloft.net>
10192         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10194 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10196         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10197         that was previously under [RESET_PID].
10198         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10200         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10201         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10202         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10203         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10204         (__libc_vfork): New strong alias.
10205         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10207 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10209         * sysdeps/generic/elide.h: New file.
10211 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10213         * Makefile (installed-headers): Adjust path of pthread.h header.
10215 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10217         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10218         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10219         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10220         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10222         * nptl/sysdeps/s390/Makefile: Moved ...
10223         * sysdeps/s390/nptl/Makefile: ... here.
10224         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10225         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10226         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10227         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10228         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10229         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10230         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10231         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10232         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10233         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10234         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10235         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10236         * nptl/sysdeps/s390/tls.h: Moved ...
10237         * sysdeps/s390/nptl/tls.h: ... here.
10239         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10240         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10242 2014-06-13  David S. Miller  <davem@davemloft.net>
10244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10245         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10246         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10247         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10249         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10250         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10251         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10252         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10253         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10254         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10255         Remove RESET_PID cpp guards.
10256         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10257         Remove RESET_PID cpp guards.
10258         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10260 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10262         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10263         __sp to uintptr_t.
10265 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10267         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10268         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10269         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10270         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10271         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10272         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10273         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10274         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10275         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10276         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10277         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10278         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10279         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10280         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10281         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10282         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10283         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10284         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10285         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10286         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10288         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10289         (pthread_rwlock_rdlock): Add elision.
10290         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10291         (pthread_rwlock_wrlock): Add elision.
10292         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10293         (pthread_rwlock_trywrlock): Add elision.
10294         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10295         (pthread_rwlock_tryrdlock): Add elision.
10296         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10297         (pthread_rwlock_tryrdlock): Add elision unlock.
10298         * nptl/sysdeps/pthread/pthread.h:
10299         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10300         (PTHREAD_RWLOCK_INITIALIZER,
10301         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10302         Handle new elision field.
10303         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10304         * sysdeps/arm/nptl/bits/pthreadtypes.h
10305         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10306         * sysdeps/sh/nptl/bits/pthreadtypes.h
10307         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10308         * sysdeps/tile/nptl/bits/pthreadtypes.h
10309         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10310         * sysdeps/a/nptl/bits/pthreadtypes.h
10311         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10312         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10313         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10314         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10315         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10316         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10317         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10318         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10319         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10320         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10321         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10322         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10323         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10324         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10325         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10326         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10327         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10328         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10329         (elision_init): Set try_xbegin to zero when no RTM.
10330         * sysdeps/x86/nptl/bits/pthreadtypes.h
10331         (pthread_rwlock_t): Change __pad1 to __rwelision.
10332         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10334 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10336         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10337         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10338         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10339         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10341 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10343         [BZ #16996]
10344         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10345         that the cached result has been set before returning it.
10347 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10349         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10350         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10352         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10353         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10354         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10356         * nptl/sysdeps/sparc/Makefile: Moved ...
10357         * sysdeps/sparc/nptl/Makefile: ... here.
10358         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10359         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10360         * nptl/sysdeps/sparc/tls.h: Moved ...
10361         * sysdeps/sparc/nptl/tls.h: ... here.
10362         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10363         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10364         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10365         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10366         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10367         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10368         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10369         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10370         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10371         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10372         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10373         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10374         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10375         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10376         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10377         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10378         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10379         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10380         Update #include.
10381         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10382         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10383         Update #include.
10384         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10385         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10386         Update #include.
10387         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10388         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10389         Update #include.
10391         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10393         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10394         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10396         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10397         (struct list_links): Type removed.
10398         (struct thread_node, struct timer_node): Replace struct list_links
10399         with struct list_head.
10400         (list_unlink_ip): Likewise.
10401         * sysdeps/pthread/timer_routines.c
10402         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10403         (list_append, list_insbefore): Likewise.
10404         (list_init): Function removed.
10405         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10406         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10407         * sysdeps/pthread/Makefile: ... here, new file.
10409         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10410         * sysdeps/nptl/Implies: ... here.
10411         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10412         * nptl/sysdeps/pthread/list.h: Moved ...
10413         * include/list.h: ... here.
10414         * nptl/sysdeps/pthread/createthread.c: Moved ...
10415         * nptl/createthread.c: ... here.
10416         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10417         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10418         * nptl/pt-longjmp.c: ... here.
10419         * nptl/sysdeps/pthread/Makefile: Moved ...
10420         * sysdeps/nptl/Makefile: ... here.
10421         * nptl/sysdeps/pthread/Subdirs: Moved ...
10422         * sysdeps/nptl/Subdirs: ... here.
10423         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10424         * sysdeps/nptl/aio_misc.h: ... here.
10425         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10426         * sysdeps/nptl/bits/libc-lock.h: ... here.
10427         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10428         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10429         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10430         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10431         * nptl/sysdeps/pthread/configure: Moved ...
10432         * sysdeps/nptl/configure: ... here.
10433         * nptl/sysdeps/pthread/configure.ac: Moved ...
10434         * sysdeps/nptl/configure.ac: ... here.
10435         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10436         * sysdeps/nptl/gai_misc.h: ... here.
10437         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10438         * sysdeps/nptl/librt-cancellation.c: ... here.
10439         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10440         * sysdeps/nptl/malloc-machine.h: ... here.
10441         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10442         * sysdeps/nptl/pthread-functions.h: ... here.
10443         * nptl/sysdeps/pthread/pthread.h: Moved ...
10444         * sysdeps/nptl/pthread.h: ... here.
10445         * nptl/sysdeps/pthread/setxid.h: Moved ...
10446         * sysdeps/nptl/setxid.h: ... here.
10447         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10448         * sysdeps/nptl/sigfillset.c: ... here.
10449         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10450         * sysdeps/nptl/tcb-offsets.h: ... here.
10451         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10452         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10453         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10454         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10455         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10456         * sysdeps/pthread/allocalim.h: ... here.
10457         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10458         * sysdeps/pthread/bits/sigthread.h: ... here.
10459         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10460         * sysdeps/pthread/flockfile.c: ... here.
10461         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10462         * sysdeps/pthread/ftrylockfile.c: ... here.
10463         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10464         * sysdeps/pthread/funlockfile.c: ... here.
10465         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10466         * sysdeps/pthread/posix-timer.h: ... here.
10467         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10468         * sysdeps/pthread/timer_create.c: ... here.
10469         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10470         * sysdeps/pthread/timer_delete.c: ... here.
10471         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10472         * sysdeps/pthread/timer_getoverr.c: ... here.
10473         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10474         * sysdeps/pthread/timer_gettime.c: ... here.
10475         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10476         * sysdeps/pthread/timer_routines.c: ... here.
10477         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10478         * sysdeps/pthread/timer_settime.c: ... here.
10479         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10480         * sysdeps/pthread/tst-timer.c: ... here.
10481         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10482         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10484         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10485         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10487         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10488         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10489         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10490         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10491         Update #include target.
10492         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10493         * sysdeps/i386/i686/nptl/Makefile: ... here.
10494         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10495         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10496         Update #include target.
10497         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10498         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10499         * nptl/sysdeps/i386/Makefile: Moved ...
10500         * sysdeps/i386/nptl/Makefile: ... here.
10501         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10502         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10503         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10504         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10505         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10506         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10507         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10508         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10509         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10510         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10511         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10512         * nptl/sysdeps/i386/tls.h: Moved ...
10513         * sysdeps/i386/nptl/tls.h: ... here.
10515         * sysdeps/sh/Makefile [$(subdir) = csu]
10516         (gen-as-const-headers): Add tcb-offsets.sym.
10517         * nptl/sysdeps/sh/Makefile: File removed.
10518         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10519         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10520         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10521         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10522         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10523         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10524         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10525         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10526         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10527         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10528         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10529         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10530         * nptl/sysdeps/sh/tls.h: Moved ...
10531         * sysdeps/sh/nptl/tls.h: ... here.
10532         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10533         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10534         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10535         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10536         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10537         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10538         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10539         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10540         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10541         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10542         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10543         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10544         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10545         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10546         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10547         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10548         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10549         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10550         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10551         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10552         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10553         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10554         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10555         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10556         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10557         Moved ...
10558         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10559         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10560         Moved ...
10561         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10562         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10563         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10564         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10565         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10566         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10567         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10568         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10569         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10571         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10572         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10573         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10574         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10575         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10576         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10577         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10578         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10579         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10581 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10583         * posix/spawn_faction_addopen.c: Include string.h.
10585 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10587         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10588         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10589         * nptl/sysdeps/x86_64/Makefile: Moved ...
10590         * sysdeps/x86_64/nptl/Makefile: ... here.
10591         * nptl/sysdeps/x86_64/configure: Moved ...
10592         * sysdeps/x86_64/nptl/configure: ... here.
10593         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10594         * sysdeps/x86_64/nptl/configure.ac: ... here.
10595         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10596         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10597         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10598         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10599         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10600         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10601         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10602         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10603         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10604         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10605         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10606         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10607         * nptl/sysdeps/x86_64/tls.h: Moved ...
10608         * sysdeps/x86_64/nptl/tls.h: ... here.
10609         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10610         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10611         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10612         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10614         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10616 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10618         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10620 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10622         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10623         type.
10624         [POSIX] (off_t): Likewise.
10625         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10626         [POSIX] (S_ISBLK): Require macro.
10627         [POSIX] (S_ISCHR): Likewise.
10628         [POSIX] (S_ISDIR): Likewise.
10629         [POSIX] (S_ISFIFO): Likewise.
10630         [POSIX] (S_ISREG): Likewise.
10631         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10632         optional-macro.
10633         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10634         type.
10635         [POSIX] (time_t): Likewise.
10636         [POSIX] (timer_t): Likewise.
10638 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10640         [BZ #17048]
10641         * posix/spawn_int.h (struct __spawn_action): Make the path string
10642         non-const to support deallocation.
10643         * posix/spawn_faction_addopen.c
10644         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10645         * posix/spawn_faction_destroy.c
10646         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10647         path in all spawn_do_open actions.
10648         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10649         posix_spawn_file_actions_addopen.
10651 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10653         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10654         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10655         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10656         conditional code always true.
10657         (__libc_vfork): New alias.
10659 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10661         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10662         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10664         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10666         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10667         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10669         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10670         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10672         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10673         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10675 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10677         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10678         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10679         multiarch strcmp for PPC64.
10680         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10681         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10682         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10683         multiarch optimizations.
10684         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10685         (__libc_ifunc_impl_list): Likewise.
10687 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10689         * benchtests/scripts/validate_benchout.py: New script.
10690         * benchtests/Makefile (bench-func): Call it.
10691         * benchtests/scripts/benchout.schema.json: New file.
10693 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10695         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10696         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10697         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10698         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10699         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10700         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10701         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10702         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10703         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10704         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10705         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10706         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10707         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10708         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10709         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10710         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10712         Moved ...
10713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10714         ... here.
10715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10716         Moved ...
10717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10719         Moved ...
10720         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10721         ... here.
10722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10723         Moved ...
10724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10725         ... here.
10726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10727         Moved ...
10728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10730         Moved ...
10731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10732         ... here.
10733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10734         Moved ...
10735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10736         ... here.
10737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10738         Moved ...
10739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10741         Moved ...
10742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10743         ... here.
10744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10745         Moved ...
10746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10747         ... here.
10748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10749         Moved ...
10750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10751         ... here.
10752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10753         Moved ...
10754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10756         Moved ...
10757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10758         ... here.
10759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10760         Moved ...
10761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10762         ... here.
10763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10764         Moved ...
10765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10766         ... here.
10767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10768         Moved ...
10769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10771         Moved ...
10772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10773         ... here.
10774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10775         Moved ...
10776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10777         ... here.
10778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10779         Moved ...
10780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10782         Moved ...
10783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10784         ... here.
10785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10786         Moved ...
10787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10789         Moved ...
10790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10792         Moved ...
10793         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10794         ... here.
10795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10796         Moved ...
10797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10798         ... here.
10799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10800         Moved ...
10801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10802         ... here.
10803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10804         Moved ...
10805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10807         Moved ...
10808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10809         ... here.
10810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10811         Moved ...
10812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10813         ... here.
10814         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10815         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10816         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10817         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10818         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10819         Moved ...
10820         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10821         ... here.
10822         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10823         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10824         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10825         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10826         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10827         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10828         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10829         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10830         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10831         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10832         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10833         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10834         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10835         Moved ...
10836         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10837         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10838         Moved ...
10839         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10840         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10841         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10842         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10843         Moved ...
10844         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10845         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10846         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10847         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10848         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10849         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10850         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10852 2014-06-10  Wilco  <wdijkstr@arm.com>
10854         * math/test-fenv-return.c: New file.
10855         * math/Makefile: Add new test test-fenv-return.
10857 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10859         [BZ #17042]
10860         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10861         when x - 1 is zero.
10862         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10863         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10864         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10865         0.0L for an argument of 1.0L.
10866         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10867         Likewise.
10868         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10869         value when x - 1 is zero.
10870         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10871         * sysdeps/i386/fpu/libm-test-ulps: Update.
10872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10874 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10876         [BZ #15119]
10877         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10879 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10881         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10882         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10884 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10886         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10887         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10889         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10890         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10892         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10893         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10895         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10896         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10898         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10899         if not already defined.
10900         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10901         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10902         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10903         (TLS_INIT_TP): Use it.
10904         (TLS_DEFINE_INIT_TP): New macro.
10905         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10907 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10909         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10910         constant.
10911         [POSIX] (IXANY): Likewise.
10912         [POSIX] (OLCUC): Likewise.
10913         [POSIX || POSIX2008] (CBAUD): Do not allow.
10914         [POSIX || POSIX2008] (DEFECHO): Likewise.
10915         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10916         [POSIX || POSIX2008] (ECHOKE): Likewise.
10917         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10918         [POSIX || POSIX2008] (EXTA): Likewise.
10919         [POSIX || POSIX2008] (EXTB): Likewise.
10920         [POSIX || POSIX2008] (FLUSHO): Likewise.
10921         [POSIX || POSIX2008] (LOBLK): Likewise.
10922         [POSIX || POSIX2008] (PENDIN): Likewise.
10923         [POSIX || POSIX2008] (SWTCH): Likewise.
10924         [POSIX || POSIX2008] (VDISCARD): Likewise.
10925         [POSIX || POSIX2008] (VDSUSP): Likewise.
10926         [POSIX || POSIX2008] (VLNEXT): Likewise.
10927         [POSIX || POSIX2008] (VREPRINT): Likewise.
10928         [POSIX || POSIX2008] (VSTATUS): Likewise.
10929         [POSIX || POSIX2008] (VWERASE): Likewise.
10930         (B*): Change to B[0123456789]*.
10931         * conform/data/time.h-data [POSIX || UNIX98]
10932         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10933         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10934         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10935         [POSIX] (tm_*): Do not allow.
10937 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10939         * Makefile (install): Don't set LANGUAGE.
10940         * Makefile.in (install): Likewise.
10941         * assert/Makefile (test-assert-ENV): Remove variable.
10942         (test-assert-perr-ENV): Likewise.
10943         * elf/Makefile (neededtest4-ENV): Likewise.
10944         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10945         [$(cross-compiling) = no]: Don't set LANGUAGE.
10946         * io/ftwtest-sh (LANG): Remove variable.
10947         * libio/Makefile (tst-widetext-ENV): Likewise.
10948         * manual/install.texi (Running make install): Don't refer to
10949         environment settings for make install.
10950         * INSTALL: Regenerated.
10951         * nptl/tst-tls6.sh: Don't set LANG.
10952         * posix/globtest.sh (LANG): Remove variable.
10953         * string/Makefile (tester-ENV): Likewise.
10954         (inl-tester-ENV): Likewise.
10955         (noinl-tester-ENV): Likewise.
10956         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10957         [$(cross-compiling) = no]: Don't set LANGUAGE.
10958         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10959         without explicit environment settings.
10961 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10963         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10964         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10965         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10966         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10968 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10970         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10971         other files in the crypt directory.
10972         * crypt/crypt.c: Remove duplicate includes.
10973         * crypt/crypt-entry.c: Likewise.
10974         * crypt/crypt_util.c: Likewise.
10976 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10978         * Makeconfig (run-program-env): New variable.
10979         (run-program-prefix-before-env): Likewise.
10980         (run-program-prefix-after-env): Likewise.
10981         (run-program-prefix): Define in terms of new variables.
10982         (built-program-cmd-before-env): New variable.
10983         (built-program-cmd-after-env): Likewise.
10984         (built-program-cmd): Define in terms of new variables.
10985         (test-program-prefix-before-env): New variable.
10986         (test-program-prefix-after-env): Likewise.
10987         (test-program-prefix): Define in terms of new variables.
10988         (test-program-cmd-before-env): New variable.
10989         (test-program-cmd-after-env): Likewise.
10990         (test-program-cmd): Define in terms of new variables.
10991         * Rules (make-test-out): Use $(run-program-env).
10992         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10993         (help): Do not mention environment variables.  Mention
10994         --timeoutfactor option.
10995         (timeoutfactor): New variable.
10996         (blacklist_exports): Remove function.
10997         (exports): Remove variable.
10998         (command): Do not include ${exports}.
10999         * manual/install.texi (Configuring and compiling): Do not mention
11000         test wrappers preserving environment variables.  Mention that last
11001         assignment to a variable must take precedence.
11002         * INSTALL: Regenerated.
11003         * benchtests/Makefile (run-bench): Use $(run-program-env).
11004         * catgets/Makefile ($(objpfx)test1.cat): Use
11005         $(built-program-cmd-before-env), $(run-program-env) and
11006         $(built-program-cmd-after-env).
11007         ($(objpfx)test2.cat): Do not specify environment variables
11008         explicitly.
11009         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11010         $(run-program-env) and $(built-program-cmd-after-env).
11011         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11012         $(run-program-env) and $(test-program-cmd-after-env).
11013         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11014         explicitly.
11015         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11016         run_program_env and test_program_cmd_after_env arguments.
11017         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11018         * elf/tst-pathopt.sh: Use run_program_env argument.
11019         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11020         $(test-wrapper-env) and $(run-program-env).
11021         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11022         run_program_env arguments.
11023         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11024         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11025         $(test-program-prefix-before-env), $(run-program-env) and
11026         $(test-program-prefix-after-env).
11027         ($(objpfx)tst-gettext2.out): Likewise.
11028         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11029         run_program_env and test_program_prefix_after_env arguments.
11030         * intl/tst-gettext2.sh: Likewise.
11031         * intl/tst-gettext4.sh: Do not set environment variables
11032         explicitly.
11033         * intl/tst-gettext6.sh: Likewise.
11034         * intl/tst-translit.sh: Likewise.
11035         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11036         $(test-program-prefix-before-env), $(run-program-env) and
11037         $(test-program-prefix-after-env).
11038         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11039         run_program_env and test_program_prefix_after_env arguments.
11040         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11041         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11042         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11043         explicitly with each use of ${test_wrapper_env}.
11044         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11045         $(test-program-prefix-before-env), $(run-program-env) and
11046         $(test-program-prefix-after-env).
11047         * posix/tst-getconf.sh: Do not set environment variables
11048         explicitly.
11049         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11050         run_program_env and test_program_prefix_after_env arguments.
11051         * stdio-common/tst-printf.sh: Do not set environment variables
11052         explicitly.
11053         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11054         $(test-program-prefix-before-env), $(run-program-env) and
11055         $(test-program-prefix-after-env).
11056         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11057         run_program_env and test_program_prefix_after_env arguments.
11058         Split $test calls into $test_pre and $test.
11059         * timezone/Makefile (build-testdata): Use
11060         $(built-program-cmd-before-env), $(run-program-env) and
11061         $(built-program-cmd-after-env).
11063 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11065         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11066         strlen for non SHARED builds.
11068 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11070         * nptl/allocatestack.c (check_list): Inlined function...
11071         (__reclaim_stacks): ... here.
11073 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11075         [BZ #15698]
11076         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11077         memory overrun.
11079 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11081         * Rules (make-test-out): Include
11082         LOCPATH=$(common-objpfx)localedata in default environment.
11083         * debug/Makefile (tst-chk1-ENV): Remove variable.
11084         (tst-chk2-ENV): Likewise.
11085         (tst-chk3-ENV): Likewise.
11086         (tst-chk4-ENV): Likewise.
11087         (tst-chk5-ENV): Likewise.
11088         (tst-chk6-ENV): Likewise.
11089         (tst-lfschk1-ENV): Likewise.
11090         (tst-lfschk2-ENV): Likewise.
11091         (tst-lfschk3-ENV): Likewise.
11092         (tst-lfschk4-ENV): Likewise.
11093         (tst-lfschk5-ENV): Likewise.
11094         (tst-lfschk6-ENV): Likewise.
11095         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11096         (tst-iconv7-ENV): Likewise.
11097         * intl/Makefile (LOCPATH-ENV): Likewise.
11098         (tst-codeset-ENV): Likewise.
11099         (tst-gettext3-ENV): Likewise.
11100         (tst-gettext5-ENV): Likewise.
11101         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11102         (tst-fopenloc-ENV): Likewise.
11103         (tst-fgetws-ENV): Remove variable.
11104         (tst-ungetwc1-ENV): Likewise.
11105         (tst-ungetwc2-ENV): Likewise.
11106         (bug-ungetwc2-ENV): Likewise.
11107         (tst-swscanf-ENV): Likewise.
11108         (bug-ftell-ENV): Likewise.
11109         (tst-fgetwc-ENV): Likewise.
11110         (tst-fseek-ENV): Likewise.
11111         (tst-ftell-partial-wide-ENV): Likewise.
11112         (tst-ftell-active-handler-ENV): Likewise.
11113         (tst-ftell-append-ENV): Likewise.
11114         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11115         (tst-regexloc-ENV): Likewise.
11116         (bug-regex1-ENV): Likewise.
11117         (tst-regex-ENV): Likewise.
11118         (tst-regex2-ENV): Likewise.
11119         (bug-regex5-ENV): Likewise.
11120         (bug-regex6-ENV): Likewise.
11121         (bug-regex17-ENV): Likewise.
11122         (bug-regex18-ENV): Likewise.
11123         (bug-regex19-ENV): Likewise.
11124         (bug-regex20-ENV): Likewise.
11125         (bug-regex22-ENV): Likewise.
11126         (bug-regex23-ENV): Likewise.
11127         (bug-regex25-ENV): Likewise.
11128         (bug-regex26-ENV): Likewise.
11129         (bug-regex30-ENV): Likewise.
11130         (bug-regex32-ENV): Likewise.
11131         (bug-regex33-ENV): Likewise.
11132         (bug-regex34-ENV): Likewise.
11133         (bug-regex35-ENV): Likewise.
11134         (tst-rxspencer-ENV): Likewise.
11135         (tst-rxspencer-no-utf8-ENV): Likewise.
11136         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11137         (tst-sscanf-ENV): Likewise.
11138         (tst-swprintf-ENV): Likewise.
11139         (tst-swscanf-ENV): Likewise.
11140         (test-vfprintf-ENV): Likewise.
11141         (scanf13-ENV): Likewise.
11142         (bug14-ENV): Likewise.
11143         (tst-grouping-ENV): Likewise.
11144         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11145         (tst-strtod3-ENV): Likewise.
11146         (tst-strtod4-ENV): Likewise.
11147         (tst-strtod5-ENV): Likewise.
11148         (testmb2-ENV): Likewise./
11149         * string/Makefile (tst-strxfrm-ENV): Likewise.
11150         (tst-strxfrm2-ENV): Likewise.
11151         (bug-strcoll1-ENV): Likewise.
11152         (test-strcasecmp-ENV): Likewise.
11153         (test-strncasecmp-ENV): Likewise.
11154         * time/Makefile (tst-strptime-ENV): Likewise.
11155         (tst-ftime_l-ENV): Likewise.
11156         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11157         (tst-mbrtowc-ENV): Likewise.
11158         (tst-wcrtomb-ENV): Likewise.
11159         (tst-mbrtowc2-ENV): Likewise.
11160         (tst-c16c32-1-ENV): Likewise.
11161         (tst-mbsnrtowcs-ENV): Likewise.
11163 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11165         * manual/resource.texi (How to get information about the memory
11166         subsystem?): Fix typo.
11167         Reported by Peon de la Parra Ivan <peon@keba.com>
11169 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11171         [BZ #16882]
11172         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11173         (pthread_spin_lock): Branch out of spin loop to proper location.
11174         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11175         (pthread_spin_lock): Likewise.
11177         * nptl/tst-spin4.c: New test.
11178         * nptl/Makefile (tests): Add tst-spin4.
11180 2014-06-03  Andreas Schwab  <schwab@suse.de>
11182         [BZ #15946]
11183         * resolv/res_send.c (send_dg): Reload file descriptor after
11184         calling reopen.
11186 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11188         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11190 2014-06-03  Richard Henderson  <rth@redhat.com>
11192         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11193         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11194         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11195         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11196         in the SAVE_PID block.
11197         (__libc_vfork): New alias.
11198         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11200         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11201         child in registers, not on the stack.  Remove RESET_PID conditionals.
11202         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11204 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11206         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11208 2014-06-03  Wilco  <wdijkstr@arm.com>
11210         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11211         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11212         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11213         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11214         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11215         Likewise.
11217 2014-06-03  Wilco  <wdijkstr@arm.com>
11219         * sysdeps/aarch64/fpu/math_private.h
11220         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11221         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11222         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11223         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11224         Fix declarations.
11226 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11228         * crypt/crypt-private.h: Include ufc-crypt.h.
11229         (__b64_from_24bit): Declare extern.
11230         * crypt/crypt_util.c(__b64_from_24bit): New function.
11231         (b64t): New static const variable.
11232         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11233         (b64t): Remove variable.
11234         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11235         * crypt/sha256-crypt.c: Include crypt-private.h.
11236         (b64t): Remove variable.
11237         (__sha256_crypt_r): Remove b64_from_24bit and replace
11238         with __b64_from_24bit.
11239         * crypt/sha512-crypt.c: Likewise.
11241 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11243         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11244         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11245         Label the code __libc_vfork rather than __vfork.
11246         [!NOT_IN_libc] (vfork): Define as weak alias.
11247         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11248         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11249         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11251 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11253         * malloc/malloc.c (malloc_info): Fix format specifier for
11254         n_mmaps.
11256 2014-06-02  Wilco  <wdijkstr@arm.com>
11258         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11259         FPCR write.
11261 2014-06-02  Wilco  <wdijkstr@arm.com>
11263         [BZ #17009]
11264         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11265         Rewrite to reduce FPCR/FPSR accesses.
11267 2014-06-01  David S. Miller  <davem@davemloft.net>
11269         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11271 2014-05-31  David S. Miller  <davem@davemloft.net>
11273         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11274         to occur in round to nearest mode when |x| >= 2.0
11276 2014-05-30  Richard Henderson  <rth@twiddle.net>
11278         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11279         (PSEUDO_RET_NOERRNO): Remove.
11280         (ret): Don't redefine.
11281         (ret_NOERRNO): Define in terms of ret.
11282         (ret_ERRVAL): Likewise.
11284         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11285         use of PSEUDO_RET; perform the error check directly.
11287 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11289         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11290         with __int128_t.
11292 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11294         * malloc/malloc (malloc_info): Fix formatting.
11296 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11297             Roland McGrath  <roland@hack.frob.com>
11299         * malloc/malloc (malloc_info): Also print mmapped statistics.
11301 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11303         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11304         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11306 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11308         * malloc/malloc.c (malloc_info): Inline mi_arena.
11310 2014-05-29  Richard Henderson  <rth@twiddle.net>
11312         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11313         Remove comma before expanding ASM_ARGS_##nr.
11314         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11315         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11316         of ASM_ARGS_##nr.
11317         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11318         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11319         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11320         (ASM_ARGS_1): Add leading comma.
11322         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11323         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11324         to __errno_location.
11325         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11326         Remove the expected plt for __errno_location.
11328         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11329         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11330         call to __read_tp.
11332         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11333         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11334         it and break it down.
11335         (DOCARGS_0, DOCARGS_1): Do nothing.
11336         (DOCARGS_2): Update to store into the new stack frame.
11337         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11338         (UNDOCARGS_1): Update to restore from the new stack frame.
11339         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11340         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11342         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11343         (SINGLE_THREAD_P): New parameter for result regno.
11344         (PSEUDO): Update to match; use cbz instead of beq.
11346         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11347         Use ENTRY to define the _nocancel entry point.  Share the syscall
11348         and syscall error check paths with the cancel path.
11349         (PSEUDO_END): New.
11351         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11352         whitespace; tabs before and after asm mnemonics.
11354 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11356         [BZ #15132]
11357         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11358         Call fstat64 or stat64 internally, depending on arguments passed.
11359         Replace stat buffer argument with file descriptor argument.
11360         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11361         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11362         Pass fd to __internal_statvfs instead of calling fstat64.
11363         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11364         Pass fd to __internal_statvfs64 instead of calling fstat64.
11365         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11366         Pass -1 to __internal_statvfs instead of calling stat64.
11367         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11368         Pass -1 to __internal_statvfs64 instead of calling stat64.
11370 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11372         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11373         that was previously under [RESET_PID].
11374         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11376         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11377         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11379 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11381         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11383         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11384         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11386 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11388         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11390 2014-05-27  Andreas Schwab  <schwab@suse.de>
11392         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11393         TLS_INIT_TP macro.
11394         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11395         * elf/rtld.c (init_tls, dl_main): Likewise.
11396         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11397         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11398         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11399         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11400         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11401         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11402         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11403         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11404         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11405         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11406         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11407         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11408         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11409         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11410         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11411         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11412         * sysdeps/generic/tls.h: Update description.
11414 2014-05-27  Will Newton  <will.newton@linaro.org>
11416         [BZ #16990]
11417         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11418         and restore r2 rather than just restoring.
11420 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11422         [BZ #16724]
11423         * libio/tst-ftell-append.c: New test case.
11424         * libio/Makefile (tests): Add test case.
11425         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11426         append mode.
11427         * libio/wfileops.c (do_ftell_wide): Likewise.
11429 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11433         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11434         ...
11435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11437         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11438         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11439         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11440         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11441         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11442         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11443         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11444         Moved ...
11445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11446         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11447         Moved ...
11448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11449         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11450         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11451         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11452         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11453         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11454         ...
11455         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11456         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11457         Moved ...
11458         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11459         here.
11460         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11461         ...
11462         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11463         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11464         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11466         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11467         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11468         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11469         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11471         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11472         merge into ...
11473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11474         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11475         ...
11476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11477         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11478         ...
11479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11480         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11481         Moved ...
11482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11483         here.
11484         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11485         Moved ...
11486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11487         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11488         Moved ...
11489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11492         conditional [RESET_PID].
11493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11494         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11495         removed.
11496         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11497         removed.
11499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11500         <tcb-offsets.h>.
11501         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11502         (__libc_vfork): New strong alias.
11503         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11504         removed.
11505         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11506         Removed.
11508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11509         <tcb-offsets.h>.
11510         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11511         (__libc_vfork): New strong alias.
11512         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11513         removed.
11514         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11515         removed.
11517 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11519         * malloc/malloc.c (mi_arena): New function.
11520         (malloc_info): Remove nested function mi_arena. Call non-nosted
11521         function mi_arena.
11523 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11525         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11526         by insrwi.
11527         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11528         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11529         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11530         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11531         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11532         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11533         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11535 2014-05-26  Andreas Schwab  <schwab@suse.de>
11537         [BZ #16984]
11538         * locale/programs/repertoire.c (repertoire_read): Add slash
11539         between I18NPATH element and file name.
11540         * locale/programs/locfile.c (locfile_read): Likewise.
11542 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11544         * nptl/pthread_mutexattr_settype.c
11545         (__pthread_mutexattr_settype):
11546         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11548 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11550         * nptl/tst-mutex5 (do_test):
11551         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11553 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11555         * benchtests/README: Document 'init' directive.
11556         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11557         BENCH_INIT.
11558         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11559         (parse_file): Recognize 'init' directive.
11561 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11563         [BZ #16796]
11564         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11565         alignment of struct pthread.
11567 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11569         [BZ #16878]
11570         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11571         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11572         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11573         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11575 2014-05-25  Richard Henderson  <rth@twiddle.net>
11577         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11578         (SINGLE_THREAD_P_PIC): Remove.
11579         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11580         (SINGLE_THREAD_P_PIC): Remove.
11582         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11583         branch to syscall error ...
11584         (PSEUDO): ... here.
11585         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11586         from __local_syscall_error to .Lsyscall_error.
11587         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11588         (SYSCALL_ERROR): Update label name.
11590         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11591         Do not use DOARGS/UNDOARGS.
11592         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11593         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11594         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11595         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11596         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11598         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11599         block comment.
11601         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11602         define if !NOT_IN_libc.
11603         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11604         define with non-default symbol versions.
11606 2014-05-23  Richard Henderson  <rth@twiddle.net>
11608         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11609         (vfork, __vfork): Define via compat_symbol.
11611         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11612         [!HAVE_IFUNC] (vfork_compat): Remove.
11613         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11615 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11617         [BZ #16978]
11618         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11619         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11620         variable.
11622 2014-05-23  Richard Henderson  <rth@twiddle.net>
11624         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11625         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11626         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11627         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11629         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11630         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11631         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11632         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11633         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11634         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11635         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11636         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11637         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11638         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11639         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11640         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11641         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11642         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11644         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11645         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11646         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11648         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11649         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11650         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11651         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11652         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11653         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11654         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11655         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11656         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11658         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11659         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11660         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11662         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11663         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11664         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11665         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11666         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11668         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11669         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11670         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11671         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11672         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11673         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11674         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11675         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11676         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11677         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11678         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11679         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11680         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11681         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11682         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11683         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11684         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11686         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11687         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11688         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11689         before exiting on error.
11690         (__libc_vfork): New strong alias.
11691         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11692         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11694         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11695         that was previously under [RESET_PID].
11696         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11698         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11700 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11702         [BZ #16977]
11703         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11704         value when x - 1 is zero.
11705         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11706         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11707         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11708         0.0L for an argument of 1.0L.
11709         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11710         Likewise.
11711         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11712         value when x - 1 is zero.
11713         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11714         * sysdeps/i386/fpu/libm-test-ulps: Update.
11715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11717 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11719         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11720         alphasort and versionsort.
11722 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11724         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11725         macro.
11726         [copysignf]: Likewise.
11728 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11730         * crypt/md5-crypt.c: Fix formatting.
11732 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11734         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11735         (b64_from_24bit): New function.
11737 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11739         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11740         libc_hidden_builtin_def to ifunc.
11741         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11742         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11744 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11746         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11747         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11749 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11751         * nscd/Depend (linuxthreads): Remove.
11752         (nptl): Add.
11753         * resolv/Depend (linuxthreads): Remove.
11754         * rt/Depend (linuxthreads): Remove.
11756         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11757         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11758         $(common-objpfx)elf/.
11759         (link-libc-before-gnulib): Likewise.
11760         (elfobjdir): Remove variable.
11761         * Makefile (install): Use $(elf-objpfx) instead of
11762         $(common-objpfx)elf/.
11763         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11764         $(elfobjdir)/.
11765         (link-libc-deps): Likewise.
11766         ($(common-objpfx)libc.so): Likewise.
11767         ($(common-objpfx)linkobj/libc.so): Likewise.
11768         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11769         instead of $(common-objpfx)elf/.
11770         (symbolic-link-list): Likewise.
11771         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11772         [$(cross-compiling) = no]: Likewise.
11773         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11774         $(elfobjdir)/.
11775         (static-gnulib-arch): Likewise.
11776         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11777         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11778         $(common-objpfx)elf/.
11780 2014-05-21  Richard Henderson  <rth@redhat.com>
11782         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11783         (SINGLE_THREAD_P): Use the correct width load.  Fold
11784         into the ldr offset.
11786         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11787         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11789 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11791         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11792         (libgcc_s_resume): Use __attribute_used__.
11793         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11794         Likewise.
11796 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11798         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11799         optimization when used with float constants.
11801         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11803 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11805         [BZ #16915]
11806         * locale/nl_langinfo_l.c: Make direct reference to every
11807         _nl_current_CATEGORY symbol.
11808         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11809         (tests-static): Add tst-langinfo-static.
11810         (tests-special): Add tst-langinfo-static.out.
11811         ($(objpfx)tst-langinfo.out): Redirect output.
11812         ($(objpfx)tst-langinfo-static.out): New.
11813         * localedata/tst-langinfo.sh: Send output to stdout.
11814         * localedata/tst-langinfo-static.c: New file.
11816         [BZ #16965]
11817         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11818         when the shift amount is modulo the limb size.
11820 2014-05-20  Richard Henderson  <rth@redhat.com>
11822         [BZ #16967]
11823         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11824         Change type of sa_flags from unsigned int to int.
11826         [BZ #16966]
11827         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11829         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11831 2014-05-20  Will Newton  <will.newton@linaro.org>
11833         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11834         Test the return value of the system call in the nocancel case.
11836 2014-05-20  Will Newton  <will.newton@linaro.org>
11837             Yvan Roux  <yvan.roux@linaro.org>
11839         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11840         #include of asm/ptrace.h.
11841         (PTRACE_GET_THREAD_AREA): Remove #undef.
11842         (PTRACE_GETHBPREGS): Likewise.
11843         (PTRACE_SETHBPREGS): Likewise.
11844         (struct user_regs_struct): New structure.
11845         (struct user_fpsimd_struct): New structure.
11846         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11847         #include of asm/ptrace.h and second #include of sys/user.h.
11848         (PTRACE_GET_THREAD_AREA): Remove #undef.
11849         (PTRACE_GETHBPREGS): Likewise.
11850         (PTRACE_SETHBPREGS): Likewise.
11851         (ELF_NGREG): Use new struct user_regs_struct.
11852         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11854 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11856         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11857         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11859 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11861         [BZ #16958]
11862         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11863         membar to avoid block loads/stores to overlap previous stores.
11865 2014-05-17  Richard Henderson  <rth@redhat.com>
11867         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11868         Create the __##syscall_name##_nocancel entry point.
11869         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11870         Remove; let the sysdep-cancel.h code create it.
11872 2014-05-17  David S. Miller  <davem@davemloft.net>
11874         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11875         Protect with __USE_GNU.
11876         (TIOCSET_TEMPT): Likewise.
11877         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11878         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11879         these are already provided in bits/ioctl-types.h
11881 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11883         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11884         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11886         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11887         Use wait4 regardless of [__NR_waitpid].
11889 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11891         PR libgcc/60166
11892         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11893         (_FP_NANSIGN_Q): Set the quiet bit.
11895 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11897         * benchtests/Makefile
11898         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11899         not $(common-objpfx)math/libm.so.
11900         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11901         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11902         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11903         $(common-objpfx)dlfcn/libdl.so.
11904         ($(objpfx)tst-audit8): Depend on $(libm), not
11905         $(common-objpfx)math/libm.so.
11906         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11907         not $(common-objpfx)dlfcn/libdl.so.
11908         * math/Makefile
11909         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11910         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11911         [$(build-shared) = yes].
11912         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11913         $(common-objpfx)nptl/libpthread.so.
11914         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11915         $(common-objpfx)math/libm.so$(libm.so-version) or
11916         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11917         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11918         $(common-objpfx)dlfcn/libdl.so.
11919         * setjmp/Makefile (link-libm): Remove variable.
11920         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11921         * stdio-common/Makefile (link-libm): Remove variable.
11922         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11923         * stdlib/Makefile (link-libm): Remove variable.
11924         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11925         ($(objpfx)tst-strtod-round): Likewise.
11926         ($(objpfx)tst-tininess): Likewise.
11927         ($(objpfx)tst-strtod-underflow): Likewise.
11928         ($(objpfx)tst-strtod6): Likewise.
11929         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11930         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11931         $(common-objpfx)dlfcn/libdl.so.
11933 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11935         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11936         BSD terminal modes definitions.
11938 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11940         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11941         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11943         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11944         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11945         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11946         Don't do #include_next.
11947         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11948         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11949         Don't do #include_next.
11950         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11951         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11952         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11953         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11955 2014-05-16  Allan McRae  <allan@archlinux.org>
11957         * po/sv.po: Update Swedish translation from translation project.
11959         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11960         in sed expression.
11962 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11964         [BZ #16917]
11965         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11966         errno if the TIOCGPTN ioctl fails with an error different than
11967         EINVAL.
11968         * login/tst-ptsname.c: New file.
11969         * login/Makefile (tests): Add tst-ptsname.
11971         [BZ #16943]
11972         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11973         and prlimit64.
11975 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11977         [BZ #16849]
11978         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11979         herrno to return EAI_AGAIN.
11981 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11983         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11984         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11985         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11986         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11987         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11988         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11989         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11990         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11991         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11992         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11993         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11994         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11995         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11996         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11997         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11998         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11999         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12000         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12001         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12002         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12003         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12004         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12005         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12006         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12007         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12008         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12009         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12010         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12011         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12012         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12013         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12014         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12016         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12018         Moved ...
12019         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12020         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12021         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12022         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12023         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12025         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12026         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12027         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12029         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12031         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12032         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12033         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12035         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12037         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12039         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12041         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12043         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12045         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12047         Moved ...
12048         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12050         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12052         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12054         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12056         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12058         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12060         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12062         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12064         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12066         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12068         Moved ...
12069         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12070         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12071         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12073         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12074         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12075         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12076         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12077         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12078         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12079         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12080         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12081         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12082         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12083         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12084         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12085         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12086         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12087         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12088         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12089         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12090         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12091         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12092         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12093         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12094         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12095         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12096         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12097         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12098         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12099         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12100         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12101         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12102         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12103         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12105         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12106         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12108         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12109         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12110         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12112         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12114         Moved ...
12115         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12116         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12117         Moved ...
12118         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12119         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12120         Moved ...
12121         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12122         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12123         Moved ...
12124         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12125         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12126         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12127         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12128         Moved ...
12129         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12130         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12131         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12132         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12133         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12134         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12135         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12136         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12137         Moved ...
12138         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12139         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12140         Moved ...
12141         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12142         ... here.
12143         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12144         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12145         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12146         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12147         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12148         Moved ...
12149         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12150         ... here.
12151         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12152         Moved ...
12153         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12154         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12155         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12157         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12158         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12159         Moved ...
12160         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12161         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12162         Moved ...
12163         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12164         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12165         Moved ...
12166         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12167         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12168         Moved ...
12169         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12170         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12171         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12172         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12173         Moved ...
12174         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12175         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12176         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12177         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12178         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12179         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12180         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12181         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12182         Moved ...
12183         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12184         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12185         Moved ...
12186         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12187         ... here.
12188         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12189         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12190         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12191         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12192         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12193         Moved ...
12194         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12195         ... here.
12196         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12197         Moved ...
12198         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12199         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12200         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12201         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12202         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12203         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12204         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12205         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12206         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12207         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12208         Moved ...
12209         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12210         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12211         Moved ...
12212         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12213         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12214         Moved ...
12215         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12216         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12217         Moved ...
12218         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12219         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12220         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12221         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12222         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12223         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12224         Moved ...
12225         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12226         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12227         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12229         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12231         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12232         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12233         Moved ...
12234         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12235         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12236         Moved ...
12237         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12238         ... here.
12239         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12240         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12241         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12242         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12243         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12244         Moved ...
12245         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12246         ... here.
12247         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12248         Moved ...
12249         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12250         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12251         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12253         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12254         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12255         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12256         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12257         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12258         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12259         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12261         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12262         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12264         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12265         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12267         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12268         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12269         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12270         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12271         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12272         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12273         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12274         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12275         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12276         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12277         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12278         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12279         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12280         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12281         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12282         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12283         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12284         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12285         Moved ...
12286         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12287         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12288         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12289         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12290         Moved ...
12291         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12292         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12293         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12294         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12295         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12296         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12297         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12298         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12299         Moved ...
12300         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12301         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12302         Moved ...
12303         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12304         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12305         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12306         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12307         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12308         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12309         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12310         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12311         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12312         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12313         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12314         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12315         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12316         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12317         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12318         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12319         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12321         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12322         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12323         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12324         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12325         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12327         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12328         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12329         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12330         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12331         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12332         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12333         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12334         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12335         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12336         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12338         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12339         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12341         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12342         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12343         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12344         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12345         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12346         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12347         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12348         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12349         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12350         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12351         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12352         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12353         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12354         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12355         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12356         Update #include.
12357         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12358         Likewise.
12359         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12360         Likewise.
12361         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12362         Likewise.
12363         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12364         Likewise.
12365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12366         Likewise.
12367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12368         Likewise.
12369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12370         Likewise.
12371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12372         Likewise.
12373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12374         Likewise.
12375         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12376         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12377         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12378         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12379         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12380         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12381         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12382         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12383         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12384         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12385         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12386         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12387         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12388         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12389         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12391         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12392         that was previously under [RESET_PID].
12393         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12394         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12395         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12397         * sysdeps/i386/nptl/Implies: New file.
12398         * sysdeps/x86_64/nptl/Implies: New file.
12399         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12400         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12401         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12402         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12404         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12405         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12406         (__libc_vfork): New strong alias.
12407         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12408         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12410         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12411         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12412         (__libc_vfork): New strong alias.
12413         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12414         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12416         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12417         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12418         (__libc_vfork): New strong alias.
12419         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12420         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12421         * nptl/pt-vfork.c: New file.
12422         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12423         (libpthread: GLIBC_2.20): New version set (empty).
12425 2014-05-14  Will Newton  <will.newton@linaro.org>
12427         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12428         rather than #if.
12430 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12432         [BZ #16564]
12433         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12434         arguments with exponent 65 or above.
12435         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12436         arguments 0x1p113L or above.
12437         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12438         to arguments 0x1p107L or above.
12439         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12440         positive arguments with exponent 65 or above.
12441         * math/auto-libm-test-in: Add more tests of log1p.
12442         * math/auto-libm-test-out: Regenerated.
12444         [BZ #16928]
12445         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12446         non-finite arguments is +0.
12447         * math/s_cacosf.c (__cacosf): Likewise.
12448         * math/s_cacosl.c (__cacosl): Likewise.
12449         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12450         * sysdeps/i386/fpu/libm-test-ulps: Update.
12451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12453         [BZ #16927]
12454         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12455         value.
12456         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12457         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12458         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12459         for explicit high bit of mantissa when testing for argument equal
12460         to 1.
12461         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12462         * sysdeps/i386/fpu/libm-test-ulps: Update.
12463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12465         [BZ #16516]
12466         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12467         (__erf): Scale by 16 instead of 8 in potentially underflowing
12468         case.  Ensure exception if result actually underflows.
12469         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12470         (__erff): Scale by 16 instead of 8 in potentially underflowing
12471         case.  Ensure exception if result actually underflows.
12472         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12473         (efx8): Remove variable.
12474         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12475         case.  Ensure exception if result actually underflows.
12476         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12477         (efx8): Remove variable.
12478         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12479         case.  Ensure exception if result actually underflows.
12480         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12481         (efx8): Remove variable.
12482         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12483         case.  Ensure exception if result actually underflows.
12484         * math/auto-libm-test-in: Add more tests of erf.
12485         * math/auto-libm-test-out: Regenerated.
12487 2014-05-14  Andreas Schwab  <schwab@suse.de>
12489         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12490         Remove code conditionalized on USE___THREAD.
12492         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12493         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12494         not definedness.
12496 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12498         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12499         Define unconditionally.
12500         (__ASSUME_O_CLOEXEC): Likewise.
12501         (__ASSUME_SOCK_CLOEXEC): Likewise.
12502         (__ASSUME_IN_NONBLOCK): Likewise.
12503         (__ASSUME_PIPE2): Likewise.
12504         (__ASSUME_EVENTFD2): Likewise.
12505         (__ASSUME_SIGNALFD4): Likewise.
12506         (__ASSUME_DUP3): Likewise.
12507         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12508         (__ASSUME_DUP3): Do not define.
12509         (__ASSUME_EVENTFD2): Likewise.
12510         (__ASSUME_IN_NONBLOCK): Likewise.
12511         (__ASSUME_O_CLOEXEC): Likewise.
12512         (__ASSUME_PIPE2): Likewise.
12513         (__ASSUME_SIGNALFD4): Likewise.
12514         (__ASSUME_SOCK_CLOEXEC): Likewise.
12515         (__ASSUME_UTIMES): Undefine.
12516         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12517         (__ASSUME_UTIMES): Do not define.
12518         (__ASSUME_O_CLOEXEC): Likewise.
12519         (__ASSUME_SOCK_CLOEXEC): Likewise.
12520         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12521         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12522         0x020621].
12523         (__ASSUME_PIPE2): Likewise.
12524         (__ASSUME_EVENTFD2): Likewise.
12525         (__ASSUME_SIGNALFD4): Likewise.
12526         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12527         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12528         Do not define.
12529         (__ASSUME_EVENTFD2): Likewise.
12530         (__ASSUME_SIGNALFD4): Likewise.
12531         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12532         (__ASSUME_32BITUIDS): Likewise.
12533         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12534         (__ASSUME_IPC64): Likewise.
12535         (__ASSUME_ST_INO_64_BIT): Likewise.
12536         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12537         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12538         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12539         (__ASSUME_UTIMES): Do not define.
12540         (__ASSUME_PSELECT): Likewise.
12541         (__ASSUME_PPOLL): Likewise.
12542         (__ASSUME_O_CLOEXEC): Likewise.
12543         (__ASSUME_SOCK_CLOEXEC): Likewise.
12544         (__ASSUME_IN_NONBLOCK): Likewise.
12545         (__ASSUME_PIPE2): Likewise.
12546         (__ASSUME_EVENTFD2): Likewise.
12547         (__ASSUME_SIGNALFD4): Likewise.
12548         (__ASSUME_DUP3): Likewise.
12549         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12550         (__ASSUME_UTIMES): Likewise.
12551         (__ASSUME_O_CLOEXEC): Likewise.
12552         (__ASSUME_SOCK_CLOEXEC): Likewise.
12553         (__ASSUME_IN_NONBLOCK): Likewise.
12554         (__ASSUME_PIPE2): Likewise.
12555         (__ASSUME_EVENTFD2): Likewise.
12556         (__ASSUME_SIGNALFD4): Likewise.
12557         (__ASSUME_DUP3): Likewise.
12558         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12559         (__ASSUME_UTIMES): Likewise.
12560         (__ASSUME_O_CLOEXEC): Likewise.
12561         (__ASSUME_SOCK_CLOEXEC): Likewise.
12562         (__ASSUME_IN_NONBLOCK): Likewise.
12563         (__ASSUME_PIPE2): Likewise.
12564         (__ASSUME_EVENTFD2): Likewise.
12565         (__ASSUME_SIGNALFD4): Likewise.
12566         (__ASSUME_DUP3): Likewise.
12567         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12568         Likewise.
12569         (__ASSUME_UTIMES): Likewise.
12570         (__ASSUME_EVENTFD2): Likewise.
12571         (__ASSUME_SIGNALFD4): Likewise.
12572         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12573         (__ASSUME_O_CLOEXEC): Likewise.
12574         (__ASSUME_SOCK_CLOEXEC): Likewise.
12575         (__ASSUME_IN_NONBLOCK): Likewise.
12576         (__ASSUME_PIPE2): Likewise.
12577         (__ASSUME_EVENTFD2): Likewise.
12578         (__ASSUME_SIGNALFD4): Likewise.
12579         (__ASSUME_DUP3): Likewise.
12580         (__ASSUME_UTIMES): Undefine.
12582         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12583         feclearexcept.  Remove symbol versioning code.
12584         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12585         symbol versioning code.
12586         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12587         symbol versioning code.
12588         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12589         feupdateenv.  Remove symbol versioning code.
12590         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12591         fegetexceptflag.  Remove symbol versioning code.
12592         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12593         fesetexceptflag.  Remove symbol versioning code.
12594         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12595         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12596         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12597         (__posix_fadvise64_l32): Remove prototype.
12598         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12599         code.
12601 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12603         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12604         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12605         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12606         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12608 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12610         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12611         current working directory
12613 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12615         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12616         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12617         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12618         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12619         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12620         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12621         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12622         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12623         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12624         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12625         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12626         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12627         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12628         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12629         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12630         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12631         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12632         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12633         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12634         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12635         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12636         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12637         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12638         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12639         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12640         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12641         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12642         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12643         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12644         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12645         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12646         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12647         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12648         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12649         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12650         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12651         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12652         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12653         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12654         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12655         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12656         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12658         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12659         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12661         * sysdeps/unix/sysv/linux/arm/Makefile
12662         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12663         Add rt-aeabi_unwind_cpp_pr1.
12664         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12665         Add nptl-aeabi_unwind_cpp_pr1.
12666         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12667         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12668         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12669         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12670         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12671         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12673         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12674         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12675         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12676         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12678         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12679         Deconditionalize the code that was previously under [RESET_PID].
12680         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12682         * sysdeps/generic/exit-thread.h: New file.
12683         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12684         * include/unistd.h (__exit_thread): Remove declaration.
12685         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12686         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12687         * csu/libc-start.c: Include <exit-thread.h>.
12688         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12689         * nptl/pthread_create.c: Include <exit-thread.h>.
12690         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12691         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12692         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12693         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12694         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12695         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12696         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12697         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12698         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12699         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12700         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12701         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12702         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12703         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12704         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12705         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12706         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12708 2014-05-13  Andreas Schwab  <schwab@suse.de>
12710         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12712 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12714         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12715         (__ASSUME_UTIMES): Do not condition on kernel version.
12716         (__ASSUME_PSELECT): Define unconditionally.
12717         (__ASSUME_PPOLL): Likewise.
12718         (__ASSUME_ATFCTS): Likewise.
12719         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12720         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12721         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12722         (__ASSUME_UTIMENSAT): Define unconditionally.
12723         (__ASSUME_PRIVATE_FUTEX): Likewise.
12724         (__ASSUME_FALLOCATE): Likewise.
12725         (__ASSUME_O_CLOEXEC): Likewise.
12726         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12727         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12728         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12729         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12730         (__ASSUME_IN_NONBLOCK): Likewise.
12731         (__ASSUME_PIPE2): Likewise.
12732         (__ASSUME_EVENTFD2): Likewise.
12733         (__ASSUME_SIGNALFD4): Likewise.
12734         (__ASSUME_DUP3): Likewise.
12735         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12736         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12737         (__ASSUME_AT_RANDOM): Likewise.
12738         (__ASSUME_PREADV): Likewise.
12739         (__ASSUME_PWRITEV): Likewise.
12740         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12741         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12742         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12743         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12744         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12745         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12746         (__ASSUME_O_CLOEXEC): Define unconditionally.
12747         (__ASSUME_PSELECT): Do not undefine conditionally.
12748         (__ASSUME_PPOLL): Likewise.
12749         (__ASSUME_ATFCTS): Likewise.
12750         (__ASSUME_SET_ROBUST_LIST): Likewise.
12751         (__ASSUME_UTIMENSAT): Likewise.
12752         (__ASSUME_FDATASYNC): Define unconditionally.
12753         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12754         (__ASSUME_SIGFRAME_V2): Likewise.
12755         )__ASSUME_EVENTFD2): Likewise.
12756         (__ASSUME_SIGNALFD4): Likewise.
12757         (__ASSUME_PSELECT): Do not undefine conditionally.
12758         (__ASSUME_PPOLL): Likewise.
12759         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12760         (__ASSUME_PSELECT): Define unconditionally.
12761         (__ASSUME_PPOLL): Likewise.
12762         (__ASSUME_O_CLOEXEC): Likewise.
12763         (__ASSUME_SOCK_CLOEXEC): Likewise.
12764         (__ASSUME_IN_NONBLOCK): Likewise.
12765         (__ASSUME_PIPE2): Likewise.
12766         (__ASSUME_EVENTFD2): Likewise.
12767         (__ASSUME_SIGNALFD4): Likewise.
12768         (__ASSUME_DUP3): Likewise.
12769         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12770         (__ASSUME_O_CLOEXEC): Likewise.
12771         (__ASSUME_SOCK_CLOEXEC): Likewise.
12772         (__ASSUME_IN_NONBLOCK): Likewise.
12773         (__ASSUME_PIPE2): Likewise.
12774         (__ASSUME_EVENTFD2): Likewise.
12775         (__ASSUME_SIGNALFD4): Likewise.
12776         (__ASSUME_DUP3): Likewise.
12777         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12778         (__ASSUME_EVENTFD2): Likewise.
12779         (__ASSUME_SIGNALFD4): Likewise.
12780         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12782 2014-05-12  Andreas Schwab  <schwab@suse.de>
12784         [BZ #16932]
12785         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12786         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12787         than maximum RPC packet size.
12788         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12789         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12790         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12791         (_nss_nis_getservbyport_r): Likewise.
12793 2014-05-12  Will Newton  <will.newton@linaro.org>
12795         * malloc/Makefile (tests): Add tst-mallopt.
12796         * malloc/tst-mallopt.c: New file.
12798 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12800         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12801         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12803 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12805         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12806         (tst-tlsmod6.so): Likewise.
12808 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12810         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12812 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12814         [BZ #16064]
12815         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12816         and <dl-procinfo.h>.
12817         (__fegetenv): Save SSE state in envp->__eip if supported.
12818         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12819         envp->__eip if supported.
12820         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12821         and <dl-procinfo.h>.
12822         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12823         __data_offset and __data_selector in environment to 0.  Set SSE
12824         state if supported.
12825         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12826         test-fenv-sse.
12827         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12828         -mfpmath=sse.
12829         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12831 2014-05-09  Will Newton  <will.newton@linaro.org>
12833         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12834         and libc_relro_required for ARM.
12835         * sysdeps/arm/preconfigure: Regenerate.
12837 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12838             Stefan Liebler  <stli@linux.vnet.ibm.com>
12840         * config.make.in (enable-lock-elision): New Makefile variable.
12841         * configure.ac: Likewise.
12842         * configure: Regenerate.
12843         * sysdeps/s390/configure.ac:
12844         Add check for gcc transactions support.
12845         * sysdeps/s390/configure: Regenerate.
12846         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12847         Build elision files if enabled.
12848         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12849         Add lock elision support for s390.
12850         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12851         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12852         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12853         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12854         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12855         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12856         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12857         Likewise.
12858         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12859         Likewise.
12860         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12861         Likewise.
12862         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12863         Likewise.
12864         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12865         (__lll_timedlock_elision, __lll_lock_elision)
12866         (__lll_unlock_elision, __lll_trylock_elision)
12867         (lll_timedlock_elision, lll_lock_elision)
12868         (lll_unlock_elision, lll_trylock_elision): Add.
12869         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12870         (pthread_mutex_t): Add lock elision support for s390.
12872 2014-05-14  Wilco  <wdijkstr@arm.com>
12874         * sysdeps/arm/fclrexcpt.c: Cleanup.
12875         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12876         * sysdeps/arm/feenablxcpt.c: Cleanup.
12877         * sysdeps/arm/fegetenv.c: Cleanup.
12878         * sysdeps/arm/fegetexcept.c: Cleanup.
12879         * sysdeps/arm/fegetround.c: Cleanup.
12880         * sysdeps/arm/feholdexcpt.c: Cleanup.
12881         * sysdeps/arm/fesetenv.c: Cleanup.
12882         * sysdeps/arm/fesetround.c: Cleanup.
12883         * sysdeps/arm/feupdateenv.c: Cleanup.
12884         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12885         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12886         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12887         * sysdeps/arm/ftestexcept.c: Cleanup.
12888         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12889         * sysdeps/arm/setfpucw.c: Cleanup.
12891 2014-05-09  Will Newton  <will.newton@linaro.org>
12893         * sysdeps/arm/armv7/strcmp.S: New file.
12894         * NEWS: Mention addition of ARMv7 optimized strcmp.
12896 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12898         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12899         look for %.ac rather than %.in.
12901         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12902         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12903         * sysdeps/mach/hurd/configure: Regenerated.
12904         * sysdeps/unix/sysv/linux/configure: Regenerated.
12906         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12908 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12910         [BZ# 16922]
12911         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12912         (LONG_SUB): Ditto.
12913         (PTR_SUB): Ditto.
12915 2014-05-07  Andreas Schwab  <schwab@suse.de>
12917         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12918         when skipping over non-matching result from nscd.
12920 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12922         [BZ #16876]
12923         * nptl/sockperf.c (client): Check socket return value.
12925         [BZ #16877]
12926         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12927         nscd security class.
12929 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12931         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12932         * sysdeps/arm/unwind.h: ... here.
12934 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12936         [BZ# 16916]
12937         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12938         Define.
12940 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12942         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12943         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12944         multiarch strncpy for PPC64.
12945         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12946         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12947         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12948         multiarch optimizations.
12949         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12950         (__libc_ifunc_impl_list): Likewise.
12951         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12952         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12953         multiarch stpncpy for PPC64.
12954         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12955         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12957 2014-05-06  Andreas Schwab  <schwab@suse.de>
12959         [BZ #16912]
12960         * gmon/mcount.c (_MCOUNT_DECL): Use
12961         atomic_compare_and_exchange_bool_acq instead of
12962         catomic_compare_and_exchange_bool_acq.
12964 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12966         * elf/Makefile (others, install-bin): Remove pldd.
12967         (pldd-modules): Variable removed.
12968         ($(objpfx)pldd): Target removed.
12969         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12970         (others, install-bin): Append pldd here.
12971         ($(objpfx)pldd): New target.
12973         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12974         to 0, so the first #if test emitted later doesn't see it undefined.
12975         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12976         * sysdeps/gnu/errlist.c: Regenerated.
12978 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12980         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12981         [libc_hidden_builtin_def]: Define to empty value.
12982         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12983         [libc_hidden_builtin_def]: Likewise.
12984         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12985         [libc_hidden_builtin_def]: Likewise.
12986         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12987         [libc_hidden_builtin_def]: Likewise.
12988         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12989         __redirect_memcpy and define ifunc as default hidden symbol.
12990         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12991         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12993 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12995         * locale/iso-4217.def: Reintroduce XDR currency.
12997 2014-05-04  Allan McRae  <allan@archlinux.org>
12999         * po/eo.po: Update Esperanto translation from translation project.
13001 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13003         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13004         and FEATURE_INDEX_MAX to 1.
13005         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13007 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13009         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13010         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13011         * iconvdata/big5.c (ONE_DIRECTION): Define.
13012         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13013         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13014         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13015         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13016         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13017         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13018         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13019         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13020         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13021         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13022         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13023         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13024         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13025         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13026         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13027         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13028         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13029         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13030         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13031         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13032         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13033         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13034         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13035         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13036         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13037         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13038         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13039         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13040         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13041         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13042         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13043         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13044         * iconvdata/johab.c (ONE_DIRECTION): Define.
13045         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13046         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13047         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13048         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13049         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13050         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13051         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13052         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13053         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13054         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13056 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13058         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13059         (_IO_JUMPS_OFFSET): Define to 0.
13061         * nptl/sysdeps/pthread/bits/libc-lock.h
13062         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13063         (__libc_lock_define_initialized_recursive): Always define using
13064         initializer.  Modern compilers treat uninitialized (implicit zero) and
13065         explicit zero initializers the same (i.e. put the datum in bss).
13067 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13069         * nscd/nscd-client.h: Include <string.h>.
13071 2014-05-01  David S. Miller  <davem@davemloft.net>
13073         [BZ #16885]
13074         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13075         multiple zero bytes exist at the end of a string.
13076         Reported by Aurelien Jarno <aurelien@aurel32.net>
13078         * string/test-strcmp.c (check): Add explicit test for situations where
13079         there are multiple zero bytes after the first.
13081 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13083         [BZ #16890]
13084         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13085         when compiling wprintf.
13086         * stdio-common/tstdiomisc.c (t3): New function.
13087         (main): Call it.
13089 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13091         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13092         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13093         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13094         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13096 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13098         * stdlib/longlong.h: Updated from GCC.
13100 2014-05-01  Will Newton  <will.newton@linaro.org>
13101             Bernard Ogden  <bernie.ogden@linaro.org>
13103         * NEWS: Update fixed bug list.
13105         [BZ #15119]
13106         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13108 2014-04-30  David S. Miller  <davem@davemloft.net>
13110         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13111         (libc_feholdexcept_setround_sparc_ctx): New function.
13112         (libc_fesetenv_sparc_ctx): Likewise.
13113         (libc_feupdateenv_sparc_ctx): Likewise.
13114         (libc_feholdsetround_sparc_ctx): Likewise.
13115         (libc_feholdexcept_setround_ctx): Define.
13116         (libc_feholdexcept_setroundf_ctx): Likewise.
13117         (libc_feholdexcept_setroundl_ctx): Likewise.
13118         (libc_fesetenv_ctx): Likewise.
13119         (libc_fesetenvf_ctx): Likewise.
13120         (libc_fesetenvl_ctx): Likewise.
13121         (libc_feupdateenv_ctx): Likewise.
13122         (libc_feupdateenvf_ctx): Likewise.
13123         (libc_feupdateenvl_ctx): Likewise.
13124         (libc_feresetround_ctx): Likewise.
13125         (libc_feresetroundf_ctx): Likewise.
13126         (libc_feresetroundl_ctx): Likewise.
13127         (libc_feholdsetround_ctx): Likewise.
13128         (libc_feholdsetroundf_ctx): Likewise.
13129         (libc_feholdsetroundl_ctx): Likewise.
13131         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13132         with __USE_GNU instead of XOPEN cpp guards.
13134         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13135         0.
13137         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13138         with XOPEN cpp guards.
13140 2014-04-30  Julian Brown  <julian@codesourcery.com>
13142         [BZ #16888]
13143         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13144         handling.
13146 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13148         [BZ #9894]
13149         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13150         Change to 2.6.32.
13151         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13152         * sysdeps/unix/sysv/linux/configure: Regenerated.
13153         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13154         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13155         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13156         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13157         * README: Update reference to required Linux kernel version.
13158         * manual/install.texi (Linux): Update reference to required Linux
13159         kernel headers version.
13160         * INSTALL: Regenerated.
13162         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13163         header inclusion.
13164         [POSIX] (limits.h): Likewise.
13165         [POSIX] (math.h): Likewise.
13166         [POSIX] (sys/wait.h): Likewise.
13167         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13168         function.
13169         [POSIX] (stddef.h): Do not allow header inclusion.
13171 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13173         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13175 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13177         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13178         Return immediately after lll_futex_wake.
13180 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13182         [BZ #16791]
13183         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13184         structure.
13185         (datahead_init_pos): Call datahead_init_common early.
13186         (datahead_init_neg): Likewise.
13188         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13189         datahead_init_neg): New functions.
13190         * nscd/aicache.c (addhstaiX): Use them.
13191         * nscd/grpcache.c (cache_addgr): Likewise.
13192         * nscd/hstcache.c (cache_addhst): Likewise.
13193         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13194         * nscd/netgroupcache.c (do_notfound): Likewise.
13195         (addgetnetgrentX): Likewise.
13196         (addinnetgrX): Likewise.
13197         * nscd/pwdcache.c (cache_addpw): Likewise.
13198         * nscd/servicescache.c (cache_addserv): Likewise.
13200 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13201             Atsushi Onoe  <atsushi@onoe.org>
13203         [BZ #14308]
13204         [BZ #12994]
13205         [BZ #13651]
13206         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13207         one response is valid.
13208         * resolv/res_send.c (send_dg): Check for validity of other
13209         response if the current response is a referral.
13211 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13213         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13215 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13217         [BZ #16823]
13218         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13219         Always divide by positive zero when computing -Inf result.
13220         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13221         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13223 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13225         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13226         FPSCR if value do not change.
13227         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13228         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13229         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13230         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13231         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13232         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13233         function.
13235 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13237         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13238         * sysdeps/unix/sysv/linux/hppa: Move directory from
13239         ports/systeps/unix/sysv/linux/hppa.
13240         * README: Update listing for hppa-*-linux-gnu.
13242 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13244         [BZ #16754]
13245         * manual/stdio.texi (Hook functions): Fix types of stream hook
13246         functions.
13247         [BZ #16854]
13248         * socket/sys/socket.h: Fix typo in comment.
13250 2014-04-28  Wilco  <wdijkstr@arm.com>
13252         * sysdeps/arm/fenv_private.h: New file.
13253         * sysdeps/arm/math_private.h: New file.
13254         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13256 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13258         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13259         with __int128_t.
13260         (La_x86_64_retval): Likewise.
13262 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13264         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13265         fpsr if value didn't change.
13266         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13267         to fpcr if value didn't change.
13268         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13269         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13270         fpsr or fpcr if value didn't change.
13271         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13272         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13273         fpcr if value didn't change.
13274         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13275         to fpsr if value didn't change.
13277 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13279         * nptl/tst-sem3.c: Use test-skeleton.c
13280         (main): Rename to do_test.  Use return instead of
13281         exit.
13282         * nptl/tst-sem4.c: Use test-skeleton.c
13283         (main): Rename to do_test.
13285 2014-04-22  David S. Miller  <davem@davemloft.net>
13287         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13288         (struct sigaction): New struct member __glibc_reserved0, change
13289         type of sa_flags to int.
13291 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13293         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13294         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13296 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13298         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13299         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13301 2014-04-22  Will Newton  <will.newton@linaro.org>
13302             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13304         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13305         (__longjmp): Add longjmp and longjmp_target SystemTap
13306         probes.
13307         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13308         (__sigsetjmp): Add setjmp SystemTap probe.
13310 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13312         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13313         match manual order.
13315 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13317         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13319         * sysdeps/powerpc/fpu/fenv_private.h
13320         (libc_feholdexcept_setroundl_ctx): Define to
13321         libc_feholdexcept_setround_ppc_ctx.
13322         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13323         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13324         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13325         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13327 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13329         * sysdeps/aarch64/math-tests.h: New file.
13331 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13333         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13334         New.
13335         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13336         Check and set bit_AVX2_Usable.
13337         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13338         macro.
13339         (bit_AVX2): Likewise.
13340         (index_AVX2_Usable): Likewise.
13341         (CPUID_AVX2): Likewise.
13342         (HAS_AVX2): Likewise.
13344 2014-04-17  Will Newton  <will.newton@linaro.org>
13346         * manual/setjmp.texi (System V contexts): Add note that
13347         calling setcontext on a context created by a call to a
13348         signal handler is undefined.  Update text to note that
13349         setcontext from a signal handler is possible but not
13350         recommended.
13352         [BZ #16629]
13353         * stdlib/tst-setcontext.c: Include signal.h.
13354         (main): Check that the signal stack before and
13355         after swapcontext is the same.
13357         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13358         Re-implement to restore registers in user code and avoid
13359         rt_sigreturn system call.
13361 2014-04-17  Wilco  <wdijkstr@arm.com>
13363         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13364         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13365         * math/test-fenv.c: Skip exception trap tests on targets which only
13366         support non-stop mode.
13368 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13369             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13371         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13372         (libc_feholdsetround_aarch64_ctx)
13373         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13374         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13375         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13376         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13377         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13378         (libc_feresetround_noexl_ctx): Define.
13380 2014-04-16  Richard Henderson  <rth@redhat.com>
13382         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13384         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13385         unwind tables.
13387         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13388         const from the non-libc, non-ldso copy.
13390         * sysdeps/alpha/libm-test-ulps: Regenerate.
13392 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13393             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13395         * sysdeps/aarch64/fpu/math_private.h: New file.
13397 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13399         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13401 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13403         [BZ #16275]
13404         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13405         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13406         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13407         Intel MPX bound registers before _dl_profile_fixup.
13408         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13409         registers after _dl_profile_fixup.  Save and restore bound
13410         registers bnd0/bnd1 when calling _dl_call_pltexit.
13411         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13412         (LR_BND_OFFSET): Likewise.
13413         (LRV_BND0_OFFSET): Likewise.
13414         (LRV_BND1_OFFSET): Likewise.
13416 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13418         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13419         to...
13420         * sysdeps/mach/hurd/i386/tls.h: ... here.
13421         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13422         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13423         fields.
13425 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13427         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13429 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13431         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13433 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13435         [BZ #14770]
13436         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13437         * sysdeps/s390/configure: Regenerate.
13439         [BZ #16824]
13440         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13441         Set round-to-nearest internally to reduce error accumulation.
13443 2014-04-16  Alan Modra  <amodra@gmail.com>
13445         [BZ #16740]
13446         [BZ #16619]
13447         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13448         * math/libm-test.inc (frexp_test_data): Add tests.
13449         * NEWS: Update fixed bug list.
13451 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13453         * benchtests/Makefile: Depend on libraries in build directory.
13454         (bench-math): Separate out math tests.
13455         (bench-pthread): Separate out pthread tests.
13456         (bench): Include math and pthread tests.
13458 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13460         [BZ #16831]
13461         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13462         _dl_debug_initialize.
13464         * configure.ac: Remove SELinux header check.
13465         * configure: Regenerate.
13466         * nscd/selinux.c (perms): Array of const char* to permission names.
13467         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13468         default policy. Call string_to_security_class and string_to_av_perm to
13469         translate strings. Enforce default policy and call avs_has_perm with
13470         results of translated strings.
13472 2014-04-13  David S. Miller  <davem@davemloft.net>
13474         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13476 2014-04-12  Allan McRae  <allan@archlinux.org>
13478         [BZ #16838]
13479         * manual/string.texi (Collation Functions): Fix qsort argument
13480         order in example.
13481         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13483 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13485         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13486         Make the test a no-op if there are no exceptions defined.
13488 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13490         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13491         enable-hardcoded-path-in-tests
13493 2014-04-11  Will Newton  <will.newton@linaro.org>
13495         * benchtests/Makefile (extra-objs): Add json-lib.o.
13496         (bench-func): Tidy up JSON output.
13497         * benchtests/bench-skeleton.c: Include json-lib.h.
13498         (main): Use JSON library functions to do output of
13499         benchmark results.
13500         * benchtests/bench-timing-type.c (main): Output the
13501         timing type simply, leaving formatting to the user.
13502         * benchtests/json-lib.c: New file.
13503         * benchtests/json-lib.h: Likewise.
13505 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13507         [BZ #15215]
13508         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13509         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13510         memory barriers.  Add comments.
13511         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13512         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13513         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13514         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13515         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13516         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13518 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13520         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13521         * sysdeps/s390/s390-64/configure.ac: ... this ...
13522         * sysdeps/s390/configure.ac: ... to here.
13523         * sysdeps/s390/s390-32/configure: Delete file.
13524         * sysdeps/s390/s390-64/configure: Delete file.
13525         * sysdeps/s390/configure: Regenerate.
13527 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13529         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13531 2014-04-11  Will Newton  <will.newton@linaro.org>
13533         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13534         to zero if it is not defined elsewhere.  (mtrim): Test
13535         the value of MALLOC_DEBUG with #if rather than #ifdef.
13537 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13539         * benchtests/pthread_once-inputs: New file.
13540         * benchtests/pthread_once-source.c: New file.
13541         * benchtests/README: Update documentation.
13543 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13544             H.J. Lu  <hongjiu.lu@intel.com>
13546         [BZ #16275]
13547         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13548         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13549         * sysdeps/x86_64/configure: Regenerated.
13550         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13551         macro.
13552         (REGISTER_SAVE_RAX): Likewise.
13553         (REGISTER_SAVE_RCX): Likewise.
13554         (REGISTER_SAVE_RDX): Likewise.
13555         (REGISTER_SAVE_RSI): Likewise.
13556         (REGISTER_SAVE_RDI): Likewise.
13557         (REGISTER_SAVE_R8): Likewise.
13558         (REGISTER_SAVE_R9): Likewise.
13559         (REGISTER_SAVE_BND0): Likewise.
13560         (REGISTER_SAVE_BND1): Likewise.
13561         (REGISTER_SAVE_BND2): Likewise.
13562         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13563         bound registers when calling _dl_fixup.
13565 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13567         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13568         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13569         of its definition.
13570         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13571         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13572         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13573         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13574         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13575         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13576         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13578 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13580         [BZ #15514]
13581         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13582         pathconf(_PC_NAME_MAX).
13584 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13586         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13587         Remove macro usage.
13588         (__PTHREAD_SPINS): Move definition to ...
13589         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13590         (__PTHREAD_SPINS): ... here.
13591         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13592         (__PTHREAD_SPIN): Likewise.
13593         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13594         (__PTHREAD_SPIN): Likewise.
13595         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13596         (__PTHREAD_SPIN): Likewise.
13597         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13598         (__PTHREAD_SPIN): Likewise.
13599         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13600         (__PTHREAD_SPIN): Likewise.
13601         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13602         (__PTHREAD_SPIN): Likewise.
13603         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13604         (__PTHREAD_SPIN): Likewise.
13605         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13606         (__PTHREAD_SPIN): Likewise.
13607         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13608         (__PTHREAD_SPIN): Likewise.
13609         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13610         (__PTHREAD_SPIN): Likewise.
13611         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13612         (__PTHREAD_SPIN): Likewise.
13613         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13614         (__PTHREAD_SPIN): Likewise.
13616         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13617         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13618         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13619         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13620         imply folder.
13621         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13622         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13623         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13624         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13625         correct imply path.
13626         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13627         strlen symbol for non multi-arch builds.
13628         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13629         missing hidden_def and weak_alias.
13631 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13633         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13635 2014-04-07  Will Newton  <will.newton@linaro.org>
13637         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13638         and contents.  [!_LIBC] Remove #ifndef and contents.
13639         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13640         * string/memccpy.c (__memccpy): Use ANSI prototype.
13641         * string/memfrob.c (memfrob): Likewise.
13642         * string/strcoll.c (STRCOLL): Likewise.
13643         * string/strlen.c (strlen): Likewise.
13644         * string/strtok.c (STRTOK): Likewise.
13645         * string/strcat.c: Remove unused #include of memcopy.h.
13646         (strcat): Use ANSI prototype.
13647         * string/strchr.c: Remove unused #include of memcopy.h.
13648         (strchr): Use ANSI prototype.
13649         * string/strcmp.c: Remove unused #include of memcopy.h.
13650         (strcmp): Use ANSI prototype.
13651         * string/strcpy.c: Remove unused #include of memcopy.h.
13652         (strcpy): Use ANSI prototype.
13654 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13656         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13657         * config.make.in (config-extra-cppflags): Set it from
13658         libc_extra_cppflags.
13659         * configure.ac (libc_extra_cflags): Make it accumulate over
13660         configure fragments.
13661         (libc_extra_cppflags): New flag.
13662         * configure. Regenerate.
13663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13664         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13665         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13668         [BZ #16815]
13669         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13670         result for FE_DOWNWARD rounding mode.
13671         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13672         Likewise.
13673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13675 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13677         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13678         in function argument name.
13680 2014-04-03  David Svoboda  <svoboda@cert.org>
13682         [BZ #5666]
13683         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13684         explicitly.
13686 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13688         * elf/dl-unmap-segments.h: New file.
13689         * sysdeps/generic/ldsodefs.h
13690         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13691         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13692         * elf/dl-fptr.c: Likewise.
13693         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13694         * sysdeps/aarch64/tlsdesc.c: Likewise.
13695         * sysdeps/arm/tlsdesc.c: Likewise.
13696         * sysdeps/i386/tlsdesc.c: Likewise.
13697         * sysdeps/tile/dl-runtime.c: Likewise.
13698         * sysdeps/x86_64/tlsdesc.c: Likewise.
13699         * elf/dl-load.h: New file.
13700         * elf/dl-load.c: Include it.
13701         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13702         Macros moved to dl-load.h.
13703         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13704         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13705         Use _dl_unmap_segments in place of __munmap.
13706         Break out segment-mapping loop into ...
13707         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13709 2014-04-03  Will Newton  <will.newton@linaro.org>
13711         * elf/dl-lookup.c (do_lookup_x): Remove comment
13712         referring to nested function and move variable
13713         declarations down to before first use.
13715 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13717         [BZ #16799]
13718         [BZ #16800]
13719         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13720         with 0 numerator.
13721         * math/s_catanf.c (__catanf): Likewise.
13722         * math/s_catanh.c (__catanh): Likewise.
13723         * math/s_catanhf.c (__catanhf): Likewise.
13724         * math/s_catanhl.c (__catanhl): Likewise.
13725         * math/s_catanl.c (__catanl): Likewise.
13726         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13727         by positive zero when computing -Inf result.
13728         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13729         (catanh_test): Likewise.
13730         * sysdeps/i386/fpu/libm-test-ulps: Update.
13731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13733         [BZ #16789]
13734         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13735         instead of using underflowing value in computing result.
13736         * math/s_clog10.c (__clog10): Likewise.
13737         * math/s_clog10f.c (__clog10f): Likewise.
13738         * math/s_clog10l.c (__clog10l): Likewise.
13739         * math/s_clogf.c (__clogf): Likewise.
13740         * math/s_clogl.c (__clogl): Likewise.
13741         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13742         (clog10_test): Likewise.
13743         * sysdeps/i386/fpu/libm-test-ulps: Update.
13744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13746 2014-04-02  Alan Modra  <amodra@gmail.com>
13748         [BZ #16739]
13749         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13750         output when value is near a power of two.  Use int64_t for lx and
13751         remove casts.  Use decimal rather than hex exponent constants.
13752         Don't use long double multiplication when double will suffice.
13753         * math/libm-test.inc (nextafter_test_data): Add tests.
13754         * NEWS: Add 16739 and 16786 to bug list.
13756         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13758         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13760 2014-04-01  Will Newton  <will.newton@linaro.org>
13762         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13763         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13765 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13767         [BZ #13347]
13768         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13769         * nptl/tst-setuid2.c: New file.
13770         * nptl/Makefile (xtests): Add tst-setuid2.
13772 2014-04-01  Alan Modra  <amodra@gmail.com>
13774         [BZ #16786]
13775         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13777 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13779         [BZ #6803]
13780         [BZ #6804]
13781         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13782         set errno as appropriate.
13783         * math/w_scalbf.c (__scalbf): Likewise.
13784         * math/w_scalbl.c (__scalbl): Likewise.
13785         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13786         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13787         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13788         Add more NaN tests.
13790         [BZ #16349]
13791         * math/w_atan2.c: Include <errno.h>.
13792         (__atan2): Set errno for result underflowing to zero.
13793         * math/w_atan2f.c: Include <errno.h>.
13794         (__atan2f): Set errno for result underflowing to zero.
13795         * math/w_atan2l.c: Include <errno.h>.
13796         (__atan2l): Set errno for result underflowing to zero.
13797         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13798         tests.
13799         * math/auto-libm-test-out: Regenerated.
13801 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13803         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13804         Encode instruction correctly in little endian.
13805         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13806         Likewise.
13807         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13808         Likewise.
13809         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13810         Likewise.
13811         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13812         Likewise.
13814 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13816         [BZ #9894]
13817         * sysdeps/unix/sysv/linux/kernel-features.h
13818         [__sparc__ && !__arch64__ && !__sparc_v9__]
13819         (__ASSUME_SET_ROBUST_LIST): Do not define.
13820         [__sparc__ && !__arch64__ && !__sparc_v9__]
13821         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13822         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13823         Likewise.
13824         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13825         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13826         (__ASSUME_REQUEUE_PI): Likewise.
13827         (__ASSUME_SET_ROBUST_LIST): Likewise.
13828         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13829         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13830         Undefine.
13831         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13832         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13833         Likewise.
13834         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13835         Likewise.
13836         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13837         Likewise.
13838         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13839         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13840         Undefine.
13841         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13842         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13843         Likewise.
13845         [BZ #16648]
13846         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13847         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13848         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13850 2014-03-31  Will Newton  <will.newton@linaro.org>
13852         * benchtests/Makefile (bench): Add ffs and ffsll to list
13853         of tests.
13854         * benchtests/ffs-inputs: New file.
13855         * benchtests/ffsll-inputs: Likewise.
13857 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13859         [BZ #16770]
13860         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13861         too large before casting to int.
13862         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13863         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13864         * math/libm-test.inc (scalb_test_data): Add more tests.
13866 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13868         * benchtests/Makefile (DETAILED_OPT): New make option.
13869         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13870         set.
13871         * benchtests/bench-skeleton.c: Include stdbool.h.
13872         (main): Store and print timings per input.
13873         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13874         member to each argument value.
13875         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13876         (_print_arg_data): Initialize per-input timing to 0.
13878         * benchtests/Makefile (timing-type): New binary.
13879         (bench-clean): Also remove bench-timing-type.
13880         (bench): New target for timing-type.
13881         (bench-func): Print output in JSON format.
13882         * benchtests/bench-skeleton.c (main): Print output in JSON
13883         format.
13884         * benchtests/bench-timing-type.c: New file.
13885         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13886         (TIMING_PRINT_STATS): Remove.
13887         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13888         name separately.
13890         * benchtests/bench-modf.c: Remove.
13891         * benchtests/modf-inputs: New inputs file.
13893 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13895         [BZ #16362]
13896         * math/s_clog10.c (M_PI_LOG10E): New macro.
13897         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13898         imaginary parts are 0.
13899         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13900         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13901         imaginary parts are 0.
13902         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13903         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13904         imaginary parts are 0.
13905         * math/libm-test.inc (clog10_test_data): Update expected results
13906         for when real and imaginary parts are 0.
13908 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13910         * elf/dl-load.c: Finish conversion of __builtin_expect into
13911         __glibc_{un}likely.
13913 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13915         [BZ #16348]
13916         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13917         1+x for argument with exponent below -67.
13918         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13919         Likewise.
13920         * math/auto-libm-test-in: Add more tests of exp.
13921         * math/auto-libm-test-out: Regenerated.
13923 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13925         [BZ #16759]
13926         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13927         (nscd_getnetgrent): Use it.
13929         [BZ #16760]
13930         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13931         of stpcpy.
13933 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13935         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13936         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13937         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13938         (lll_robust_unlock): Remove out of line section. Use cfi
13939         intrinsics.
13940         (LLL_STUB_UNWIND_INFO*): Remove.
13941         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13942         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13943         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13944         (lll_robust_unlock): Remove out of line section. Use cfi
13945         intrinsics.
13946         (LLL_STUB_UNWIND_INFO*): Remove.
13948 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13950         [BZ #16758]
13951         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13952         blank values.
13954 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13956         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13958 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13960         [BZ #16198]
13961         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13962         fnstenv.
13963         * math/test-fenv-preserve.c: New file.
13964         * math/Makefile (tests): Add test-fenv-preserve.
13966 2014-03-26  Will Newton <will.newton@linaro.org>
13968         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13970 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13972         * scripts/versionlist.awk: Partition the version sets and emit all
13973         GLIBC_* (sorted) before all others (sorted).
13975 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13977         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13978         GLIBC_2.2.5 version.
13980 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13982         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13983         calls.
13985         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13986         previous change.
13988         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13990 2014-03-25  Andreas Schwab  <schwab@suse.de>
13992         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13993         label to be used after in6ailist is initialized.
13995 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13997         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13998         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14000 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14002         [BZ #16357]
14003         [BZ #16599]
14004         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14005         min_plus_half.
14006         (fp_formats): Update initializers.
14007         (init_fp_formats): Initialize new field.
14008         (output_for_one_input_case): Allow underflow for results up to
14009         min_plus_half.
14010         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14011         * math/auto-libm-test-in: Don't mark some underflows from asin and
14012         atanh as spurious.
14013         * math/auto-libm-test-out: Regenerated.
14014         * sysdeps/i386/fpu/libm-test-ulps: Update.
14015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14017 2014-03-25  Andreas Schwab  <schwab@suse.de>
14019         * libio/Makefile (tst-ftell-partial-wide-ENV)
14020         (tst-ftell-active-handler-ENV): Define.
14022 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14024         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14026 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14028         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14030 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14032         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14033         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14034         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14036 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14038         [BZ #16634]
14039         * elf/dl-load.c (open_verify): Add mode parameter.
14040         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14041         (open_path): Change from boolean 'secure' to complete flag 'mode'
14042         (_dl_map_object): Adjust.
14043         * elf/Makefile (tests): Add tst-dlopen-aout.
14044         * elf/tst-dlopen-aout.c: New test.
14046 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14048         [BZ #16714]
14049         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14050         (struct stat): Rename member pad0 to __glibc_reserved0.
14052         [BZ #16712]
14053         * sysdeps/s390/s390-32/bits/wordsize.h
14054         (__WORDSIZE32_SIZE_ULONG): New define.
14055         * sysdeps/s390/s390-64/bits/wordsize.h
14056         (__WORDSIZE32_SIZE_ULONG): Likewise.
14057         * sysdeps/generic/stdint.h (SIZE_MAX):
14058         Define as UL if __WORDSIZE32_SIZE_ULONG.
14060         [BZ #16713]
14061         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14062         (__glibc_reserved0): New variable.
14063         (sa_flags): Change type to int.
14065         * posix/Makefile (before-compile): Use += before-compile instead
14066         of a :=.
14068         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14069         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14071 2014-03-20  Andreas Schwab  <schwab@suse.de>
14073         [BZ #16743]
14074         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14075         non-matching result from nscd.
14077 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14079         * scripts/bench.py: Moved to ...
14080         * benchtests/scripts/bench.py: ... here.
14081         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14083 2014-03-24  Andreas Schwab  <schwab@suse.de>
14085         [BZ #16002]
14086         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14087         alloca_account and account alloca use for struct in6ailist.
14089 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14091         [BZ #16284]
14092         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14093         rounding mode to recompute results that overflow to infinity or
14094         underflow to zero.
14095         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14096         bug 16284.
14097         * math/auto-libm-test-out: Regenerated.
14098         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14099         (ccosh_test): Likewise.
14100         (csin_test_data): Use plus_oflow.
14101         (csin_test): Use ALL_RM_TEST.
14102         (csinh_test_data): Use plus_oflow.
14103         (csinh_test): Use ALL_RM_TEST.
14104         * sysdeps/i386/fpu/libm-test-ulps: Update.
14105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14107 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14109         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14110         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14111         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14113         [BZ #16731]
14114         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14115         when x - 1 is zero.
14116         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14117         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14118         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14119         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14120         argument is 1.
14121         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14122         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14123         zero.
14124         * math/libm-test.inc (log_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  Siddhesh Poyarekar  <siddhesh@redhat.com>
14130         * scripts/bench.pl: Remove file.
14131         * scripts/bench.py: New benchmark script.
14132         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14133         * benchtests/README: Mention python dependency.
14134         * scripts/pylintrc: New file.
14135         * scripts/pylint: New file.
14137         * bits/mathdef.h: Use #ifdef instead of #if.
14138         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14139         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14140         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14141         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14142         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14143         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14145 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14146             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14148         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14149         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14150         and strpbrk-ppc64 objects.
14151         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14152         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14153         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14154         multiarch strpbrk for POWER7.
14155         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14156         multiarch strpbrk for PPC64.
14157         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14158         ifunc selector.
14159         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14160         strpbrk for POWER7.
14162 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14164         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14165         (atan_test): Likewise.
14166         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14167         (atanh_test): Use ALL_RM_TEST.
14168         (atan2_test_data): Likewise.
14169         (cabs_test): Likewise.
14170         (cacosh_test): Likewise.
14171         (carg_test): Likewise.
14172         (casin_test): Likewise.
14173         (casinh_test): Likewise.
14174         (cbrt_test): Likewise.
14175         (csqrt_test): Likewise.
14176         (erf_test): Likewise.
14177         (erfc_test): Likewise.
14178         (pow10_test): Likewise.
14179         (exp2_test): Likewise.
14180         (hypot_test): Likewise.
14181         (j0_test): Likewise.
14182         (j1_test): Likewise.
14183         (lgamma_test): Likewise.
14184         (gamma_test): Likewise.
14185         (sincos_test): Likewise.
14186         (tanh_test): Likewise.
14187         (y0_test): Likewise.
14188         (y1_test): Likewise.
14189         * sysdeps/i386/fpu/libm-test-ulps: Update.
14190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14192 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14194         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14195         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14196         and strcspn-ppc64 objects.
14197         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14198         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14199         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14200         multiarch strcspn for POWER7.
14201         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14202         multiarch strcspn for PPC64.
14203         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14204         ifunc selector.
14205         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14206         strcspn for POWER7.
14208 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14210         * math/gen-libm-test.pl (generate_testfile): Expect only function
14211         name as argument to AUTO_TESTS_* and pass results for all rounding
14212         modes to parse_args.
14213         (parse_auto_input): Separate inputs of automatic tests from
14214         outputs before storing in %auto_tests.
14215         * math/libm-test.inc (acos_test_data): Update call to
14216         AUTO_TESTS_f_f.
14217         (acos_test): Use ALL_RM_TEST.
14218         (acos_tonearest_test_data): Remove.
14219         (acos_test_tonearest): Likewise.
14220         (acos_towardzero_test_data): Likewise.
14221         (acos_test_towardzero): Likewise.
14222         (acos_downward_test_data): Likewise.
14223         (acos_test_downward): Likewise.
14224         (acos_upward_test_data): Likewise.
14225         (acos_test_upward): Likewise.
14226         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14227         (asin_test_data): Likewise.
14228         (asin_test): Use ALL_RM_TEST.
14229         (asin_tonearest_test_data): Remove.
14230         (asin_test_tonearest): Likewise.
14231         (asin_towardzero_test_data): Likewise.
14232         (asin_test_towardzero): Likewise.
14233         (asin_downward_test_data): Likewise.
14234         (asin_test_downward): Likewise.
14235         (asin_upward_test_data): Likewise.
14236         (asin_test_upward): Likewise.
14237         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14238         (atan_test_data): Likewise.
14239         (atanh_test_data): Likewise.
14240         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14241         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14242         (carg_test_data): Likewise.
14243         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14244         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14245         (ccosh_test_data): Likewise.
14246         (cexp_test_data): Likewise.
14247         (clog_test_data): Likewise.
14248         (clog10_test_data): Likewise.
14249         (cos_test_data): Update call to AUTO_TESTS_f_f.
14250         (cos_test): Use ALL_RM_TEST.
14251         (cos_tonearest_test_data): Remove.
14252         (cos_test_tonearest): Likewise.
14253         (cos_towardzero_test_data): Likewise.
14254         (cos_test_towardzero): Likewise.
14255         (cos_downward_test_data): Likewise.
14256         (cos_test_downward): Likewise.
14257         (cos_upward_test_data): Likewise.
14258         (cos_test_upward): Likewise.
14259         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14260         (cosh_test): Use ALL_RM_TEST.
14261         (cosh_tonearest_test_data): Remove.
14262         (cosh_test_tonearest): Likewise.
14263         (cosh_towardzero_test_data): Likewise.
14264         (cosh_test_towardzero): Likewise.
14265         (cosh_downward_test_data): Likewise.
14266         (cosh_test_downward): Likewise.
14267         (cosh_upward_test_data): Likewise.
14268         (cosh_test_upward): Likewise.
14269         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14270         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14271         (ctan_test_data): Likewise.
14272         (ctan_test): Use ALL_RM_TEST.
14273         (ctan_tonearest_test_data): Remove.
14274         (ctan_test_tonearest): Likewise.
14275         (ctan_towardzero_test_data): Likewise.
14276         (ctan_test_towardzero): Likewise.
14277         (ctan_downward_test_data): Likewise.
14278         (ctan_test_downward): Likewise.
14279         (ctan_upward_test_data): Likewise.
14280         (ctan_test_upward): Likewise.
14281         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14282         (ctanh_test): Use ALL_RM_TEST.
14283         (ctanh_tonearest_test_data): Remove.
14284         (ctanh_test_tonearest): Likewise.
14285         (ctanh_towardzero_test_data): Likewise.
14286         (ctanh_test_towardzero): Likewise.
14287         (ctanh_downward_test_data): Likewise.
14288         (ctanh_test_downward): Likewise.
14289         (ctanh_upward_test_data): Likewise.
14290         (ctanh_test_upward): Likewise.
14291         (erf_test_data): Update call to AUTO_TESTS_f_f.
14292         (erfc_test_data): Likewise.
14293         (exp_test_data): Likewise.
14294         (exp_test): Use ALL_RM_TEST.
14295         (exp_tonearest_test_data): Remove.
14296         (exp_test_tonearest): Likewise.
14297         (exp_towardzero_test_data): Likewise.
14298         (exp_test_towardzero): Likewise.
14299         (exp_downward_test_data): Likewise.
14300         (exp_test_downward): Likewise.
14301         (exp_upward_test_data): Likewise.
14302         (exp_test_upward): Likewise.
14303         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14304         (exp10_test): Use ALL_RM_TEST.
14305         (exp10_tonearest_test_data): Remove.
14306         (exp10_test_tonearest): Likewise.
14307         (exp10_towardzero_test_data): Likewise.
14308         (exp10_test_towardzero): Likewise.
14309         (exp10_downward_test_data): Likewise.
14310         (exp10_test_downward): Likewise.
14311         (exp10_upward_test_data): Likewise.
14312         (exp10_test_upward): Likewise.
14313         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14314         (expm1_test_data): Likewise.
14315         (expm1_test): Use ALL_RM_TEST.
14316         (expm1_tonearest_test_data): Remove.
14317         (expm1_test_tonearest): Likewise.
14318         (expm1_towardzero_test_data): Likewise.
14319         (expm1_test_towardzero): Likewise.
14320         (expm1_downward_test_data): Likewise.
14321         (expm1_test_downward): Likewise.
14322         (expm1_upward_test_data): Likewise.
14323         (expm1_test_upward): Likewise.
14324         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14325         (fma_test): Use ALL_RM_TEST.
14326         (fma_towardzero_test_data): Remove.
14327         (fma_test_towardzero): Likewise.
14328         (fma_downward_test_data): Likewise.
14329         (fma_test_downward): Likewise.
14330         (fma_upward_test_data): Likewise.
14331         (fma_test_upward): Likewise.
14332         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14333         (j0_test_data): Update call to AUTO_TESTS_f_f.
14334         (j1_test_data): Likewise.
14335         (jn_test_data): Update call to AUTO_TESTS_if_f.
14336         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14337         (log_test_data): Update call to AUTO_TESTS_f_f.
14338         (log10_test_data): Likewise.
14339         (log1p_test_data): Likewise.
14340         (log2_test_data): Likewise.
14341         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14342         (pow_tonearest_test_data): Likewise.
14343         (sin_test_data): Update call to AUTO_TESTS_f_f.
14344         (sin_test): Use ALL_RM_TEST.
14345         (sin_tonearest_test_data): Remove.
14346         (sin_test_tonearest): Likewise.
14347         (sin_towardzero_test_data): Likewise.
14348         (sin_test_towardzero): Likewise.
14349         (sin_downward_test_data): Likewise.
14350         (sin_test_downward): Likewise.
14351         (sin_upward_test_data): Likewise.
14352         (sin_test_upward): Likewise.
14353         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14354         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14355         (sinh_test): Use ALL_RM_TEST.
14356         (sinh_tonearest_test_data): Remove.
14357         (sinh_test_tonearest): Likewise.
14358         (sinh_towardzero_test_data): Likewise.
14359         (sinh_test_towardzero): Likewise.
14360         (sinh_downward_test_data): Likewise.
14361         (sinh_test_downward): Likewise.
14362         (sinh_upward_test_data): Likewise.
14363         (sinh_test_upward): Likewise.
14364         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14365         (sqrt_test): Use ALL_RM_TEST.
14366         (sqrt_tonearest_test_data): Remove.
14367         (sqrt_test_tonearest): Likewise.
14368         (sqrt_towardzero_test_data): Likewise.
14369         (sqrt_test_towardzero): Likewise.
14370         (sqrt_downward_test_data): Likewise.
14371         (sqrt_test_downward): Likewise.
14372         (sqrt_upward_test_data): Likewise.
14373         (sqrt_test_upward): Likewise.
14374         (tan_test_data): Update call to AUTO_TESTS_f_f.
14375         (tan_test): Use ALL_RM_TEST.
14376         (tan_tonearest_test_data): Remove.
14377         (tan_test_tonearest): Likewise.
14378         (tan_towardzero_test_data): Likewise.
14379         (tan_test_towardzero): Likewise.
14380         (tan_downward_test_data): Likewise.
14381         (tan_test_downward): Likewise.
14382         (tan_upward_test_data): Likewise.
14383         (tan_test_upward): Likewise.
14384         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14385         (tgamma_test_data): Likewise.
14386         (y0_test_data): Likewise.
14387         (y1_test_data): Likewise.
14388         (yn_test_data): Update call to AUTO_TESTS_if_f.
14389         (main): Do not call removed functions.
14391 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14393         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14394         (ldexp_test_data): Remove.
14395         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14396         scalbn_test_data.
14397         (scalb_test): Use ALL_RM_TEST.
14399 2014-03-19  Andreas Schwab  <schwab@suse.de>
14401         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14403 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14405         [BZ #16649]
14406         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14407         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14408         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14409         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14410         (__ASSUME_PREADV): Undefine.
14411         (__ASSUME_PWRITEV): Likewise.
14413 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14415         * bits/mman-linux.h: Add comment about non-Linux use.
14416         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14417         bits/mman-linux.h resting place.
14419         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14420         * bits/mman-linux.h: ... here.
14422 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14424         * conform/conformtest.pl: Add standard definition when calling C
14425         preprocessor on data files.
14426         (checknamespace): Remove unused variable.
14428 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14430         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14431         minus_oflow, plus_uflow and minus_uflow in expected results.
14432         * math/libm-test.inc (scalbn_test_data): Add more tests of
14433         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14434         minus_uflow.
14435         (scalbn_test): Use ALL_RM_TEST.
14436         (scalbln_test_data): Add more tests of negative arguments.  Use
14437         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14438         (scalbln_test): Use ALL_RM_TEST.
14440 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14442         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14444 2014-03-18  Will Newton  <will.newton@linaro.org>
14446         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14447         inaccurate comment.
14449 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14451         * Makerules [!subdir] (check-abi): Exit with error status if a
14452         test failed.
14454 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14456         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14457         for rint.  Include results for all rounding modes.
14458         (nearbyint_test): Use ALL_RM_TEST.
14459         (rint_test_data): Include all tests used for nearbyint.
14461 2014-03-17  Will Newton  <will.newton@linaro.org>
14463         * nptl/sysdeps/pthread/pthread.h: Revert previous
14464         change.
14466         * sysdeps/generic/ldsodefs.h: Revert previous
14467         change.
14469         * libio/genops.c: Revert previous change.
14470         * libio/libioP.h: Likewise.
14471         * stdio-common/vfprintf.c: Likewise.
14473         * sysdeps/generic/math_private.h: Revert previous
14474         change.
14476         * sysdeps/generic/math_private.h: Check whether
14477         HAVE_RM_CTX is defined with #ifdef rather
14478         than #if.
14480         * argp/argp-fmtstream.h: Check whether
14481         __STRICT_ANSI__ is defined with #ifdef rather
14482         than #if.
14483         * argp/argp.h: Likewise.
14485         * libio/genops.c: Check whether
14486         _IO_JUMPS_OFFSET is defined with #ifdef rather
14487         than #if.
14488         * libio/libioP.h: Likewise.
14489         * stdio-common/vfprintf.c: Likewise.
14491         * sysdeps/generic/ldsodefs.h: Check whether
14492         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14493         than #if.
14495         * nptl/sysdeps/pthread/pthread.h: Check
14496         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14497         its value.
14499 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14501         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14502         setting O_APPEND.
14503         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14504         test case.
14506         [BZ #16680]
14507         * libio/fileops.c (_IO_file_open): Seek to end of file but
14508         don't cache the offset.
14509         (get_file_offset): Remove function.
14510         (do_ftell): Use cached offset when available.
14511         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14512         don't cache the offset.
14513         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14514         case.
14515         (do_one_test): Call it.
14516         (do_ftell_test): Fix up expected old offset for a+ mode.
14517         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14518         available.
14520         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14521         up test status with function return status.
14522         (do_write_test): Likewise.
14523         (do_append_test): Likewise.
14525         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14526         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14527         Remove.
14529 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14531         * math/gen-libm-test.pl (parse_args): Handle results specified for
14532         each rounding mode separately.
14533         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14534         tests and results from lrint_tonearest_test_data,
14535         lrint_towardzero_test_data, lrint_downward_test_data and
14536         lrint_upward_test_data.
14537         (lrint_test): Use ALL_RM_TEST.
14538         (lrint_tonearest_test_data): Remove.
14539         (lrint_test_tonearest): Likewise.
14540         (lrint_towardzero_test_data): Likewise.
14541         (lrint_test_towardzero): Likewise.
14542         (lrint_downward_test_data): Likewise.
14543         (lrint_test_downward): Likewise.
14544         (lrint_upward_test_data): Likewise.
14545         (lrint_test_upward): Likewise.
14546         (llrint_test_data): Merge in per-rounding-mode tests and results
14547         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14548         llrint_downward_test_data and llrint_upward_test_data.
14549         (llrint_test): Use ALL_RM_TEST.
14550         (llrint_tonearest_test_data): Remove.
14551         (llrint_test_tonearest): Likewise.
14552         (llrint_towardzero_test_data): Likewise.
14553         (llrint_test_towardzero): Likewise.
14554         (llrint_downward_test_data): Likewise.
14555         (llrint_test_downward): Likewise.
14556         (llrint_upward_test_data): Likewise.
14557         (llrint_test_upward): Likewise.
14558         (rint_test_data): Merge in per-rounding-mode tests and results
14559         from rint_tonearest_test_data, rint_towardzero_test_data,
14560         rint_downward_test_data and rint_upward_test_data.  Add
14561         per-rounding-mode results for tests not in those arrays.
14562         (rint_test): Use ALL_RM_TEST.
14563         (rint_tonearest_test_data): Remove.
14564         (rint_test_tonearest): Likewise.
14565         (rint_towardzero_test_data): Likewise.
14566         (rint_test_towardzero): Likewise.
14567         (rint_downward_test_data): Likewise.
14568         (rint_test_downward): Likewise.
14569         (rint_upward_test_data): Likewise.
14570         (rint_test_upward): Likewise.
14571         (main): Don't call removed functions.
14573 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14575         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14576         "Compiled on ..." crapola.  It is anti-useful.
14578 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14580         * scripts/evaluate-test.sh: Handle fourth argument to determine
14581         whether test run should stop on failure.
14582         * Makeconfig (stop-on-test-failure): New variable.
14583         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14584         $(stop-on-test-failure).
14585         * Makefile (tests): Give a summary of results from testing and
14586         exit with failure status if they include an ERROR or FAIL.
14587         (xtests): Likewise.
14588         * manual/install.texi (Configuring and compiling): Mention
14589         stop-on-test-failure=y.
14590         * INSTALL: Regenerated.
14592 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14594         * scripts/versionlist.awk: New file.
14595         * Makerules [$(build-shared) = yes]
14596         (postclean-generated): Add Versions.def, not Versions.def.v and
14597         Versions.def.v.i.
14598         ($(common-objpfx)Versions.def.v.i): Target removed.
14599         ($(common-objpfx)Versions.def): New target.
14600         ($(common-objpfx)Versions.all): Depend on that rather that
14601         $(common-objpfx)Versions.def.v.
14602         * Versions.def: File removed.
14604         * Makeconfig (+gccwarn): Add -Wundef.
14605         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14606         a dl-sysdep.h breaking its contract.
14607         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14608         * include/stackinfo.h: New file.
14609         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14610         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14611         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14612         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14613         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14614         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14615         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14616         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14617         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14618         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14619         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14620         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14621         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14622         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14623         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14625 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14627         [BZ #16707]
14628         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14629         implementation.
14630         * math/libm-test.inc (round_test_data): Add more tests.
14632         [BZ #16706]
14633         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14634         implementation.
14635         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14637         [BZ #16701]
14638         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14639         implementation.
14640         * math/libm-test.inc (ceil_test_data): Add more tests.
14642         * math/libm-test.inc (trunc_test_data): Add more tests related to
14643         BZ#16414.
14645 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14647         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14648         with #if rather than #ifdef.
14649         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14651 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14653         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14654         first.  Disable AVX-512 GCC support if assembler doesn't support
14655         it.
14656         * sysdeps/x86_64/configure: Regenerated.
14658 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14660         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14661         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14662         (__old_pthread_attr_setstack): Likewise.
14663         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14664         [!_STACK_GROWS_DOWN]: Likewise.
14666 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14668         * config.make.in (have-bash2): Delete.
14669         * configure.ac (libc_cv_have_bash2): Delete.
14670         * configure: Regenerate.
14671         * elf/Makefile (common-ldd-rewrite): Rename to ...
14672         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14673         (sh-ldd-rewrite): Delete.
14674         (bash-ldd-rewrite): Delete.
14675         (have-bash2): Delete checks.
14676         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14677         ldd-rewrite.
14679         * config.make.in (have-ksh): Delete.
14680         (KSH): Delete.
14681         * configure.ac (libc_cv_have_ksh): Delete.
14682         * configure: Regenerate.
14684         * elf/Makefile: Delete $(have-ksh) check.
14685         ($(objpfx)sotruss): Change KSH to BASH.
14686         * elf/sotruss.ksh: Rename to ...
14687         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14688         function style to match POSIX.  Drop ksh vim mode setting.
14690         * manual/time.texi (Specifying the Time Zone with TZ): Change
14691         Tuesday to Thursday.
14693         * debug/tst-longjmp_chk2.c: Update header comment.
14694         (stackoverflow_handler): Add comment.  Call assert on pass value.
14696 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14698         [BZ #16194]
14699         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14700         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14701         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14702         (La_x86_64_vector): Add zmm.
14703         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14704         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14705         ($(objpfx)tst-audit10): New target.
14706         ($(objpfx)tst-audit10.out): Likewise.
14707         (tst-audit10-ENV): New.
14708         (AVX512-CFLAGS): Likewise.
14709         (CFLAGS-tst-audit10.c): Likewise.
14710         (CFLAGS-tst-auditmod10a.c): Likewise.
14711         (CFLAGS-tst-auditmod10b.c): Likewise.
14712         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14713         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14714         * sysdeps/x86_64/configure: Regenerated.
14715         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14716         AVX-512 zmm register support.
14717         (_dl_x86_64_save_sse): Likewise.
14718         (_dl_x86_64_restore_sse): Likewise.
14719         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14720         size vector registers.
14721         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14722         (ZMM_SIZE): Likewise.
14723         * sysdeps/x86_64/tst-audit10.c: New file.
14724         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14725         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14727 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14729         * configure.ac (HAVE_EHDR_START): New check.
14730         * configure: Regenerated.
14731         * config.h.in (HAVE_EHDR_START): New #undef.
14732         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14733         assuming the lowest-addressed segment maps the start of the file.
14735 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14737         * INSTALL: Regenerated.
14739 2014-03-13  Will Newton  <will.newton@linaro.org>
14741         * manual/setjmp.texi (System V contexts): Improve
14742         clarity and grammar of documentation.
14744 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14746         [BZ #16381]
14747         * elf/Makefile (tests): Add tst-pie2.
14748         (tests-pie): Add tst-pie2.
14749         * elf/tst-pie2.c: New file.
14750         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14751         for ET_EXEC.
14752         * elf/rtld.c (map_doit): Load executable as lt_executable.
14753         (dl_main): Likewise.
14755 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14757         [BZ #16642]
14758         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14759         (__ASSUME_PSELECT): Undefine.
14761 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14763         [BZ #16689]
14764         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14765         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14766         static build.
14767         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14768         selector for static builds.
14770 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14772         [BZ #16695]
14773         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14774         key in the buffer.
14776 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14778         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14779         IFUNC selector for static builds.
14781 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14783         * sysdeps/mips/math_private.h [__mips_hard_float]
14784         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14785         libc_feresetround_mips_ctx.
14786         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14787         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14788         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14790         [BZ #16677]
14791         * math/s_nextafter.c (__nextafter): Do not return value from
14792         overflowing computation.
14793         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14794         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14795         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14796         Likewise.
14797         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14798         Likewise.
14799         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14800         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14802 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14804         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14805         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14806         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14807         the new mov targetting sp.
14809 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14811         [BZ #16683]
14812         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14813         Define it for static builds as well.
14814         (NO_BZERO_IMPL): Likewise.
14816 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14818         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14819         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14820         multiarch strspn for PPC64.
14821         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14822         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14824         (__libc_ifunc_impl_list): Likewise.
14825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14826         multiarch optimizations
14827         * string/strspn.c (strspn): Using macro to redefine symbol name.
14829 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14830             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14832         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14833         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14834         multiarch strncat for PPC64.
14835         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14836         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14837         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14838         (__libc_ifunc_impl_list): Likewise.
14839         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14840         multiarch optimizations
14842 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14844         [BZ #16639]
14845         * nscd/nscd.service: Make service type forking.
14847 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14849         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14850         sign in non default rounding modes.
14851         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14853 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14855         * math/libm-test.inc (ALL_RM_TEST): New macro.
14856         (ceil_test): Use ALL_RM_TEST.
14857         (cimag_test): Likewise.
14858         (conj_test): Likewise.
14859         (copysign_test): Likewise.
14860         (cproj_test): Likewise.
14861         (creal_test): Likewise.
14862         (fabs_test): Likewise.
14863         (floor_test): Likewise.
14864         (fmax_test): Likewise.
14865         (fmin_test): Likewise.
14866         (fmod_test): Likewise.
14867         (fpclassify_test): Likewise.
14868         (frexp_test): Likewise.
14869         (ilogb_test): Likewise.
14870         (isfinite_test): Likewise.
14871         (finite_test): Likewise.
14872         (isgreater_test): Likewise.
14873         (isgreaterequal_test): Likewise.
14874         (isinf_test): Likewise.
14875         (isless_test): Likewise.
14876         (islessequal_test): Likewise.
14877         (islessgreater_test): Likewise.
14878         (isnan_test): Likewise.
14879         (isnormal_test): Likewise.
14880         (issignaling_test): Likewise.
14881         (isunordered_test): Likewise.
14882         (logb_test): Likewise.
14883         (logb_downward_test_data): Remove.
14884         (logb_test_downward): Likewise.
14885         (lround_test): Use ALL_RM_TEST.
14886         (llround_test): Likewise.
14887         (modf_test): Likewise.
14888         (nexttoward_test): Likewise.
14889         (remainder_test): Likewise.
14890         (drem_test): Likewise.
14891         (remainder_tonearest_test_data): Likewise.
14892         (remainder_test_tonearest): Likewise.
14893         (drem_test_tonearest): Likewise.
14894         (remainder_towardzero_test_data): Likewise.
14895         (remainder_test_towardzero): Likewise.
14896         (drem_test_towardzero): Likewise.
14897         (remainder_downward_test_data): Likewise.
14898         (remainder_test_downward): Likewise.
14899         (drem_test_downward): Likewise.
14900         (remainder_upward_test_data): Likewise.
14901         (remainder_test_upward): Likewise.
14902         (drem_test_upward): Likewise.
14903         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14904         (round_test): Use ALL_RM_TEST.
14905         (signbit_test): Likewise.
14906         (trunc_test): Likewise.
14907         (significand_test): Likewise.
14908         (main): Don't call removed functions.
14910 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14912         [BZ #16674]
14913         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14914         || __USE_XOPEN2K8].
14915         (ILL_ILLOPN): Likewise.
14916         (ILL_ILLADR): Likewise.
14917         (ILL_ILLTRP): Likewise.
14918         (ILL_PRVOPC): Likewise.
14919         (ILL_PRVREG): Likewise.
14920         (ILL_COPROC): Likewise.
14921         (ILL_BADSTK): Likewise.
14922         (FPE_INTDIV): Likewise.
14923         (FPE_INTOVF): Likewise.
14924         (FPE_FLTDIV): Likewise.
14925         (FPE_FLTOVF): Likewise.
14926         (FPE_FLTUND): Likewise.
14927         (FPE_FLTRES): Likewise.
14928         (FPE_FLTINV): Likewise.
14929         (FPE_FLTSUB): Likewise.
14930         (SEGV_MAPERR): Likewise.
14931         (SEGV_ACCERR): Likewise.
14932         (BUS_ADRALN): Likewise.
14933         (BUS_ADRERR): Likewise.
14934         (BUS_OBJERR): Likewise.
14935         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14936         (TRAP_TRACE): Likewise.
14937         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14938         __USE_XOPEN2K8].
14939         (CLD_KILLED): Likewise.
14940         (CLD_DUMPED): Likewise.
14941         (CLD_TRAPPED): Likewise.
14942         (CLD_STOPPED): Likewise.
14943         (CLD_CONTINUED): Likewise.
14944         (POLL_IN): Likewise.
14945         (POLL_OUT): Likewise.
14946         (POLL_MSG): Likewise.
14947         (POLL_ERR): Likewise.
14948         (POLL_PRI): Likewise.
14949         (POLL_HUP): Likewise.
14950         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14951         Likewise.
14952         (ILL_ILLOPN): Likewise.
14953         (ILL_ILLADR): Likewise.
14954         (ILL_ILLTRP): Likewise.
14955         (ILL_PRVOPC): Likewise.
14956         (ILL_PRVREG): Likewise.
14957         (ILL_COPROC): Likewise.
14958         (ILL_BADSTK): Likewise.
14959         (FPE_INTDIV): Likewise.
14960         (FPE_INTOVF): Likewise.
14961         (FPE_FLTDIV): Likewise.
14962         (FPE_FLTOVF): Likewise.
14963         (FPE_FLTUND): Likewise.
14964         (FPE_FLTRES): Likewise.
14965         (FPE_FLTINV): Likewise.
14966         (FPE_FLTSUB): Likewise.
14967         (SEGV_MAPERR): Likewise.
14968         (SEGV_ACCERR): Likewise.
14969         (BUS_ADRALN): Likewise.
14970         (BUS_ADRERR): Likewise.
14971         (BUS_OBJERR): Likewise.
14972         (BUS_MCEERR_AR): Likewise.
14973         (BUS_MCEERR_AO): Likewise.
14974         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14975         (TRAP_TRACE): Likewise.
14976         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14977         __USE_XOPEN2K8].
14978         (CLD_KILLED): Likewise.
14979         (CLD_DUMPED): Likewise.
14980         (CLD_TRAPPED): Likewise.
14981         (CLD_STOPPED): Likewise.
14982         (CLD_CONTINUED): Likewise.
14983         (POLL_IN): Likewise.
14984         (POLL_OUT): Likewise.
14985         (POLL_MSG): Likewise.
14986         (POLL_ERR): Likewise.
14987         (POLL_PRI): Likewise.
14988         (POLL_HUP): Likewise.
14989         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14990         (ILL_ILLOPN): Likewise.
14991         (ILL_ILLADR): Likewise.
14992         (ILL_ILLTRP): Likewise.
14993         (ILL_PRVOPC): Likewise.
14994         (ILL_PRVREG): Likewise.
14995         (ILL_COPROC): Likewise.
14996         (ILL_BADSTK): Likewise.
14997         (FPE_INTDIV): Likewise.
14998         (FPE_INTOVF): Likewise.
14999         (FPE_FLTDIV): Likewise.
15000         (FPE_FLTOVF): Likewise.
15001         (FPE_FLTUND): Likewise.
15002         (FPE_FLTRES): Likewise.
15003         (FPE_FLTINV): Likewise.
15004         (FPE_FLTSUB): Likewise.
15005         (SEGV_MAPERR): Likewise.
15006         (SEGV_ACCERR): Likewise.
15007         (BUS_ADRALN): Likewise.
15008         (BUS_ADRERR): Likewise.
15009         (BUS_OBJERR): Likewise.
15010         (BUS_MCEERR_AR): Likewise.
15011         (BUS_MCEERR_AO): Likewise.
15012         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15013         (TRAP_TRACE): Likewise.
15014         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15015         __USE_XOPEN2K8].
15016         (CLD_KILLED): Likewise.
15017         (CLD_DUMPED): Likewise.
15018         (CLD_TRAPPED): Likewise.
15019         (CLD_STOPPED): Likewise.
15020         (CLD_CONTINUED): Likewise.
15021         (POLL_IN): Likewise.
15022         (POLL_OUT): Likewise.
15023         (POLL_MSG): Likewise.
15024         (POLL_ERR): Likewise.
15025         (POLL_PRI): Likewise.
15026         (POLL_HUP): Likewise.
15027         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15028         Likewise.
15029         (ILL_ILLOPN): Likewise.
15030         (ILL_ILLADR): Likewise.
15031         (ILL_ILLTRP): Likewise.
15032         (ILL_PRVOPC): Likewise.
15033         (ILL_PRVREG): Likewise.
15034         (ILL_COPROC): Likewise.
15035         (ILL_BADSTK): Likewise.
15036         (ILL_BADIADDR): Likewise.
15037         (ILL_BREAK): Likewise.
15038         (FPE_INTDIV): Likewise.
15039         (FPE_INTOVF): Likewise.
15040         (FPE_FLTDIV): Likewise.
15041         (FPE_FLTOVF): Likewise.
15042         (FPE_FLTUND): Likewise.
15043         (FPE_FLTRES): Likewise.
15044         (FPE_FLTINV): Likewise.
15045         (FPE_FLTSUB): Likewise.
15046         (FPE_DECOVF): Likewise.
15047         (FPE_DECDIV): Likewise.
15048         (FPE_DECERR): Likewise.
15049         (FPE_INVASC): Likewise.
15050         (FPE_INVDEC): Likewise.
15051         (SEGV_MAPERR): Likewise.
15052         (SEGV_ACCERR): Likewise.
15053         (SEGV_PSTKOVF): Likewise.
15054         (BUS_ADRALN): Likewise.
15055         (BUS_ADRERR): Likewise.
15056         (BUS_OBJERR): Likewise.
15057         (BUS_MCEERR_AR): Likewise.
15058         (BUS_MCEERR_AO): Likewise.
15059         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15060         (TRAP_TRACE): Likewise.
15061         (TRAP_BRANCH): Likewise.
15062         (TRAP_HWBKPT): Likewise.
15063         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15064         __USE_XOPEN2K8].
15065         (CLD_KILLED): Likewise.
15066         (CLD_DUMPED): Likewise.
15067         (CLD_TRAPPED): Likewise.
15068         (CLD_STOPPED): Likewise.
15069         (CLD_CONTINUED): Likewise.
15070         (POLL_IN): Likewise.
15071         (POLL_OUT): Likewise.
15072         (POLL_MSG): Likewise.
15073         (POLL_ERR): Likewise.
15074         (POLL_PRI): Likewise.
15075         (POLL_HUP): Likewise.
15076         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15077         (ILL_ILLOPN): Likewise.
15078         (ILL_ILLADR): Likewise.
15079         (ILL_ILLTRP): Likewise.
15080         (ILL_PRVOPC): Likewise.
15081         (ILL_PRVREG): Likewise.
15082         (ILL_COPROC): Likewise.
15083         (ILL_BADSTK): Likewise.
15084         (FPE_INTDIV): Likewise.
15085         (FPE_INTOVF): Likewise.
15086         (FPE_FLTDIV): Likewise.
15087         (FPE_FLTOVF): Likewise.
15088         (FPE_FLTUND): Likewise.
15089         (FPE_FLTRES): Likewise.
15090         (FPE_FLTINV): Likewise.
15091         (FPE_FLTSUB): Likewise.
15092         (SEGV_MAPERR): Likewise.
15093         (SEGV_ACCERR): Likewise.
15094         (BUS_ADRALN): Likewise.
15095         (BUS_ADRERR): Likewise.
15096         (BUS_OBJERR): Likewise.
15097         (BUS_MCEERR_AR): Likewise.
15098         (BUS_MCEERR_AO): Likewise.
15099         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15100         (TRAP_TRACE): Likewise.
15101         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15102         __USE_XOPEN2K8].
15103         (CLD_KILLED): Likewise.
15104         (CLD_DUMPED): Likewise.
15105         (CLD_TRAPPED): Likewise.
15106         (CLD_STOPPED): Likewise.
15107         (CLD_CONTINUED): Likewise.
15108         (POLL_IN): Likewise.
15109         (POLL_OUT): Likewise.
15110         (POLL_MSG): Likewise.
15111         (POLL_ERR): Likewise.
15112         (POLL_PRI): Likewise.
15113         (POLL_HUP): Likewise.
15114         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15115         (ILL_ILLOPN): Likewise.
15116         (ILL_ILLADR): Likewise.
15117         (ILL_ILLTRP): Likewise.
15118         (ILL_PRVOPC): Likewise.
15119         (ILL_PRVREG): Likewise.
15120         (ILL_COPROC): Likewise.
15121         (ILL_BADSTK): Likewise.
15122         (FPE_INTDIV): Likewise.
15123         (FPE_INTOVF): Likewise.
15124         (FPE_FLTDIV): Likewise.
15125         (FPE_FLTOVF): Likewise.
15126         (FPE_FLTUND): Likewise.
15127         (FPE_FLTRES): Likewise.
15128         (FPE_FLTINV): Likewise.
15129         (FPE_FLTSUB): Likewise.
15130         (SEGV_MAPERR): Likewise.
15131         (SEGV_ACCERR): Likewise.
15132         (BUS_ADRALN): Likewise.
15133         (BUS_ADRERR): Likewise.
15134         (BUS_OBJERR): Likewise.
15135         (BUS_MCEERR_AR): Likewise.
15136         (BUS_MCEERR_AO): Likewise.
15137         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15138         (TRAP_TRACE): Likewise.
15139         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15140         __USE_XOPEN2K8].
15141         (CLD_KILLED): Likewise.
15142         (CLD_DUMPED): Likewise.
15143         (CLD_TRAPPED): Likewise.
15144         (CLD_STOPPED): Likewise.
15145         (CLD_CONTINUED): Likewise.
15146         (POLL_IN): Likewise.
15147         (POLL_OUT): Likewise.
15148         (POLL_MSG): Likewise.
15149         (POLL_ERR): Likewise.
15150         (POLL_PRI): Likewise.
15151         (POLL_HUP): Likewise.
15152         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15153         (ILL_ILLOPN): Likewise.
15154         (ILL_ILLADR): Likewise.
15155         (ILL_ILLTRP): Likewise.
15156         (ILL_PRVOPC): Likewise.
15157         (ILL_PRVREG): Likewise.
15158         (ILL_COPROC): Likewise.
15159         (ILL_BADSTK): Likewise.
15160         (FPE_INTDIV): Likewise.
15161         (FPE_INTOVF): Likewise.
15162         (FPE_FLTDIV): Likewise.
15163         (FPE_FLTOVF): Likewise.
15164         (FPE_FLTUND): Likewise.
15165         (FPE_FLTRES): Likewise.
15166         (FPE_FLTINV): Likewise.
15167         (FPE_FLTSUB): Likewise.
15168         (SEGV_MAPERR): Likewise.
15169         (SEGV_ACCERR): Likewise.
15170         (BUS_ADRALN): Likewise.
15171         (BUS_ADRERR): Likewise.
15172         (BUS_OBJERR): Likewise.
15173         (BUS_MCEERR_AR): Likewise.
15174         (BUS_MCEERR_AO): Likewise.
15175         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15176         (TRAP_TRACE): Likewise.
15177         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15178         __USE_XOPEN2K8].
15179         (CLD_KILLED): Likewise.
15180         (CLD_DUMPED): Likewise.
15181         (CLD_TRAPPED): Likewise.
15182         (CLD_STOPPED): Likewise.
15183         (CLD_CONTINUED): Likewise.
15184         (POLL_IN): Likewise.
15185         (POLL_OUT): Likewise.
15186         (POLL_MSG): Likewise.
15187         (POLL_ERR): Likewise.
15188         (POLL_PRI): Likewise.
15189         (POLL_HUP): Likewise.
15190         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15191         (ILL_ILLOPN): Likewise.
15192         (ILL_ILLADR): Likewise.
15193         (ILL_ILLTRP): Likewise.
15194         (ILL_PRVOPC): Likewise.
15195         (ILL_PRVREG): Likewise.
15196         (ILL_COPROC): Likewise.
15197         (ILL_BADSTK): Likewise.
15198         (ILL_DBLFLT): Likewise.
15199         (ILL_HARDWALL): Likewise.
15200         (FPE_INTDIV): Likewise.
15201         (FPE_INTOVF): Likewise.
15202         (FPE_FLTDIV): Likewise.
15203         (FPE_FLTOVF): Likewise.
15204         (FPE_FLTUND): Likewise.
15205         (FPE_FLTRES): Likewise.
15206         (FPE_FLTINV): Likewise.
15207         (FPE_FLTSUB): Likewise.
15208         (SEGV_MAPERR): Likewise.
15209         (SEGV_ACCERR): Likewise.
15210         (BUS_ADRALN): Likewise.
15211         (BUS_ADRERR): Likewise.
15212         (BUS_OBJERR): Likewise.
15213         (BUS_MCEERR_AR): Likewise.
15214         (BUS_MCEERR_AO): Likewise.
15215         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15216         (TRAP_TRACE): Likewise.
15217         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15218         __USE_XOPEN2K8].
15219         (CLD_KILLED): Likewise.
15220         (CLD_DUMPED): Likewise.
15221         (CLD_TRAPPED): Likewise.
15222         (CLD_STOPPED): Likewise.
15223         (CLD_CONTINUED): Likewise.
15224         (POLL_IN): Likewise.
15225         (POLL_OUT): Likewise.
15226         (POLL_MSG): Likewise.
15227         (POLL_ERR): Likewise.
15228         (POLL_PRI): Likewise.
15229         (POLL_HUP): Likewise.
15230         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15231         (ILL_ILLOPN): Likewise.
15232         (ILL_ILLADR): Likewise.
15233         (ILL_ILLTRP): Likewise.
15234         (ILL_PRVOPC): Likewise.
15235         (ILL_PRVREG): Likewise.
15236         (ILL_COPROC): Likewise.
15237         (ILL_BADSTK): Likewise.
15238         (FPE_INTDIV): Likewise.
15239         (FPE_INTOVF): Likewise.
15240         (FPE_FLTDIV): Likewise.
15241         (FPE_FLTOVF): Likewise.
15242         (FPE_FLTUND): Likewise.
15243         (FPE_FLTRES): Likewise.
15244         (FPE_FLTINV): Likewise.
15245         (FPE_FLTSUB): Likewise.
15246         (SEGV_MAPERR): Likewise.
15247         (SEGV_ACCERR): Likewise.
15248         (BUS_ADRALN): Likewise.
15249         (BUS_ADRERR): Likewise.
15250         (BUS_OBJERR): Likewise.
15251         (BUS_MCEERR_AR): Likewise.
15252         (BUS_MCEERR_AO): Likewise.
15253         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15254         (TRAP_TRACE): Likewise.
15255         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15256         __USE_XOPEN2K8].
15257         (CLD_KILLED): Likewise.
15258         (CLD_DUMPED): Likewise.
15259         (CLD_TRAPPED): Likewise.
15260         (CLD_STOPPED): Likewise.
15261         (CLD_CONTINUED): Likewise.
15262         (POLL_IN): Likewise.
15263         (POLL_OUT): Likewise.
15264         (POLL_MSG): Likewise.
15265         (POLL_ERR): Likewise.
15266         (POLL_PRI): Likewise.
15267         (POLL_HUP): Likewise.
15268         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15269         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15271         [BZ #16670]
15272         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15273         before #include of <time.h>.
15274         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15275         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15276         (test-xfail-UNIX98/sched.h/conform): Likewise.
15278 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15280         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15281         error absence of trapping exception support.
15282         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15284 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15286         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15287         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15288         * timezone/Makefile (testdata): Move definition above include of
15289         Rules.
15290         (test-zones): New variable.
15291         (tests-special): Add zone files.
15292         (build-testdata): Use $(evaluate-test).
15294         * elf/Makefile (tests-special): Rename tests to end with .out.
15295         ($(objpfx)noload-mem): Likewise.
15296         ($(objpfx)tst-leaks1-mem): Likewise.
15297         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15298         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15299         $(objpfx)test-iconvconfig.out.
15300         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15301         set -e inside subshell and redirect output to file.
15302         * iconvdata/Makefile (generated): Rename tests to end with .out.
15303         Correct type.
15304         (tests-special): Rename tests to end with .out.
15305         ($(objpfx)mtrace-tst-loading): Likewise.
15306         * intl/Makefile (generated): Likewise.
15307         (tests-special): Likewise.
15308         ($(objpfx)mtrace-tst-gettext): Likewise.
15309         * misc/Makefile (generated): Likewise.
15310         (tests-special): Likewise.
15311         ($(objpfx)tst-error1-mem): Likewise.
15312         * nptl/Makefile (tests-special): Likewise.
15313         ($(objpfx)tst-stack3-mem): Likewise.
15314         (generated): Likewise.
15315         * posix/Makefile (generated): Likewise.
15316         (tests-special): Likewise.
15317         (xtests-special): Likewise.
15318         ($(objpfx)tst-fnmatch-mem): Likewise.
15319         ($(objpfx)bug-regex2-mem): Likewise.
15320         ($(objpfx)bug-regex14-mem): Likewise.
15321         ($(objpfx)bug-regex21-mem): Likewise.
15322         ($(objpfx)bug-regex31-mem): Likewise.
15323         ($(objpfx)tst-vfork3-mem): Likewise.
15324         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15325         ($(objpfx)tst-pcre-mem): Likewise.
15326         ($(objpfx)tst-boost-mem): Likewise.
15327         ($(objpfx)bug-ga2-mem): Likewise.
15328         ($(objpfx)bug-glob2-mem): Likewise.
15329         * resolv/Makefile (generate): Likewise.
15330         (tests-special): Likewise.
15331         (xtests-special): Likewise.
15332         (generated): Likewise.
15333         ($(objpfx)mtrace-tst-leaks): Likewise.
15334         ($(objpfx)mtrace-tst-leaks2): Likewise.
15336         * scripts/merge-test-results.sh: New file.
15337         * Makefile (tests-special-notdir): New variable.
15338         (tests): Run merge-test-results.sh.
15339         (xtests): Likewise.
15340         * Rules (tests-special-notdir): New variable.
15341         (xtests-special-notdir): Likewise.
15342         (tests): Run merge-test-results.sh
15343         (xtests): Likewise.
15345         * Makeconfig (test-xfail-name): New variable.
15346         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15347         compute variable name for expected failures.
15348         * conform/Makefile (conformtest-headers-data): New variable.
15349         (conformtest-standards): Likewise.
15350         (conformtest-headers-ISO): Likewise.
15351         (conformtest-headers-ISO99): Likewise.
15352         (conformtest-headers-ISO11): Likewise.
15353         (conformtest-headers-POSIX): Likewise.
15354         (conformtest-headers-XPG3): Likewise.
15355         (conformtest-headers-XPG4): Likewise.
15356         (conformtest-headers-UNIX98): Likewise.
15357         (conformtest-headers-XOPEN2K): Likewise.
15358         (conformtest-headers-POSIX2008): Likewise.
15359         (conformtest-headers-XOPEN2K8): Likewise.
15360         (conformtest-header-list-base): Likewise.
15361         (conformtest-header-list-tests): Likewise.
15362         (conformtest-header-base): Likewise.
15363         (conformtest-header-tests): Likewise.
15364         (tests-special): Add $(conformtest-header-list-tests).  If
15365         [$(fast-check) && !$(cross-compiling)], add
15366         $(conformtest-header-tests) instead of
15367         $(objpfx)run-conformtest.out.
15368         (generated): Add $(conformtest-header-list-base).  If
15369         [$(fast-check) && !$(cross-compiling)], add
15370         $(conformtest-header-base).  Remove previous setting.
15371         ($(conformtest-header-list-tests)): New target.
15372         (test-xfail-run-conformtest): Remove variable.
15373         ($(objpfx)run-conformtest.out): Remove target.
15374         (test-xfail-ISO11/complex.h/conform): New variable.
15375         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15376         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15377         (test-xfail-XPG3/varargs.h/conform): Likewise.
15378         (test-xfail-XPG4/varargs.h/conform): Likewise.
15379         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15380         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15381         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15382         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15383         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15384         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15385         (test-xfail-XPG3/ftw.h/conform): Likewise.
15386         (test-xfail-XPG3/grp.h/conform): Likewise.
15387         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15388         (test-xfail-XPG3/limits.h/conform): Likewise.
15389         (test-xfail-XPG3/pwd.h/conform): Likewise.
15390         (test-xfail-XPG3/search.h/conform): Likewise.
15391         (test-xfail-XPG3/signal.h/conform): Likewise.
15392         (test-xfail-XPG3/stdio.h/conform): Likewise.
15393         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15394         (test-xfail-XPG3/string.h/conform): Likewise.
15395         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15396         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15397         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15398         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15399         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15400         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15401         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15402         (test-xfail-XPG3/termios.h/conform): Likewise.
15403         (test-xfail-XPG3/time.h/conform): Likewise.
15404         (test-xfail-XPG3/unistd.h/conform): Likewise.
15405         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15406         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15407         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15408         (test-xfail-XPG4/netdb.h/conform): Likewise.
15409         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15410         (test-xfail-XPG4/signal.h/conform): Likewise.
15411         (test-xfail-XPG4/stdio.h/conform): Likewise.
15412         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15413         (test-xfail-XPG4/stropts.h/conform): Likewise.
15414         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15415         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15416         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15417         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15418         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15419         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15420         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15421         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15422         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15423         (test-xfail-XPG4/termios.h/conform): Likewise.
15424         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15425         (test-xfail-XPG4/unistd.h/conform): Likewise.
15426         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15427         (test-xfail-POSIX/sched.h/conform): Likewise.
15428         (test-xfail-POSIX/signal.h/conform): Likewise.
15429         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15430         (test-xfail-POSIX/tar.h/conform): Likewise.
15431         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15432         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15433         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15434         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15435         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15436         (test-xfail-UNIX98/sched.h/conform): Likewise.
15437         (test-xfail-UNIX98/signal.h/conform): Likewise.
15438         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15439         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15440         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15441         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15442         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15443         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15444         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15445         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15446         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15447         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15448         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15449         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15450         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15451         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15452         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15453         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15454         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15455         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15456         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15457         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15458         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15459         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15460         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15461         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15462         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15463         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15464         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15465         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15466         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15467         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15468         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15469         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15470         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15471         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15472         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15473         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15474         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15475         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15476         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15477         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15478         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15479         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15480         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15481         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15482         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15483         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15484         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15485         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15486         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15487         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15488         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15489         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15490         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15491         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15492         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15493         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15494         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15495         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15496         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15497         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15498         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15499         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15500         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15501         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15502         (conformtest-cc-flags): Likewise.
15503         ($(conformtest-header-tests): New target.
15504         * conform/check-header-lists.sh: New file.
15505         * conform/run-conformtest.sh: Remove.
15507         * conform/conformtest.pl: Allow ' and \ in values given for
15508         constants.
15509         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15510         inclusion.
15511         [POSIX] (sys/types.h): Likewise.
15512         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15513         inclusion.
15514         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15515         inclusion.
15516         * conform/data/signal.h-data (SIGIO): Remove expectation.
15517         [XPG3] (SIGBUS): Do not expect.
15518         [POSIX || XPG3] (SIGPOLL): Likewise.
15519         [POSIX || XPG3] (SIGPROF): Likewise.
15520         [POSIX || XPG3] (SIGSYS): Likewise.
15521         [XPG3] (SIGTRAP): Likewise.
15522         [POSIX || XPG3] (SIGURG): Likewise.
15523         [POSIX || XPG3] (SIGVTALRM): Likewise.
15524         [POSIX || XPG3] (SIGXCPU): Likewise.
15525         [POSIX || XPG3] (SIGXFSZ): Likewise.
15526         [POSIX] (SA_SIGINFO): Expect.
15527         [XPG3] (siginfo_t): Do not expect type or contents.
15528         [POSIX] (si_pid): Do not expect element.
15529         [POSIX] (si_uid): Likewise.
15530         [POSIX] (si_addr): Likewise.
15531         [POSIX] (si_status): Likewise.
15532         [POSIX] (si_band): Likewise.
15533         [XPG4] (si_value): Likewise.
15534         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15535         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15536         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15537         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15538         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15539         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15540         [POSIX || XPG3] (ILL_COPROC): Likewise.
15541         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15542         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15543         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15544         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15545         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15546         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15547         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15548         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15549         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15550         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15551         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15552         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15553         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15554         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15555         [POSIX || XPG3] (CLD_EXITED): Likewise.
15556         [POSIX || XPG3] (CLD_KILLED): Likewise.
15557         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15558         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15559         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15560         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15561         [POSIX || XPG3] (POLL_IN): Likewise.
15562         [POSIX || XPG3] (POLL_OUT): Likewise.
15563         [POSIX || XPG3] (POLL_MSG): Likewise.
15564         [POSIX || XPG3] (POLL_ERR): Likewise.
15565         [POSIX || XPG3] (POLL_PRI): Likewise.
15566         [POSIX || XPG3] (POLL_HUP): Likewise.
15567         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15568         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15569         (SIG*): Do not allow.
15570         [XPG3] (si_*): Likewise.
15571         [XPG3] (SI_*): Likewise.
15572         [XPG3 || XPG4] (sigev_*): Likewise.
15573         [XPG3 || XPG4] (SIGEV_*): Likewise.
15574         [XPG3 || XPG4] (sival_*): Likewise.
15575         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15576         [POSIX || XPG3] (BUS_*): Likewise.
15577         [POSIX || XPG3] (CLD_*): Likewise.
15578         [POSIX || XPG3] (FPE_*): Likewise.
15579         [POSIX || XPG3] (ILL_*): Likewise.
15580         [POSIX || XPG3] (POLL_*): Likewise.
15581         [POSIX || XPG3] (SEGV_*): Likewise.
15582         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15583         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15584         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15585         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15586         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15587         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15588         Specify type and value.
15589         (TVERSLEN): Likewise.
15590         (REGTYPE): Likewise.
15591         (AREGTYPE): Likewise.
15592         (LNKTYPE): Likewise.
15593         (SYMTYPE): Likewise.
15594         (CHRTYPE): Likewise.
15595         (BLKTYPE): Likewise.
15596         (DIRTYPE): Likewise.
15597         (FIFOTYPE): Likewise.
15598         (CONTTYPE): Likewise.
15599         (TSUID): Likewise.
15600         (TSGID): Likewise.
15601         (TSVTX): Likewise.
15602         (TUREAD): Likewise.
15603         (TUWRITE): Likewise.
15604         (TUEXEC): Likewise.
15605         (TGREAD): Likewise.
15606         (TGWRITE): Likewise.
15607         (TGEXEC): Likewise.
15608         (TOREAD): Likewise.
15609         (TOWRITE): Likewise.
15610         (TOEXEC): Likewise.
15611         [POSIX] (TSVTX): Expect constant.
15613 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15615         * Makefile (tests): Change dependencies to ....
15616         (tests-special): ... additions to this variable.
15617         (tests): Depend on $(tests-special).
15618         * Makerules (check-abi-list): New variable.
15619         (check-abi): Depend on $(check-abi-list).
15620         [$(subdir) = elf] (tests-special): Add
15621         $(objpfx)check-abi-libc.out.
15622         [$(build-shared) = yes && subdir] (tests-special): Add
15623         $(check-abi-list).
15624         [$(build-shared) = yes && subdir] (tests): Do not depend on
15625         check-abi.
15626         * Rules (tests): Depend on $(tests-special).
15627         (xtests): Depend on $(xtests-special).
15628         * catgets/Makefile (tests): Change dependencies to ....
15629         (tests-special): ... additions to this variable.
15630         * conform/Makefile (tests): Change dependencies to ....
15631         (tests-special): ... additions to this variable.
15632         * elf/Makefile (tests): Change dependencies to ....
15633         (tests-special): ... additions to this variable.
15634         * grp/Makefile (tests): Change dependencies to ....
15635         (tests-special): ... additions to this variable.
15636         * iconv/Makefile (xtests): Change dependencies to ....
15637         (xtests-special): ... additions to this variable.
15638         * iconvdata/Makefile (tests): Change dependencies to ....
15639         (tests-special): ... additions to this variable.
15640         * intl/Makefile (tests): Change dependencies to ....
15641         (tests-special): ... additions to this variable.  Also add
15642         $(objpfx)tst-gettext.out.
15643         * io/Makefile (tests): Change dependencies to ....
15644         (tests-special): ... additions to this variable.
15645         * libio/Makefile (tests): Change dependencies to ....
15646         (tests-special): ... additions to this variable.
15647         * malloc/Makefile (tests): Change dependencies to ....
15648         (tests-special): ... additions to this variable.
15649         * misc/Makefile (tests): Change dependencies to ....
15650         (tests-special): ... additions to this variable.
15651         * nptl/Makefile (tests): Change dependencies to ....
15652         (tests-special): ... additions to this variable.
15653         * nptl_db/Makefile (tests): Change dependencies to ....
15654         (tests-special): ... additions to this variable.
15655         * posix/Makefile (tests): Change dependencies to ....
15656         (tests-special): ... additions to this variable.
15657         (xtests): Change dependencies to ....
15658         (xtests-special): ... additions to this variable.
15659         * resolv/Makefile (tests): Change dependencies to ....
15660         (tests-special): ... additions to this variable.
15661         (xtests): Change dependencies to ....
15662         (xtests-special): ... additions to this variable.
15663         * stdio-common/Makefile (tests): Change dependencies to ....
15664         (tests-special): ... additions to this variable.
15665         (do-tst-unbputc): Remove target.
15666         (do-tst-printf): Likewise.
15667         * stdlib/Makefile (tests): Change dependencies to ....
15668         (tests-special): ... additions to this variable.
15669         * string/Makefile (tests): Change dependencies to ....
15670         (tests-special): ... additions to this variable.
15671         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15672         (tests-special): ... additions to this variable.
15674         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15675         whole file.
15676         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15677         whole file.
15678         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15679         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15681         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15682         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15683         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15684         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15685         * conform/data/libgen.h-data [XPG3]: Likewise.
15686         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15687         * conform/data/ndbm.h-data [XPG3]: Likewise.
15688         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15689         * conform/data/netdb.h-data [XPG3]: Likewise.
15690         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15691         * conform/data/poll.h-data [XPG3]: Likewise.
15692         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15693         * conform/data/strings.h-data [XPG3]: Likewise.
15694         * conform/data/stropts.h-data [XPG3]: Likewise.
15695         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15696         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15697         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15698         Likewise.
15699         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15700         * conform/data/sys/time.h-data [XPG3]: Likewise.
15701         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15702         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15703         * conform/data/sys/un.h-data [XPG3]: Likewise.
15704         * conform/data/syslog.h-data [XPG3]: Likewise.
15705         * conform/data/ucontext.h-data [XPG3]: Likewise.
15706         * conform/data/utmpx.h-data [XPG3]: Likewise.
15707         * conform/data/varargs.h-data [UNIX98]: Enable file.
15709         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15711         * math/libm-test.inc (struct test_f_f_data): Move expected results
15712         into structure for each rounding mode.
15713         (struct test_ff_f_data): Likewise.
15714         (struct test_ff_f_data_nexttoward): Likewise.
15715         (struct test_fi_f_data): Likewise.
15716         (struct test_fl_f_data): Likewise.
15717         (struct test_if_f_data): Likewise.
15718         (struct test_fff_f_data): Likewise.
15719         (struct test_c_f_data): Likewise.
15720         (struct test_f_f1_data): Likewise.
15721         (struct test_fF_f1_data): Likewise.
15722         (struct test_ffI_f1_data): Likewise.
15723         (struct test_c_c_data): Likewise.
15724         (struct test_cc_c_data): Likewise.
15725         (struct test_f_i_data): Likewise.
15726         (struct test_ff_i_data): Likewise.
15727         (struct test_f_l_data): Likewise.
15728         (struct test_f_L_data): Likewise.
15729         (struct test_fFF_11_data): Likewise.
15730         (RM_): New macro.
15731         (RM_FE_DOWNWARD): Likewise.
15732         (RM_FE_TONEAREST): Likewise.
15733         (RM_FE_TOWARDZERO): Likewise.
15734         (RM_FE_UPWARD): Likewise.
15735         (RUN_TEST_LOOP_f_f): Update references to expected results.
15736         (RUN_TEST_LOOP_2_f): Likewise.
15737         (RUN_TEST_LOOP_fff_f): Likewise.
15738         (RUN_TEST_LOOP_c_f): Likewise.
15739         (RUN_TEST_LOOP_f_f1): Likewise.
15740         (RUN_TEST_LOOP_fF_f1): Likewise.
15741         (RUN_TEST_LOOP_fI_f1): Likewise.
15742         (RUN_TEST_LOOP_ffI_f1): Likewise.
15743         (RUN_TEST_LOOP_c_c): Likewise.
15744         (RUN_TEST_LOOP_cc_c): Likewise.
15745         (RUN_TEST_LOOP_f_i): Likewise.
15746         (RUN_TEST_LOOP_f_i_tg): Likewise.
15747         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15748         (RUN_TEST_LOOP_f_b): Likewise.
15749         (RUN_TEST_LOOP_f_b_tg): Likewise.
15750         (RUN_TEST_LOOP_f_l): Likewise.
15751         (RUN_TEST_LOOP_f_L): Likewise.
15752         (RUN_TEST_LOOP_fFF_11): Likewise.
15753         * math/gen-libm-test.pl (parse_args): Output four copies of
15754         expected results for each test.
15756         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15757         (__ASSUME_UTIMES): Remove.
15758         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15759         (__ASSUME_UTIMES): Likewise.
15761         * math/gen-auto-libm-tests.c: Update comment on output format.
15762         (output_for_one_input_case): Generate before-rounding and
15763         after-rounding information as conditions on output flags not
15764         floating-point format.
15765         * math/auto-libm-test-out: Regenerated.
15766         * math/gen-libm-test.pl (cond_value): New function.
15767         (or_cond_value): Use cond_value.
15768         (generate_testfile): Handle conditional exceptions.
15770 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15772         * math/libm-test.inc (max_valid_error): New variable.
15773         (init_max_error): Take new argument specifying whether function
15774         results are exactly determined.  Set max_valid_error and bound
15775         other variables for errors based on this argument.
15776         (set_max_error): Do not record results above max_valid_error.
15777         (check_float_internal): Only accept errors of up to 0.5ulps if
15778         also at most max_valid_error.
15779         (START): Take new argument EXACT and pass it to init_max_error.
15780         (acos_test): Update call to START.
15781         (acos_test_tonearest): Likewise.
15782         (acos_test_towardzero): Likewise.
15783         (acos_test_downward): Likewise.
15784         (acos_test_upward): Likewise.
15785         (acosh_test): Likewise.
15786         (asin_test): Likewise.
15787         (asin_test_tonearest): Likewise.
15788         (asin_test_towardzero): Likewise.
15789         (asin_test_downward): Likewise.
15790         (asin_test_upward): Likewise.
15791         (asinh_test): Likewise.
15792         (atan_test): Likewise.
15793         (atanh_test): Likewise.
15794         (atan2_test): Likewise.
15795         (cabs_test): Likewise.
15796         (cacos_test): Likewise.
15797         (cacosh_test): Likewise.
15798         (carg_test): Likewise.
15799         (casin_test): Likewise.
15800         (casinh_test): Likewise.
15801         (catan_test): Likewise.
15802         (catanh_test): Likewise.
15803         (cbrt_test): Likewise.
15804         (ccos_test): Likewise.
15805         (ccosh_test): Likewise.
15806         (ceil_test): Likewise.
15807         (cexp_test): Likewise.
15808         (cimag_test): Likewise.
15809         (clog_test): Likewise.
15810         (clog10_test): Likewise.
15811         (conj_test): Likewise.
15812         (copysign_test): Likewise.
15813         (cos_test): Likewise.
15814         (cos_test_tonearest): Likewise.
15815         (cos_test_towardzero): Likewise.
15816         (cos_test_downward): Likewise.
15817         (cos_test_upward): Likewise.
15818         (cosh_test): Likewise.
15819         (cosh_test_tonearest): Likewise.
15820         (cosh_test_towardzero): Likewise.
15821         (cosh_test_downward): Likewise.
15822         (cosh_test_upward): Likewise.
15823         (cpow_test): Likewise.
15824         (cproj_test): Likewise.
15825         (creal_test): Likewise.
15826         (csin_test): Likewise.
15827         (csinh_test): Likewise.
15828         (csqrt_test): Likewise.
15829         (ctan_test): Likewise.
15830         (ctan_test_tonearest): Likewise.
15831         (ctan_test_towardzero): Likewise.
15832         (ctan_test_downward): Likewise.
15833         (ctan_test_upward): Likewise.
15834         (ctanh_test): Likewise.
15835         (ctanh_test_tonearest): Likewise.
15836         (ctanh_test_towardzero): Likewise.
15837         (ctanh_test_downward): Likewise.
15838         (ctanh_test_upward): Likewise.
15839         (erf_test): Likewise.
15840         (erfc_test): Likewise.
15841         (exp_test): Likewise.
15842         (exp_test_tonearest): Likewise.
15843         (exp_test_towardzero): Likewise.
15844         (exp_test_downward): Likewise.
15845         (exp_test_upward): Likewise.
15846         (exp10_test): Likewise.
15847         (exp10_test_tonearest): Likewise.
15848         (exp10_test_towardzero): Likewise.
15849         (exp10_test_downward): Likewise.
15850         (exp10_test_upward): Likewise.
15851         (pow10_test): Likewise.
15852         (exp2_test): Likewise.
15853         (expm1_test): Likewise.
15854         (expm1_test_tonearest): Likewise.
15855         (expm1_test_towardzero): Likewise.
15856         (expm1_test_downward): Likewise.
15857         (expm1_test_upward): Likewise.
15858         (fabs_test): Likewise.
15859         (fdim_test): Likewise.
15860         (floor_test): Likewise.
15861         (fma_test): Likewise.
15862         (fma_test_towardzero): Likewise.
15863         (fma_test_downward): Likewise.
15864         (fma_test_upward): Likewise.
15865         (fmax_test): Likewise.
15866         (fmin_test): Likewise.
15867         (fmod_test): Likewise.
15868         (fpclassify_test): Likewise.
15869         (frexp_test): Likewise.
15870         (hypot_test): Likewise.
15871         (ilogb_test): Likewise.
15872         (isfinite_test): Likewise.
15873         (finite_test): Likewise.
15874         (isgreater_test): Likewise.
15875         (isgreaterequal_test): Likewise.
15876         (isinf_test): Likewise.
15877         (isless_test): Likewise.
15878         (islessequal_test): Likewise.
15879         (islessgreater_test): Likewise.
15880         (isnan_test): Likewise.
15881         (isnormal_test): Likewise.
15882         (issignaling_test): Likewise.
15883         (isunordered_test): Likewise.
15884         (j0_test): Likewise.
15885         (j1_test): Likewise.
15886         (jn_test): Likewise.
15887         (ldexp_test): Likewise.
15888         (lgamma_test): Likewise.
15889         (gamma_test): Likewise.
15890         (lrint_test): Likewise.
15891         (lrint_test_tonearest): Likewise.
15892         (lrint_test_towardzero): Likewise.
15893         (lrint_test_downward): Likewise.
15894         (lrint_test_upward): Likewise.
15895         (llrint_test): Likewise.
15896         (llrint_test_tonearest): Likewise.
15897         (llrint_test_towardzero): Likewise.
15898         (llrint_test_downward): Likewise.
15899         (llrint_test_upward): Likewise.
15900         (log_test): Likewise.
15901         (log10_test): Likewise.
15902         (log1p_test): Likewise.
15903         (log2_test): Likewise.
15904         (logb_test): Likewise.
15905         (logb_test_downward): Likewise.
15906         (lround_test): Likewise.
15907         (llround_test): Likewise.
15908         (modf_test): Likewise.
15909         (nearbyint_test): Likewise.
15910         (nextafter_test): Likewise.
15911         (nexttoward_test): Likewise.
15912         (pow_test): Likewise.
15913         (pow_test_tonearest): Likewise.
15914         (pow_test_towardzero): Likewise.
15915         (pow_test_downward): Likewise.
15916         (pow_test_upward): Likewise.
15917         (remainder_test): Likewise.
15918         (drem_test): Likewise.
15919         (remainder_test_tonearest): Likewise.
15920         (drem_test_tonearest): Likewise.
15921         (remainder_test_towardzero): Likewise.
15922         (drem_test_towardzero): Likewise.
15923         (remainder_test_downward): Likewise.
15924         (drem_test_downward): Likewise.
15925         (remainder_test_upward): Likewise.
15926         (drem_test_upward): Likewise.
15927         (remquo_test): Likewise.
15928         (rint_test): Likewise.
15929         (rint_test_tonearest): Likewise.
15930         (rint_test_towardzero): Likewise.
15931         (rint_test_downward): Likewise.
15932         (rint_test_upward): Likewise.
15933         (round_test): Likewise.
15934         (scalb_test): Likewise.
15935         (scalbn_test): Likewise.
15936         (scalbln_test): Likewise.
15937         (signbit_test): Likewise.
15938         (sin_test): Likewise.
15939         (sin_test_tonearest): Likewise.
15940         (sin_test_towardzero): Likewise.
15941         (sin_test_downward): Likewise.
15942         (sin_test_upward): Likewise.
15943         (sincos_test): Likewise.
15944         (sinh_test): Likewise.
15945         (sinh_test_tonearest): Likewise.
15946         (sinh_test_towardzero): Likewise.
15947         (sinh_test_downward): Likewise.
15948         (sinh_test_upward): Likewise.
15949         (sqrt_test): Likewise.
15950         (sqrt_test_tonearest): Likewise.
15951         (sqrt_test_towardzero): Likewise.
15952         (sqrt_test_downward): Likewise.
15953         (sqrt_test_upward): Likewise.
15954         (tan_test): Likewise.
15955         (tan_test_tonearest): Likewise.
15956         (tan_test_towardzero): Likewise.
15957         (tan_test_downward): Likewise.
15958         (tan_test_upward): Likewise.
15959         (tanh_test): Likewise.
15960         (tgamma_test): Likewise.
15961         (trunc_test): Likewise.
15962         (y0_test): Likewise.
15963         (y1_test): Likewise.
15964         (yn_test): Likewise.
15965         (significand_test): Likewise.
15967         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15968         individual tests in comment.
15969         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15970         (prev_max_error): New variable.
15971         (prev_real_max_error): Likewise.
15972         (prev_imag_max_error): Likewise.
15973         (compare_ulp_data): Don't refer to test names in comment.
15974         (find_test_ulps): Remove function.
15975         (find_function_ulps): Likewise.
15976         (find_complex_function_ulps): Likewise.
15977         (init_max_error): Take function name as argument.  Look up ulps
15978         for that function.
15979         (print_ulps): Remove function.
15980         (print_max_error): Use prev_max_error instead of calling
15981         find_function_ulps.
15982         (print_complex_max_error): Use prev_real_max_error and
15983         prev_imag_max_error instead of calling find_complex_function_ulps.
15984         (check_float_internal): Take max_ulp parameter instead of calling
15985         find_test_ulps.  Don't call print_ulps.
15986         (check_float): Update call to check_float_internal.
15987         (check_complex): Update calls to check_float_internal.
15988         (START): Pass argument to init_max_error.
15989         * math/gen-libm-test.pl (%results): Don't include "kind"
15990         information.
15991         (parse_ulps): Don't handle ulps of individual tests.
15992         (print_ulps_file): Likewise.
15993         (output_ulps): Likewise.
15994         * math/README.libm-test: Update.
15995         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15996         individual tests.
15997         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15998         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15999         * sysdeps/arm/libm-test-ulps: Likewise.
16000         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16001         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16002         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16003         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16004         * sysdeps/microblaze/libm-test-ulps: Likewise.
16005         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16006         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16007         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16008         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16009         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16010         * sysdeps/sh/libm-test-ulps: Likewise.
16011         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16012         * sysdeps/tile/libm-test-ulps: Likewise.
16013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16015 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16017         * math/libm-test.inc (print_complex_max_error): Check separately
16018         whether real and imaginary errors are within allowed range and
16019         pass 0 to print_complex_function_ulps instead of value within
16020         allowed range.
16022 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16024         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16025         formatting.
16026         (get_handles_fopen): Likewise.
16027         (do_write_test): Likewise.
16029         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16031         * libio/fileops.c (do_ftell): Use cached offset when
16032         available.
16033         * libio/iofwide.c (do_ftell_wide): Likewise.
16034         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16035         _IO_file_attach.
16036         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16038         [BZ #16532]
16039         * libio/libioP.h (get_file_offset): New function.
16040         * libio/fileops.c (get_file_offset): Likewise.
16041         (do_ftell): Likewise.
16042         (_IO_new_file_seekoff): Split out ftell logic.
16043         * libio/wfileops.c (do_ftell_wide): Likewise.
16044         (_IO_wfile_seekoff): Split out ftell logic.
16045         * libio/tst-ftell-active-handler.c: New test case.
16046         * libio/Makefile (tests): Add it.
16048 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16050         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16051         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16053 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16055         [BZ #16639]
16056         * nscd/connections.c (nscd_init): Call do_exit.
16057         (start_threads): Call do_exit and notify_parent.
16058         (begin_drop_privileges): Call do_exit.
16059         (finish_drop_privileges): Likewise.
16060         * nscd/selinux.c (preserve_capabilities): Likewise.
16061         (install_real_capabilities): Likewise.
16062         (nscd_selinux_enabled): Likewise.
16063         (avc_create_thread): Likewise.
16064         (avc_alloc_lock): Likewise.
16065         (nscd_avc_init): Likewise.
16066         * nscd/nscd.c (parent_fd): New static variable.
16067         (main): Create a pipe between parent and child processes.
16068         Skip closing parent_fd.
16069         (monitor_child): New function.
16070         (do_exit): Likewise.
16071         (notify_parent): Likewise.
16072         * nscd/nscd.h (notify_parent): Likewise.
16073         (do_exit): Likewise.
16075 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16077         * malloc/malloc.c (__libc_calloc): Revert last change.
16079 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16081         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16083 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16085         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16087         implementation.
16088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16089         (__libc_ifunc_impl_list): Likewise.
16090         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16091         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16092         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16093         * string/strrchr.c: Define STRRCHR.
16095 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16097         * benchtest/bench-strtok.c (simple_strtok): Delete.
16098         (strtok_string): Use as benchmark.
16099         * string/strtok (STRTOK): New macro.
16101 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16103         * manual/threads.texi: Add header and standard comments to all
16104         functions.
16106         * elf/dl-lookup.c (check_match): New function.
16107         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16108         (do_lookup_x): Remove nested function check_match. Use non-nested
16109         function check_match.
16111 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16113         * csu/Makefile (generated, before-compile): Use += rather than =.
16114         * catgets/Makefile (generated, generated-dirs): Likewise.
16115         * debug/Makefile (generated): Likewise.
16116         * dlfcn/Makefile (generated): Likewise.
16117         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16118         * iconvdata/Makefile (before-compile, generated): Likewise.
16119         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16120         * libio/Makefile (generated): Likewise.
16121         * malloc/Makefile (generated): Likewise.
16122         * manual/Makefile (generated, generated-dirs): Likewise.
16123         * misc/Makefile (generated): Likewise.
16124         * posix/Makefile (generated): Likewise.
16125         * resolv/Makefile (generated): Likewise.
16126         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16127         * timezone/Makefile (generated, generated-dirs): Likewise.
16129         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16131 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16133         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16134         power8 implementation.
16135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16136         file: POWER8 llround ifunc implementation.
16137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16138         (__lllround): Add POWER8 implementation.
16139         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16140         POWER8 llround implementation.
16142         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16143         power8 implementation.
16144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16145         file: POWER8 llrint ifunc implementation.
16146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16147         Add POWER8 implementation.
16148         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16149         POWER8 llrint implementation.
16151         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16152         power8 implementation.
16153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16154         file: POWER8 finite ifunc implementation.
16155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16156         Add POWER8 implementation.
16157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16158         Likewise.
16159         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16160         POWER8 finite implementation.
16161         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16163         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16164         power8 implementation.
16165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16166         file: POWER8 isinf ifunc implementation.
16167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16168         POWER8 implementation.
16169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16170         Likewise.
16171         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16172         isinf implementation.
16173         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16175         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16176         (INIT_ARCH): Add hwcap2 initialization.
16177         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16178         power8 implementation.
16179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16180         file: POWER8 isnan ifunc implementation.
16181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16182         POWER8 implementation.
16183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16184         Likewise.
16185         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16186         isnan implementation.
16187         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16189 2014-02-27  Joey Ye  <joey.ye@arm.com>
16191         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16192         (_FP_NANFRAC_Q): Set to zero.
16194 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16196         [BZ #16623]
16197         * math/auto-libm-test-in: New test inputs.
16198         * math/auto-libm-test-out: Regenerate.
16199         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16200         and DA.
16201         (__cos): Likewise.
16202         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16204 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16206         * scripts/evaluate-test.sh: Take new argument indicating whether
16207         failure is expected.
16208         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16209         indicating whether failure is expected.
16210         * conform/Makefile (test-xfail-run-conformtest): New variable.
16211         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16212         level.
16213         * posix/Makefile (test-xfail-annexc): New variable.
16214         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16216 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16218         * argp/Makefile: Include Makeconfig immediately after defining
16219         subdir.
16220         * assert/Makefile: Likewise.
16221         * benchtests/Makefile: Likewise.
16222         * catgets/Makefile: Likewise.
16223         * conform/Makefile: Likewise.
16224         * crypt/Makefile: Likewise.
16225         * csu/Makefile: Likewise.
16226         (all): Remove target.
16227         * ctype/Makefile: Include Makeconfig immediately after defining
16228         subdir.
16229         * debug/Makefile: Likewise.
16230         * dirent/Makefile: Likewise.
16231         * dlfcn/Makefile: Likewise.
16232         * gmon/Makefile: Likewise.
16233         * gnulib/Makefile: Likewise.
16234         * grp/Makefile: Likewise.
16235         * gshadow/Makefile: Likewise.
16236         * hesiod/Makefile: Likewise.
16237         * hurd/Makefile: Likewise.
16238         (all): Remove target.
16239         * iconvdata/Makefile: Include Makeconfig immediately after
16240         defining subdir.
16241         * inet/Makefile: Likewise.
16242         * intl/Makefile: Likewise.
16243         * io/Makefile: Likewise.
16244         * libio/Makefile: Likewise.
16245         (all): Remove target.
16246         * locale/Makefile: Include Makeconfig immediately after defining
16247         subdir.
16248         * login/Makefile: Likewise.
16249         * mach/Makefile: Likewise.
16250         (all): Remove target.
16251         * malloc/Makefile: Include Makeconfig immediately after defining
16252         subdir.
16253         (all): Remove target.
16254         * manual/Makefile: Include Makeconfig immediately after defining
16255         subdir.
16256         * math/Makefile: Likewise.
16257         * misc/Makefile: Likewise.
16258         * nis/Makefile: Likewise.
16259         * nss/Makefile: Likewise.
16260         * po/Makefile: Likewise.
16261         (all): Remove target.
16262         * posix/Makefile: Include Makeconfig immediately after defining
16263         subdir.
16264         * pwd/Makefile: Likewise.
16265         * resolv/Makefile: Likewise.
16266         * resource/Makefile: Likewise.
16267         * rt/Makefile: Likewise.
16268         * setjmp/Makefile: Likewise.
16269         * shadow/Makefile: Likewise.
16270         * signal/Makefile: Likewise.
16271         * socket/Makefile: Likewise.
16272         * soft-fp/Makefile: Likewise.
16273         * stdio-common/Makefile: Likewise.
16274         * stdlib/Makefile: Likewise.
16275         * streams/Makefile: Likewise.
16276         * string/Makefile: Likewise.
16277         * sunrpc/Makefile: Likewise.
16278         (all): Remove target.
16279         * sysvipc/Makefile: Include Makeconfig immediately after defining
16280         subdir.
16281         * termios/Makefile: Likewise.
16282         * time/Makefile: Likewise.
16283         * timezone/Makefile: Likewise.
16284         (all): Remove target.
16285         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16286         subdir.
16287         * wctype/Makefile: Likewise.
16289 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16291         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16292         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16293         (libc_feholdexcept_setround_mips): Ditto.
16294         (libc_feholdsetround): New.
16295         (libc_feholdsetroundf): New.
16296         (libc_feholdsetroundl): New.
16297         (libc_feupdateenv_test_mips): New.
16298         (libc_feupdateenv_test): New.
16299         (libc_feupdateenv_testf): New.
16300         (libc_feupdateenv_testl): New.
16301         (libc_feresetround): New.
16302         (libc_feresetroundf): New.
16303         (libc_feresetroundl): New.
16304         (libc_fetestexcept_mips): New.
16305         (libc_fetestexcept): New.
16306         (libc_fetestexceptf): New.
16307         (libc_fetestexceptl): New.
16308         (HAVE_RM_CTX): New.
16309         (libc_feholdexcept_setround_mips_ctx): New.
16310         (libc_feholdexcept_setround_ctx): New.
16311         (libc_feholdexcept_setroundf_ctx): New.
16312         (libc_feholdexcept_setroundl_ctx): New.
16313         (libc_fesetenv_mips_ctx): New.
16314         (libc_fesetenv_ctx): New.
16315         (libc_fesetenv_ctxf): New.
16316         (libc_fesetenv_ctxl): New.
16317         (libc_feupdateenv_mips_ctx): New.
16318         (libc_feupdateenv_ctx): New.
16319         (libc_feupdateenvf_ctx): New.
16320         (libc_feupdateenvl_ctx): New.
16321         (libc_feholdsetround_mips_ctx): New.
16322         (libc_feholdsetround_ctx): New.
16323         (libc_feholdsetroundf_ctx): New.
16324         (libc_feholdsetroundl_ctx): New.
16325         (libc_feresetround_mips_ctx): New.
16326         (libc_feresetround_ctx): New.
16327         (libc_feresetroundf_ctx): New.
16328         (libc_feresetroundl_ctx): New.
16330 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16332         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16334         * manual/ipc.texi: New file.
16335         * manual/Makefile (chapters): Add ipc.
16336         * manual/job.texi: Add "Inter-Process Communication" to next.
16337         * manual/process.texi: Add "Inter-Process Communication" to prev.
16339 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16341         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16343 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16345         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16347         * manual/arith.texi: Fix spaces after sentences.
16348         * manual/charset.texi: Likewise.
16349         * manual/errno.texi: Likewise.
16350         * manual/install.texi: Likewise.
16351         * manual/llio.texi: Likewise.
16352         * manual/locale.texi: Likewise.
16353         * manual/maint.texi: Likewise.
16354         * manual/math.texi: Likewise.
16355         * manual/memory.texi: Likewise.
16356         * manual/message.texi: Likewise.
16357         * manual/probes.texi: Likewise.
16358         * manual/resource.texi: Likewise.
16359         * manual/signal.texi: Likewise.
16360         * manual/socket.texi: Likewise.
16361         * manual/stdio.texi: Likewise.
16362         * manual/string.texi: Likewise.
16363         * manual/time.texi: Likewise.
16364         * manual/users.texi: Likewise.
16366 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16368         [BZ #16632]
16369         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16370         _DEFAULT_SOURCE is defined.
16372 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16373             Carlos O'Donell  <carlos@redhat.com>
16375         [BZ #16613]
16376         * elf/dl-tls.c (_dl_count_modids): New function.
16377         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16378         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16379         audit library and increment generation counter.
16380         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16381         * elf/tst-audit9.c: New file.
16382         * elf/tst-auditmod9a.c: New file.
16383         * elf/tst-auditmod9b.c: New file.
16384         * elf/Makefile: Add rules to build and run tst-audit9.
16386 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16388         [BZ #15347]
16389         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16391 2014-02-25  Will Newton  <will.newton@linaro.org>
16393         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16394         (__longjmp): Restore sp and lr before restoring callee
16395         saved registers.  Add longjmp and longjmp_target
16396         SystemTap probe point.
16397         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16398         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16399         Define to zero to match jmpbuf layout.
16400         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16401         (__sigsetjmp): Save sp and lr before saving callee
16402         saved registers.  Add setjmp SystemTap probe point.
16404 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16406         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16408 2014-02-24  Andreas Schwab  <schwab@suse.de>
16410         [BZ #15804]
16411         * elf/pldd.c (wait_for_ptrace_stop): New function.
16412         (main): Call it after attaching.
16414 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16416         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16417         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16418         Versions files is now verboten.
16419         * hurd/Versions (libc: GLIBC_2.0):
16420         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16421         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16422         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16423         * mach/Versions: Likewise.
16425         * csu/Versions: Remove unused %include.
16426         * resolv/Versions: Likewise.
16428 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16430         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16431         ($(objpfx)check-local-headers.out): Likewise.
16432         ($(objpfx)begin-end-check.out): Likewise.
16433         * Makerules (check-abi-%.out): Likewise.
16434         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16435         ($(objpfx)test2.cat): Likewise.
16436         ($(objpfx)de/libc.cat): Likewise.
16437         ($(objpfx)test-gencat.out): Likewise.
16438         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16439         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16440         ($(objpfx)noload-mem): Likewise.
16441         ($(objpfx)tst-pathopt.out): Likewise.
16442         ($(objpfx)tst-rtld-load-self.out): Likewise.
16443         ($(objpfx)tst-array1-cmp.out): Likewise.
16444         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16445         ($(objpfx)tst-array2-cmp.out): Likewise.
16446         ($(objpfx)tst-array3-cmp.out): Likewise.
16447         ($(objpfx)tst-array4-cmp.out): Likewise.
16448         ($(objpfx)tst-array5-cmp.out): Likewise.
16449         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16450         ($(objpfx)check-textrel.out): Likewise.
16451         ($(objpfx)check-execstack.out): Likewise.
16452         ($(objpfx)check-localplt.out): Likewise.
16453         ($(objpfx)order2-cmp.out): Likewise.
16454         ($(objpfx)tst-leaks1-mem): Likewise.
16455         ($(objpfx)tst-leaks1-static-mem): Likewise.
16456         ($(objpfx)tst-initorder-cmp.out): Likewise.
16457         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16458         ($(objpfx)tst-unused-dep.out): Likewise.
16459         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16460         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16461         * iconv/Makefile (test-iconvconfig): Likewise.
16462         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16463         ($(objpfx)iconv-test.out): Likewise.
16464         ($(objpfx)tst-tables.out): Likewise.
16465         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16466         ($(objpfx)tst-gettext.out): Likewise.
16467         ($(objpfx)tst-translit.out): Likewise.
16468         ($(objpfx)tst-gettext2.out): Likewise.
16469         ($(objpfx)tst-gettext4.out): Likewise.
16470         ($(objpfx)tst-gettext6.out): Likewise.
16471         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16472         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16473         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16474         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16475         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16476         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16477         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16478         ($(objpfx)wordexp-tst.out): Likewise.
16479         ($(objpfx)annexc.out): Likewise.
16480         ($(objpfx)tst-fnmatch-mem): Likewise.
16481         ($(objpfx)bug-regex2-mem): Likewise.
16482         ($(objpfx)bug-regex14-mem): Likewise.
16483         ($(objpfx)bug-regex21-mem): Likewise.
16484         ($(objpfx)bug-regex31-mem): Likewise.
16485         ($(objpfx)tst-vfork3-mem): Likewise.
16486         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16487         ($(objpfx)tst-pcre-mem): Likewise.
16488         ($(objpfx)tst-boost-mem): Likewise.
16489         ($(objpfx)tst-getconf.out): Likewise.
16490         ($(objpfx)bug-ga2-mem): Likewise.
16491         ($(objpfx)bug-glob2-mem): Likewise.
16492         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16493         ($(objpfx)mtrace-tst-leaks2): Likewise.
16494         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16495         ($(objpfx)tst-printf.out): Likewise.
16496         ($(objpfx)tst-setvbuf1.out): Likewise.
16497         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16498         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16499         ($(objpfx)tst-fmtmsg.out): Likewise.
16500         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16501         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16503         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16504         * bits/sigaction.h [__USE_MISC]: Likewise.
16505         * bits/waitstatus.h: Update #endif comments.
16506         * ctype/ctype.h: Likewise.
16507         * dirent/dirent.h: Likewise.
16508         [__USE_MISC]: Remove redundant conditionals.
16509         * grp/grp.h: Update #endif comments.
16510         [__USE_GNU]: Remove redundant conditionals.
16511         [__USE_MISC]: Likewise.
16512         * inet/netinet/in.h [__USE_GNU]: Likewise.
16513         * io/sys/stat.h [__USE_MISC]: Likewise.
16514         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16515         * libio/bits/stdio.h: Update #endif comments.
16516         [__USE_MISC]: Remove redundant conditionals.
16517         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16518         * libio/stdio.h: Update #endif comments.
16519         [__USE_MISC]: Remove redundant conditionals.
16520         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16521         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16522         * math/math.h: Update #else and #endif comments.
16523         [__USE_MISC]: Remove redundant conditionals.
16524         * misc/sys/uio.h: Update #endif comments.
16525         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16526         * posix/glob.h [__USE_MISC]: Likewise.
16527         * posix/sys/types.h: Update #endif comments.
16528         [__USE_MISC]: Remove redundant conditionals.
16529         * posix/sys/wait.h: Update #endif comments.
16530         [__USE_MISC]: Remove redundant conditionals.
16531         * posix/unistd.h: Update #endif comments.
16532         [__USE_MISC]: Remove redundant conditionals.
16533         * pwd/pwd.h [__USE_GNU]: Likewise.
16534         [__USE_MISC]: Likewise.
16535         * resolv/netdb.h [__USE_GNU]: Likewise.
16536         * signal/signal.h: Update #endif comments.
16537         [__USE_MISC]: Remove redundant conditionals.
16538         * stdlib/stdlib.h: Update #else and #endif comments.
16539         [__USE_MISC]: Remove redundant conditionals.
16540         [__USE_GNU]: Likewise.
16541         * string/bits/string2.h [__USE_MISC]: Likewise.
16542         * string/string.h: Update #endif comments.
16543         [__USE_MISC]: Remove redundant conditionals.
16544         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16545         Likewise.
16546         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16547         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16548         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16549         Likewise.
16550         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16551         Likewise.
16552         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16553         comments.
16554         [__USE_MISC]: Remove redundant conditionals.
16555         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16556         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16557         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16558         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16559         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16560         Likewise.
16561         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16562         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16563         Likewise.
16564         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16565         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16566         Likewise.
16567         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16568         Likewise.
16569         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16570         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16571         Likewise.
16572         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16573         Likewise.
16574         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16575         * sysdeps/x86/bits/string.h: Update #endif comments.
16576         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16577         conditionals.
16578         * time/sys/time.h: Update #endif comments.
16579         * time/time.h: Likewise.
16580         [__USE_MISC]: Remove redundant conditionals.
16582 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16584         [BZ #16600]
16585         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16587 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16589         * Versions.def (librt): Add GLIBC_2.17.
16591 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16593         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16594         synonym for _SYS_AUXV_H to allow direct inclusion.
16595         * sysdeps/sparc/bits/hwcap.h: Likewise.
16596         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16597         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16598         * sysdeps/sparc/sysdep.h: Likewise.
16600 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16602         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16604 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16606         * benchtests/bench-strrchr.c: Print length instead of position.
16608 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16610         [BZ #16611]
16611         * sysdeps/unix/sysv/linux/kernel-features.h
16612         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16613         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16614         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16615         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16616         Likewise.
16617         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16618         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16619         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16620         (__ASSUME_SENDMMSG): Define instead of using previous
16621         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16622         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16623         (__ASSUME_SENDMMSG_SYSCALL): Define.
16624         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16625         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16626         Likewise.
16627         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16628         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16629         Likewise.
16630         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16631         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16632         Likewise.
16633         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16634         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16635         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16636         [__ASSUME_SENDMMSG]: Change conditionals to
16637         [__ASSUME_SENDMMSG_SOCKETCALL].
16638         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16639         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16640         Define.
16641         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16642         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16643         Likewise.
16644         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16645         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16646         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16647         [!__ASSUME_SENDMMSG]: Change conditional to
16648         [!__ASSUME_SENDMMSG_SOCKETCALL].
16649         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16650         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16651         Define.
16653         [BZ #16610]
16654         * sysdeps/unix/sysv/linux/kernel-features.h
16655         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16656         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16657         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16658         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16659         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16660         [__i386__ || __sparc__]
16661         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16662         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16663         (__ASSUME_RECVMMSG): Define instead of using previous
16664         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16665         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16666         (__ASSUME_RECVMMSG_SYSCALL): Define.
16667         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16668         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16669         Likewise.
16670         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16671         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16672         Likewise.
16673         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16674         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16675         Likewise.
16676         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16677         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16678         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16679         [__ASSUME_RECVMMSG]: Change condition to
16680         [__ASSUME_RECVMMSG_SOCKETCALL].
16681         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16682         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16683         Define.
16684         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16685         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16686         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16687         Likewise.
16688         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16689         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16690         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16691         [!__ASSUME_RECVMMSG]: Change condition to
16692         [!__ASSUME_RECVMMSG_SOCKETCALL].
16693         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16694         (__ASSUME_RECVMMSG_SYSCALL): Define.
16696         [BZ #16609]
16697         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16698         __powerpc__ || __s390__ || __sh__ || __sparc__]
16699         (__ASSUME_SOCKETCALL): Define.
16700         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16701         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16702         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16703         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16704         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16705         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16706         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16707         (__ASSUME_ACCEPT4): Define instead of using previous
16708         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16709         __powerpc__ || __sparc__ || __s390__)] condition.
16710         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16711         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16712         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16713         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16714         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16715         [!__ASSUME_ACCEPT4]: Change condition to
16716         [!__ASSUME_ACCEPT4_SOCKETCALL].
16717         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16718         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16719         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16720         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16721         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16722         __ASSUME_ACCEPT4_SYSCALL.
16723         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16724         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16725         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16726         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16727         __ASSUME_ACCEPT4_SYSCALL.
16728         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16729         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16730         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16731         [__ASSUME_ACCEPT4]: Change condition to
16732         [__ASSUME_ACCEPT4_SOCKETCALL].
16733         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16734         (__ASSUME_SOCKETCALL): Define.
16735         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16736         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16737         (__ASSUME_SOCKETCALL): Define.
16738         (__ASSUME_ACCEPT4): Remove.
16739         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16740         Define.
16741         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16742         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16743         Likewise.
16744         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16745         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16747         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16748         macro.
16749         (HWCAP_ARM_LPAE): Likewise.
16750         (HWCAP_ARM_EVTSTRM): Likewise.
16751         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16752         Add vpfd32, lpae and evtstrm.
16753         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16754         Increase to 22.
16756 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16758         * math/auto-libm-test-in: Add tests of clog10.
16759         * math/auto-libm-test-out: Regenerated.
16760         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16761         * sysdeps/i386/fpu/libm-test-ulps: Update.
16762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16764 2014-02-18  Andreas Schwab  <schwab@suse.de>
16766         [BZ #16574]
16767         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16768         Store non-zero if the second buffer was newly allocated.
16769         (send_dg): Likewise.
16770         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16771         to send_vc and send_dg.
16772         (res_nsend): Pass NULL for ansp2_malloced.
16773         * resolv/res_query.c (__libc_res_nquery): Add parameter
16774         answerp2_malloced and pass it down to __libc_res_nsend.
16775         (res_nquery): Pass additional NULL to __libc_res_nquery.
16776         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16777         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16778         second answer buffer if answerp2_malloced was set.
16779         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16780         (__libc_res_nquerydomain): Add parameter
16781         answerp2_malloced and pass it down to __libc_res_nquery.
16782         (res_nquerydomain): Pass additional NULL to
16783         __libc_res_nquerydomain.
16784         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16785         additional NULL to __libc_res_nsend and __libc_res_nquery.
16786         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16787         additional NULL to __libc_res_nsearch.
16788         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16789         parameter of __libc_res_nsearch to check for separately allocated
16790         second buffer.
16791         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16792         __libc_res_nquery.
16793         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16794         additional NULL to __libc_res_nquery.
16795         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16796         __libc_res_nsearch.
16797         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16798         * include/resolv.h: Update prototypes of __libc_res_nquery,
16799         __libc_res_nsearch, __libc_res_nsend.
16801 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16803         * math/auto-libm-test-in: Add tests of fma.
16804         * math/auto-libm-test-out: Regenerated.
16805         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16806         (fma_towardzero_test_data): Likewise.
16807         (fma_downward_test_data): Likewise.
16808         (fma_upward_test_data): Likewise.
16809         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16810         mpc_mode.
16811         (rounding_modes): Add values for new field.
16812         (func_calc_method): Add value mpfr_fff_f.
16813         (func_calc_desc): Add mpfr_fff_f union field.
16814         (test_function): Add field exact_args.
16815         (FUNC): Add macro argument EXACT_ARGS.
16816         (FUNC_mpfr_f_f): Update call to FUNC.
16817         (FUNC_mpfr_f_f): Likewise.
16818         (FUNC_mpfr_ff_f): Likewise.
16819         (FUNC_mpfr_if_f): Likewise.
16820         (FUNC_mpc_c_f): Likewise.
16821         (FUNC_mpc_c_c): Likewise.
16822         (test_functions): Add fma.  Update calls to FUNC.
16823         (handle_input_arg): Add argument exact_args.
16824         (add_test): Update call to handle_input_arg.
16825         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16826         (output_for_one_input_case): Update call to calc_generic_results.
16827         Recalculate exact zero results in each rounding mode.
16829         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16830         non-negative before setting low bit.
16831         * math/auto-libm-test-in: Mark one asin test possibly having
16832         spurious underflow.
16833         * math/auto-libm-test-out: Regenerated.
16834         * sysdeps/i386/fpu/libm-test-ulps: Update.
16835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16837 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16839         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16840         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16841         ports/sysdeps/unix/sysv/linux/microblaze.
16842         * README: Add missing listing for microblaze*-*-linux-gnu.
16844 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16846         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16847         duplicate code
16849 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16851         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16852         * sysdeps/unix/sysv/linux/ia64: Move directory from
16853         ports/sysdeps/unix/sysv/linux/ia64.
16854         * README: Update listing for ia64-*-linux-gnu.
16856 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16857             Joseph Myers  <joseph@codesourcery.com>
16859         * Makeconfig (test-name): New variable.
16860         (evaluate-test): Likewise.
16861         * Makerules (do-test-clean): Remove .test-result files.
16862         (common-mostlyclean): Likewise.
16863         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16864         * scripts/evaluate-test.sh: New file.
16866 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16868         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16869         separate $(objpfx)tst-fopenloc-cmp.out and
16870         $(objpfx)tst-fopenloc-mem.out targets.
16871         (tests): Update dependencies.
16872         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16873         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16874         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16875         (tst-rxspencer-no-utf8-ARGS): New variable.
16876         (tst-rxspencer-no-utf8-ENV): Likewise.
16877         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16878         instead of $(objpfx)tst-rxspencer-mem.
16879         ($(objpfx)tst-rxspencer-mem): Change target to
16880         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16881         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16882         * posix/tst-rxspencer-no-utf8.c: New file.
16884         * elf/Makefile ($(objpfx)order.out): Remove rule.
16885         [$(run-built-tests) = yes] (tests): Depend on
16886         $(objpfx)order-cmp.out.
16887         ($(objpfx)order-cmp.out): New rule.
16888         [$(run-built-tests) = yes] (tests): Depend on
16889         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16890         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16891         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16892         $(objpfx)tst-array5-static-cmp.out.
16893         ($(objpfx)tst-array1.out): Remove rule.
16894         ($(objpfx)tst-array1-cmp.out): New rule.
16895         ($(objpfx)tst-array1-static.out): Remove rule.
16896         ($(objpfx)tst-array1-static-cmp.out): New rule.
16897         ($(objpfx)tst-array2.out): Remove rule.
16898         ($(objpfx)tst-array2-cmp.out): New rule.
16899         ($(objpfx)tst-array3.out): Remove rule.
16900         ($(objpfx)tst-array3-cmp.out): New rule.
16901         ($(objpfx)tst-array4.out): Remove rule.
16902         ($(objpfx)tst-array4-cmp.out): New rule.
16903         ($(objpfx)tst-array5.out): Remove rule.
16904         ($(objpfx)tst-array5-cmp.out): New rule.
16905         ($(objpfx)tst-array5-static.out): Remove rule.
16906         ($(objpfx)tst-array5-static-cmp.out): New rule.
16907         [$(run-built-tests) = yes] (tests): Depend on
16908         $(objpfx)order2-cmp.out.
16909         ($(objpfx)order2.out): Remove rule.
16910         ($(objpfx)order2-cmp.out): New rule.
16911         ($(objpfx)tst-initorder.out): Remove rule.
16912         [$(run-built-tests) = yes] (tests): Depend on
16913         $(objpfx)tst-initorder-cmp.out.
16914         ($(objpfx)tst-initorder-cmp.out): New rule.
16915         ($(objpfx)tst-initorder2.out): Remove rule.
16916         [$(run-built-tests) = yes] (tests): Depend on
16917         $(objpfx)tst-initorder2-cmp.out.
16918         ($(objpfx)tst-initorder2-cmp.out): New rule.
16919         [$(run-built-tests) = yes] (tests): Depend on
16920         $(objpfx)tst-unused-dep-cmp.out.
16921         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16922         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16923         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16924         on $(objpfx)tst-setvbuf1-cmp.out.
16925         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16926         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16927         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16928         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16929         ($(objpfx)tst-svc.out): Remove rule.
16930         ($(objpfx)tst-svc-cmp.out): New rule.
16932 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16934         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16935         * ctype/ctype.h [__USE_MISC]: Likewise.
16936         * dirent/dirent.h [__USE_MISC]: Likewise.
16937         * grp/grp.h [__USE_MISC]: Likewise.
16938         * io/fcntl.h [__USE_MISC]: Likewise.
16939         * io/sys/stat.h [__USE_MISC]: Likewise.
16940         * libio/stdio.h [__USE_MISC]: Likewise.
16941         * posix/unistd.h [__USE_MISC]: Likewise.
16942         * pwd/pwd.h [__USE_MISC]: Likewise.
16943         * stdlib.h [__USE_MISC]: Likewise.
16944         * string/bits/string2.h [__USE_MISC]: Likewise.
16945         * string/string.h [__USE_MISC]: Likewise.
16946         * time/time.h [__USE_MISC]: Likewise.
16948 2014-02-13  Andreas Schwab  <schwab@suse.de>
16950         [BZ #16574]
16951         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16952         second answer buffer if it was separately allocated.
16954 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16956         * sysdeps/mips/math-tests.h: Include <features.h>.
16957         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16958         (ROUNDING_TESTS_long_double): Do not define.
16959         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16960         (EXCEPTION_TESTS_long_double): Likewise.
16961         * sysdeps/mips/mips64/libm-test-ulps: Update.
16963         * include/features.h (__USE_BSD): Remove macro definitions.
16964         (__USE_SVID): Likewise.
16965         (_BSD_SOURCE): Likewise.
16966         (_SVID_SOURCE): Likewise.
16967         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16968         from definition of _DEFAULT_SOURCE.
16969         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16970         [_DEFAULT_SOURCE].
16971         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16972         * bits/mman.h [__USE_BSD]: Likewise.
16973         * bits/termios.h [__USE_BSD]: Likewise.
16974         * bits/waitstatus.h [__USE_BSD]: Likewise.
16975         * ctype/ctype.h [__USE_SVID]: Likewise.
16976         * dirent/dirent.h [__USE_BSD]: Likewise.
16977         * grp/grp.h [__USE_SVID]: Likewise.
16978         [__USE_BSD]: Likewise.
16979         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16980         * io/fcntl.h [__USE_BSD]: Likewise.
16981         * io/ftw.h [__USE_BSD]: Likewise.
16982         * io/sys/stat.h [__USE_BSD]: Likewise.
16983         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16984         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16985         * libio/stdio.h [__USE_SVID]: Likewise.
16986         [__USE_BSD]: Likewise.
16987         * math/math.h [__USE_SVID]: Likewise.
16988         [__USE_BSD]: Likewise.
16989         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16990         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16991         * misc/search.h [__USE_SVID]: Likewise.
16992         * misc/sys/mman.h [__USE_BSD]: Likewise.
16993         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16994         * misc/sys/uio.h [__USE_BSD]: Likewise.
16995         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16996         * posix/glob.h [__USE_BSD]: Likewise.
16997         * posix/regex.h [__USE_BSD]: Likewise.
16998         * posix/sys/types.h [__USE_BSD]: Likewise.
16999         [__USE_SVID]: Likewise.
17000         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17001         * posix/sys/wait.h [__USE_BSD]: Likewise.
17002         [__USE_SVID]: Likewise.
17003         * posix/unistd.h [__USE_BSD]: Likewise.
17004         [__USE_SVID]: Likewise.
17005         * pwd/pwd.h [__USE_SVID]: Likewise.
17006         * resolv/netdb.h [__USE_BSD]: Likewise.
17007         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17008         * signal/signal.h [__USE_BSD]: Likewise.
17009         [__USE_SVID]: Likewise.
17010         * socket/sys/socket.h [__USE_BSD]: Likewise.
17011         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17012         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17013         [__USE_SVID]: Likewise.
17014         * string/bits/string2.h [__USE_BSD]: Likewise.
17015         [__USE_SVID]: Likewise.
17016         * string/bits/string3.h [__USE_BSD]: Likewise.
17017         * string/endian.h [__USE_BSD]: Likewise.
17018         * string/string.h [__USE_SVID]: Likewise.
17019         [__USE_BSD]: Likewise.
17020         * string/strings.h [__USE_BSD]: Likewise.
17021         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17022         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17023         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17024         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17025         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17026         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17027         Likewise.
17028         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17029         Likewise.
17030         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17031         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17032         Likewise.
17033         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17034         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17035         Likewise.
17036         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17037         Likewise.
17038         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17039         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17040         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17041         Likewise.
17042         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17043         Likewise.
17044         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17045         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17046         * termios/termios.h [__USE_BSD]: Likewise.
17047         * time/sys/time.h [__USE_BSD]: Likewise.
17048         * time/time.h [__USE_BSD]: Likewise.
17049         [__USE_SVID]: Likewise.
17051         * Makefile (subdir_targets): Remove subdir_lint.out.
17053         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17054         (do-tst-printf): Likewise.
17055         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17056         $(objpfx)tst-printf.out.
17058         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17060         * Makerules (check-abi-%): Change target to
17061         $(objpfx)check-abi-%.out.
17062         (check-abi target): Update dependencies.
17063         (check-abi-pattern variable): Redirect output of diff to $@.
17064         (check-abi variable): Likewise.
17065         * elf/Makefile (check-abi): Update dependencies.
17067         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17068         unused.
17069         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17070         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17071         subnormal range.
17072         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17073         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17074         value has largest subnormal exponent.
17075         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17076         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17077         * sysdeps/aarch64/soft-fp/sfp-machine.h
17078         (_FP_TININESS_AFTER_ROUNDING): New macro.
17079         * sysdeps/alpha/soft-fp/sfp-machine.h
17080         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17081         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17082         Likewise.
17083         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17084         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17085         * sysdeps/mips/soft-fp/sfp-machine.h
17086         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17087         * sysdeps/powerpc/soft-fp/sfp-machine.h
17088         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17089         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17090         Likewise.
17091         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17092         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17093         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17094         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17095         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17096         Likewise.
17098 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17100         [BZ #16545]
17101         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17102         model 1.
17104 2014-02-12  Richard Henderson  <rth@redhat.com>
17106         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17107         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17108         * sysdeps/unix/sysv/linux/alpha: Move directory from
17109         ports/sysdeps/unix/sysv/linux/alpha.
17110         * README: Update listing for alpha-*-linux-gnu.
17112 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17114         * include/features.h: Update comment documenting feature test
17115         macros.
17116         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17117         _DEFAULT_SOURCE.
17118         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17119         (_SVID_SOURCE): Likewise.
17120         (_DEFAULT_SOURCE): Update description of default features.
17121         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17122         with _GNU_SOURCE.
17123         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17124         (S_ISVTX): Likewise.
17125         * manual/math.texi (Mathematical Constants): Likewise.
17126         * manual/signal.texi (Interrupted Primitives): Likewise.
17127         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17128         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17129         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17130         Don't refer to _SVID_SOURCE in warning text.
17132         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17134         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17135         already defined.
17136         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17137         * sysdeps/mips/dl-lookup.c: Remove.
17138         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17140 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17142         [BZ #16447]
17143         * math/auto-libm-test-in: Add testcase for expl.
17144         * math/auto-libm-test-out: Regenerate.
17145         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17146         calculation of unsafe.
17147         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17149 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17151         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17152         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17153         ports/sysdeps/unix/sysv/linux/aarch64.
17154         * README: Update listing for aarch64*-*-linux-gnu.
17156 2014-02-11  Will Newton  <will.newton@linaro.org>
17158         * manual/probes.texi (Mathematical Function Probes): Use
17159         "triggered" instead of "hit".
17161         * manual/probes.texi (Internal Probes): Add documentation
17162         of setjmp, longjmp and longjmp_target probes.
17164         * include/stap-probe.h: Add comment about probe argument
17165         format.
17167         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17168         definition.  (tr_where, tr_freehook, tr_mallochook,
17169         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17171 2014-02-11  David S. Miller  <davem@davemloft.net>
17173         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17174         processing int_tests.
17176 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17178         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17179         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17180         * sysdeps/unix/sysv/linux/mips: Move directory from
17181         ports/sysdeps/unix/sysv/linux/mips.
17182         * README: Update listing for mips-*-linux-gnu and
17183         mips64-*-linux-gnu.
17185 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17187         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17188         * sysdeps/unix/sysv/linux/m68k: Move directory from
17189         ports/sysdeps/unix/sysv/linux/m68k.
17190         * README: Update listing for m68k-*-linux-gnu.
17192 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17194         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17195         * sysdeps/unix/sysv/linux/generic: Move directory from
17196         ports/sysdeps/unix/sysv/linux/generic.
17197         * sysdeps/unix/sysv/linux/tile: Move directory from
17198         ports/sysdeps/unix/sysv/linux/tile.
17199         * README: Update listing for tile*-*-linux-gnu.
17201 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17203         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17204         __builtin_expect.
17205         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17206         * catgets/open_catalog.c (__open_catalog): Likewise.
17207         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17208         * debug/confstr_chk.c: Likewise.
17209         * debug/fread_chk.c (__fread_chk): Likewise.
17210         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17211         * debug/getgroups_chk.c: Likewise.
17212         * debug/mbsnrtowcs_chk.c: Likewise.
17213         * debug/mbsrtowcs_chk.c: Likewise.
17214         * debug/mbstowcs_chk.c: Likewise.
17215         * debug/memcpy_chk.c: Likewise.
17216         * debug/memmove_chk.c: Likewise.
17217         * debug/mempcpy_chk.c: Likewise.
17218         * debug/memset_chk.c: Likewise.
17219         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17220         * debug/strcat_chk.c (__strcat_chk): Likewise.
17221         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17222         * debug/strncat_chk.c (__strncat_chk): Likewise.
17223         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17224         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17225         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17226         * debug/wcpncpy_chk.c: Likewise.
17227         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17228         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17229         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17230         * debug/wcsncpy_chk.c: Likewise.
17231         * debug/wcsnrtombs_chk.c: Likewise.
17232         * debug/wcsrtombs_chk.c: Likewise.
17233         * debug/wcstombs_chk.c: Likewise.
17234         * debug/wmemcpy_chk.c: Likewise.
17235         * debug/wmemmove_chk.c: Likewise.
17236         * debug/wmempcpy_chk.c: Likewise.
17237         * debug/wmemset_chk.c: Likewise.
17238         * dirent/scandirat.c (SCANDIRAT): Likewise.
17239         * dlfcn/dladdr1.c (dladdr1): Likewise.
17240         * dlfcn/dladdr.c (dladdr): Likewise.
17241         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17242         * dlfcn/dlerror.c (__dlerror): Likewise.
17243         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17244         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17245         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17246         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17247         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17248         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17249         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17250         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17251         Likewise.
17252         * elf/dl-conflict.c: Likewise.
17253         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17254         * elf/dl-dst.h: Likewise.
17255         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17256         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17257         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17258         * elf/dl-init.c (call_init, _dl_init): Likewise.
17259         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17260         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17261         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17262         Likewise.
17263         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17264         Likewise.
17265         * elf/dl-minimal.c (__libc_memalign): Likewise.
17266         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17267         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17268         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17269         * elf/dl-sym.c (do_sym): Likewise.
17270         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17271         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17272         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17273         * elf/dl-writev.h (_dl_writev): Likewise.
17274         * elf/ldconfig.c (search_dir): Likewise.
17275         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17276         (dl_main): Likewise.
17277         * elf/setup-vdso.h (setup_vdso): Likewise.
17278         * grp/compat-initgroups.c (compat_call): Likewise.
17279         * grp/fgetgrent.c (fgetgrent): Likewise.
17280         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17281         * grp/putgrent.c (putgrent): Likewise.
17282         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17283         Likewise.
17284         * hurd/hurdinit.c: Likewise.
17285         * iconvdata/8bit-gap.c (struct): Likewise.
17286         * iconvdata/ansi_x3.110.c : Likewise.
17287         * iconvdata/big5.c : Likewise.
17288         * iconvdata/big5hkscs.c : Likewise.
17289         * iconvdata/cp1255.c: Likewise.
17290         * iconvdata/cp1258.c : Likewise.
17291         * iconvdata/cp932.c : Likewise.
17292         * iconvdata/euc-cn.c: Likewise.
17293         * iconvdata/euc-jisx0213.c : Likewise.
17294         * iconvdata/euc-jp.c: Likewise.
17295         * iconvdata/euc-jp-ms.c : Likewise.
17296         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17297         * iconvdata/gb18030.c : Likewise.
17298         * iconvdata/gbbig5.c (const): Likewise.
17299         * iconvdata/gbgbk.c: Likewise.
17300         * iconvdata/gbk.c : Likewise.
17301         * iconvdata/ibm1364.c : Likewise.
17302         * iconvdata/ibm930.c : Likewise.
17303         * iconvdata/ibm932.c: Likewise.
17304         * iconvdata/ibm933.c : Likewise.
17305         * iconvdata/ibm935.c : Likewise.
17306         * iconvdata/ibm937.c : Likewise.
17307         * iconvdata/ibm939.c : Likewise.
17308         * iconvdata/ibm943.c: Likewise.
17309         * iconvdata/iso_11548-1.c: Likewise.
17310         * iconvdata/iso-2022-cn.c : Likewise.
17311         * iconvdata/iso-2022-cn-ext.c : Likewise.
17312         * iconvdata/iso-2022-jp-3.c: Likewise.
17313         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17314         * iconvdata/iso-2022-kr.c : Likewise.
17315         * iconvdata/iso646.c (gconv_end): Likewise.
17316         * iconvdata/iso_6937-2.c : Likewise.
17317         * iconvdata/iso_6937.c : Likewise.
17318         * iconvdata/iso8859-1.c: Likewise.
17319         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17320         * iconvdata/shift_jisx0213.c : Likewise.
17321         * iconvdata/sjis.c : Likewise.
17322         * iconvdata/t.61.c : Likewise.
17323         * iconvdata/tcvn5712-1.c : Likewise.
17324         * iconvdata/tscii.c: Likewise.
17325         * iconvdata/uhc.c : Likewise.
17326         * iconvdata/unicode.c (gconv_end): Likewise.
17327         * iconvdata/utf-16.c (gconv_end): Likewise.
17328         * iconvdata/utf-32.c (gconv_end): Likewise.
17329         * iconvdata/utf-7.c (base64): Likewise.
17330         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17331         * iconv/gconv_close.c (__gconv_close): Likewise.
17332         * iconv/gconv_open.c (__gconv_open): Likewise.
17333         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17334         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17335         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17336         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17337         (ucs4le_internal_loop_single): Likewise.
17338         * iconv/iconv.c (iconv): Likewise.
17339         * iconv/iconv_close.c: Likewise.
17340         * iconv/loop.c (SINGLE): Likewise.
17341         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17342         * include/atomic.h: Likewise.
17343         * inet/inet6_option.c (option_alloc): Likewise.
17344         * intl/bindtextdom.c (set_binding_values): Likewise.
17345         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17346         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17347         * intl/localealias.c (read_alias_file): Likewise.
17348         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17349         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17350         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17351         * libio/fmemopen.c (fmemopen): Likewise.
17352         * libio/iofgets.c (_IO_fgets): Likewise.
17353         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17354         * libio/iofgetws.c (fgetws): Likewise.
17355         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17356         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17357         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17358         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17359         * locale/findlocale.c (_nl_find_locale): Likewise.
17360         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17361         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17362         Likewise.
17363         * locale/setlocale.c (setlocale): Likewise.
17364         * login/programs/pt_chown.c (main): Likewise.
17365         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17366         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17367         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17368         (mmap, mmap64, mremap, munmap): Likewise.
17369         * math/e_exp2l.c: Likewise.
17370         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17371         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17372         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17373         * math/s_catan.c (__catan): Likewise.
17374         * math/s_catanf.c (__catanf): Likewise.
17375         * math/s_catanh.c (__catanh): Likewise.
17376         * math/s_catanhf.c (__catanhf): Likewise.
17377         * math/s_catanhl.c (__catanhl): Likewise.
17378         * math/s_catanl.c (__catanl): Likewise.
17379         * math/s_ccosh.c (__ccosh): Likewise.
17380         * math/s_ccoshf.c (__ccoshf): Likewise.
17381         * math/s_ccoshl.c (__ccoshl): Likewise.
17382         * math/s_cexp.c (__cexp): Likewise.
17383         * math/s_cexpf.c (__cexpf): Likewise.
17384         * math/s_cexpl.c (__cexpl): Likewise.
17385         * math/s_clog10.c (__clog10): Likewise.
17386         * math/s_clog10f.c (__clog10f): Likewise.
17387         * math/s_clog10l.c (__clog10l): Likewise.
17388         * math/s_clog.c (__clog): Likewise.
17389         * math/s_clogf.c (__clogf): Likewise.
17390         * math/s_clogl.c (__clogl): Likewise.
17391         * math/s_csin.c (__csin): Likewise.
17392         * math/s_csinf.c (__csinf): Likewise.
17393         * math/s_csinh.c (__csinh): Likewise.
17394         * math/s_csinhf.c (__csinhf): Likewise.
17395         * math/s_csinhl.c (__csinhl): Likewise.
17396         * math/s_csinl.c (__csinl): Likewise.
17397         * math/s_csqrt.c (__csqrt): Likewise.
17398         * math/s_csqrtf.c (__csqrtf): Likewise.
17399         * math/s_csqrtl.c (__csqrtl): Likewise.
17400         * math/s_ctan.c (__ctan): Likewise.
17401         * math/s_ctanf.c (__ctanf): Likewise.
17402         * math/s_ctanh.c (__ctanh): Likewise.
17403         * math/s_ctanhf.c (__ctanhf): Likewise.
17404         * math/s_ctanhl.c (__ctanhl): Likewise.
17405         * math/s_ctanl.c (__ctanl): Likewise.
17406         * math/w_pow.c: Likewise.
17407         * math/w_powf.c: Likewise.
17408         * math/w_powl.c: Likewise.
17409         * math/w_scalb.c (sysv_scalb): Likewise.
17410         * math/w_scalbf.c (sysv_scalbf): Likewise.
17411         * math/w_scalbl.c (sysv_scalbl): Likewise.
17412         * misc/error.c (error_tail): Likewise.
17413         * misc/pselect.c (__pselect): Likewise.
17414         * nis/nis_callback.c (__nis_create_callback): Likewise.
17415         * nis/nis_call.c (__nisfind_server): Likewise.
17416         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17417         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17418         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17419         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17420         * nis/nis_lookup.c (nis_lookup): Likewise.
17421         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17422         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17423         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17424         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17425         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17426         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17427         * nis/nss_compat/compat-initgroups.c (add_group)
17428         (internal_getgrent_r): Likewise.
17429         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17430         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17431         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17432         (internal_getspnam_r): Likewise.
17433         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17434         (_nss_nis_getaliasbyname_r): Likewise.
17435         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17436         (_nss_nis_getntohost_r): Likewise.
17437         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17438         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17439         (_nss_nis_getgrgid_r): Likewise.
17440         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17441         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17442         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17443         (_nss_nis_gethostbyname4_r): Likewise.
17444         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17445         (initgroups_netid): Likewise.
17446         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17447         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17448         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17449         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17450         (_nss_nis_getprotobynumber_r): Likewise.
17451         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17452         (_nss_nis_getsecretkey): Likewise.
17453         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17454         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17455         (_nss_nis_getpwuid_r): Likewise.
17456         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17457         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17458         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17459         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17460         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17461         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17462         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17463         Likewise.
17464         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17465         (_nss_nisplus_getntohost_r): Likewise.
17466         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17467         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17468         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17469         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17470         Likewise.
17471         * nis/nss_nisplus/nisplus-initgroups.c
17472         (_nss_nisplus_initgroups_dyn): Likewise.
17473         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17474         (_nss_nisplus_getnetbyaddr_r): Likewise.
17475         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17476         (_nss_nisplus_getprotobynumber_r): Likewise.
17477         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17478         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17479         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17480         Likewise.
17481         * nis/nss_nisplus/nisplus-service.c
17482         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17483         (_nss_nisplus_getservbyport_r): Likewise.
17484         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17485         (_nss_nisplus_getspnam_r): Likewise.
17486         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17487         Likewise.
17488         * nscd/aicache.c (addhstaiX): Likewise.
17489         * nscd/cache.c (cache_search, prune_cache): Likewise.
17490         * nscd/connections.c (register_traced_file, send_ro_fd)
17491         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17492         (main_loop_epoll): Likewise.
17493         * nscd/grpcache.c (addgrbyX): Likewise.
17494         * nscd/hstcache.c (addhstbyX): Likewise.
17495         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17496         * nscd/mem.c (gc, mempool_alloc): Likewise.
17497         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17498         (addinnetgrX): Likewise.
17499         * nscd/nscd-client.h (__nscd_acquire_maplock)
17500         (__nscd_drop_map_ref): Likewise.
17501         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17502         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17503         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17504         Likewise.
17505         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17506         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17507         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17508         (__nscd_get_map_ref): Likewise.
17509         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17510         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17511         Likewise.
17512         * nscd/pwdcache.c (addpwbyX): Likewise.
17513         * nscd/selinux.c (preserve_capabilities): Likewise.
17514         * nscd/servicescache.c (addservbyX): Likewise.
17515         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17516         * posix/fnmatch.c (fnmatch): Likewise.
17517         * posix/getopt.c (_getopt_internal_r): Likewise.
17518         * posix/glob.c (glob, glob_in_dir): Likewise.
17519         * posix/wordexp.c (exec_comm_child): Likewise.
17520         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17521         (getanswer_r, gaih_getanswer_slice): Likewise.
17522         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17523         * resolv/res_init.c: Likewise.
17524         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17525         * resolv/res_query.c (__libc_res_nquery): Likewise.
17526         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17527         Likewise.
17528         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17529         * stdio-common/perror.c (perror): Likewise.
17530         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17531         * stdio-common/tmpnam.c (tmpnam): Likewise.
17532         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17533         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17534         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17535         Likewise.
17536         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17537         * stdlib/putenv.c (putenv): Likewise.
17538         * stdlib/setenv.c (__add_to_environ): Likewise.
17539         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17540         * stdlib/strtol_l.c (INTERNAL): Likewise.
17541         * string/memmem.c (memmem): Likewise.
17542         * string/strerror.c (strerror): Likewise.
17543         * string/strnlen.c (__strnlen): Likewise.
17544         * string/test-memmem.c (simple_memmem): Likewise.
17545         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17546         * sunrpc/pm_getport.c (__get_socket): Likewise.
17547         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17548         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17549         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17550         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17551         Likewise.
17552         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17553         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17554         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17555         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17556         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17557         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17558         Likewise.
17559         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17560         Likewise.
17561         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17562         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17563         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17564         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17565         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17566         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17567         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17568         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17569         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17570         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17571         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17572         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17573         Likewise.
17574         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17575         Likewise.
17576         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17577         Likewise.
17578         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17579         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17580         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17581         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17582         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17583         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17584         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17585         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17586         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17587         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17588         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17589         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17590         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17591         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17592         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17593         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17594         Likewise.
17595         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17596         Likewise.
17597         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17598         Likewise.
17599         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17600         Likewise.
17601         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17602         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17603         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17604         Likewise.
17605         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17606         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17607         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17608         * sysdeps/posix/sleep.c: Likewise.
17609         * sysdeps/posix/tempname.c: Likewise.
17610         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17611         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17612         Likewise.
17613         * sysdeps/powerpc/powerpc32/dl-machine.h
17614         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17615         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17616         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17617         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17618         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17619         Likewise.
17620         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17621         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17622         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17623         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17624         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17625         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17626         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17627         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17628         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17629         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17630         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17631         (elf_machine_lazy_rel): Likewise.
17632         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17633         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17634         (elf_machine_lazy_rel): Likewise.
17635         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17636         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17637         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17638         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17639         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17640         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17641         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17642         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17643         Likewise.
17644         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17645         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17646         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17647         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17648         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17649         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17650         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17651         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17652         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17653         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17654         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17655         Likewise.
17656         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17657         (__posix_fallocate64_l64): Likewise.
17658         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17659         (posix_fallocate): Likewise.
17660         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17661         Likewise.
17662         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17663         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17664         (getifaddrs_internal): Likewise.
17665         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17666         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17667         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17668         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17669         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17670         (__posix_fallocate64_l64): Likewise.
17671         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17672         Likewise.
17673         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17674         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17675         (__get_clockfreq): Likewise.
17676         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17677         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17678         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17679         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17680         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17681         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17682         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17683         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17684         Likewise.
17685         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17686         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17687         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17688         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17689         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17690         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17691         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17692         Likewise.
17693         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17694         (posix_fallocate): Likewise.
17695         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17696         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17697         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17698         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17699         (elf_machine_rela, elf_machine_rela_relative)
17700         (elf_machine_lazy_rel): Likewise.
17701         * time/asctime.c (asctime_internal): Likewise.
17702         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17703         * time/tzset.c (__tzset_parse_tz): Likewise.
17704         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17705         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17706         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17707         * wcsmbs/wcsmbsload.h: Likewise.
17709         [BZ #15894]
17710         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17712         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17713         (arena_get2): Remove THREAD_STATS conditionals.
17714         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17715         (__malloc_stats, int): Likewise.
17717 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17719         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17720         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17722         * manual/setjmp.texi: Fix typos/grammar errors.
17724         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17725         Only return early when n is <= 0.  Delete unused return statement.
17727         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17728         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17729         * debug/tst-longjmp_chk3.c: New file.
17731         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17732         (test_main): Replace code with set_fortify_handler call.
17733         * debug/test-strcpy_chk.c: Likewise.
17734         * debug/tst-chk1.c: Likewise.
17735         * debug/tst-longjmp_chk.c: Likewise.
17736         * test-skeleton.c: Include fcntl.h & paths.h
17737         (set_fortify_handler): Define.
17739         * debug/tst-longjmp_chk.c: Add header comment and include
17740         ../test-skeleton.c.
17741         (do_test): Mark static.
17742         (TEST_FUNCTION): Define.
17744         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17745         (IP_PMTUDISC_INTERFACE): Likewise.
17746         (IP_MULTICAST_IF): Likewise.
17747         (IP_MULTICAST_TTL): Likewise.
17748         (IP_MULTICAST_LOOP): Likewise.
17749         (IP_ADD_MEMBERSHIP): Likewise.
17750         (IP_DROP_MEMBERSHIP): Likewise.
17751         (IP_UNBLOCK_SOURCE): Likewise.
17752         (IP_BLOCK_SOURCE): Likewise.
17753         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17754         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17755         (IP_MSFILTER): Likewise.
17756         (MCAST_JOIN_GROUP): Likewise.
17757         (MCAST_BLOCK_SOURCE): Likewise.
17758         (MCAST_UNBLOCK_SOURCE): Likewise.
17759         (MCAST_LEAVE_GROUP): Likewise.
17760         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17761         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17762         (MCAST_MSFILTER): Likewise.
17763         (IP_MULTICAST_ALL): Likewise.
17764         (IP_UNICAST_IF): Likewise.
17766         * timezone/Makefile: Delete $(have-ksh) check.
17767         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17768         * timezone/tzselect.ksh: Add +x mode bits.
17770         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17771         (ANON_INODE_FS_MAGIC): Likewise.
17772         (BDEVFS_MAGIC): Likewise.
17773         (BINFMTFS_MAGIC): Likewise.
17774         (BTRFS_TEST_MAGIC): Likewise.
17775         (CRAMFS_MAGIC_WEND): Likewise.
17776         (DEBUGFS_MAGIC): Likewise.
17777         (ECRYPTFS_SUPER_MAGIC): Likewise.
17778         (EXT3_SUPER_MAGIC): Likewise.
17779         (EXT4_SUPER_MAGIC): Likewise.
17780         (FUTEXFS_SUPER_MAGIC): Likewise.
17781         (HOSTFS_SUPER_MAGIC): Likewise.
17782         (HUGETLBFS_MAGIC): Likewise.
17783         (MINIX3_SUPER_MAGIC): Likewise.
17784         (MTD_INODE_FS_MAGIC): Likewise.
17785         (NILFS_SUPER_MAGIC): Likewise.
17786         (OPENPROM_SUPER_MAGIC): Likewise.
17787         (PIPEFS_MAGIC): Likewise.
17788         (PSTOREFS_MAGIC): Likewise.
17789         (QNX6_SUPER_MAGIC): Likewise.
17790         (RAMFS_MAGIC): Likewise.
17791         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17792         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17793         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17794         (SECURITYFS_MAGIC): Likewise.
17795         (SELINUX_MAGIC): Likewise.
17796         (SMACK_MAGIC): Likewise.
17797         (SOCKFS_MAGIC): Likewise.
17798         (SQUASHFS_MAGIC): Likewise.
17799         (STACK_END_MAGIC): Likewise.
17800         (TMPFS_MAGIC): Likewise.
17801         (USBDEVICE_SUPER_MAGIC): Likewise.
17802         (V9FS_MAGIC): Likewise.
17803         (XENFS_SUPER_MAGIC): Likewise.
17804         (CRAMFS_MAGIC): Fix typo in comment.
17805         (EXT2_SUPER_MAGIC): Update comment.
17806         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17808 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17810         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17811         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17812         * sysdeps/unix/sysv/linux/arm: Move directory from
17813         ports/sysdeps/unix/sysv/linux/arm.
17814         * README: Update listing for arm-*-linux-gnueabi.
17816         * README: Remove mention of am33.
17818 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17820         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17821         than the comma operator, to avoid "rhs of comma has no effect"
17822         compiler warnings.
17823         (__sigfillset, __sigandset, __sigorset): Likewise.
17824         * include/signal.h (__sigemptyset): Likewise.
17825         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17827 2014-02-07  Allan McRae  <allan@archlinux.org>
17829         * version.h (RELEASE): Set to "development".
17830         (VERSION): Set to "2.19.90"
17831         * NEWS: Add 2.20 section.
17833 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17835         [BZ #16529]
17836         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17838 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17840         * manual/contrib.texi: Update entry for Carlos O'Donell,
17841         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17843 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17845         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17847         * sysdeps/unix/sysv/linux/kernel-features.h
17848         [__LINUX_KERNEL_VERSION >= 0x020621]
17849         (__ASSUME_PROC_PID_TASK_COMM): Define.
17851 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17853         [BZ #16398]
17854         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17855         conversion when destination buffer does not have enough space.
17856         * libio/tst-ftell-partial-wide.c: New test case.
17857         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17859         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17860         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17861         Leonard and Allan McRae.
17863 2014-02-04  David S. Miller  <davem@davemloft.net>
17865         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17866         32-bit.
17868 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17871         New file
17872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17873         New file
17874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17875         New file.
17876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17877         New file.
17878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17879         New file.
17880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17881         New file.
17882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17883         New file.
17884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17885         New file.
17886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17887         New file.
17888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17889         New file.
17890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17891         New file.
17892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17893         New file.
17894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17895         New file.
17897 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17899         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17900         * shlib-versions: Likewise.
17902 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17903             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17905         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17906         (abilist-pattern): New variable, set to %-le.abilist.
17908         * Makerules (abilist-pattern): New variable.
17909         (vpath): Use $(abilist-pattern) in place of %.abilist.
17910         (check-abi-% pattern rule): Likewise.
17911         (check-abi, update-abi): Likewise.
17913 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17915         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17917 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17919         * manual/startup.texi: Add next, previous, and top entries for
17920         the `Program Arguments' and `Environment Variables' nodes.
17922 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17924         * manual/macros.texi: Add comments before MTASC-safety macros.
17926         * manual/users.texi: Document MTASC-safety properties.
17928         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17929         (pthread_getspecific, pthread_setspecific): Format with
17930         @deftypefun, and add @safety note.
17931         * manual/signal.texi: Move comments that analyze the above
17932         functions to their home place.
17934 2014-02-03  Allan McRae  <allan@archlinux.org>
17936         * po/sl.po: Update Slovenian translation from translation project.
17938 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17940         * manual/time.texi (timegm): Add missing blank after @c.
17941         Reported by Joseph Myers <joseph@codesourcery.com>.
17943 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17945         * manual/check-safety.sh: New.
17946         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17948         * manual/terminal.texi: Document MTASC-safety properties.
17950         * manual/filesys.texi: Document MTASC-safety properties.
17952         * manual/errno.texi: Document MTASC-safety properties.
17954         * manual/intro.texi: Document safety identifiers and
17955         conditionals.
17957         * manual/string.texi (wcstok): Fix prototype.
17958         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17960         * manual/time.texi: Document MTASC-safety properties.
17962         * manual/string.texi: Document MTASC-safety properties.
17964         * manual/threads.texi: Document MTASC-safety properties.
17966         * manual/stdio.texi: Document MTASC-safety properties.
17968         * manual/syslog.texi: Document MTASC-safety properties.
17970         * manual/sysinfo.texi: Document MTASC-safety properties.
17972         * manual/startup.texi: Document MTASC-safety properties.
17974         * manual/socket.texi: Document MTASC-safety properties.
17976         * manual/signal.texi: Document MTASC-safety properties.
17978 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17980         * manual/setjmp.texi: Document MTASC-safety properties.
17982         * manual/search.texi: Document MTASC-safety properties.
17984         * manual/resource.texi: Document MTASC-safety properties.
17986         * manual/process.texi: Document MTASC-safety properties.
17988         * manual/platform.texi: Document MTASC-safety properties.
17990         * manual/pipe.texi: Document MTASC-safety properties.
17992         * manual/pattern.texi: Document MTASC-safety properties.
17994         * manual/message.texi: Document MTASC-safety properties.
17996         [BZ #12751]
17997         * manual/memory.texi: Document MTASC-safety properties.
17999         * manual/math.texi: Document MTASC-safety properties.
18001         * manual/locale.texi: Document MTASC-safety properties.
18003         * manual/llio.texi: Document MTASC-safety properties.
18005         * manual/libdl.texi: New.
18007         * manual/lang.texi: Document MTASC-safety properties.
18009         * manual/job.texi: Document MTASC-safety properties.
18011         * manual/getopt.texi: Document MTASC-safety properties.
18013         * manual/ctype.texi: Document MTASC-safety properties.
18015 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18017         [BZ #16046]
18018         * csu/libc-tls.c (static_map): Remove variable.
18019         (__libc_setup_tls): Use main executable's link map for TLS data.
18020         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18021         casing for LM_ID_BASE and GL(dl_nns).
18022         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18023         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18024         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18025         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18026         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18027         member.
18028         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18029         l_phnum members.
18031 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18033         * manual/debug.texi: Document MTASC-safety properties.
18035 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18037         [BZ #16510]
18038         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18039         of __x86_64__ when disabling x87 inline functions.
18041 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18043         * manual/charset.texi: Document MTASC-safety properties.
18045         * manual/crypt.texi: Document MTASC-safety properties.
18047         * manual/conf.texi: Document MTASC-safety properties.
18049         * manual/arith.texi: Document MTASC-safety properties.
18051         * manual/argp.texi: Document MTASC-safety properties.
18053         * manual/macros.texi: Introduce macros to document multi
18054         thread, asynchronous signal and asynchronous cancellation
18055         safety properties.
18056         * manual/intro.texi: Introduce the properties themselves.
18058 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18060         * sysdeps/sh/sh4/Makefile: New file.
18062 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18064         * math/gen-libm-test.pl ($srcdir): New variable.
18065         ($auto_input): Use it.
18067 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18069         [BZ #16506]
18070         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18071         access beyond array bounds when parsing netgroups file.
18073         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18074         the old buffer before realloc.
18076 2014-01-27  Allan McRae  <allan@archlinux.org>
18078         * po/fr.po: Update French translation from translation project.
18080 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18082         * sysdeps/sh/libm-test-ulps: Regenerate.
18084 2014-01-24  David S. Miller  <davem@davemloft.net>
18086         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18088 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18090         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18091         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18093 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18095         [BZ #16474]
18096         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18097         string pointers after reallocation.
18099 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18101         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18102         __SH4A__ instead of __SH_FPU_ANY__.
18104 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18106         * sysdeps/sh/fpu_control.h: New file.
18107         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18108         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18109         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18110         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18111         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18112         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18113         * sysdeps/sh/sys/ucontext.h: Remove.
18114         * sysdeps/sh/sys: Remove directory.
18116 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18118         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18119         s390/sys/ucontext.h.
18120         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18121         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18123 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18125         [BZ #15605]
18126         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18128 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18130         [BZ#16431]
18131         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18132         Adjust the vDSO correctly for internal calls.
18133         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18135 2014-01-20  Allan McRae  <allan@archlinux.org>
18137         * po/ca.po: Update Catalan translation from translation project.
18139 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18141         * sysdeps/s390/sotruss-lib.c: New file.
18143 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18145         [BZ#16430]
18146         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18147         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18148         local calls issues by not having a PLT stub required for IFUNC calls.
18149         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18151 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18153         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18154         * math/test-fpucw-static.c: Likewise.
18156 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18158         [BZ #16453]
18159         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18161 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18163         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18164         implementation for powerpc.
18166 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18168         [BZ #14782]
18169         * sysdeps/posix/system.c (__libc_system): Do not enable
18170         asynchronous cancellation.
18172 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18174         [BZ #16427]
18175         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18176         handling only for numbers special also in the IEEE case.
18178 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18180         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18182 2014-01-11  Allan McRae  <allan@archlinux.org>
18184         * po/bg.po: Update Bulgarian translation from translation project.
18186         * po/de.po: Update German translation from translation project.
18188 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18190         * sysdeps/generic/gcc-compat.h: New file.
18192 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18194         * benchtests/asin-inputs: Correct slow inputs.
18195         * benchtests/acos-inputs: Likewise.
18197 2014-01-10  Allan McRae  <allan@archlinux.org>
18199         * po:sv.po: Update Swedish translation from translation project.
18201         * po/vi.po: Update Vietnamese translation from translation project.
18203         * po/eo.po: Update Esperanto translation from translation project.
18205         * po/cs.po: Update Czech translation from translation project.
18207         * po/nl.po: Update Dutch translation from translation project.
18209         * po/pl.po: Update Polish translation from translation project.
18211         * po/ru.po: Update Russian translation from translation project.
18213         * po/uk.po: Update Ukrainian translation from translation project.
18215 2014-01-08  Brooks Moses  <bmoses@google.com>
18217         * elf/dl-load.c: Fix comment typo.
18219 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18221         * po/header.pot: Rename to...
18222         * po/pot.header: ... this.
18223         * po/Makefile: Use pot.header.
18225 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18226             Maxim Kuvyrkov  <maxim@kugelworks.com>
18228         [BZ #16394]
18229         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18230         SRC and DEST against LEN.
18232 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18234         [BZ #16414]
18235         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18236         implementation.
18237         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18239 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18243 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18245         [BZ #16408]
18246         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18247         for large positive arguments.
18249 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18251         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18253         * math/auto-libm-test-in: Mark various tests with
18254         xfail-rounding:ldbl-128ibm.
18255         * math/auto-libm-test-out: Regenerated.
18257         [BZ #16407]
18258         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18259         Increase overflow threshold.
18261 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18263         [BZ #14286]
18264         * stdio-common/vfprintf.c: Check for integer overflow.
18266 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18268         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18269         the first argument and return value of __tls_get_addr_internal.
18271 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18273         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18274         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18276 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18278         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18279         * sysdeps/s390/rtld-global-offsets.sym: New file.
18280         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18281         GLIBC_2.19 symbol.
18282         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18283         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18284         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18285         ... this.
18286         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18287         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18288         ... this.
18289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18290         Regenerate.
18291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18292         Regenerate.
18293         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18294         halfs of GPRs for high_gprs contexts.
18295         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18296         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18297         field.
18298         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18299         uc_flags field.
18300         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18301         64 bit versions:
18302         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18303         for high GPRs (uc_high_gprs) and for future extensions
18304         (__reserved).
18305         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18306         for future extensions (__reserved).
18307         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18308         64 bit versions:
18309         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18310         SC_HIGHGPRS offset definition.
18311         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18312         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18314         * Versions.def: Add GLIBC_2.19 for libpthread.
18315         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18316         siglongjmp for libpthread with GLIBC_2.19 symver.
18317         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18318         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18319         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18320         * sysdeps/s390/__longjmp.c: New file.
18321         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18322         * sysdeps/s390/longjmp.c: New file.
18323         * sysdeps/s390/setjmp.S: New file.
18324         * sysdeps/s390/sigjmp.S: New file.
18325         * sysdeps/s390/v1-longjmp.c: New file.
18326         * sysdeps/s390/v1-setjmp.h: New file.
18327         * sysdeps/s390/v1-sigjmp.c: New file.
18328         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18329         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18330         GLIBC_2.19 version.
18331         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18332         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18333         versioned symbols for ____longjmp_chk.
18334         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18335         Likewise.
18336         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18337         Regenerate.
18338         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18339         Regenerate.
18340         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18341         Regenerate.
18342         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18343         Regenerate.
18344         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18345         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18346         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18347         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18348         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18349         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18350         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18351         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18352         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18353         * sysdeps/s390/rtld-__longjmp.c: New file.
18354         * sysdeps/s390/rtld-setjmp.S: New file.
18356 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18358         [BZ #16400]
18359         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18360         Return -__logl (x) for small positive arguments without evaluating
18361         a polynomial.
18363 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18365         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18366         Rename to ...
18367         (__ptrace_peeksiginfo_args): ... this.
18368         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18369         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18370         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18372 2014-01-06  Allan McRae  <allan@archlinux.org>
18374         * inet/netinet/in.h: Fix typo in comment.
18376 2014-01-05  Andreas Jaeger  <aj@suse.de>
18378         * sysdeps/i386/fpu/libm-test-ulps: Update.
18380 2014-01-05  Allan McRae  <allan@archlinux.org>
18382         * po/libc.pot: Regenerated.
18384         * malloc/memusagestat.c: Fix gettext call formatting.
18386 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18388         * nscd/nscd.c: Improve usage() output.
18390 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18392         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18393         * sysdeps/unix/sysv/linux/configure: Regenerated.
18394         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18395         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18397 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18399         [BZ #16390]
18400         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18401         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18403 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18405         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18406         extra tokens at end of #undef directive.
18407         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18408         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18409         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18411 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18413         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18415         * math/auto-libm-test-in: Mark various tests with
18416         xfail-rounding:ldbl-128ibm.
18417         * math/auto-libm-test-out: Regenerated.
18419 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18421         [BZ #16386]
18422         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18423         numbers with subnormal high part when calculating exponent.
18425         [BZ #16385]
18426         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18427         fabs.
18429         [BZ #16384]
18430         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18431         M_LN2l.
18432         (__ieee754_acoshl): Use __log1pl not __log1p.
18434 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18436         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18437         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18438         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18439         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18440         (reused_arena, arena_get2): Convert to GNU style.
18441         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18442         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18443         (memalign_check, __malloc_set_state): Likewise.
18444         * malloc/mallocbug.c (main): Likewise.
18445         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18446         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18447         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18448         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18449         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18450         (__posix_memalign, malloc_info): Likewise.
18451         * malloc/malloc.h: Likewise.
18452         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18453         (mallochook, memalignhook, reallochook, mabort): Likewise.
18454         * malloc/mcheck.h: Likewise.
18455         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18456         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18457         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18458         * malloc/morecore.c (__default_morecore): Likewise.
18459         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18460         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18461         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18462         (print_and_abort): Likewise.
18463         * malloc/obstack.h: Likewise.
18464         * malloc/set-freeres.c (__libc_freeres): Likewise.
18465         * malloc/tst-mallocstate.c (main): Likewise.
18466         * malloc/tst-mtrace.c (main): Likewise.
18467         * malloc/tst-realloc.c (do_test): Likewise.
18469 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18471         [BZ #16366]
18472         * nscd/netgroupcache.c (do_notfound): New function.
18473         (addgetnetgrentX): Use it.
18475         [BZ # 16365]
18476         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18477         NSS_STATUS_NOTFOUND.
18479 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18481         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18484 2014-01-01  Allan McRae  <allan@archlinux.org>
18486         * scripts/update-copyrights: Update configure input file suffix.
18488         * NEWS: Update copyright year.
18489         * catgets/gencat.c: Likewise.
18490         * csu/version.c: Likewise.
18491         * debug/catchsegv.sh: Likewise.
18492         * debug/pcprofiledump.c: Likewise.
18493         * debug/xtrace.sh: Likewise.
18494         * elf/ldconfig.c: Likewise.
18495         * elf/ldd.bash.in: Likewise.
18496         * elf/pldd.c: Likewise.
18497         * elf/sotruss.ksh: Likewise.
18498         * elf/sprof.c: Likewise.
18499         * iconv/iconv_prog.c: Likewise.
18500         * iconv/iconvconfig.c: Likewise.
18501         * locale/programs/locale.c: Likewise.
18502         * locale/programs/localedef.c: Likewise.
18503         * login/programs/pt_chown.c: Likewise.
18504         * malloc/memusage.sh: Likewise.
18505         * malloc/memusagestat.c: Likewise.
18506         * malloc/mtrace.pl: Likewise.
18507         * manual/libc.texinfo: Likewise.
18508         * nscd/nscd.c: Likewise.
18509         * nss/getent.c: Likewise.
18510         * nss/makedb.c: Likewise.
18511         * posix/getconf.c: Likewise.
18512         * scripts/test-installation.pl: Likewise.
18514         * All files with FSF copyright notices: Update copyright dates
18515         using scripts/update-copyrights.
18516         * intl/plural.c: Regenerated.
18517         * locale/programs/charmap-kw.h: Likewise.
18518         * locale/programs/locfile-kw.h: Likewise.
18520 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18522         * sysdeps/unix/sysv/linux/configure: Regenerated.
18523         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18524         the linux/fanotify.h header.
18525         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18526         HAVE_LINUX_FANOTIFY_H is defined.
18528 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18530         * benchtests/cos-inputs: New inputs.
18531         * benchtests/sin-inputs: Likewise.
18533         * benchtests/atan-inputs: New inputs. Fix name of multiple
18534         precision fallback inputs.
18536         * benchtests/atanh-inputs: New inputs.
18537         * benchtests/tanh-inputs: Likewise.
18539         * benchtests/acosh-inputs: New inputs.
18540         * benchtests/asinh-inputs: Likewise.
18542         * benchtests/cosh-inputs: New inputs.
18543         * benchtests/sinh-inputs: Likewise.
18545         * benchtests/acos-inputs: Add more inputs.
18546         * benchtests/asin-inputs: Likewise.
18548 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18550         [BZ #16375]
18551         * manual/arith.texi: Fix spelling.
18552         * manual/charset.texi: Likewise.
18553         * manual/errno.texi: Likewise.
18554         * manual/filesys.texi: Likewise.
18555         * manual/lang.texi: Likewise.
18556         * manual/llio.texi: Likewise.
18557         * manual/locale.texi: Likewise.
18558         * manual/message.texi: Likewise.
18559         * manual/resource.texi: Likewise.
18560         * manual/search.texi: Likewise.
18561         * manual/setjmp.texi: Likewise.
18562         * manual/stdio.texi: Likewise.
18563         * manual/string.texi: Likewise.
18564         * manual/sysinfo.texi: Likewise.
18565         * manual/time.texi: Likewise.
18567 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18569         * po/sl.po: New file.
18571 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18573         * .gitignore: Add core/.gdbinit/.gdb_history.
18575 2013-12-27  Allan McRae  <allan@archlinux.org>
18577         [BZ #16369]
18578         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18579         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18581 2013-12-24  Brooks Moses  <bmoses@google.com>
18583         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18584         all compilers that claim C++98 compliance, not just GCC.
18585         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18586         Likewise.
18588 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18590         * NEWS: Restore accidentally deleted bug-fix entries.
18592 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18593             Ondřej Bílka  <neleai@seznam.cz>
18595         [BZ #15073]
18596         * malloc/malloc.c (_int_free): Perform sanity check only if we
18597         have_lock.
18599 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18601         [BZ #12986]
18602         * manual/stdio.texi (String Input Conversions): Clarify that character
18603         classes are not supported.
18605 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18609 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18611         [BZ #16337]
18612         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18613         Calculate results for small negative arguments directly rather
18614         than using reflection formula with special underflow handling.
18616         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18617         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18618         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18619         (fchflags): Likewise.
18620         (revoke): Likewise.
18621         (setlogin): Likewise.
18622         (sigaltstack): Likewise.
18623         (wait4): Likewise.
18624         (sigblock): Remove.
18625         (sigsetmask): Likewise.
18626         (wait3): Likewise.
18627         (waitpid): Likewise.
18628         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18629         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18630         file.
18631         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18632         * sysdeps/unix/bsd/Makefile: ... here.
18633         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18634         * sysdeps/unix/bsd/Versions: ... here.
18635         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18636         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18637         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18638         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18639         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18640         * sysdeps/unix/bsd/sigblock.c: ... here.
18641         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18642         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18643         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18644         * sysdeps/unix/bsd/sigvec.c: ... here.
18645         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18646         * sysdeps/unix/bsd/tcdrain.c: ... here.
18647         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18648         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18649         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18650         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18651         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18652         * sysdeps/unix/bsd/wait.c: ... here.
18653         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18654         * sysdeps/unix/bsd/wait3.c: ... here.
18655         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18656         * sysdeps/unix/bsd/waitpid.c: ... here.
18658 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18660         [BZ #16356]
18661         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18662         round-to-nearest for [!USE_AS_EXPM1L].
18663         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18664         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18665         more tests of exp and exp10.  Expect some exp10 tests to miss
18666         exceptions or fail in directed rounding modes.
18667         * math/auto-libm-test-out: Regenerated.
18668         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18669         (exp10_test_tonearest): New function.
18670         (exp10_towardzero_test_data): New array.
18671         (exp10_test_towardzero): New function.
18672         (exp10_downward_test_data): New array.
18673         (exp10_test_downward): New function.
18674         (exp10_upward_test_data): New array.
18675         (exp10_test_upward): New function.
18676         (main): Call the new functions.
18677         * sysdeps/i386/fpu/libm-test-ulps: Update.
18678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18680 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18682         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18683         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18684         * math/auto-libm-test-out: Regenerated.
18685         * math/libm-test.inc (acosh_test_data): Add more tests.
18686         (atanh_test_data): Likewise.
18687         (ceil_test_data): Likewise.
18688         (copysign_test_data): Likewise.
18689         * sysdeps/i386/fpu/libm-test-ulps: Update.
18690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18692         * timezone/checktab.awk: Update from tzcode 2013i.
18693         * timezone/private.h: Likewise.
18694         * timezone/scheck.c: Likewise.
18695         * timezone/tzfile.h: Likewise.
18696         * timezone/tzselect.ksh: Likewise.
18697         * timezone/zdump.c: Likewise.
18698         * timezone/zic.c: Likewise.
18700         * math/auto-libm-test-in: Add tests of cpow.
18701         * math/auto-libm-test-out: Regenerated.
18702         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18703         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18704         mpc_cc_c.
18705         (func_calc_desc): Add mpc_cc_c union field.
18706         (test_functions): Add cpow.
18707         (special_fill_2pi): New function.
18708         (special_real_inputs): Add 2pi.
18709         (calc_generic_results): Handle mpc_cc_c.
18710         * sysdeps/i386/fpu/libm-test-ulps: Update.
18711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18713         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18714         csqrt, ctan and ctanh.
18715         * math/auto-libm-test-out: Regenerated.
18716         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18717         (TEST_COND_x86): Likewise.
18718         (ccos_test_data): Use AUTO_TESTS_c_c.
18719         (ccosh_test_data): Likewise.
18720         (cexp_test_data): Likewise.
18721         (clog_test_data): Likewise.
18722         (csqrt_test_data): Likewise.
18723         (ctan_test_data): Likewise.
18724         (ctan_tonearest_test_data): Likewise.
18725         (ctan_towardzero_test_data): Likewise.
18726         (ctan_downward_test_data): Likewise.
18727         (ctan_upward_test_data): Likewise.
18728         (ctanh_test_data): Likewise.
18729         (ctanh_tonearest_test_data): Likewise.
18730         (ctanh_towardzero_test_data): Likewise.
18731         (ctanh_downward_test_data): Likewise.
18732         (ctanh_upward_test_data): Likewise.
18733         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18734         mpc_c_c.
18735         (func_calc_desc): Add mpc_c_c union field.
18736         (FUNC_mpc_c_c): New macro.
18737         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18738         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18739         ctanh.
18740         (special_fill_min_subnorm_p120): New function.
18741         (special_real_inputs): Add min_subnorm_p120.
18742         (calc_generic_results): Handle mpc_c_c.
18743         * sysdeps/i386/fpu/libm-test-ulps: Update.
18744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18746 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18748         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18749         (do_sin_slow): New functions.
18750         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18751         (cslow2, csloww1, csloww2): Use the new functions.
18753         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18754         Use M to change sign of result instead of X.  Assume X is
18755         positive.
18756         (csloww1): Likewise.
18757         (__sin): Adjust.
18758         (__cos): Adjust.
18760         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18761         arguments A and DA.
18762         (__sin): Adjust.
18763         (__cos): Likewise.
18765         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18766         (__cos): Likewise.
18767         (sloww1): Don't adjust sign of DX.
18768         (csloww1): Likewise.
18769         (sloww2): Use X directly and don't adjust sign of DX.
18770         (csloww2): Likewise.
18772 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18774         * math/auto-libm-test-in: Add tests of cabs and carg.
18775         * math/auto-libm-test-out: Regenerated.
18776         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18777         (carg_test_data): Likewise.
18778         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18779         mpc_c_f.
18780         (func_calc_desc): Add mpc_c_f union field.
18781         (test_functions): Add cabs and carg.
18782         (calc_generic_results): Handle mpc_c_f.
18784         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18785         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18786         as a macro and a compat symbol.
18787         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18788         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18789         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18790         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18791         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18792         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18793         not use .hidden.
18794         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18795         Likewise.
18796         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18797         Likewise.
18798         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18799         Likewise.
18800         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18801         Likewise.
18802         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18803         Likewise.
18804         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18805         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18806         from GLIBC_2.3.2.
18808 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18812 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18814         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18815         trailing whitespace removed.
18816         * scripts/config.guess: Update to version 2013-11-29.
18817         * scripts/config.sub: Update to version 2013-10-01.
18819         * math/auto-libm-test-in: Add tests of sincos.
18820         * math/auto-libm-test-out: Regenerated.
18821         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18822         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18823         mpfr_f_11.
18824         (func_calc_desc): Add mpfr_f_11 union field.
18825         (test_functions): Add sincos.
18826         (calc_generic_results): Handle mpfr_f_11.
18827         * sysdeps/i386/fpu/libm-test-ulps: Update.
18828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18830 2013-12-19  Andreas Schwab  <schwab@suse.de>
18832         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18833         CALL_MCOUNT.
18834         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18835         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18836         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18838 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18840         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18841         * sysdeps/i386/fpu/libm-test-ulps: Update.
18842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18844         [BZ #16293]
18845         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18846         round-to-nearest mode when using frndint.
18847         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18848         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18849         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18850         Likewise.
18851         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18852         sinh test to fail.
18853         * math/auto-libm-test-out: Regenerated.
18854         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18855         (TEST_COND_x86): Likewise.
18856         (expm1_tonearest_test_data): New array.
18857         (expm1_test_tonearest): New function.
18858         (expm1_towardzero_test_data): New array.
18859         (expm1_test_towardzero): New function.
18860         (expm1_downward_test_data): New array.
18861         (expm1_test_downward): New function.
18862         (expm1_upward_test_data): New array.
18863         (expm1_test_upward): New function.
18864         (main): Run the new test functions.
18865         * sysdeps/i386/fpu/libm-test-ulps: Update.
18866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18868         * include/features.h: Update comment documenting feature test
18869         macros.  Mention _DEFAULT_SOURCE in comment.
18870         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18871         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18872         _BSD_SOURCE and _SVID_SOURCE.
18873         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18874         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18875         !_SVID_SOURCE]: Likewise.
18876         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18877         (__USE_POSIX_IMPLICITLY): Define.
18878         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18879         (_POSIX_SOURCE): Undefine and redefine.
18880         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18881         (_POSIX_C_SOURCE): Likewise.
18882         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18883         (Feature Test Macros): Update documentation of default features.
18885 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18887         * benchtests/Makefile: Add bench-strtok.
18888         * benchtests/bench-strtok.c: New file: strtok benchtest.
18890 2013-12-19  Allan McRae  <allan@archlinux.org>
18892         * manual/install.texi: Suppress menu for plain text output.
18893         * INSTALL: Regenerated.
18895 2013-12-18  Brooks Moses  <bmoses@google.com>
18897         [BZ #15846]
18898         * misc/getauxval.c: Include errno.h.
18899         (__getauxval): Set errno to ENOENT if the requested type is not
18900         found.
18901         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18902         don't declare with __attribute_const__.
18903         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18904         * manual/startup.texi: Document that getauxval sets errno.
18906 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18908         * math/auto-libm-test-in: Add tests of jn and yn.
18909         * math/auto-libm-test-out: Regenerated.
18910         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18911         (yn_test_data): Likewise.
18912         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18913         mpfr_if_f.
18914         (func_calc_desc): Add mpfr_if_f union field.
18915         (FUNC_mpfr_if_f): New macro.
18916         (test_functions): Add jn and yn.
18917         (calc_generic_results): Assert type of second input for
18918         mpfr_ff_f.  Handle mpfr_if_f.
18919         (output_for_one_input_case): Disable all checking for arguments
18920         fitting floating-point types in case of an integer argument.
18921         * sysdeps/i386/fpu/libm-test-ulps: Update.
18922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18925         Don't expect fegetround reference in libm.so.
18927 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18929         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18930         $(config-cflags-nofma).
18932 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18934         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18935         * math/auto-libm-test-out: Regenerated.
18937         [BZ #16338]
18938         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18939         to determine exponent and adjust argument to have exponent of -1.
18940         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18941         log2.
18942         * math/auto-libm-test-out: Regenerated.
18943         * sysdeps/i386/fpu/libm-test-ulps: Update.
18944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18946 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18948         * manual/probes.texi: Remove cases when per-thread arenas are
18949         disabled.
18951 2013-12-18  Andreas Schwab  <schwab@suse.de>
18953         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18954         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18955         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18956         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18957         * sysdeps/i386/i686/multiarch/Makefile: Update.
18958         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18960 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18962         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18963         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18965 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18967         [BZ #15968]
18968         Support TZ transition times < 00:00:00.
18969         This is needed for version-3 tz-format files; it supports time
18970         stamps past 2037 for America/Godthab (the only entry in the tz
18971         database for which this change is relevant).
18972         * manual/time.texi (TZ Variable): Document transition times
18973         from -167:59:59 through -00:00:01.
18974         * time/tzset.c (tz_rule): Time of day is now signed.
18975         (__tzset_parse_tz): Parse negative time of day.
18977         Document TZ transition times >= 25:00:00.
18978         * manual/time.texi (TZ Variable): Document transition times from
18979         25:00:00 through 167:59:59.  These are already supported, and this
18980         support will help with version-3 tz-format files.
18982         * manual/time.texi (TZ Variable): Modernize North America example
18983         to reflect current (i.e., 2007-and-later) daylight saving rules.
18985         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18987 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18989         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18990         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18991         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18992         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18993         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18994         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18995         * sysdeps/unix/bsd/clock.c: Likewise.
18996         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18997         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18998         * sysdeps/unix/bsd/init-posix.c: Likewise.
18999         * sysdeps/unix/bsd/poll.c: Likewise.
19000         * sysdeps/unix/bsd/ptsname.c: Likewise.
19001         * sysdeps/unix/bsd/seekdir.c: Likewise.
19002         * sysdeps/unix/bsd/setegid.c: Likewise.
19003         * sysdeps/unix/bsd/seteuid.c: Likewise.
19004         * sysdeps/unix/bsd/setgid.c: Likewise.
19005         * sysdeps/unix/bsd/setrgid.c: Likewise.
19006         * sysdeps/unix/bsd/setruid.c: Likewise.
19007         * sysdeps/unix/bsd/setsid.c: Likewise.
19008         * sysdeps/unix/bsd/setuid.c: Likewise.
19009         * sysdeps/unix/bsd/sigaction.c: Likewise.
19010         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19011         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19012         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19013         * sysdeps/unix/bsd/telldir.c: Likewise.
19014         * sysdeps/unix/bsd/times.c: Likewise.
19015         * sysdeps/unix/bsd/usleep.c: Likewise.
19017         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19018         ($(objpfx)libbsd-compat.a): Remove rule.
19020         * include/features.h (__FAVOR_BSD): Do not define.
19021         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19022         features conflicting with POSIX.
19023         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19024         (_BSD_SOURCE): Remove description of not being a subset of other
19025         feature test macros.
19026         * manual/job.texi (getpgrp): Do not document BSD version.
19027         (getpgid): Do not document by reference to BSD getpgrp.
19028         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19029         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19030         * signal/signal.h [__FAVOR_BSD]: Likewise.
19031         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19032         instead of making contents conditional on [__FAVOR_BSD].
19033         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19035 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19039 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19041         [BZ #16314]
19042         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19043         values below 2**-450, not 2**-500.
19044         * math/auto-libm-test-in: Don't allow spurious underflow from
19045         hypot.
19046         * math/auto-libm-test-out: Regenerated.
19048         [BZ #16316]
19049         [BZ #16330]
19050         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19051         values of ha and hb and sort them after adjusting subnormal
19052         arguments.
19053         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19054         Likewise.
19055         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19056         values of ea and eb and sort them after adjusting subnormal
19057         arguments.
19058         * math/auto-libm-test-in: Do not expect some hypot tests of
19059         subnormals to fail.  Add more hypot tests.
19060         * math/auto-libm-test-out: Regenerated.
19062 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19064         [BZ #13304]
19065         * sysdeps/sh/s_fma.c: New file.
19066         * sysdeps/sh/s_fmaf.c: New file.
19067         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19068         version.
19069         * sysdeps/sh/Implies: Add sh/soft-fp.
19071 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19073         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19074         level of indirection to members `objname', `errstring', `malloced'.
19075         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19076         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19077         it as the __longjmp argument (just pass 1 instead).
19078         (_dl_catch_error): Initialize C with argument pointers and address of
19079         volatile local ERRCODE rather than copying values out of C at return.
19081 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19083         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19084         * math/auto-libm-test-out: Regenerated.
19085         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19086         (hypot_test_data): Likewise.
19087         (pow_test_data): Likewise.
19088         (pow_tonearest_test_data): Likewise.
19089         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19090         mpfr_ff_f.
19091         (func_calc_desc): Add mpfr_ff_f union field.
19092         (FUNC_mpfr_ff_f): New macro.
19093         (test_functions): Add atan2, hypot and pow.
19094         (special_fill_min): New function.
19095         (special_fill_minus_min): Likewise.
19096         (special_fill_min_subnorm): Likewise.
19097         (special_fill_minus_min_subnorm): Likewise.
19098         (special_real_inputs): Add min, -min, min_subnorm and
19099         -min_subnorm.
19100         (calc_generic_results): Handle mpfr_ff_f.
19101         * sysdeps/i386/fpu/libm-test-ulps: Update.
19102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19104 2013-12-16  Will Newton  <will.newton@linaro.org>
19106         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19107         (Aligned Memory Blocks): Add documentation for aligned_alloc
19108         and suggest it as an alternative to posix_memalign.
19109         (Hooks for Malloc): Document __memalign_hook is also called
19110         for aligned_alloc.  (Summary of Malloc): Add summary for
19111         aligned alloc.  Document __memalign_hook is also called
19112         for aligned_alloc.
19114 2013-12-16  Will Newton  <will.newton@linaro.org>
19116         * manual/memory.texi (Malloc Examples): Clarify default
19117         alignment documentation.  Suggest posix_memalign rather
19118         than memalign or valloc.
19119         (Aligned Memory Blocks): Remove suggestion to use memalign
19120         or valloc.  Remove obsolete comment about BSD.
19121         Document memalign errno values and mark the function obsolete.
19122         Document posix_memalign returned error codes.  Mark valloc
19123         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19124         called for posix_memalign and valloc.
19125         (Summary of Malloc): Add posix_memalign to function summary.
19126         __memalign_hook is also called for posix_memalign and valloc.
19128 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19130         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19131         TAYLOR_SIN.
19132         (__sin): Adjust.
19133         (__cos): Likewise.
19134         (sloww): Use mynumber union.  Expand ternary operator into
19135         if-else statements.
19136         (cslow): use mynumber union.
19138 2013-12-16  Allan McRae  <allan@archlinux.org>
19140         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19141         * configure: Regenerated.
19143         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19145         [BZ #14120]
19146         * configure.ac: Added --enable-maintainer-mode. Check for
19147         autoconf when enabled.
19148         * configure: Regenerated.
19150         * nscd/nscd.service: New file.
19151         * nscd/nscd.tmpfiles: New file.
19153 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19155         [BZ #12100]
19156         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19157         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19158         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19159         (strstr): Add __strstr_sse2_unaligned ifunc.
19160         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19161         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19162         (strcasestr): Remove __strcasestr_sse42 ifunc.
19163         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19164         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19165         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19167 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19169         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19170         * sysdeps/sh/bits/fenv.h: ... here.
19171         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19173 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19175         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19177         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19178         hypotf multiarch implementations.
19179         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19180         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19181         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19182         multiarch hypot for PPC64.
19183         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19184         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19185         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19186         multiarch hypotf for PPC64.
19188         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19189         modff multiarch implementations.
19190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19193         multiarch modf for PPC64.
19194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19197         multiarch modff for PPC64.
19199         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19200         and logl multiarch implementations.
19201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19204         multiarch logb for PPC64.
19205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19208         multiarch logb for PPC64.
19209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19212         multiarch logb for PPC64.
19214         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19215         isinff multiarch implementation.
19216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19217         file.
19218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19220         multiarch isinf for PPC64.
19221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19222         file.
19223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19224         multiarch isinff for PPC64.
19226         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19227         finitef multiarch implementation.
19228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19229         file.
19230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19232         multiarch finite for PPC64.
19233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19234         file.
19235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19236         multiarch finitef for PPC64.
19238         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19239         lrint multiarch implementation.
19240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19241         file.
19242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19244         multiarch llrint for PPC64.
19245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19246         multiarch lrint for PPC64.
19248         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19249         copysignf multiarch implementation.
19250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19251         file.
19252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19253         file.
19254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19255         multiarch copysign for PPC64.
19256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19257         multiarch copysignf for PPC64.
19259         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19260         multiarch implementation.
19261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19262         file.
19263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19264         file.
19265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19266         file.
19267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19268         file.
19269         multiarch llround for PPC64.
19270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19271         multiarch trunc for PPC64.
19272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19273         multiarch truncf for PPC64.
19275         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19276         multiarch implementation.
19277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19278         file.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19280         file.
19281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19282         file.
19283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19284         file.
19285         multiarch llround for PPC64.
19286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19287         multiarch round for PPC64.
19288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19289         multiarch roundf for PPC64.
19291         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19292         multiarch implementation.
19293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19294         file.
19295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19296         file.
19297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19298         file.
19299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19300         file.
19301         multiarch llround for PPC64.
19302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19303         multiarch floor for PPC64.
19304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19305         multiarch floorf for PPC64.
19307         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19308         multiarch implementation.
19309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19310         file.
19311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19312         file.
19313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19314         file.
19315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19316         file.
19317         multiarch llround for PPC64.
19318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19319         multiarch ceil for PPC64.
19320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19321         multiarch ceilf for PPC64.
19323         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19324         multiarch implementation.
19325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19326         file.
19327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19328         file.
19329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19330         file.
19331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19332         multiarch llround for PPC64.
19333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19334         multiarch lround for PPC64.
19336         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19337         multiarch implementation.
19338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19341         file.
19342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19345         multiarch isnan for PPC64.
19346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19347         multiarch isnanf for PPC64.
19349         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19350         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19351         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19352         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19353         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19356         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19357         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19358         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19359         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19361         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19362         multiarch implementations.
19363         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19364         (__libc_ifunc_impl_list): Likewise.
19365         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19366         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19367         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19368         multiarch stpcpy for PPC64.
19370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19371         multiarch implementations.
19372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19373         (__libc_ifunc_impl_list): Likewise.
19374         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19375         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19376         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19377         multiarch strcpy for PPC64.
19379         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19380         redefine function name.
19381         (_wordcopy_fwd_dest_aligned): Likewise.
19382         (_wordcopy_bwd_aligned): Likewise.
19383         (_wordcopy_bwd_dest_aligned): Likewise.
19384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19385         multiarch implementations.
19386         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19387         (__libc_ifunc_impl_list): Likewise.
19388         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19389         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19390         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19391         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19392         multiarch wcscpy for PPC64.
19394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19395         multiarch implementations.
19396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19397         (__libc_ifunc_impl_list): Likewise.
19398         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19399         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19400         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19401         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19402         multiarch wcscpy for PPC64.
19404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19405         multiarch implementations.
19406         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19407         (__libc_ifunc_impl_list): Likewise.
19408         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19409         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19410         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19411         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19412         multiarch wcsrchr for PPC64.
19414         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19415         multiarch implementations.
19416         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19417         (__libc_ifunc_impl_list): Likewise.
19418         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19419         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19420         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19421         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19422         multiarch wcschr for PPC64.
19424         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19425         multiarch implementations.
19426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19427         (__libc_ifunc_impl_list): Likewise.
19428         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19429         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19430         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19431         multiarch strchrnul for PPC64.
19433         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19434         implementations.
19435         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19436         (__libc_ifunc_impl_list): Likewise.
19437         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19438         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19439         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19440         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19441         strchr for PPC64.
19443         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19444         implementations.
19445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19446         (__libc_ifunc_impl_list): Likewise.
19447         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19448         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19449         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19450         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19451         strncmp for PPC64.
19453         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19454         multiarch implementations.
19455         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19456         (__libc_ifunc_impl_list): Likewise.
19457         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19458         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19459         strncasecmp for PPC64.
19460         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19461         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19462         multiarch strncasecmp_l for PPC64.
19464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19465         multiarch implementations.
19466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19467         (__libc_ifunc_impl_list): Likewise.
19468         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19469         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19470         multiarch strcasecmp for PPC64.
19471         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19472         file.
19473         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19474         multiarch strcasecmp_l for PPC64.
19476         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19477         implementations.
19478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19479         (__libc_ifunc_impl_list): Likewise.
19480         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19481         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19482         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19483         strnlen for PPC64.
19485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19486         implementations.
19487         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19488         (__libc_ifunc_impl_list): Likewise.
19489         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19490         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19491         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19492         strlen for PPC64.
19494         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19495         implementations.
19496         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19497         (__libc_ifunc_impl_list): Likewise.
19498         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19499         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19500         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19501         rawmemrchr for PPC64.
19503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19504         implementation.
19505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19506         (__libc_ifunc_impl_list): Likewise.
19507         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19508         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19509         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19510         memrchr for PPC64.
19512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19513         implementation.
19514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19515         (__libc_ifunc_impl_list): Likewise.
19516         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19517         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19518         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19519         memchr for PPC64.
19521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19522         implementation.
19523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19524         (__libc_ifunc_impl_list): Likewise.
19525         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19526         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19527         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19528         mempcpy for PPC64.
19530         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19531         avoid cretion of __bzero symbol.
19532         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19533         Likewise.
19534         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19535         Likewise.
19536         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19537         Likewise.
19538         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19539         multiarch implementations.
19540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19541         (__libc_ifunc_impl_list): Likewise.
19542         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19543         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19544         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19545         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19546         bzero for PPC32.
19547         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19548         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19549         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19550         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19551         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19552         memset for PPC64.
19553         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19555         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19556         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19557         implementations.
19558         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19559         (__libc_ifunc_impl_list): Likewise.
19560         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19561         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19562         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19563         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19564         memcmp for PPC64.
19566         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19567         multiarch for POWER/PPC64.
19568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19569         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19570         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19571         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19572         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19573         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19574         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19575         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19576         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19577         memcpy for PPC64.
19579         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19580         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19581         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19582         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19583         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19584         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19585         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19586         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19587         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19588         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19589         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19590         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19591         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19592         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19593         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19602 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19604         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19606 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19608         * benchtests/Makefile (bench): Add exp2 and log2.
19609         (LDLIBS-bench-exp2): Add -lm.
19610         (LDLIBS-bench-log2): Likewise.
19611         * benchtests/exp2-inputs: New inputs file.
19612         * benchtests/log2-inputs: New inputs file.
19613         * benchtests/log-inputs: Add new inputs.
19614         * benchtests/tan-inputs: Likewise.
19616 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19618         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19619         definition...
19620         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19621         (csloww2): ... from here.
19623         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19624         instead of structures.
19625         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19626         (POLYNOMIAL): Likewise.
19627         (TAYLOR_SLOW): Likewise.
19628         (__sin): Likewise.
19629         (__cos): Likewise.
19630         (slow1): Likewise.
19631         (slow2): Likewise.
19632         (sloww): Likewise.
19633         (sloww1); Likewise.
19634         (sloww2): Likewise.
19635         (bsloww1): Likewise.
19636         (bsloww2): Likewise.
19637         (cslow2): Likewise.
19638         (csloww): Likewise.
19639         (csloww1): Likewise.
19640         (csloww2): Likewise.
19642 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19644         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19645         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19646         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19647         * malloc/hooks.c (realloc_check): Likewise.
19649         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19650         * malloc/arena.c: Remove PER_THREAD conditional.
19651         [!PER_THREAD]: Remove code.
19652         (ptmalloc_unlock_all2): Likewise.
19653         (ptmalloc_init): Likewise.
19654         (_int_new_arena): Likewise.
19655         (arena_get2): Likewise.
19656         * malloc/hooks.c (__malloc_get_state): Likewise.
19657         (__malloc_set_state): Likewise.
19658         * malloc/malloc.c: Likewise.
19659         (struct malloc_state): Likewise.
19660         (struct malloc_par): Likewise.
19661         (__libc_realloc): Likewise.
19662         (__libc_mallopt): Likewise.
19664 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19666         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19668 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19670         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19671         macro to a function.  Check for zero perturb_byte.
19672         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19674         * malloc/malloc.c: (force_reg): Remove.
19675         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19676         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19677         force_reg by atomic_forced_read.
19678         * malloc/arena.c (ptmalloc_init): Likewise.
19679         * malloc/hooks.c (top_check): Likewise.
19681 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19685 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19687         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19689 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19691         * math/auto-libm-test-in: Add tests of lgamma.
19692         * math/auto-libm-test-out: Regenerated.
19693         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19694         (M_LOG_2_SQRT_PIl): Likewise.
19695         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19696         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19697         mpfr_f_f1.
19698         (func_calc_desc): Add mpfr_f_f1 union field.
19699         (ARGS1): New macro.
19700         (ARGS2): Likewise.
19701         (ARGS3): Likewise.
19702         (ARGS4): Likewise.
19703         (RET1): Likewise.
19704         (RET2): Likewise.
19705         (CALC): Likewise.
19706         (FUNC): Likewise.
19707         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19708         (test_functions): Add lgamma.
19709         (calc_generic_results): Handle mpfr_f_f1.
19710         * sysdeps/i386/fpu/libm-test-ulps: Update.
19711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19713 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19715         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19716         __mpn_add_n for PowerPC64/POWER7.
19717         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19718         __mpn_sub_n for PowerPC64/POWER7.
19720         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19721         __mpn_addmul_1 for PowerPC64.
19722         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19723         __mpn_submul_1 for PowerPC64.
19724         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19725         for PowerPC64.
19726         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19727         for PowerPC64.
19729 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19731         [BZ #15089]
19732         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19734 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19736         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19738         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19739         add multiarch folders.
19740         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19741         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19742         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19743         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19744         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19745         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19746         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19747         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19748         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19749         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19750         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19759         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19761         New file.
19762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19763         New file.
19764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19765         multiarch __ieee754_hypot for PowerPC32.
19766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19767         New file.
19768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19769         New file.
19770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19771         multiarch __ieee754_hypotf for PowerPC32.
19773         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19774         long_double_symbol only if __logbl is defined.
19775         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19776         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19777         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19778         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19779         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19780         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19781         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19782         path for implementation.
19783         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19784         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19786         logb, and logbl multiarch implementations for PowerPC32.
19787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19788         file.
19789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19790         file.
19791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19792         multiarch logb for PowerPC32.
19793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19794         file.
19795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19796         file.
19797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19798         multiarch logbf for PowerPC32.
19799         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19801         file.
19802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19803         multiarch logbl implementation for PowerPC32.
19805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19806         and modff multiarch implementations.
19807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19808         New file.
19809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19810         New file.
19811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19812         multiarch modf for PowerPC32.
19813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19814         New file.
19815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19816         New file.
19817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19818         multiarch modff for PowerPC32.
19820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19821         and lrintf multiarch implementations.
19822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19823         New file.
19824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19825         New file.
19826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19827         multiarch lrint for PowerPC32.
19828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19829         file: multiarch lrintf for PowerPC32.
19831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19832         and lroundf multiarch implementations.
19833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19834         New file.
19835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19836         New file.
19837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19838         New file.
19839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19840         multiarch lround for PowerPC32.
19841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19842         file: multiarch lroundf for PowerPC32.
19844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19845         copysign and copysignf multiarch implementations.
19846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19847         New file.
19848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19849         New file.
19850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19851         file: multiarch copysign for PowerPC32.
19852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19853         file: multiarch copysignf for PowerPC32.
19855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19856         and truncf multiarch implementations.
19857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19858         New file.
19859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19860         file.
19861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19862         multiarch trunc for PowerPC32.
19863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19864         New file.
19865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19866         New file.
19867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19868         multiarch truncf for PowerPC32.
19870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19871         and roundf multiarch implementations.
19872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19873         New file.
19874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19875         file.
19876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19877         multiarch round for PowerPC32.
19878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19879         New file.
19880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19881         New file.
19882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19883         multiarch roundf for PowerPC32.
19885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19886         and floorf multiarch implementations.
19887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19888         New file.
19889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19890         file.
19891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19892         multiarch floor for PowerPC32.
19893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19894         New file.
19895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19896         New file.
19897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19898         multiarch floorf for PowerPC32.
19900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19901         and ceilf multiarch implementations.
19902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19903         New file.
19904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19905         file.
19906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19907         multiarch ceil for PowerPC32.
19908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19909         New file.
19910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19911         file.
19912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19913         multiarch ceilf for PowerPC32.
19915         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19916         is defined.
19917         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19918         FINITEF is defined.
19919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19920         and finitef multiarch implementations.
19921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19922         New file.
19923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19924         file.
19925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19926         multiarch finite for PowerPC32.
19927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19928         New file.
19929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19930         file: multiarch finitef for PowerPC32.
19932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19933         and isinff multiarch implementations.
19934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19935         file.
19936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19937         file.
19938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19939         multiarch isinf for PowerPC32.
19940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19941         New file.
19942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19943         multiarch isinff for PowerPC32.
19945         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19946         alias when __isnan is defined.
19947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19948         and isnanf multiarch implementations.
19949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19950         file.
19951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19952         file.
19953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19954         file.
19955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19956         file.
19957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19958         multiarch isnan for PowerPC32.
19959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19960         New file.
19961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19962         New file.
19963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19964         multiarch isnanf for PowerPC32.
19966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19967         and sqrtf multiarch implementations.
19968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19969         file.
19970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19971         file.
19972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19973         multiarch sqrt for PowerPC32.
19974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19975         file.
19976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19977         file.
19978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19979         multiarch sqrtf for PowerPC32.
19981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19982         and llroundf multiarch implementations.
19983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19984         New file.
19985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19986         New file.
19987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19988         New file.
19989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19990         file: multiarch llround for PowerPC32.
19991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19992         file: multiarch llroundf for PowerPC32.
19994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19995         multiarch PowerPC32 fpu implementations.
19996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19997         New file.
19998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19999         New file.
20000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20001         multiarch llrint for PowerPC32.
20002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20003         New file.
20004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20005         New file.
20006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20007         file.
20009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20011         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20012         file.
20013         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20014         file.
20015         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20016         file.
20017         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20018         multiarch wordcopy for PPC32.
20019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20020         wordcopy objects.
20021         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20022         (__libc_ifunc_impl_list): Likewise.
20023         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20024         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20025         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20026         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20027         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20028         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20030         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20031         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20032         file.
20033         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20034         file.
20035         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20036         file.
20037         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20038         multiarch wcscpy for PPC32.
20039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20040         multiarch objects.
20041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20042         (__libc_ifunc_impl_list): Likewise.
20043         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20044         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20045         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20046         sysdeps/powerpc/power6/wcscpy.c.
20048         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20049         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20050         file.
20051         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20052         file.
20053         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20054         file.
20055         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20056         multiarch wcsrchr for PPC32.
20057         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20058         multiarch objects.
20059         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20060         (__libc_ifunc_impl_list): Likewise.
20061         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20062         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20063         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20064         sysdeps/powerpc/power6/wcsrchr.c.
20066         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20067         file.
20068         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20069         file.
20070         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20071         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20072         multiarch wcschr for PPc32.
20073         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20074         multiarch objects.
20075         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20076         (__libc_ifunc_impl_list): Likewise.
20077         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20078         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20079         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20080         sysdeps/powerpc/power6/wcschr.c.
20082         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20083         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20084         file.
20085         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20086         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20087         file: multiarch strchr for PPC32.
20088         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20089         multiarch objects.
20090         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20091         (__libc_ifunc_impl_list): Likewise.
20093         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20094         name.
20095         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20096         file.
20097         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20098         file.
20099         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20100         multiarch strchrnul for PPC32.
20101         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20102         multiarch objects.
20103         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20104         (__libc_ifunc_impl_list): Likewise.
20106         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20107         file.
20108         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20109         multiarch strncasecmp for PPC32.
20110         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20111         file.
20112         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20113         multiarch strncasecmp_l for PPC32.
20114         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20115         strncasecmp multiarch objects.
20116         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20117         (__libc_ifunc_impl_list): Likewise.
20119         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20120         file.
20121         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20122         multiarch strncasecmp for PPC32.
20123         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20124         New file.
20125         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20126         multiarch strcasecmp_l for PPC32.
20127         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20128         multiarch objects.
20129         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20130         (__libc_ifunc_impl_list): Likewise.
20132         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20133         file.
20134         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20135         file.
20136         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20137         multiarch strncmp for PPC32.
20138         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20139         multiarch objects.
20140         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20141         (__libc_ifunc_impl_list): Likewise.
20143         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20144         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20145         file.
20146         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20147         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20148         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20149         multiarch objects.
20150         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20151         (__libc_ifunc_impl_list): Likewise.
20153         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20154         file.
20155         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20156         file.
20157         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20159         multiarch objects.
20160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20161         (__libc_ifunc_impl_list): Likewise.
20163         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20164         file.
20165         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20166         file.
20167         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20168         multiarch rawmemchr for PPC32.
20169         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20170         multiarch objects.
20171         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20172         (__libc_ifunc_impl_list): Likewise.
20174         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20175         file.
20176         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20177         file.
20178         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20179         file: memrchr multiarch for PPC32.
20180         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20181         multiarch objects.
20182         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20183         (__libc_ifunc_impl_list): Likewise.
20185         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20186         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20187         file.
20188         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20189         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20190         multiarch memchr for PPC32.
20191         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20192         multiarch objects.
20193         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20194         (__libc_ifunc_impl_list): Likewise.
20196         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20197         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20198         file.
20199         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20200         file.
20201         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20202         file: multiarch mempcpy for PPC32.
20203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20204         multiarch objects.
20205         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20206         (__libc_ifunc_impl_list): Likewise.
20208         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20209         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20210         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20211         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20212         multiarch bzero for PPC32.
20213         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20214         file.
20215         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20216         file.
20217         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20218         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20219         file: multiarch memset for PPC32.
20220         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20221         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20222         memset multiarch objects.
20223         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20224         (__libc_ifunc_impl_list): Likewise.
20226         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20227         file.
20228         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20229         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20230         memcmp for PPC32.
20231         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20232         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20233         multiarch objects.
20234         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20235         (__libc_ifunc_impl_list): Likewise.
20237         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20238         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20239         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20240         file.
20241         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20242         file.
20243         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20244         file.
20245         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20246         multiarch memcpy for PPC32.
20247         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20248         multiarch objects.
20249         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20250         (__libc_ifunc_impl_list): Likewise.
20252         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20253         support multiarch for POWER/PPC32.
20254         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20255         Likewise.
20256         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20258         Implies file to make multiarch folder appers before the fpu and
20259         default folder for power4 configuration.
20261 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20263         * scripts/bench.pl: Append volatile keyword to type.
20265 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20267         * sysdeps/sh/sotruss-lib.c: New file.
20268         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20270 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20274 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20276         [BZ #6810]
20277         * math/w_tgamma.c: Include <errno.h>.
20278         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20279         * math/w_tgammaf.c: Include <errno.h>.
20280         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20281         * math/w_tgammal.c: Include <errno.h>.
20282         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20283         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20284         underflow.  Add more tgamma tests.
20285         * math/auto-libm-test-out: Regenerated.
20286         * sysdeps/i386/fpu/libm-test-ulps: Update.
20287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20289         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20290         sin, sinh, tan, tanh, tgamma, y0 and y1.
20291         * math/auto-libm-test-out: Regenerated.
20292         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20293         (TEST_COND_x86): Likewise.
20294         (M_E2l): Remove macro.
20295         (M_E3l): Likewise.
20296         (M_2_SQRT_PIl): Likewise.
20297         (M_SQRT_PIl): Likewise.
20298         (M_1_DIV_El): Likewise.
20299         (log_test_data): Use AUTO_TESTS_f_f.
20300         (log10_test_data): Likewise.
20301         (log1p_test_data): Likewise.
20302         (log2_test_data): Likewise.
20303         (sin_test_data): Likewise.
20304         (sin_tonearest_test_data): Likewise.
20305         (sin_towardzero_test_data): Likewise.
20306         (sin_downward_test_data): Likewise.
20307         (sin_upward_test_data): Likewise.
20308         (sinh_test_data): Likewise.
20309         (sinh_tonearest_test_data): Likewise.
20310         (sinh_towardzero_test_data): Likewise.
20311         (sinh_downward_test_data): Likewise.
20312         (sinh_upward_test_data): Likewise.
20313         (tan_test_data): Likewise.
20314         (tan_tonearest_test_data): Likewise.
20315         (tan_towardzero_test_data): Likewise.
20316         (tan_downward_test_data): Likewise.
20317         (tan_upward_test_data): Likewise.
20318         (tanh_test_data): Likewise.
20319         (tgamma_test_data): Likewise.
20320         (y0_test_data): Likewise.
20321         (y1_test_data): Likewise.
20322         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20323         (special_real_inputs): Add pi/4.
20324         * sysdeps/i386/fpu/libm-test-ulps: Update.
20325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20327 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20329         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20330         "longjmp_target" static probes.
20331         (__longjmp): Rename to __longjmp_symbol.
20332         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20333         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20334         on which longjmp to generate.
20335         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20336         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20337         probe.
20338         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20339         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20340         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20341         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20342         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20343         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20345         __longjmp_symbol based on which __longjmp to generate.
20346         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20347         probe.
20348         (setjmp): Rename to setjmp_symbol.
20349         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20350         (_setjmp): Rename to _setjmp_symbol.
20351         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20352         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20353         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20354         which setjmp to generate.
20355         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20356         "longjmp_target" static probes.
20358 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20360         * benchtests/README: Add note about output arguments.
20361         * benchtests/bench-sincos.c: Remove file.
20362         * benchtests/sincos-inputs: New file.
20363         * scripts/bench.pl: Identify output arguments and define
20364         static variables for them.
20366         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20368         [BZ #15941]
20369         * Makefile (INSTALL): Add install-plain.texi as the primary
20370         dependency.
20371         * manual/install-plain.texi: New file.
20372         * manual/install.texi: Include node directive only for
20373         non-plaintext output.
20375 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20377         * stdlib/longlong.h: Update from GCC.
20379         [BZ #6807]
20380         [BZ #15901]
20381         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20382         * math/w_j0f.c (y0f): Likewise.
20383         * math/w_j0l.c (__y0l): Likewise.
20384         * math/w_j1.c (y1): Likewise.
20385         * math/w_j1f.c (y1f): Likewise.
20386         * math/w_j1l.c (__y1l): Likewise
20387         * math/w_jn.c (yn): Likewise.
20388         * math/w_jnf.c (ynf): Likewise.
20389         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20390         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20391         value for Bessel function domain errors outside _SVID_ mode.
20392         Adjust sign of return value for yn (negative integer, 0).
20393         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20394         by zero in return for negative x and set sign appropriately for
20395         negative n.
20396         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20397         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20398         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20399         expectations in error cases.
20400         (y1_test_data): Likewise.
20401         (yn_test_data): Likewise.
20402         * sysdeps/i386/fpu/libm-test-ulps: Update.
20403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20405 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20407         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20408         "64" to "64-v1".  Add "64-v2".
20409         (abi-64-options): Rename to ...
20410         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20411         (abi-64-condition): Rename to ...
20412         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20413         (abi-64-ld-soname): Rename to ...
20414         (abi-64-v1-ld-soname): ... this.
20415         (abi-64-v2-options): Define.
20416         (abi-64-v2-condition): Likewise.
20417         (abi-64-v2-ld-soname): Likewise.
20418         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20419         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20424 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20425             Alan Modra  <amodra@gmail.com>
20427         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20428         New versions for use with the ELFv2 ABI.
20429         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20430         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20431         declaration.
20432         (struct La_ppc64v2_retval): Likewise.
20433         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20434         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20435         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20436         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20437         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20438         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20439         Do not save or restore CR.
20440         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20441         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20442         return values for ELFv2 ABI.  Fix location of FPR return registers.
20443         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20444         updated values for _CALL_ELF == 2.
20445         (La_regs, La_retval, int_retval): Likewise.
20447 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20449         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20450         (FRAME_MIN_SIZE_PARM): Likewise.
20451         (FRAME_BACKCHAIN): Likewise.
20452         (FRAME_CR_SAVE): Likewise.
20453         (FRAME_LR_SAVE): Likewise.
20454         (FRAME_TOC_SAVE): Likewise.
20455         (FRAME_PARM_SAVE): Likewise.
20456         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20457         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20458         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20459         (call_mcount_parm_offset): New macro.
20460         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20461         (PROF): Use symbolic stack frame offsets.
20462         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20463         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20464         Redefine in terms of FRAME_MIN_SIZE.
20465         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20466         (_dl_profile_resolve): Likewise.  Update comment.
20467         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20468         symbols stack frame offsets.
20469         (__sigsetjmp): Likewise.
20470         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20471         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20472         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20473         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20476         (FRAME_BACKCHAIN): Remove.
20477         (FRAME_CR_SAVE): Likewise.
20478         (FRAME_LR_SAVE): Likewise.
20479         (FRAME_COMPILER_DW): Likewise.
20480         (FRAME_LINKER_DW): Likewise.
20481         (FRAME_TOC_SAVE): Likewise.
20482         (FRAME_PARM_SAVE): Likewise.
20483         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20484         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20485         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20487         (CHECK_SP): Use symbolic stack frame offsets.
20488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20489         zone" instead of caller's parameter save area for temp storage.
20490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20491         Likewise.  Also, use symbolic stack frame offsets.
20492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20493         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20494         our own stack frame instead of the caller's.
20495         (__socket): Use symbolic stack frame offsets.
20497 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20498             Alan Modra  <amodra@gmail.com>
20500         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20501         Define.
20502         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20503         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20504         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20505         New function.
20506         (elf_machine_fixup_plt): Call it.
20507         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20508         reloc arguments.
20509         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20510         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20511         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20512         r2 before calling target.
20514 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20515             Alan Modra  <amodra@gmail.com>
20517         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20518         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20519         versions of macros to support ELFv2 ABI.
20520         (LOCALENTRY): New macro.
20521         (ENTRY, EALIGN): Use it.
20522         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20523         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20524         fall through into ENTRY entry point.
20525         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20526         Only define if _CALL_ELF != 2.
20528         (elf_machine_matches_host): Verify ABI version matches.
20529         (RTLD_START): Use LOCALENTRY.
20530         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20531         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20532         (PLT_ENTRY_WORDS): New macro.
20533         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20534         (elf_machine_runtime_setup): Support ELFv2 ABI.
20535         (elf_machine_fixup_plt): Likewise.
20536         (elf_machine_plt_conflict): Likewise.
20537         (resolve_ifunc): Likewise.
20538         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20539         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20540         Likewise.
20541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20542         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20544         (makecontext): Support ELFv2 ABI.
20545         * elf/elf.h (EF_PPC64_ABI): Define.
20547 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20549         * sysdeps/powerpc/powerpc64/sysdep.h
20550         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20551         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20552         (ENTRY) [ASSEMBLER]: ... but instead here ...
20553         (EALIGN) [ASSEMBLER]: ... and here.
20554         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20555         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20556         (ENTRY_2) [!ASSEMBLER]: Use it.
20557         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20558         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20559         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20560         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20561         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20563         Use PPC64_LOAD_FUNCPTR.
20565         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20567 2013-12-04  Alan Modra  <amodra@gmail.com>
20569         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20570         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20571         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20572         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20574         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20575         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20576         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20577         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20578         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20579         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20581 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20584         (__makecontext): Fix incorrect CFI when backtracing out of
20585         context created via makecontext.
20586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20587         (__setcontext): Fix incorrect CFI during switch to new context.
20588         (__novec_setcontext): Likewise.
20590 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20592         [BZ #4772]
20593         * time/strptime_l.c (__strptime_internal): Allow modifiers
20594         in strptime.
20595         * time/tst-strptime.c (day_tests): Add testcase.
20597 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20599         * scripts/bench.pl: Skip over blank lines.
20601 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20603         [BZ #926]
20604         * manual/time.texi (Calendar Time): Clarify what timezone functions
20605         use.
20607 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20611 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20613         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20614         implementation.
20615         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20616         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20617         * debug/memset_chk.c (__memset_chk): Likewise.
20618         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20619         * debug/strncpy_chk.c: Likewise.
20621 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20623         [BZ #15268]
20624         [BZ #15425]
20625         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20626         (__ieee754_exp): For possibly underflowing results, check size of
20627         result and force underflow exception if required.
20628         * math/auto-libm-test-in: Add more tests of exp.
20629         * math/auto-libm-test-out: Regenerated.
20630         * sysdeps/i386/fpu/libm-test-ulps: Update.
20631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20633         [BZ #16283]
20634         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20635         * math/w_exp2f.c (__exp2f): Likewise.
20636         * math/w_exp2l.c (__exp2l): Likewise.
20637         * math/auto-libm-test-in: Do not allow missing errno on exp2
20638         underflow.
20639         * math/auto-libm-test-out: Regenerated.
20641 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20643         [BZ #16274]
20644         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20645         handle filename validation.
20646         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20647         (do_open): Delete.
20649 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20651         [BZ #6786]
20652         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20653         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20654         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20655         <float.h>.
20656         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20657         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20658         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20659         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20660         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20661         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20662         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20663         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20664         Add more erfc tests.
20665         * math/auto-libm-test-out: Regenerated.
20666         * sysdeps/i386/fpu/libm-test-ulps: Update.
20667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20669         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20670         exp2, expm1, j0 and j1.
20671         * math/auto-libm-test-out: Regenerated.
20672         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20673         (erfc_test_data): Likewise.
20674         (exp_test_data): Likewise.
20675         (exp_tonearest_test_data): Likewise.
20676         (exp_towardzero_test_data): Likewise.
20677         (exp_downward_test_data): Likewise.
20678         (exp_upward_test_data): Likewise.
20679         (exp10_test_data): Likewise.
20680         (exp2_test_data): Likewise.
20681         (expm1_test_data): Likewise.
20682         (j0_test_data): Likewise.
20683         (j1_test_data): Likewise.
20684         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20685         (input_flag_type): Add flag_xfail_rounding.
20686         (input_flags): Add xfail-rounding.
20687         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20688         (output_for_one_input_case): Handle flag_xfail_rounding.
20689         * sysdeps/i386/fpu/libm-test-ulps: Update.
20690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20692 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20694         [BZ #16289]
20695         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20696         division by 0.
20698 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20700         [BZ #16195]
20701         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20702         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20703         (STAP_PROBE0): New macro.
20704         (STAP_PROBE1): Likewise.
20705         (STAP_PROBE2): Likewise.
20706         (STAP_PROBE3): Likewise.
20707         (STAP_PROBE4): Likewise.
20709 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20711         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20713 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20715         * benchtests/Makefile (bench): Add sqrt.
20716         (LDLIBS-bench-sqrt): New.
20717         * benchtests/sqrt-input: New.
20719 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20721         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20722         (GAIH_EAI): Likewise.
20723         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20724         (gaih_inet): Likewise.
20725         (getaddrinfo): Don't use GAIH_EAI.
20727         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20728         (struct gaih): Remove definition.
20730 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20732         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20733         Use HERRNOP directly.
20735 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20737         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20739 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20741         * math/gen-auto-libm-tests.c (test_functions): Add more
20742         single-argument functions.
20743         (special_fill_pi_2): New function.
20744         (special_fill_minus_pi_2): Likewise.
20745         (special_fill_pi_6): Likewise.
20746         (special_fill_minus_pi_6): Likewise.
20747         (special_fill_pi_3): Likewise.
20748         (special_fill_2pi_3): Likewise.
20749         (special_fill_e): Likewise.
20750         (special_fill_1_e): Likewise.
20751         (special_fill_e_minus_1): Likewise.
20752         (special_real_inputs): Add more special inputs.
20753         (output_for_one_input_case): Do not require ERANGE on underflow to
20754         zero if round-to-nearest result does not underflow to zero, unless
20755         exact results required.
20756         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20757         atan, atanh, cbrt, cos and cosh.
20758         * math/auto-libm-test-out: Regenerated.
20759         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20760         (acos_tonearest_test_data): Likewise.
20761         (acos_towardzero_test_data): Likewise.
20762         (acos_downward_test_data): Likewise.
20763         (acos_upward_test_data): Likewise.
20764         (acosh_test_data): Likewise.
20765         (asin_test_data): Likewise.
20766         (asin_tonearest_test_data): Likewise.
20767         (asin_towardzero_test_data): Likewise.
20768         (asin_upward_test_data): Likewise.
20769         (asinh_test_data): Likewise.
20770         (atan_test_data): Likewise.
20771         (atanh_test_data): Likewise.
20772         (cbrt_test_data): Likewise.
20773         (cos_test_data): Likewise.
20774         (cos_tonearest_test_data): Likewise.
20775         (cos_towardzero_test_data): Likewise.
20776         (cos_downward_test_data): Likewise.
20777         (cos_upward_test_data): Likewise.
20778         (cosh_test_data): Likewise.
20779         (cosh_tonearest_test_data): Likewise.
20780         (cosh_towardzero_test_data): Likewise.
20781         (cosh_downward_test_data): Likewise.
20782         (cosh_upward_test_data): Likewise.
20783         * sysdeps/i386/fpu/libm-test-ulps: Update.
20784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20786 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20788         [BZ #6787]
20789         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20790         * math/w_exp10f.c (__exp10f): Likewise.
20791         * math/w_exp10l.c (__exp10l): Likewise.
20792         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20793         errno settings in existing tests.
20795         [BZ #14032]
20796         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20797         precision control set to double precision.
20798         * sysdeps/i386/fpu/w_sqrt.c: New file.
20799         * math/auto-libm-test-in: Add more tests.
20800         * math/auto-libm-test-out: Update.
20802         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20803         (sqrt_test_tonearest): New function.
20804         (sqrt_towardzero_test_data): New variable.
20805         (sqrt_test_towardzero): New function.
20806         (sqrt_downward_test_data): New variable.
20807         (sqrt_test_downward): New function.
20808         (sqrt_upward_test_data): New variable.
20809         (sqrt_test_upward): New function.
20810         (main): Call the new functions.
20812         * math/gen-auto-libm-tests.c: New file.
20813         * math/auto-libm-test-in: Likewise.
20814         * math/auto-libm-test-out: New generated file.
20815         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20816         variables.
20817         (%beautify): Add generated representations of zero.
20818         (top level): Set $auto_input and call parse_auto_input.
20819         (beautify): Remove trailing "f" from hex float constants.
20820         (parse_args): Handle XFAIL_TEST.
20821         (convert_condition): New function.
20822         (or_value): Likewise.
20823         (or_cond_value): Likewise.
20824         (generate_testfile): Handle AUTO_TESTS_* lines.
20825         (parse_auto_input): New function.
20826         * math/libm-test.inc (XFAIL_TEST): New macro.
20827         (ERRNO_UNCHANGED): Update value.
20828         (ERRNO_EDOM): Likewise.
20829         (ERRNO_ERANGE): Likewise.
20830         (IGNORE_RESULT): Likewise.
20831         (TEST_COND_flt_32): New macro.
20832         (TEST_COND_dbl_64): Likewise.
20833         (TEST_COND_ldbl_96_intel): Likewise.
20834         (TEST_COND_ldbl_96_m68k): Likewise.
20835         (TEST_COND_ldbl_128): Likewise.
20836         (TEST_COND_ldbl_128ibm): Likewise.
20837         (TEST_COND_long32): Likewise.
20838         (TEST_COND_long64): Likewise.
20839         (TEST_COND_before_rounding): Likewise.
20840         (TEST_COND_after_rounding): Likewise.
20841         (enable_test): Handle XFAIL_TEST flag.
20842         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20843         with finite results.
20844         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20845         auto-libm-test-out.
20847 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20848             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20850         [BZ #16214]
20851         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20852         __tls_get_addr_internal instead of __tls_get_offset in order to
20853         avoid GOT pointer dependency.  Make rtld export
20854         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20855         __tls_get_addr since we are a __tls_get_offset platform.
20856         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20857         GOT pointer being set up before.
20858         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20860 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20862         * manual/math.texi (Errors in Math Functions): Document accuracy
20863         goals.
20865         [BZ #15004]
20866         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20867         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20868         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20869         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20870         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20871         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20872         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20873         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20874         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20875         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20876         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20877         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20878         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20879         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20880         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20881         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20883         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20884         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20885         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20886         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20887         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20888         Likewise.
20889         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20890         Likewise.
20891         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20892         Likewise.
20893         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20894         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20895         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20896         atomic-feupdateenv and flt-rounds.
20897         * sysdeps/powerpc/nofpu/Versions (libc): Add
20898         __atomic_feholdexcept, __atomic_feclearexcept,
20899         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20900         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20901         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20902         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20903         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20904         here.
20905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20906         Update.
20908         * manual/arith.texi (FP Exceptions): Document that exceptions may
20909         not be raised when matherr is used.
20910         (Math Error Reporting): Document overflow in directed rounding
20911         modes.  Document that errno may not be set when finite values are
20912         returned on overflow.  Document intent to set errno on underflow
20913         only for underflow to zero.
20915         [BZ #16271]
20916         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20917         round-to-nearest then adjust result for other rounding modes.
20918         * include/fenv.h (fegetround): Use libm_hidden_proto.
20919         * math/fegetround.c (fegetround): Use libm_hidden_def.
20920         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20921         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20922         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20923         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20924         Likewise.
20925         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20926         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20927         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20928         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20930 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20932         [BZ #16077]
20933         * nss/Versions (libnss_files): Add
20934         _nss_files_gethostbyname3_r.
20935         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20936         New function.
20937         (HOST_DB_LOOKUP): Remove macro.
20938         (_nss_files_gethostbyname_r): Implement function without the
20939         HOST_DB_LOOKUP macro.
20940         (_nss_files_gethostbyname2_r): Likewise.
20942 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20944         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20946 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20948         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20949         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20950         warning.
20952 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20954         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20955         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20956         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20957         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20958         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20959         __fe_nomask_env_priv and attribute_hidden.
20960         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20961         (libc_feupdateenv_test_ppc): Likewise.
20962         (libc_feresetround_ppc): Likewise.
20963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20964         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20965         compat_symbol macro.
20966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20967         (__fe_nomask_env): Likewise.
20968         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20970 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20972         * string/Makefile: Remove ifunc tests.
20973         * string/test-string.h: Define TEST_IFUNC.
20974         * string/test-bcopy-ifunc.c: Remove.
20975         * string/test-bzero-ifunc.c: Likewise.
20976         * string/test-memccpy-ifunc.c: Likewise.
20977         * string/test-memchr-ifunc.c: Likewise.
20978         * string/test-memcmp-ifunc.c: Likewise.
20979         * string/test-memcpy-ifunc.c: Likewise.
20980         * string/test-memmem-ifunc.c: Likewise.
20981         * string/test-memmove-ifunc.c: Likewise.
20982         * string/test-mempcpy-ifunc.c: Likewise.
20983         * string/test-memrchr-ifunc.c: Likewise.
20984         * string/test-memset-ifunc.c: Likewise.
20985         * string/test-rawmemchr-ifunc.c: Likewise.
20986         * string/test-stpcpy-ifunc.c: Likewise.
20987         * string/test-stpncpy-ifunc.c: Likewise.
20988         * string/test-strcasecmp-ifunc.c: Likewise.
20989         * string/test-strcasestr-ifunc.c: Likewise.
20990         * string/test-strcat-ifunc.c: Likewise.
20991         * string/test-strchr-ifunc.c: Likewise.
20992         * string/test-strchrnul-ifunc.c: Likewise.
20993         * string/test-strcmp-ifunc.c: Likewise.
20994         * string/test-strcpy-ifunc.c: Likewise.
20995         * string/test-strcspn-ifunc.c: Likewise.
20996         * string/test-strlen-ifunc.c: Likewise.
20997         * string/test-strncasecmp-ifunc.c: Likewise.
20998         * string/test-strncat-ifunc.c: Likewise.
20999         * string/test-strncmp-ifunc.c: Likewise.
21000         * string/test-strncpy-ifunc.c: Likewise.
21001         * string/test-strnlen-ifunc.c: Likewise.
21002         * string/test-strpbrk-ifunc.c: Likewise.
21003         * string/test-strrchr-ifunc.c: Likewise.
21004         * string/test-strspn-ifunc.c: Likewise.
21005         * string/test-strstr-ifunc.c: Likewise.
21007 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21009         * benchtests/Makefile: Remove ifunc tests.
21010         * benchtests/bench-string.h: Define TEST_IFUNC.
21011         * benchtests/bench-bcopy-ifunc.c: Remove.
21012         * benchtests/bench-bzero-ifunc.c: Likewise.
21013         * benchtests/bench-memccpy-ifunc.c: Likewise.
21014         * benchtests/bench-memchr-ifunc.c: Likewise.
21015         * benchtests/bench-memcmp-ifunc.c: Likewise.
21016         * benchtests/bench-memcpy-ifunc.c: Likewise.
21017         * benchtests/bench-memmem-ifunc.c: Likewise.
21018         * benchtests/bench-memmove-ifunc.c: Likewise.
21019         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21020         * benchtests/bench-memrchr-ifunc.c: Likewise.
21021         * benchtests/bench-memset-ifunc.c: Likewise.
21022         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21023         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21024         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21025         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21026         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21027         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21028         * benchtests/bench-strcat-ifunc.c: Likewise.
21029         * benchtests/bench-strchr-ifunc.c: Likewise.
21030         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21031         * benchtests/bench-strcmp-ifunc.c: Likewise.
21032         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21033         * benchtests/bench-strcpy-ifunc.c: Likewise.
21034         * benchtests/bench-strcspn-ifunc.c: Likewise.
21035         * benchtests/bench-strlen-ifunc.c: Likewise.
21036         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21037         * benchtests/bench-strncat-ifunc.c: Likewise.
21038         * benchtests/bench-strncmp-ifunc.c: Likewise.
21039         * benchtests/bench-strncpy-ifunc.c: Likewise.
21040         * benchtests/bench-strnlen-ifunc.c: Likewise.
21041         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21042         * benchtests/bench-strrchr-ifunc.c: Likewise.
21043         * benchtests/bench-strsep-ifunc.c: Likewise.
21044         * benchtests/bench-strspn-ifunc.c: Likewise.
21045         * benchtests/bench-strstr-ifunc.c: Likewise.
21047 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21049         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21051 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21053         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21054         * rt/aio.h: Likewise.
21055         * sysdeps/gnu/bits/utmp.h: Likewise.
21056         * sysdeps/gnu/bits/utmpx.h: Likewise.
21057         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21058         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21059         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21060         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21061         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21062         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21063         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21064         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21065         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21066         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21067         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21068         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21069         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21071         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21072         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21073         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21074         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21075         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21076         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21077         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21078         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21079         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21080         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21081         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21082         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21083         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21084         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21085         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21086         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21087         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21088         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21089         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21090         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21091         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21092         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21093         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21094         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21095         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21096         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21097         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21098         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21100 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21102         [BZ #16245]
21103         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21104         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21106 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21108         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21109         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21110         Likewise.
21112 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21114         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21115         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21116         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21117         (__fesetround): Remove define.
21118         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21119         rounding and exceptions handling.
21120         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21121         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21122         (__fe_nomask_env): Likewise.
21123         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21124         __fegetround instead of fegetround.
21125         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21126         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21128 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21130         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21131         it's there.
21133         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21135 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21137         [BZ #11157]
21138         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21139         (encrypt_r): Likewise.
21140         * malloc/obstack.h (obstack_free): Likewise.
21141         * posix/unistd.h (encrypt): Likewise.
21143 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21145         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21146         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21147         DL_CALL_DT_FINI() that call the functions directly.
21148         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21149         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21150         * elf/dl-fini.c: Likewise.
21152 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21154         * malloc/hooks.c (memalign_check): Add alignment rounding.
21155         * malloc/malloc.c (_mid_memalign): New function.
21156         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21157         Implement by calling _mid_memalign.
21158         * manual/probes.texi (Memory Allocation Probes): Remove
21159         memory_valloc_retry and memory_pvalloc_retry.
21161 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21163         * locale/programs/locarchive.c (open_archive): Add const
21164         qualifier to ARCHIVEFNAME and copy default fname to
21165         DEFAULT_FNAME.
21167         [BZ #15601]
21168         * libio/tst-widetext.input: Rename Oriya to Odia.
21169         * locale/iso-639.def: Likewise.
21171         * manual/probes.texi (Mathematical Function Probes): Add
21172         documentation for sin, cos, asin and acos probes.
21173         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21174         (__sin32): Add slowasin probe.
21175         (__cos32): Add slowacos probe.
21176         (__mpsin): Add slowsin probe.
21177         (__mpcos): Add slowcos probe.
21179 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21181         [BZ #15483]
21182         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21183         thread-local __sim_exceptions_thread and global
21184         __sim_exceptions_global.
21185         (__sim_disabled_exceptions): Change to thread-local
21186         __sim_disabled_exceptions_thread and global
21187         __sim_disabled_exceptions_global.
21188         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21189         and global __sim_round_mode_global.
21190         (__simulate_exceptions): Use thread-local floating-point state and
21191         set global state from it as needed.
21192         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21193         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21194         __sim_round_mode_thread.
21195         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21196         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21197         and global __sim_exceptions_global.
21198         (__sim_disabled_exceptions): Change to thread-local
21199         __sim_disabled_exceptions_thread and global
21200         __sim_disabled_exceptions_global.
21201         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21202         and global __sim_round_mode_global.
21203         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21204         (SIM_SET_GLOBAL): Likewise.
21205         * sysdeps/powerpc/soft-fp/sfp-machine.h
21206         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21207         __sim_round_mode_thread.
21208         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21209         __sim_disabled_exceptions_thread.
21210         (__sim_exceptions): Change to __sim_exceptions_thread.
21211         (__sim_disabled_exceptions): Change to
21212         __sim_disabled_exceptions_thread.
21213         (__sim_round_mode): Change to __sim_round_mode_thread.
21214         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21215         thread-local floating-point state and set global state from it as
21216         needed.
21217         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21218         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21219         (__sim_disabled_exceptions): Remove extern declaration.
21220         (feenableexcept): Use thread-local floating-point state and set
21221         global state from it as needed.
21222         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21223         extern declaration.
21224         (__sim_disabled_exceptions): Likewise.
21225         (__sim_round_mode): Likewise.
21226         (__fegetenv): Use thread-local floating-point state.
21227         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21228         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21229         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21230         floating-point state and set global state from it as needed.
21231         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21232         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21233         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21234         Likewise.
21235         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21236         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21237         Likewise.
21238         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21239         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21240         Use __sim_round_mode_thread.
21241         * math/test-fenv-tls.c: New file.
21242         * math/Makefile (tests): Add test-fenv-tls.
21243         ($(objpfx)test-fenv-tls): Depend on
21244         $(common-objpfx)nptl/libpthread.so.
21246 2013-11-19  Andreas Schwab  <schwab@suse.de>
21248         * locale/programs/locale.c (show_info): Decode wordarray elements.
21249         * locale/categories.def (LC_MONETARY): Add element for
21250         _NL_MONETARY_CRNCYSTR.
21251         * locale/C-monetary.c (conversion_rate): New variable.
21252         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21253         element.
21255 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21257         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21258         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21260 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21262         * elf/Makefile (tst-auxv): New test.
21263         * elf/tst-auxv.c: New
21264         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21266 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21268         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21269         (hidden_proto): Caller changed.
21270         (hidden_tls_proto): New macro.
21271         (libc_hidden_tls_proto): Likewise.
21272         (rtld_hidden_tls_proto): Likewise.
21273         (libm_hidden_tls_proto): Likewise.
21274         (libresolv_hidden_tls_proto): Likewise.
21275         (librt_hidden_tls_proto): Likewise.
21276         (libdl_hidden_tls_proto): Likewise.
21277         (libnss_files_hidden_tls_proto): Likewise.
21278         (libnsl_hidden_tls_proto): Likewise.
21279         (libnss_nisplus_hidden_tls_proto): Likewise.
21280         (libutil_hidden_tls_proto): Likewise.
21282 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21284         [BZ #10253]
21285         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21286         (decompose_rpath): Defer expansion to fillin_rpath.
21287         (_dl_init_paths): Pass linkmap to fillin_rpath.
21289 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21291         * benchtests/Makefile: Add strsep.
21292         * benchtests/bench-strsep.c: New file: strsep benchtest.
21293         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21295 2013-11-18  Andreas Schwab  <schwab@suse.de>
21297         * locale/programs/locale.c (show_info) [case byte]: Check for
21298         '\377' instead of '\177'.
21299         * locale/C-monetary.c (not_available): Always use "\377".
21300         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21301         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21302         detect unavailable sign_posn locale elements.
21303         * locale/localeconv.c (__localeconv): For grouping and
21304         mon_grouping handle "\177" and "\377" like no grouping.
21305         (INT_ELEM): New macro.  Use it to set all numeric members.
21306         * locale/programs/ld-monetary.c (monetary_read)
21307         <tok_mon_grouping>: Normalize single -1 to the empty string.
21308         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21309         Likewise.
21311 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21313         [BZ #16055]
21314         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21315         when we match (nil).
21316         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21318 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21320         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21321         (NO_TEST_INLINE): Update value.
21322         (ERRNO_UNCHANGED): Likewise.
21323         (ERRNO_EDOM): Likewise.
21324         (ERRNO_ERANGE): Likewise.
21325         (IGNORE_RESULT): Likewise.
21326         (check_float_internal): Check signs of NaN results if
21327         TEST_NAN_SIGN used.
21328         (check_complex): Pass TEST_NAN_SIGN flag through to second
21329         check_float_internal call.
21330         (copysign_test_data): Add tests with quiet NaNs as second
21331         argument.  Use TEST_NAN_SIGN.
21332         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21333         TEST_NAN_SIGN.
21334         (signbit_test_data): Add tests of quiet NaN argument.
21335         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21337         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21338         $ignore_result.
21339         (parse_args): Handle function results specified as IGNORE.
21340         * math/libm-test.inc (IGNORE_RESULT): New macro.
21341         (check_float_internal): Do not check numerical result if flag
21342         IGNORE_RESULT set.
21343         (check_complex): Pass through IGNORE_RESULT to second
21344         check_float_internal call.
21345         (check_int): Do not check numerical result if flag IGNORE_RESULT
21346         set.
21347         (check_long): Likewise.
21348         (check_bool): Likewise.
21349         (check_longlong): Likewise.
21350         (lrint_test_data): Add tests of infinite and NaN arguments.
21351         (lrint_tonearest_test_data): Likewise.
21352         (lrint_towardzero_test_data): Likewise.
21353         (lrint_downward_test_data): Likewise.
21354         (lrint_upward_test_data): Likewise.
21355         (llrint_test_data): Likewise.
21356         (llrint_tonearest_test_data): Likewise.
21357         (llrint_towardzero_test_data): Likewise.
21358         (llrint_downward_test_data): Likewise.
21359         (llrint_upward_test_data): Likewise.
21360         (lround_test_data): Likewise.
21361         (llround_test_data): Likewise.
21363         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21364         (ERRNO_UNCHANGED): Update value.
21365         (ERRNO_EDOM): Likewise.
21366         (ERRNO_ERANGE): Likewise.
21367         (NO_TEST_INLINE_FLOAT): New macro.
21368         (NO_TEST_INLINE_DOUBLE): Likewise.
21369         (enable_test): New function.
21370         (RUN_TEST_f_f): Check enable_test before running test.
21371         (RUN_TEST_2_f): Likewise.
21372         (RUN_TEST_fff_f): Likewise.
21373         (RUN_TEST_c_f): Likewise.
21374         (RUN_TEST_f_f1): Likewise.
21375         (RUN_TEST_fF_f1): Likewise.
21376         (RUN_TEST_fI_f1): Likewise.
21377         (RUN_TEST_ffI_f1): Likewise.
21378         (RUN_TEST_c_c): Likewise.
21379         (RUN_TEST_cc_c): Likewise.
21380         (RUN_TEST_f_i): Likewise.
21381         (RUN_TEST_f_i_tg): Likewise.
21382         (RUN_TEST_ff_i_tg): Likewise.
21383         (RUN_TEST_f_b): Likewise.
21384         (RUN_TEST_f_b_tg): Likewise.
21385         (RUN_TEST_f_l): Likewise.
21386         (RUN_TEST_f_L): Likewise.
21387         (RUN_TEST_fFF_11): Likewise.
21388         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21389         conditionals.
21390         (cosh_test_data): Likewise.
21391         (exp_test_data): Likewise.
21392         (expm1_test_data): Likewise.
21393         (hypot_test_data): Likewise.
21394         (pow_test_data): Likewise.
21395         (sinh_test_data): Likewise.
21396         (tanh_test_data): Likewise.
21397         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21398         flags argument.
21400         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21401         tests with quiet NaN input and output.
21402         (acosh_test_data): Likewise.
21403         (asin_test_data): Likewise.
21404         (asinh_test_data): Likewise.
21405         (atan_test_data): Likewise.
21406         (atanh_test_data): Likewise.
21407         (atan2_test_data): Likewise.
21408         (cbrt_test_data): Likewise.
21409         (cos_test_data): Likewise.
21410         (cosh_test_data): Likewise.
21411         (erf_test_data): Likewise.
21412         (erfc_test_data): Likewise.
21413         (exp_test_data): Likewise.
21414         (exp10_test_data): Likewise.
21415         (exp2_test_data): Likewise.
21416         (expm1_test_data): Likewise.
21417         (hypot_test_data): Likewise.
21418         (j0_test_data): Likewise.
21419         (j1_test_data): Likewise.
21420         (jn_test_data): Likewise.
21421         (lgamma_test_data): Likewise.
21422         (log_test_data): Likewise.
21423         (log10_test_data): Likewise.
21424         (log1p_test_data): Likewise.
21425         (log2_test_data): Likewise.
21426         (pow_test_data): Likewise.
21427         (scalb_test_data): Likewise.
21428         (sin_test_data): Likewise.
21429         (sincos_test_data): Likewise.
21430         (sinh_test_data): Likewise.
21431         (tan_test_data): Likewise.
21432         (tanh_test_data): Likewise.
21433         (tgamma_test_data): Likewise.
21434         (y0_test_data): Likewise.
21435         (y1_test_data): Likewise.
21436         (yn_test_data): Likewise.
21438         [BZ #16167]
21439         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21440         argument being NaN and avoid computations with second argument in
21441         that case.
21442         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21443         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21444         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21446 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21448         * locale/iso-639.def: Add Chitwani Tharu (the).
21450 2013-11-14  Andreas Schwab  <schwab@suse.de>
21452         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21453         word instead of empty string.
21455 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21458         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21460         (__fe_nomask_env): Likewise.
21462 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21464         * benchtests/bench-timing.h: Include time.h.
21466 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21468         [BZ #15997]
21469         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21470         to 3.4.0 for x32.
21471         * sysdeps/unix/sysv/linux/configure: Regenerated.
21473 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21475         [BZ #16151]
21476         * stdlib/strtod_l.c (round_and_return): Do not consider
21477         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21478         exponent one less than half the least subnormal exponent.
21479         * stdlib/test-strtod-round-data: Add more tests.
21480         * stdlib/tst-strtod-round.c (tests): Regenerated.
21482 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21484         [BZ #14143]
21485         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21486         (__fe_mask_env): Likewise.
21487         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21488         libm_hidden_proto and add function prototype.
21489         (__fe_mask_env): Add function prototype.
21490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21491         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21493         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21495         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21497 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21499         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21500         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21502 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21504         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21505         of htab_find_slot().
21507 2013-11-11  David S. Miller  <davem@davemloft.net>
21509         [BZ #16150]
21510         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21511         symbol in the non-vis3 case in static builds.
21512         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21513         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21514         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21515         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21517 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21519         [BZ #387]
21520         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21521         it is empty.
21523 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21525         * benchtests/Makefile: Add bench-strtod.
21526         * benchtests/bench-strtod.c: New file: strtod benchtest
21528 2013-11-11  Andreas Schwab  <schwab@suse.de>
21530         [BZ #16153]
21531         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21532         terminating NUL in key length.
21534 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21536         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21537         Add artificial ODP entry for vDSO symbol for PPC64.
21538         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21539         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21541 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21543         [BZ #15374]
21544         * nss/getent.c (services_keys): Recognize services starting with digit.
21546 2013-11-06  David S. Miller  <davem@davemloft.net>
21548         [BZ #15985]
21549         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21550         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21552 2013-11-06  Will Newton  <will.newton@linaro.org>
21554         * manual/memory.texi (Malloc Examples): Remove register
21555         keyword from examples.
21557 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21559         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21561 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21563         [BZ #6981]
21564         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21565         depending on [__GCC_IEC_559 > 0].
21566         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21567         depending on [__GCC_IEC_559_COMPLEX > 0].
21569 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21571         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21572         to iso-639.def.
21574 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21576         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21578 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21580         [BZ #16112]
21581         * malloc/malloc (malloc_info): Do not handle first bin as
21582         special case.
21584 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21586         * locale/iso-639.def: Add Central Nahuatl (nhn).
21588 2013-11-01  Bruno Haible  <bruno@clisp.org>
21590         [BZ #7003]
21591         * manual/math.texi (BSD Random): Specify range upper bound as
21592         in POSIX.
21594 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21596         * locale/iso-639.def: Add Meadow Mari (mhr).
21598 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21600         [BZ #14752], [BZ #15763]
21601         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21602         Validate name.
21603         * rt/tst_shm.c: Add test for escaping directory.
21605 2013-10-31  Andreas Schwab  <schwab@suse.de>
21607         [BZ #15917]
21608         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21609         followed by 'x' as part of digit sequence.
21610         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21612 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21614         [BZ #16037]
21615         * configure.ac: allow GNU Make 4.0 and greater.
21616         * configure: Regenerated.
21618 2013-10-30  Will Newton  <will.newton@linaro.org>
21620         [BZ #16038]
21621         * malloc/hooks.c (memalign_check): Limit alignment to the
21622         maximum representable power of two.
21623         * malloc/malloc.c (__libc_memalign): Likewise.
21624         * malloc/tst-memalign.c (do_test): Add test for very
21625         large alignment values.
21626         * malloc/tst-posix_memalign.c (do_test): Likewise.
21628 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21630         [BZ #11087]
21631         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21632         (munmap_chunk): Likewise.
21633         (mremap_chunk): Likewise.
21635 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21637         [BZ #15799]
21638         * stdlib/div.c (div): Remove obsolete code.
21639         * stdlib/ldiv.c (ldiv): Likewise.
21640         * stdlib/lldiv.c (lldiv): Likewise.
21642 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21644         [BZ #16071]
21645         * nss/nss_files/files-XXX.c (get_contents_ret): New
21646         enumerator.
21647         (get_contents): New function.
21648         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21650 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21652         * configure.in: Moved to ...
21653         * configure.ac: ... here. Change reference to configure.in
21654         to configure.ac.
21655         * sysdeps/arm/preconfigure.ac: ... here.
21656         configure.in to configure.ac.
21657         * sysdeps/gnu/configure.in: Moved to ...
21658         * sysdeps/gnu/configure.ac: ... here.
21659         * sysdeps/i386/configure.in: Moved to ...
21660         * sysdeps/i386/configure.ac: ... here.
21661         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21662         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21663         * sysdeps/mach/configure.in: Moved to ...
21664         * sysdeps/mach/configure.ac: ... here.
21665         * sysdeps/mach/hurd/configure.in: Moved to ...
21666         * sysdeps/mach/hurd/configure.ac: ... here.
21667         * sysdeps/powerpc/configure.in: Moved to ...
21668         * sysdeps/powerpc/configure.ac: ... here.
21669         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21670         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21671         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21672         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21673         * sysdeps/s390/s390-32/configure.in: Moved to ...
21674         * sysdeps/s390/s390-32/configure.ac: ... here.
21675         * sysdeps/s390/s390-64/configure.in: Moved to ...
21676         * sysdeps/s390/s390-64/configure.ac: ... here.
21677         * sysdeps/sh/configure.in: Moved to ...
21678         * sysdeps/sh/configure.ac: ... here.
21679         * sysdeps/sparc/configure.in: Moved to ...
21680         * sysdeps/sparc/configure.ac: ... here.
21681         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21682         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21683         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21684         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21685         * sysdeps/x86_64/configure.in: Moved to ...
21686         * sysdeps/x86_64/configure.ac: ... here.
21687         * sysdeps/x86_64/preconfigure.in: Moved to ...
21688         * sysdeps/x86_64/preconfigure.ac: ... here.
21689         * aclocal.m4: Change reference to configure.in to configure.ac.
21690         * config.h.in: Likewise.
21691         * manual/install.texi: Likewise.
21692         * manual/maint.texi: Likewise.
21693         * Makefile: Likewise.
21694         * malloc/Makefile: Likewise.
21695         * nscd/Makefile: Likewise.
21696         * Makeconfig: Change reference to configure.in and
21697         preconfigure.in to configure.ac and preconfigure.ac
21698         respectively.
21699         * INSTALL: Regenerated.
21700         * configure: Likewise.
21701         * sysdeps/gnu/configure: Likewise.
21702         * sysdeps/i386/configure: Likewise.
21703         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21704         * sysdeps/mach/configure: Likewise.
21705         * sysdeps/mach/hurd/configure: Likewise.
21706         * sysdeps/powerpc/configure: Likewise.
21707         * sysdeps/powerpc/powerpc32/configure: Likewise.
21708         * sysdeps/powerpc/powerpc64/configure: Likewise.
21709         * sysdeps/s390/s390-32/configure: Likewise.
21710         * sysdeps/s390/s390-64/configure: Likewise.
21711         * sysdeps/sh/configure: Likewise.
21712         * sysdeps/sparc/configure: Likewise.
21713         * sysdeps/unix/sysv/linux/configure: Likewise.
21714         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21715         * sysdeps/x86_64/configure: Likewise.
21716         * sysdeps/x86_64/preconfigure: Likewise.
21718 2013-10-29  Andreas Schwab  <schwab@suse.de>
21720         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21722 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21724         * benchtests/pow-inputs: Add new inputs.
21726         * benchtests/exp-inputs: Add new inputs.
21728         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21729         conditional check for return value.
21730         (__cos32): Likewise.
21732 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21734         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21735         to provide a boost for large inputs with word alignment.
21736         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21737         implementation based on optimized PPC64 strcpy.
21738         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21739         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21740         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21741         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21743 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21745         [BZ #2801]
21746         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21748 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21750         [BZ #14876]
21751         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21752         * time/tst-strptime.c (day_tests): Add testcase.
21754 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21756         [BZ #14029]
21757         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21759 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21761         [BZ #16074]
21762         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21763         MAP_FAILED on error.
21765 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21767         [BZ #16072]
21768         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21769         heap for large requests.
21771 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21773         [BZ #9954]
21774         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21775         result if the result has no associated interface.
21776         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21777         interface for all 127.X.Y.Z addresses.
21779 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21781         * locale/iso-639.def: Add Ligurian (lij)
21783 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21785         [BZ #15825]
21786         * sunrpc/rpc_main.c: Document rpcgen -5.
21788 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21790         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21792 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21794         [BZ #10278]
21795         * posix/glob.c: Match only directories when trailing slash is present.
21796         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21797         (main): Add testcase.
21799 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21801         [BZ #15670]
21802         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21804 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21806         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21807         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21808         AUTH_DES and cindex for FIPS 140-2.
21809         (DES Encryption): Add cindex FIPS 46-3.
21811         * locale/locarchive.h (struct locarhandle): Add fname.
21812         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21813         if an optional argument was specified to --list-archive,
21814         otherwise NULL.
21815         * locale/programs/locarchive.c (show_archive_content): Take new
21816         argument fname and pass it via ah.fname to open_archive.
21817         * locale/programs/localedef.h: Update decl.
21818         (open_archive): If AH->fname is non-null, open that file
21819         rather than the default file name, and don't ignore ENOENT.
21820         (create_archive): Set AH.fname to NULL.
21821         (delete_locales_from_archive): Likewise.
21822         (add_locales_to_archive): Likewise.
21823         * locale/programs/locfile.c (write_all_categories): Likewise.
21825 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21826             Aldy Hernandez  <aldyh@redhat.com>
21828         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21829         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21830         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21831         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21832         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21833         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21834         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21835         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21836         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21837         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21838         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21839         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21840         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21841         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21842         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21843         Likewise.
21844         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21845         Likewise.
21846         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21847         Likewise.
21848         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21849         Likewise.
21850         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21851         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21852         Likewise.
21853         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21854         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21855         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21856         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21857         Likewise.
21858         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21859         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21860         * sysdeps/powerpc/preconfigure: Likewise.
21861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21862         Likewise.
21863         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21864         Replace contents of file by #include of <fenv_libc.h>.
21865         * sysdeps/powerpc/soft-fp/sfp-machine.h
21866         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21867         and <sys/prctl.h>.
21868         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21869         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21870         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21871         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21872         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21873         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21874         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21875         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21876         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21877         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21878         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21879         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21881         Allow copysignl PLT reference to be missing.
21883 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21884             Joseph Myers  <joseph@codesourcery.com
21886         [BZ #15948]
21887         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21888         single character.
21889         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21891 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21893         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21894         * elf/tst-tls1.c: Likewise.
21895         * elf/tst-tls10.h: Likewise.
21896         * elf/tst-tls14.c: Likewise.
21897         * elf/tst-tls2.c: Likewise.
21898         * elf/tst-tls3.c: Likewise.
21899         * elf/tst-tls4.c: Likewise.
21900         * elf/tst-tls5.c: Likewise.
21901         * elf/tst-tls6.c: Likewise.
21902         * elf/tst-tls7.c: Likewise.
21903         * elf/tst-tls8.c: Likewise.
21904         * elf/tst-tls9.c: Likewise.
21905         * elf/tst-tlsmod1.c: Likewise.
21906         * elf/tst-tlsmod13.c: Likewise.
21907         * elf/tst-tlsmod13a.c: Likewise.
21908         * elf/tst-tlsmod14a.c: Likewise.
21909         * elf/tst-tlsmod16a.c: Likewise.
21910         * elf/tst-tlsmod16b.c: Likewise.
21911         * elf/tst-tlsmod2.c: Likewise.
21912         * elf/tst-tlsmod3.c: Likewise.
21913         * elf/tst-tlsmod4.c: Likewise.
21914         * elf/tst-tlsmod5.c: Likewise.
21915         * elf/tst-tlsmod6.c: Likewise.
21917 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21919         [BZ #12486]
21920         * malloc/malloc.c: remove checks for statistics.
21922 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21924         [BZ #15277]
21925         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21926         * inet/tst-network.c: Add testcase.
21928 2013-10-17  Andreas Schwab  <schwab@suse.de>
21930         [BZ #15218]
21931         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21932         to determine canonical name.
21934 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21936         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21937         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21938         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21939         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21940         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21941         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21942         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21943         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21944         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21945         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21946         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21947         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21948         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21949         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21950         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21951         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21952         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21953         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21954         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21955         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21956         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21957         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21958         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21959         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21960         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21961         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21962         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21963         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21964         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21965         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21966         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21967         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21968         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21969         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21970         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21971         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21972         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21973         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21974         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21975         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21976         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21977         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21978         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21979         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21980         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21981         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21982         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21983         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21984         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21985         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21986         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21987         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21988         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21989         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21990         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21991         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21992         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21993         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21995 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21997         [BZ #16041]
21998         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21999         make result into a quiet NaN.
22001 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22003         * soft-fp/adddf3.c: Fix horizontal whitespace.
22004         * soft-fp/addsf3.c: Likewise.
22005         * soft-fp/addtf3.c: Likewise.
22006         * soft-fp/divdf3.c: Likewise.
22007         * soft-fp/divsf3.c: Likewise.
22008         * soft-fp/divtf3.c: Likewise.
22009         * soft-fp/double.h: Likewise.
22010         * soft-fp/eqdf2.c: Likewise.
22011         * soft-fp/eqsf2.c: Likewise.
22012         * soft-fp/eqtf2.c: Likewise.
22013         * soft-fp/extenddftf2.c: Likewise.
22014         * soft-fp/extended.h: Likewise.
22015         * soft-fp/extendsfdf2.c: Likewise.
22016         * soft-fp/extendsftf2.c: Likewise.
22017         * soft-fp/extendxftf2.c: Likewise.
22018         * soft-fp/fixdfdi.c: Likewise.
22019         * soft-fp/fixdfsi.c: Likewise.
22020         * soft-fp/fixdfti.c: Likewise.
22021         * soft-fp/fixsfdi.c: Likewise.
22022         * soft-fp/fixsfsi.c: Likewise.
22023         * soft-fp/fixsfti.c: Likewise.
22024         * soft-fp/fixtfdi.c: Likewise.
22025         * soft-fp/fixtfsi.c: Likewise.
22026         * soft-fp/fixtfti.c: Likewise.
22027         * soft-fp/fixunsdfdi.c: Likewise.
22028         * soft-fp/fixunsdfsi.c: Likewise.
22029         * soft-fp/fixunsdfti.c: Likewise.
22030         * soft-fp/fixunssfdi.c: Likewise.
22031         * soft-fp/fixunssfsi.c: Likewise.
22032         * soft-fp/fixunssfti.c: Likewise.
22033         * soft-fp/fixunstfdi.c: Likewise.
22034         * soft-fp/fixunstfsi.c: Likewise.
22035         * soft-fp/fixunstfti.c: Likewise.
22036         * soft-fp/floatdidf.c: Likewise.
22037         * soft-fp/floatdisf.c: Likewise.
22038         * soft-fp/floatditf.c: Likewise.
22039         * soft-fp/floatsidf.c: Likewise.
22040         * soft-fp/floatsisf.c: Likewise.
22041         * soft-fp/floatsitf.c: Likewise.
22042         * soft-fp/floattidf.c: Likewise.
22043         * soft-fp/floattisf.c: Likewise.
22044         * soft-fp/floattitf.c: Likewise.
22045         * soft-fp/floatundidf.c: Likewise.
22046         * soft-fp/floatundisf.c: Likewise.
22047         * soft-fp/floatunditf.c: Likewise.
22048         * soft-fp/floatunsidf.c: Likewise.
22049         * soft-fp/floatunsisf.c: Likewise.
22050         * soft-fp/floatunsitf.c: Likewise.
22051         * soft-fp/floatuntidf.c: Likewise.
22052         * soft-fp/floatuntisf.c: Likewise.
22053         * soft-fp/floatuntitf.c: Likewise.
22054         * soft-fp/fmadf4.c: Likewise.
22055         * soft-fp/fmasf4.c: Likewise.
22056         * soft-fp/fmatf4.c: Likewise.
22057         * soft-fp/gedf2.c: Likewise.
22058         * soft-fp/gesf2.c: Likewise.
22059         * soft-fp/getf2.c: Likewise.
22060         * soft-fp/ledf2.c: Likewise.
22061         * soft-fp/lesf2.c: Likewise.
22062         * soft-fp/letf2.c: Likewise.
22063         * soft-fp/muldf3.c: Likewise.
22064         * soft-fp/mulsf3.c: Likewise.
22065         * soft-fp/multf3.c: Likewise.
22066         * soft-fp/negdf2.c: Likewise.
22067         * soft-fp/negsf2.c: Likewise.
22068         * soft-fp/negtf2.c: Likewise.
22069         * soft-fp/op-1.h: Likewise.
22070         * soft-fp/op-2.h: Likewise.
22071         * soft-fp/op-4.h: Likewise.
22072         * soft-fp/op-8.h: Likewise.
22073         * soft-fp/op-common.h: Likewise.
22074         * soft-fp/quad.h: Likewise.
22075         * soft-fp/single.h: Likewise.
22076         * soft-fp/soft-fp.h: Likewise.
22077         * soft-fp/sqrtdf2.c: Likewise.
22078         * soft-fp/sqrtsf2.c: Likewise.
22079         * soft-fp/sqrttf2.c: Likewise.
22080         * soft-fp/subdf3.c: Likewise.
22081         * soft-fp/subsf3.c: Likewise.
22082         * soft-fp/subtf3.c: Likewise.
22083         * soft-fp/truncdfsf2.c: Likewise.
22084         * soft-fp/trunctfdf2.c: Likewise.
22085         * soft-fp/trunctfsf2.c: Likewise.
22086         * soft-fp/trunctfxf2.c: Likewise.
22087         * soft-fp/unorddf2.c: Likewise.
22088         * soft-fp/unordsf2.c: Likewise.
22089         * soft-fp/unordtf2.c: Likewise.
22091 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22093         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22094         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22096 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22098         * elf/dl-libc.c: Clear initfini list after freeing.
22100 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22102         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22103         * soft-fp/addsf3.c: Likewise.
22104         * soft-fp/addtf3.c: Likewise.
22105         * soft-fp/divdf3.c: Likewise.
22106         * soft-fp/divsf3.c: Likewise.
22107         * soft-fp/divtf3.c: Likewise.
22108         * soft-fp/double.h: Likewise.
22109         * soft-fp/eqdf2.c: Likewise.
22110         * soft-fp/eqsf2.c: Likewise.
22111         * soft-fp/eqtf2.c: Likewise.
22112         * soft-fp/extenddftf2.c: Likewise.
22113         * soft-fp/extended.h: Likewise.
22114         * soft-fp/extendsfdf2.c: Likewise.
22115         * soft-fp/extendsftf2.c: Likewise.
22116         * soft-fp/extendxftf2.c: Likewise.
22117         * soft-fp/fixdfdi.c: Likewise.
22118         * soft-fp/fixdfsi.c: Likewise.
22119         * soft-fp/fixdfti.c: Likewise.
22120         * soft-fp/fixsfdi.c: Likewise.
22121         * soft-fp/fixsfsi.c: Likewise.
22122         * soft-fp/fixsfti.c: Likewise.
22123         * soft-fp/fixtfdi.c: Likewise.
22124         * soft-fp/fixtfsi.c: Likewise.
22125         * soft-fp/fixtfti.c: Likewise.
22126         * soft-fp/fixunsdfdi.c: Likewise.
22127         * soft-fp/fixunsdfsi.c: Likewise.
22128         * soft-fp/fixunsdfti.c: Likewise.
22129         * soft-fp/fixunssfdi.c: Likewise.
22130         * soft-fp/fixunssfsi.c: Likewise.
22131         * soft-fp/fixunssfti.c: Likewise.
22132         * soft-fp/fixunstfdi.c: Likewise.
22133         * soft-fp/fixunstfsi.c: Likewise.
22134         * soft-fp/fixunstfti.c: Likewise.
22135         * soft-fp/floatdidf.c: Likewise.
22136         * soft-fp/floatdisf.c: Likewise.
22137         * soft-fp/floatditf.c: Likewise.
22138         * soft-fp/floatsidf.c: Likewise.
22139         * soft-fp/floatsisf.c: Likewise.
22140         * soft-fp/floatsitf.c: Likewise.
22141         * soft-fp/floattidf.c: Likewise.
22142         * soft-fp/floattisf.c: Likewise.
22143         * soft-fp/floattitf.c: Likewise.
22144         * soft-fp/floatundidf.c: Likewise.
22145         * soft-fp/floatundisf.c: Likewise.
22146         * soft-fp/floatunsidf.c: Likewise.
22147         * soft-fp/floatunsisf.c: Likewise.
22148         * soft-fp/floatuntidf.c: Likewise.
22149         * soft-fp/floatuntisf.c: Likewise.
22150         * soft-fp/floatuntitf.c: Likewise.
22151         * soft-fp/fmadf4.c: Likewise.
22152         * soft-fp/fmasf4.c: Likewise.
22153         * soft-fp/fmatf4.c: Likewise.
22154         * soft-fp/gedf2.c: Likewise.
22155         * soft-fp/gesf2.c: Likewise.
22156         * soft-fp/getf2.c: Likewise.
22157         * soft-fp/ledf2.c: Likewise.
22158         * soft-fp/lesf2.c: Likewise.
22159         * soft-fp/letf2.c: Likewise.
22160         * soft-fp/muldf3.c: Likewise.
22161         * soft-fp/mulsf3.c: Likewise.
22162         * soft-fp/multf3.c: Likewise.
22163         * soft-fp/negdf2.c: Likewise.
22164         * soft-fp/negsf2.c: Likewise.
22165         * soft-fp/negtf2.c: Likewise.
22166         * soft-fp/op-1.h: Likewise.
22167         * soft-fp/op-2.h: Likewise.
22168         * soft-fp/op-4.h: Likewise.
22169         * soft-fp/op-8.h: Likewise.
22170         * soft-fp/op-common.h: Likewise.
22171         * soft-fp/quad.h: Likewise.
22172         * soft-fp/single.h: Likewise.
22173         * soft-fp/soft-fp.h: Likewise.
22174         * soft-fp/sqrtdf2.c: Likewise.
22175         * soft-fp/sqrtsf2.c: Likewise.
22176         * soft-fp/sqrttf2.c: Likewise.
22177         * soft-fp/subdf3.c: Likewise.
22178         * soft-fp/subsf3.c: Likewise.
22179         * soft-fp/subtf3.c: Likewise.
22180         * soft-fp/truncdfsf2.c: Likewise.
22181         * soft-fp/trunctfdf2.c: Likewise.
22182         * soft-fp/trunctfsf2.c: Likewise.
22183         * soft-fp/trunctfxf2.c: Likewise.
22184         * soft-fp/unorddf2.c: Likewise.
22185         * soft-fp/unordsf2.c: Likewise.
22186         * soft-fp/unordtf2.c: Likewise.
22188 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22190         [BZ #15672]
22191         * misc/error.c (error_tail): Fix possible buffer overflow.
22193 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22195         [BZ #13028]
22196         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22197         address.
22199 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22201         [BZ #832]
22202         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22203         testing pipefail option.
22205 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22207         * soft-fp/double.h: Indent preprocessor directives inside #if.
22208         * soft-fp/extended.h: Likewise.
22209         * soft-fp/op-2.h: Likewise.
22210         * soft-fp/op-4.h: Likewise.
22211         * soft-fp/op-common.h: Likewise.
22212         * soft-fp/quad.h: Likewise.
22213         * soft-fp/single.h: Likewise.
22214         * soft-fp/soft-fp.h: Likewise.
22216 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22218         * iconv/iconv_prog.c: Fix typos.
22219         * stdio-common/psiginfo-data.h: Likewise.
22221 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22223         [BZ #15764]
22224         * locale/setlocale.c: Fix typo.
22226 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22228         [BZ #16036]
22229         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22230         signaling NaN arguments.
22231         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22232         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22234         [BZ #14910]
22235         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22236         unordered operands.
22237         * soft-fp/gesf2.c (__gesf2): Likewise.
22238         * soft-fp/getf2.c (__getf2): Likewise.
22239         * soft-fp/ledf2.c (__ledf2): Likewise.
22240         * soft-fp/lesf2.c (__lesf2): Likewise.
22241         * soft-fp/letf2.c (__letf2): Likewise.
22243         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22244         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22245         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22246         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22247         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22248         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22249         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22250         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22251         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22252         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22253         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22254         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22255         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22256         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22257         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22258         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22259         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22260         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22261         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22262         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22263         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22264         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22265         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22266         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22267         * soft-fp/floattidf.c (__floattidf): Likewise.
22268         * soft-fp/floattisf.c (__floattisf): Likewise.
22269         * soft-fp/floattitf.c (__floattitf): Likewise.
22270         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22271         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22272         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22273         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22274         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22275         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22276         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22277         * soft-fp/gesf2.c (__gesf2): Likewise.
22278         * soft-fp/getf2.c (__getf2): Likewise.
22279         * soft-fp/ledf2.c (__ledf2): Likewise.
22280         * soft-fp/lesf2.c (__lesf2): Likewise.
22281         * soft-fp/letf2.c (__letf2): Likewise.
22283         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22284         Undefine and redefine.
22285         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22286         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22287         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22288         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22289         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22290         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22291         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22292         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22293         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22294         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22295         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22296         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22297         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22298         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22299         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22301         [BZ #16032]
22302         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22303         without decrementing exponent if mantissa >= that for the
22304         denominator, not >.
22305         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22306         denominator, not >.  Decrement exponent in < case instead of
22307         incrementing in >= case.
22308         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22309         without decrementing exponent if mantissa >= that for the
22310         denominator, not >.
22312         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22313         computing saturated result for unsigned overflow.
22315 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22316             Jeff Law  <law@redhat.com>
22318         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22319         (atan2Mp): Add systemtap probe marker.
22320         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22321         (__ieee754_log): Add systemtap probe marker.
22322         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22323         (atanMp): Add systemtap probe marker.
22324         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22325         (tanMp): Add systemtap probe marker.
22326         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22327         (__slowexp): Add systemtap probe marker.
22328         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22329         (__slowpow): Add systemtap probe marker.
22330         * manual/probes.texi: Document probes.
22332 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22334         [BZ #15362]
22335         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22336         written.
22337         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22338         written.
22339         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22340         written to buffer but not flushed.
22341         * libio/iofwrite_u.c:  Likewise.
22342         * libio/iopadn.c:  Return bytes returned even if EOF was
22343         encountered.
22344         * libio/iowpadn.c:  Likewise.
22345         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22346         if _IO_padn does not write the whole buffer.
22347         [!COMPILE_WPRINTF] (PAD): Likewise.
22349 2013-10-10  David S. Miller  <davem@davemloft.net>
22351         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22352         directory block.
22354 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22356         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22357         instead of FSF address.
22358         * soft-fp/fixdfti.c: Likewise.
22359         * soft-fp/fixsfti.c: Likewise.
22360         * soft-fp/fixtfti.c: Likewise.
22361         * soft-fp/fixunsdfti.c: Likewise.
22362         * soft-fp/fixunssfti.c: Likewise.
22363         * soft-fp/fixunstfti.c: Likewise.
22364         * soft-fp/floattidf.c: Likewise.
22365         * soft-fp/floattisf.c: Likewise.
22366         * soft-fp/floattitf.c: Likewise.
22367         * soft-fp/floatuntidf.c: Likewise.
22368         * soft-fp/floatuntisf.c: Likewise.
22369         * soft-fp/floatuntitf.c: Likewise.
22370         * soft-fp/trunctfxf2.c: Likewise.
22372         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22373         * soft-fp/fixdfti.c: Likewise.
22374         * soft-fp/fixsfti.c: Likewise.
22375         * soft-fp/fixtfti.c: Likewise.
22376         * soft-fp/fixunsdfti.c: Likewise.
22377         * soft-fp/fixunssfti.c: Likewise.
22378         * soft-fp/fixunstfti.c: Likewise.
22379         * soft-fp/floattidf.c: Likewise.
22380         * soft-fp/floattisf.c: Likewise.
22381         * soft-fp/floattitf.c: Likewise.
22382         * soft-fp/floatuntidf.c: Likewise.
22383         * soft-fp/floatuntisf.c: Likewise.
22384         * soft-fp/floatuntitf.c: Likewise.
22385         * soft-fp/trunctfxf2.c: Likewise.
22387 2013-10-10  David S. Miller  <davem@davemloft.net>
22389         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22391 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22393         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22394         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22395         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22396         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22397         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22398         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22399         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22401         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22402         for NaNs before doing comparisons on argument.
22403         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22404         Likewise.
22406 2013-10-10  Will Newton  <will.newton@linaro.org>
22408         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22409         passed to _int_memalign does not overflow.
22411 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22413         * scripts/bench.pl: Add include-sources directive.
22414         * benchtests/README: Update documentation.
22416 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22418         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22419         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22420         instead of FP_INIT_ROUNDMODE.
22421         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22422         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22424         [BZ #16034]
22425         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22426         copy class of input value.
22427         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22428         not handle exceptions.
22429         * soft-fp/negsf2.c (__negsf2): Likewise.
22430         * soft-fp/negtf2.c (__negtf2): Likewise.
22431         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22433 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22435         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22436         semicolon.  From Linux kernel.
22438 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22440         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22442 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22444         [BZ #156]
22445         * manual/socket.texi: Added statement about buffer
22446         for gethostbyname2_r.
22448 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22450         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22451         Use .p2align directive instead, throughout.
22452         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22453         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22454         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22455         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22456         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22457         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22458         * sysdeps/x86_64/strchr.S: Likewise.
22459         * sysdeps/x86_64/strrchr.S: Likewise.
22461 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22463         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22465         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22467         * sysdeps/generic/math_private.h (__mpsin1): Remove
22468         declaration.
22469         (__mpcos1): Likewise.
22470         (__mpsin): New argument __range_reduce.
22471         (__mpcos): Likewise.
22472         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22473         (slow): Use __mpsin and __mpcos.
22474         (slow1): Likewise.
22475         (slow2): Likewise.
22476         (sloww): Likewise.
22477         (sloww1): Likewise.
22478         (sloww2): Likewise.
22479         (bsloww): Likewise.
22480         (bsloww1): Likewise.
22481         (bsloww2): Likewise.
22482         (cslow2): Likewise.
22483         (csloww): Likewise.
22484         (csloww1): Likewise.
22485         (csloww2): Likewise.
22486         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22487         range_reduce.  Merge in __mpsin1.
22488         (__mpcos): Likewise.
22489         (__mpsin1): Remove.
22490         (__mpcos1): Likewise.
22492 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22494         * locale/loadlocale.c (_nl_intern_locale_data): Use
22495         LOCFILE_ALIGNED_P.
22496         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22497         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22498         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22499         obstack data is appropriately aligned.
22500         (obstack_int32_grow_fast): Likewise.
22501         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22502         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22503         (add_locale_uint32_array): Likewise.
22505 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22507         * benchtests/Makefile: Remove ARGLIST and RET variables.
22508         ($(objpfx)bench-%.c): Pass only function name to the script.
22509         * benchtests/README: Update documentation.
22510         * benchtests/acos-inputs: Add new directives.
22511         * benchtests/acosh-inputs: Likewise.
22512         * benchtests/asin-inputs: Likewise.
22513         * benchtests/asinh-inputs: Likewise.
22514         * benchtests/atan-inputs: Likewise.
22515         * benchtests/atanh-inputs: Likewise.
22516         * benchtests/cos-inputs: Likewise.
22517         * benchtests/cosh-inputs: Likewise.
22518         * benchtests/exp-inputs: Likewise.
22519         * benchtests/log-inputs: Likewise.
22520         * benchtests/pow-inputs: Likewise.
22521         * benchtests/rint-inputs: Likewise.
22522         * benchtests/sin-inputs: Likewise.
22523         * benchtests/sinh-inputs: Likewise.
22524         * benchtests/tan-inputs: Likewise.
22525         * benchtests/tanh-inputs: Likewise.
22526         * scripts/bench.pl: Add support for new directives.
22528 2013-10-07  Alan Modra  <amodra@gmail.com>
22530         * README: Fix careless merge.
22532 2013-10-05  Alan Modra  <amodra@gmail.com>
22534         * NEWS: Mention powerpc64le support and bugs fixed.
22535         * README: Both big-endian and little-endian powerpc64 supported.
22537 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22539         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22540         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22541         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22542         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22544 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22546         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22547         match prototype.
22549 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22551         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22552         Move -mhard-float appending from
22553         ports/sysdeps/powerpc/powerpc32/Makefile.
22554         [$(with-fp) = yes] (ASFLAGS): Likewise.
22555         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22556         * sysdeps/powerpc/nofpu: Move directory from
22557         ports/sysdeps/powerpc/nofpu.
22558         * sysdeps/powerpc/soft-fp: Move directory from
22559         ports/sysdeps/powerpc/soft-fp.
22560         * sysdeps/powerpc/powerpc32/405: Move directory from
22561         ports/sysdeps/powerpc/powerpc32/405.
22562         * sysdeps/powerpc/powerpc32/440: Move directory from
22563         ports/sysdeps/powerpc/powerpc32/440.
22564         * sysdeps/powerpc/powerpc32/464: Move directory from
22565         ports/sysdeps/powerpc/powerpc32/464.
22566         * sysdeps/powerpc/powerpc32/476: Move directory from
22567         ports/sysdeps/powerpc/powerpc32/476.
22568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22569         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22571         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22573         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22575         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22577         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22578         * README: Update for powerpc-*-linux-gnu software floating point
22579         support in libc.
22581         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22582         case to powerpc/powerpc32*.
22583         * sysdeps/unix/sysv/linux/configure: Regenerated.
22585         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22586         (_FPU_MASK_OM): Define as 0x04.
22587         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22588         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22589         0x00c10080.
22590         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22591         0x0000003c.
22592         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22595         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22596         getcontext_e500.
22597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22598         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22599         setcontext_e500.
22600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22601         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22602         and setcontext_e500.
22604 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22606         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22608 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22610         * manual/threads.texi (Default Thread Attributes): Fix typo.
22612 2013-10-04  Will Newton  <will.newton@linaro.org>
22614         * malloc/Makefile: Add tst-memalign.
22615         * malloc/tst-memalign.c: New file.
22617         * malloc/tst-posix_memalign.c: Add comments.
22618         (do_test): Add comments and call free on all potentially
22619         allocated pointers. Add space after cast.
22621         * malloc/tst-pvalloc.c: Add comments.
22622         (do_test): Add comments and call free on all potentially
22623         allocated pointers. Remove duplicate check for NULL pointer.
22624         Add space after cast.
22626         * malloc/tst-valloc.c: Add comments.
22627         (do_test): Add comments and call free on all potentially
22628         allocated pointers. Remove duplicate check for NULL pointer.
22629         Add space after cast.
22631 2013-10-04  Alan Modra  <amodra@gmail.com>
22633         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22634         Use stdint types in rather than __attribute__((mode())).
22635         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22637 2013-10-04  Alan Modra  <amodra@gmail.com>
22639         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22640         Correct handling of unaligned relocs for little-endian.
22641         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22643 2013-10-04  Alan Modra  <amodra@gmail.com>
22645         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22646         * configure: Regenerate.
22647         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22648         * shlib-versions: Likewise.
22650 2013-10-04  Alan Modra  <amodra@gmail.com>
22652         * string/tester.c (test_memrchr): Increment reported test cycle.
22654 2013-10-04  Alan Modra  <amodra@gmail.com>
22656         * string/test-memcpy.c (do_one_test): When reporting errors, print
22657         string address and don't overrun end of string.
22659 2013-10-04  Alan Modra  <amodra@gmail.com>
22661         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22662         insrdi.  Make better use of reg selection to speed exit slightly.
22663         Schedule entry path a little better.  Remove useless "are we done"
22664         checks on entry to main loop.  Handle wrapping around zero address.
22665         Correct main loop count.  Handle single left-over word from main
22666         loop inline rather than by using loop_small.  Remove extra word
22667         case in loop_small caused by wrong loop count.  Add little-endian
22668         support.
22669         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22670         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22671         cache hint.
22672         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22673         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22674         support.  Avoid rlwimi.
22675         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22677 2013-10-04  Alan Modra  <amodra@gmail.com>
22679         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22680         insrdi.  Formatting.
22681         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22682         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22683         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22684         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22685         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22686         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22688 2013-10-04  Alan Modra  <amodra@gmail.com>
22690         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22691         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22692         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22693         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22694         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22695         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22696         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22697         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22698         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22699         use of regs.  Use power7 mtocrf.  Tidy function tails.
22701 2013-10-04  Alan Modra  <amodra@gmail.com>
22703         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22704         Formatting.  Consistently use rXXX register defines or rN defines.
22705         Use early exit labels that avoid restoring unused non-volatile regs.
22706         Make cr field use more consistent with rWORDn compares.  Rename
22707         regs used as shift registers for unaligned loop, using rN defines
22708         for short lifetime/multiple use regs.
22709         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22710         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22711         addi 1,1,64 to pop stack frame.  Simplify return value code.
22712         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22714 2013-10-04  Alan Modra  <amodra@gmail.com>
22716         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22717         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22718         rather than rlwimi.
22719         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22720         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22721         little-endian support.  Correct typos.
22722         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22723         rather than rlwimi.
22724         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22725         in loop and entry code to keep "and." results.
22726         (strchr): Add little-endian support.  Comment.  Move cntlzd
22727         earlier in tail.
22728         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22730 2013-10-04  Alan Modra  <amodra@gmail.com>
22732         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22733         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22734         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22735         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22737 2013-10-04  Alan Modra  <amodra@gmail.com>
22739         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22740         (rTMP): Define as r11.
22741         (strcmp): Add little-endian support.  Optimise tail.
22742         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22743         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22744         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22745         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22746         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22747         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22748         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22750 2013-10-04  Alan Modra  <amodra@gmail.com>
22752         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22753         little-endian support.  Remove unnecessary "are we done" tests.
22754         Handle "s" wrapping around zero and extremely large "size".
22755         Correct main loop count.  Handle single left-over word from main
22756         loop inline rather than by using small_loop.  Correct comments.
22757         Delete "zero" tail, use "end_max" instead.
22758         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22760 2013-10-04  Alan Modra  <amodra@gmail.com>
22762         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22763         support.  Don't branch over align.
22764         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22765         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22766         support.  Rearrange tmp reg use to suit.  Comment.
22767         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22769 2013-10-04  Alan Modra  <amodra@gmail.com>
22771         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22773 2013-10-04  Alan Modra  <amodra@gmail.com>
22775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22776         conditional form of branch and link when obtaining pc.
22777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22779 2013-10-04  Alan Modra  <amodra@gmail.com>
22781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22782         HIWORD/LOWORD.
22783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22786 2013-10-04  Alan Modra  <amodra@gmail.com>
22788         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22789         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22790         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22791         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22792         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22793         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22794         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22795         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22796         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22797         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22799 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22800             Alistair Popple <alistair@ozlabs.au.ibm.com>
22801             Alan Modra <amodra@gmail.com>
22803         [BZ #15723]
22804         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22805         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22806         _dl_hwcap access for little-endian.
22807         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22808         destroy vmx regs when saving unaligned.
22809         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22810         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22811         destroy vmx regs when saving unaligned.
22813 2013-10-04  Alan Modra  <amodra@gmail.com>
22815         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22816         Don't use a union to pack hi/low value.
22818 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22820         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22821         for little-endian.
22822         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22823         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22824         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22825         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22826         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22828 2013-10-04  Alan Modra  <amodra@gmail.com>
22830         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22831         constants to usual value for .cst8 section, and remove redundant
22832         high address load.
22833         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22834         constant for 0x1p52.  Load little-endian words of double from
22835         correct stack offsets.
22837 2013-10-04  Alan Modra  <amodra@gmail.com>
22839         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22840         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22841         words of double from correct stack offsets.
22842         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22843         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22844         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22845         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22846         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22847         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22848         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22849         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22850         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22851         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22852         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22853         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22854         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22855         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22856         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22857         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22858         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22860 2013-10-04  Alan Modra  <amodra@gmail.com>
22862         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22863         64-bit int/double union.
22864         (_FPU_SETCW): Likewise.
22865         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22866         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22868 2013-10-04  Alan Modra  <amodra@gmail.com>
22870         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22871         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22873 2013-10-04  Alan Modra  <amodra@gmail.com>
22875         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22876         use vector int constants.
22877         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22879 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22881         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22882         array with long long.
22883         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22884         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22885         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22886         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22887         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22888         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22889         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22890         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22891         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22892         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22893         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22894         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22895         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22897 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22899         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22900         (__signbit): Likewise.  Correct for little-endian.
22901         (__signbitl): Call __signbit.
22902         (lrint): Correct for little-endian.
22903         (lrintf): Call lrint.
22905 2013-10-04  Alan Modra  <amodra@gmail.com>
22907         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22908         union 32-bit int array member with 64-bit int array.
22909         (t515, tm256): Double rather than long double.
22910         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22912 2013-10-04  Alan Modra  <amodra@gmail.com>
22914         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22915         Delete.
22916         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22917         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22918         version of math_ldbl.h.
22920 2013-10-04  Alan Modra  <amodra@gmail.com>
22922         [BZ #15734], [BZ #15735]
22923         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22924         all uses of ieee875 long double macros and unions.  Simplify test
22925         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22926         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22927         normalize after ldbl_extract_mantissa, and don't add hidden bit
22928         already handled.  Don't treat low word of ieee854 mantissa like
22929         low word of IBM long double and mask off bit when testing for
22930         zero.
22931         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22932         all uses of ieee875 long double macros and unions.  Simplify tests
22933         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22934         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22935         two1022, instead use their values.  Recognise that tests for large
22936         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22937         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22938         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22939         test for 0.0L and nan.  Correct negation.
22940         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22941         ieee875 long double macros and unions.  Correct output for large
22942         magnitude x.  Correct absolute value calculation.
22943         (__erfcl): Likewise.
22944         * math/libm-test.inc: Add tests for errors discovered in IBM long
22945         double versions of fmodl, remainderl, erfl and erfcl.
22947 2013-10-04  Alan Modra  <amodra@gmail.com>
22949         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22950         all uses of ieee854 long double macros and unions.  Simplify tests
22951         for long doubles that are fully specified by the high double.
22952         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22953         Likewise.
22954         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22955         Remove dead code too.
22956         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22957         (__ieee754_ynl): Likewise.
22958         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22959         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22960         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22961         Remove dead code too.
22962         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22963         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22964         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22965         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22966         Simplify.
22967         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22968         Simplify.
22969         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22970         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22971         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22972         Comment on variable precision.
22973         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22974         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22975         Likewise.
22976         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22977         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22978         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22979         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22980         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22982 2013-10-04  Alan Modra  <amodra@gmail.com>
22984         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22985         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22986         all uses of ieee854 long double macros and unions.
22987         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22988         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22989         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22990         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22991         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22992         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22993         Likewise.
22994         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22995         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22996         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22997         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22998         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22999         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23000         Simplify sign and nan test too.
23001         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23002         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23003         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23004         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23005         Likewise.
23006         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23007         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23008         Likewise.
23009         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23010         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23011         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23012         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23013         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23014         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23016 2013-10-04  Alan Modra  <amodra@gmail.com>
23018         * stdio-common/printf_size.c (__printf_size): Don't use
23019         union ieee854_long_double in fpnum union.
23020         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23021         signbit macro to retrieve sign from long double.
23022         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23023         retrieve sign from long double.
23024         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23025         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23026         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23027         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23028         * math/test-misc.c (main): Don't use union ieee854_long_double.
23030 2013-10-04  Alan Modra  <amodra@gmail.com>
23032         [BZ #15680]
23033         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23034         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23035         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23036         calculation.  Remove unnecessary test for denormal exponent.
23037         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23038         Correct handling of denormals.  Avoid undefined shift behaviour.
23039         Correct normalisation of low mantissa when low double is denormal.
23040         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23041         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23042         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23043         Correct normalisation of low mantissa.  Test for overflow of high
23044         mantissa and normalise.
23045         (ldbl_nearbyint): Use more readable constant for two52.
23046         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23047         (__mpn_construct_long_double): Fix test for overflow of high
23048         mantissa and correct normalisation.  Avoid undefined shift.
23050 2013-10-04  Alan Modra  <amodra@gmail.com>
23052         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23053         (union ibm_extended_long_double): Define as an array of ieee754_double.
23054         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23055         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23056         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23057         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23058         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23059         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23060         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23061         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23062         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23063         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23064         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23066 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23068         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23069         page size instead of calling getpagesize.
23071         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23072         (LOCFILE_ALIGN_MASK): Likewise.
23073         (LOCFILE_ALIGN_UP): Likewise.
23074         (LOCFILE_ALIGNED_P): Likewise.
23075         * locale/programs/ld-collate.c (collate_output): Use the new
23076         macros instead of __alignof__ (int32_t).
23077         * locale/weight.h (findidx): Likewise.
23079 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23081         [BZ #431]
23082         * manual/string.texi: Fix strncat and wcsncat.
23084 2013-10-03  Brooks Moses  <bmoses@google.com>
23086         [BZ #15915]
23087         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23088         * Makerules: ...here, and adjust associated comments.
23090 2013-10-02  Will Newton  <will.newton@linaro.org>
23092         * malloc/Makefile: Add tst-pvalloc.
23093         * malloc/tst-pvalloc.c: New file.
23095 2013-10-02  Will Newton  <will.newton@linaro.org>
23097         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23098         improve test coverage.
23100 2013-10-02  Will Newton  <will.newton@linaro.org>
23102         * malloc/Makefile: Add tst-posix_memalign.
23103         * malloc/tst-posix_memalign.c: New file.
23105 2013-10-01  Eric Blake  <eblake@redhat.com>
23107         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23108         Use __THROWNL rather than __THROW on static functions.
23110 2013-09-30  Petr Machata  <pmachata@redhat.com>
23112         * elf/elf.h (R_AARCH64_ABS16): New macro.
23113         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23114         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23115         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23116         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23117         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23118         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23119         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23120         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23121         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23122         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23123         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23124         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23125         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23126         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23127         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23128         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23129         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23130         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23131         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23132         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23133         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23134         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23135         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23136         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23137         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23138         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23139         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23140         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23141         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23142         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23143         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23144         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23145         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23146         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23147         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23148         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23149         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23150         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23151         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23152         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23153         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23154         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23155         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23156         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23157         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23158         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23159         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23160         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23161         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23162         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23163         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23164         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23165         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23166         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23167         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23168         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23169         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23170         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23171         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23172         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23173         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23174         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23175         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23176         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23177         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23178         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23179         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23180         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23181         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23182         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23183         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23184         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23185         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23186         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23187         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23188         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23189         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23190         (R_AARCH64_TLSDESC_LDR): Likewise.
23191         (R_AARCH64_TLSDESC_ADD): Likewise.
23192         (R_AARCH64_TLSDESC_CALL): Likewise.
23194 2013-09-30  Andreas Schwab  <schwab@suse.de>
23196         [BZ #15048]
23197         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23198         the nss database lookup.
23199         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23200         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23202 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23204         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23206 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23208         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23209         ${Bash-specific parameter/pattern/string} parameter expansion.
23210         * sysdeps/unix/make-syscalls.sh: Likewise.
23212 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23214         * sysdeps/sh/stackguard-macros.h: New file.
23216 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23219         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23220         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23221         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23222         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23223         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23225 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23227         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23228         Fix thread ID register.
23230 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23232         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23233         [POSIX || UNIX98]: Require rather than permitting all symbols from
23234         <time.h>.
23235         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23236         element of struct sched_param.
23237         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23238         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23239         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23240         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23241         constant.
23243 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23245         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23246         argument calculation.
23248 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23250         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23251         Expect macro.
23252         [POSIX] (pthread_attr_t): Do not require type.
23253         [POSIX] (pthread_cond_t): Likewise.
23254         [POSIX] (pthread_condattr_t): Likewise.
23255         [POSIX] (pthread_key_t): Likewise.
23256         [POSIX] (pthread_mutex_t): Likewise.
23257         [POSIX] (pthread_mutexattr_t): Likewise.
23258         [POSIX] (pthread_once_t): Likewise.
23259         [POSIX] (pthread_t): Likewise.
23260         [POSIX-based standards] (pthread_atfork): Expect function.
23262 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23263             Richard Sandiford  <richard@codesourcery.com>
23265         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23266         (swap_endianness_p): New extern variable.
23267         (set_big_endian): New inline function.
23268         (maybe_swap_uint32): Likewise.
23269         (maybe_swap_uint32_array): Likewise.
23270         (maybe_swap_uint32_obstack): Likewise.
23271         * locale/programs/locfile.c: Include <stdbool.h>.
23272         (swap_endianness_p): New variable.
23273         (add_locale_uint32): Call maybe_swap_uint32.
23274         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23275         (write_locale_data): Call maybe_swap_uint32_array.
23276         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23277         maybe_swap_uint32.
23278         (obstack_int32_grow_fast): Likewise.
23279         (output_weightwc): Call maybe_swap_uint32_obstack.
23280         (collate_output): Likewise.
23281         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23282         (OPT_LITTLE_ENDIAN): Likewise.
23283         (options): Add --little-endian and --big-endian options.
23284         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23285         * locale/programs/locarchive.c: Include "locfile.h".
23286         (GET): New macro.
23287         (SET): Likewise.
23288         (INC): Likewise.
23289         (create_archive): Use the new macros to access fields of
23290         structures directly mapped from or written to locale archives.
23291         (oldlocrecentcmp): Likewise.
23292         (enlarge_archive): Likewise.
23293         (insert_name): Likewise.
23294         (add_alias): Likewise.
23295         (add_locale): Likewise.
23296         (delete_locales_from_archive): Likewise.
23297         (show_archive_content): Likewise.
23298         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23299         locale data.
23301 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23303         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23304         http://www.gnu.org/doc/freemanuals.texi.
23305         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23307 2013-09-24  Will Newton  <will.newton@linaro.org>
23309         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23310         macro.
23312 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23314         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23315         unsigned char.
23317 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23319         * manual/threads.texi (POSIX Threads): Fix a typo.
23321 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23323         [BZ #14547]
23324         * string/tst-strcoll-overflow.c: New test case.
23325         * string/Makefile (xtests): Add tst-strcoll-overflow.
23326         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23327         cache if string sizes may cause integer overflow.
23329         [BZ #14547]
23330         * string/strcoll_l.c (coll_seq): New members rule, idx,
23331         save_idx and back_us.
23332         (get_next_seq_nocache): New function.
23333         (do_compare_nocache): New function.
23334         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23335         when malloc fails.
23337 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23339         [BZ #15754]
23340         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23341         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23342         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23344         [BZ #15754]
23345         * elf/Makefile (tests): Add tst-ptrguard1.
23346         (tests-static): Add tst-ptrguard1-static.
23347         (tst-ptrguard1-ARGS): Define.
23348         (tst-ptrguard1-static-ARGS): Define.
23349         * elf/tst-ptrguard1.c: New file.
23350         * elf/tst-ptrguard1-static.c: New file.
23351         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23352         * sysdeps/i386/stackguard-macros.h: Likewise.
23353         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23354         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23355         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23356         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23357         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23358         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23360 2013-09-23  Hector Marco  <hecmargi@upv.es>
23361             Ismael Ripoll  <iripoll@disca.upv.es>
23362             Carlos O'Donell  <carlos@redhat.com>
23364         [BZ #15754]
23365         * sysdeps/generic/stackguard-macros.h: Define
23366         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23367         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23368         Define __pointer_chk_guard_local.
23369         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23370         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23372 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23374         [BZ #15859]
23375         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23377 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23379         * include/string.h (__ffs): Declare as hidden.
23380         * string/ffs.c (__ffs): Define as hidden.
23381         * sysdeps/i386/ffs.c (__ffs): Likewise.
23382         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23383         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23384         * sysdeps/s390/ffs.c (__ffs): Likewise.
23385         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23387 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23389         * NEWS: Mention malloc probes.
23391         * malloc/arena.c (new_heap): New memory_heap_new probe.
23392         (grow_heap): New memory_heap_more probe.
23393         (shrink_heap): New memory_heap_less probe.
23394         (heap_trim): New memory_heap_free probe.
23395         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23396         (systrim): New memory_sbrk_less probe.
23397         * manual/probes.texi: Document them.
23399         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23400         * manual/probes.texi: Document it.
23402         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23403         (__libc_realloc): Add memory_realloc_retry probe.
23404         (__libc_memalign): Add memory_memalign_retry probe.
23405         (__libc_valloc): Add memory_valloc_retry probe.
23406         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23407         (__libc_calloc): Add memory_calloc_retry probe.
23408         * manual/probes.texi: Document them.
23410         * malloc/arena.c (get_free_list): Add probe
23411         memory_arena_reuse_free_list.
23412         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23413         and memory_arena_reuse.
23414         (arena_get2) [!PER_THREAD]: Likewise.
23415         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23416         memory_arena_reuse_realloc.
23417         * manual/probes.texi: Document them.
23419         * malloc/malloc.c (__libc_free): Add
23420         memory_mallopt_free_dyn_thresholds probe.
23421         (__libc_mallopt): Add multiple memory_mallopt probes.
23422         * manual/probes.texi: Document them.
23424         * malloc/malloc.c: Include stap-probe.h.
23425         (__libc_mallopt): Add memory_mallopt probe.
23426         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23427         * manual/probes.texi: New.
23428         * manual/Makefile (chapters): Add probes.
23429         * manual/threads.texi: Set next node.
23431 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23433         [BZ #15963, #13985]
23434         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23435         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23436         Add `Chinese' to `nan' entry name.
23438 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23440         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23441         (POLYNOMIAL): Likewise.
23442         (TAYLOR_SINCOS): Likewise.
23443         (TAYLOR_SLOW): Likewise.
23444         (__sin): Use TAYLOR_SINCOS.
23445         (__cos): Likewise.
23446         (slow): Use TAYLOR_SLOW.
23447         (sloww): Likewise.
23448         (bsloww): Likewise.
23449         (csloww): Likewise.
23451 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23453         * stdlib/strtod_l.c: Fix buffer overrun.
23455 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23457         * benchtests/Makefile (bench): Add sincos.
23458         * benchtests/bench-sincos.c: New file.
23460         * math/libm-test.inc (cos_test_data): New test inputs.
23461         (sin_test_data): Likewise.
23463         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23464         macro.
23465         (__sin): Use it.
23466         (__cos): Likewise.
23467         (slow1): Likewise.
23468         (slow2): Likewise.
23469         (sloww1): Likewise.
23470         (sloww2): Likewise.
23471         (bsloww1): Likewise.
23472         (bsloww2): Likewise.
23473         (cslow2): Likewise.
23474         (csloww1): Likewise.
23475         (csloww2): Likewise.
23477         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23478         function.
23479         (__sin): Use it.
23480         (__cos): Likewise.
23482         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23483         gotos.
23484         (__cos): Likewise.
23486 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23488         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23489         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23490         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23491         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23492         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23493         * elf/cache.c (print_entry): Handle the new cache flags.
23495 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23496             Aldy Hernandez  <aldyh@redhat.com>
23498         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23499         Change condition to [_SOFT_FLOAT].
23500         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23501         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23502         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23503         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23504         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23505         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23506         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23507         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23508         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23509         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23510         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23511         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23512         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23513         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23514         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23515         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23516         declaration.
23518 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23520         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23521         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23522         (__longjmp): Use LOAD_GP to load saved GPRs.
23523         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23524         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23525         (__sigsetjmp): Use SAVE_GP to save GPRs.
23527         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23528         Do not append -msoft-float.
23529         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23531 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23533         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23535 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23537         [BZ #15966]
23538         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23539         (_FPU_GETCW): Use initial "__" on variable and field names but not
23540         on macro parameter name.
23541         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23542         parentheses around reference to macro parameter.
23544 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23546         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23547         prototype.
23548         (ctype_startup): Use uint32_t in cast and sizeof for
23549         ctype->charnames.
23551 2013-09-11  Jia Liu  <proljc@gmail.com>
23553         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23554         __daddr_t_defined.
23555         [__FreeBSD__]: Likewise.
23557 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23559         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23560         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23561         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23562         (strchr): Remove __strchr_sse42 ifunc selection.
23563         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23564         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23566 2013-09-11  Will Newton  <will.newton@linaro.org>
23568         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23569         parameter to RES. Remove hardcoded 1000 value.
23570         * benchtests/bench-skeleton.c (main): Pass RES parameter
23571         to TIMING_INIT and multiply result by 1000.
23573 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23577 2013-09-11  Andreas Schwab  <schwab@suse.de>
23579         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23580         if not defined.
23581         (O_TMPFILE) [__USE_GNU]: Define.
23582         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23583         Define.
23585 2013-09-11  Will Newton  <will.newton@linaro.org>
23587         [BZ #15857]
23588         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23589         does not overflow.
23591 2013-09-11  Will Newton  <will.newton@linaro.org>
23593         [BZ #15856]
23594         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23595         does not overflow.
23597 2013-09-11  Will Newton  <will.newton@linaro.org>
23599         [BZ #15855]
23600         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23601         does not overflow.
23603 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23605         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23606         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23607         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23608         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23609         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23611 2013-09-10  Allan McRae  <allan@archlinux.org>
23613         [BZ #15748]
23614         * manual/arith.texi (Parsing of Floats): Clarify
23615         cross-reference.
23617         [BZ #15849]
23618         * manual/install.texi (Running make install): Mention
23619         --enable-pt-chown.
23620         * INSTALL: Regenerated.
23622 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23624         * csu/init-first.c (_init): Remove the !SHARED condition around
23625         FPU control word initialization.
23626         * elf/dl-support.c (_dl_fpu_control): New variable.
23627         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23628         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23629         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23630         * math/test-fpucw-static.c: New file.
23631         * math/test-fpucw-ieee.c: New file.
23632         * math/test-fpucw-ieee-static.c: New file.
23633         * math/Makefile (tests): Add `test-fpucw-ieee' and
23634         `$(tests-static)'.
23635         (tests-static): New variable.
23636         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23637         dependency to...
23638         [($(build-shared),yes)]
23639         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23640         ... this.
23641         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23642         New dependency.
23644 2013-09-09  Allan McRae  <allan@archlinux.org>
23646         [BZ #15939]
23647         * manual/string.texi (Collation Functions): Fix typo in
23648         strcoll example.
23649         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23651         [BZ #15893]
23652         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23654         [BZ #15892]
23655         * libio/memstream.c (open_memstream): Fix memory leak.
23656         * libio/wmemstream.c (open_wmemstream): Likewise.
23658         [BZ #15895]
23659         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23661 2013-09-09  Will Newton  <will.newton@linaro.org>
23663         * malloc/Makefile: Add tst-realloc to tests.
23664         * malloc/tst-realloc.c: New file.
23666 2013-09-09  Allan McRae  <allan@archlinux.org>
23668         [BZ #15844]
23669         * COPYING: Update from GNU website to fix FSF address.
23670         * COPYING.LIB: Likewise.
23672 2013-09-06  David S. Miller  <davem@davemloft.net>
23674         * po/zh_TW.po: Update Chinese (traditional) translation from
23675         translation project.
23677 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23678             Joseph Myers  <joseph@codesourcery.com>
23680         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23681         "localeinfo.h".
23682         (obstack_chunk_alloc): New macro.
23683         (obstack_chunk_free): Likewise.
23684         (record_offset): New function.
23685         (init_locale_data): Likewise.
23686         (align_locale_data): Likewise.
23687         (add_locale_empty): Likewise.
23688         (add_locale_raw_data): Likewise.
23689         (add_locale_raw_obstack): Likewise.
23690         (add_locale_string): Likewise.
23691         (add_locale_wstring): Likewise.
23692         (add_locale_uint32): Likewise.
23693         (add_locale_uint32_array): Likewise.
23694         (add_locale_char): Likewise.
23695         (start_locale_structure): Likewise.
23696         (end_locale_structure): Likewise.
23697         (start_locale_prelude): Likewise.
23698         (end_locale_prelude): Likewise.
23699         (write_locale_data): Take locale_file structure rather than an
23700         iovec.
23701         * locale/programs/locfile.h: Include "obstack.h".
23702         (struct locale_file): Change to store locale file contents instead
23703         of header.
23704         (init_locale_data): New prototype.
23705         (align_locale_data): Likewise.
23706         (add_locale_empty): Likewise.
23707         (add_locale_raw_data): Likewise.
23708         (add_locale_raw_obstack): Likewise.
23709         (add_locale_string): Likewise.
23710         (add_locale_wstring): Likewise.
23711         (add_locale_uint32): Likewise.
23712         (add_locale_uint32_array): Likewise.
23713         (add_locale_char): Likewise.
23714         (start_locale_structure): Likewise.
23715         (end_locale_structure): Likewise.
23716         (start_locale_prelude): Likewise.
23717         (end_locale_prelude): Likewise.
23718         (write_locale_data): Update prototype.
23719         * locale/programs/3level.h (struct TABLE): Remove result field.
23720         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23721         Use new locale_file interface.
23722         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23723         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23724         * locale/programs/ld-address.c (address_output): Use new
23725         locale_file interface.
23726         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23727         NO_ADD_LOCALE.
23728         (collate_finish): Don't call collseq_table_finalize.
23729         (collate_output): Use new locale_file interface.
23730         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23731         in file.
23732         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23733         (TABLE): Move defines earlier in file.
23734         (ELEMENT): Likewise.
23735         (DEFAULT): Likewise.
23736         (wctrans_table_add): Move macro and inline function earlier in
23737         file.
23738         (struct wctype_table): Move type earlier in file.
23739         (add_locale_wctype_table): New static prototype.
23740         (struct locale_ctype_t): Use logical types instead of struct iovec
23741         pointers for members.
23742         (ctype_output): Use new locale_file interface.
23743         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23744         new locale_file interface.
23745         (allocate_arrays): Update for use of new locale_file interface.
23746         * locale/programs/ld-identification.c (identification_output): Use
23747         new locale_file interface.
23748         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23749         * locale/programs/ld-messages.c (messages_output): Likewise.
23750         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23751         * locale/programs/ld-name.c (name_output): Likewise.
23752         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23753         * locale/programs/ld-paper.c (paper_output): Likewise.
23754         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23755         * locale/programs/ld-time.c (time_output): Likewise.
23757 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23759         * benchtests/Makefile: Add memrchr benchmark.
23760         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23761         benchmark as memrchr.
23762         * benchtests/bench-memrchr-ifunc.c: New file.
23763         * benchtests/bench-memrchr.c: New file.
23765 2013-09-06   Will Newton  <will.newton@linaro.org>
23767         * benchtests/Makefile (string-bench): Add memcpy.
23769 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23770             Cong Wang  <amwang@redhat.com>
23772         [BZ #15850]
23773         * sysdeps/unix/sysv/linux/bits/in.h
23774         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23775         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23776         before __USE_KERNEL_IPV6_DEFS uses.
23777         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23778         IPPROTO_BEETPH.
23779         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23780         sockaddr_in6, or ipv6_mreq.
23782 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23784         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23785         memory access for final bytes in some large inputs.
23786         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23788 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23790         * string/test-memrchr.c: New file.
23791         * string/test-memrchr-ifunc.c: New file.
23792         * string/Makefile: Add new memrchr testcase.
23794 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23796         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23797         fanotify_init returns EPERM.
23799 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23801         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23802         errors.
23803         (top level): Treat second token from macro or constant entries for
23804         allowed headers as allowed.
23805         * include/complex.h: Condition internal declarations on
23806         [!_ISOMAC].
23807         * include/fenv.h: Condition include of <stdbool.h> and internal
23808         declarations on [!_ISOMAC].
23810 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23812         [BZ #15923]
23813         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23815 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23817         * configure.in (--enable-versioning): Remove configure option.
23818         (libc_cv_asm_symver_directive): Remove configure test.
23819         (libc_cv_ld_version_script_option): Likewise.
23820         (VERSIONING): Remove variable and AC_SUBST.
23821         (DO_VERSIONING): Remove AC_DEFINE.
23822         * configure: Regenerated.
23823         * config.h.in (DO_VERSIONING): Remove macro.
23824         * Makerules [$(versioning) = yes]: Change conditionals to
23825         [$(build-shared) = yes].
23826         * config.make.in (versioning): Remove variable.
23827         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23828         [$(build-shared) = yes].
23829         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23830         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23831         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23832         [$(build-shared) = yes].
23833         * extra-lib.mk [$(versioning) = yes]: Likewise.
23834         * hurd/Makefile [$(versioning) = yes]: Likewise.
23835         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23836         [SHARED].
23837         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23838         [SHARED].
23839         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23840         [SHARED && !NO_HIDDEN].
23841         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23842         [SHARED].
23843         [SHARED && DO_VERSIONING]: Likewise..
23844         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23845         [$(build-shared) = yes].
23846         * manual/install.texi (--disable-versioning): Remove
23847         documentation.
23848         * INSTALL: Regenerated.
23849         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23850         to [SHARED].
23851         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23852         [$(build-shared) = yes].
23853         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23854         * sysdeps/i386/i686/multiarch/strstr-c.c
23855         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23856         [SHARED && !NO_HIDDEN].
23857         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23858         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23859         * sysdeps/powerpc/powerpc32/dl-machine.c
23860         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23861         * sysdeps/powerpc/powerpc32/sysdep.h
23862         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23863         to [SHARED && PIC && !NO_HIDDEN].
23864         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23865         conditional to [SHARED].
23867 2013-09-04   Will Newton  <will.newton@linaro.org>
23869         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23870         * benchtests/bench-string.h: Include bench-timing.h instead
23871         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23872         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23873         call to HP_TIMING_DIFF_INIT.
23874         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23875         instead of hp-timing.h macros.
23876         * benchtests/bench-memchr.c: Likewise.
23877         * benchtests/bench-memcmp.c: Likewise.
23878         * benchtests/bench-memcpy.c: Likewise.
23879         * benchtests/bench-memmem.c: Likewise.
23880         * benchtests/bench-memmove.c: Likewise.
23881         * benchtests/bench-memset.c: Likewise.
23882         * benchtests/bench-rawmemchr.c: Likewise.
23883         * benchtests/bench-strcasecmp.c: Likewise.
23884         * benchtests/bench-strcasestr.c: Likewise.
23885         * benchtests/bench-strcat.c: Likewise.
23886         * benchtests/bench-strchr.c: Likewise.
23887         * benchtests/bench-strcmp.c: Likewise.
23888         * benchtests/bench-strcpy.c: Likewise.
23889         * benchtests/bench-strcpy_chk.c: Likewise.
23890         * benchtests/bench-strlen.c: Likewise.
23891         * benchtests/bench-strncasecmp.c: Likewise.
23892         * benchtests/bench-strncat.c: Likewise.
23893         * benchtests/bench-strncmp.c: Likewise.
23894         * benchtests/bench-strncpy.c: Likewise.
23895         * benchtests/bench-strnlen.c: Likewise.
23896         * benchtests/bench-strpbrk.c: Likewise.
23897         * benchtests/bench-strrchr.c: Likewise.
23898         * benchtests/bench-strspn.c: Likewise.
23899         * benchtests/bench-strstr.c: Likewise.
23901 2013-09-04  Will Newton  <will.newton@linaro.org>
23903         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23905 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23907         [BZ #15427]
23908         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23909         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23910         * math/libm-test.inc (lgamma_test_data): Add more tests.
23911         * sysdeps/i386/fpu/libm-test-ulps: Update.
23912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23914 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23916         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23917         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23918         Add ifunc.
23919         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23920         Add strcmp-sse2-unaligned
23921         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23923 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23925         * Versions.def (libc): Add GLIBC_2.19.
23927 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23929         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23930         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23932 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23934         [BZ #14155]
23935         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23936         intermediate calculations in recurrence.
23937         (__ieee754_ynf): Likewise.
23938         * math/libm-test.inc (jn_test_data): Do not allow spurious
23939         underflow exception.  Add more tests.
23940         (yn_test_data): Add more tests.
23941         * sysdeps/i386/fpu/libm-test-ulps: Update.
23942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23944 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23946         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23948 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23950         * csu/init-first.c: Fix then/than typos.
23951         * locale/programs/ld-collate.c: Likewise.
23952         * locale/programs/linereader.h: Likewise.
23953         * manual/charset.texi: Likewise.
23954         * manual/filesys.texi: Likewise.
23955         * manual/stdio.texi: Likewise.
23956         * manual/string.texi: Likewise.
23957         * stdlib/fmtmsg.c: Likewise.
23958         * sysdeps/i386/stpncpy.S: Likewise.
23959         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23960         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23961         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23962         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23964 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23966         * elf/dl-open.c: Fix typos.
23967         * iconvdata/gbbig5.c: Likewise.
23968         * iconvdata/iso-2022-jp.c: Likewise.
23969         * iconv/gconv_int.h: Likewise.
23970         * iconv/loop.c: Likewise.
23971         * nis/rpcsvc/nis.h: Likewise.
23972         * resolv/ns_name.c: Likewise.
23973         * stdio-common/vfscanf.c: Likewise.
23974         * streams/stropts.h: Likewise.
23975         * sunrpc/rpc_thread.c: Likewise.
23976         * sysdeps/i386/strpbrk.S: Likewise.
23977         * sysdeps/ieee754/k_standard.c: Likewise.
23978         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23979         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23980         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23981         * sysdeps/mach/hurd/profil.c: Likewise.
23982         * sysdeps/s390/dl-procinfo.h: Likewise.
23983         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23984         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23985         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23986         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23987         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23989 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23991         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23992         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23994 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23996         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23997         aix specific files.
23998         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23999         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24000         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24001         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24002         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24003         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24004         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24005         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24007 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24008             Roland McGrath  <roland@hack.frob.com>
24010         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24011         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24013 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24015         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24016         __executable_start symbol instead of _start.
24018 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24020         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24021         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24022         Move macros to...
24023         * sysdeps/gnu/ldsodefs.h: ... this new file.
24025         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24026         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24027         instead of ELFOSABI_LINUX.
24029         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24030         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24031         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24032         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24033         Likewise.
24034         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24035         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24036         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24037         Likewise.
24038         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24039         (ibm_extended_long_double): Add ieee_nan member.
24040         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24041         (do_test): New function.
24043         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24044         TEST_TRUNC.
24045         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24046         functions, renamed from truncdfsf_test, trunctfsf_test,
24047         trunctfdf_test.
24048         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24049         functions.
24050         (do_test): Run all these.
24052 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24054         * argp/argp-help.c: Fix typos.
24055         * argp/argp-parse.c: Likewise.
24056         * debug/backtracesyms.c: Likewise.
24057         * elf/elf.h: Likewise.
24058         * malloc/malloc.c: Likewise.
24059         * nis/nis_print.c: Likewise.
24060         * resolv/res_comp.c: Likewise.
24061         * stdlib/stdlib.h: Likewise.
24062         * sunrpc/clnt_tcp.c: Likewise.
24063         * sunrpc/clnt_udp.c: Likewise.
24064         * sunrpc/clnt_unix.c: Likewise.
24065         * sysdeps/unix/bsd/ptsname.c: Likewise.
24066         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24067         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24069         Likewise.
24070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24071         Likewise.
24072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24073         Likewise.
24074         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24076 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24078         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24079         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24081 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24083         [BZ #15897]
24084         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24085         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24086         ($(objpfx)bug-dl-leaf): New rule.
24087         ($(objpfx)bug-dl-leaf.so): Likewise.
24088         ($(objpfx)bug-dl-leaf.out): Likewise.
24089         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24090         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24091         * dlfcn/bug-dl-leaf.c: New test.
24092         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24093         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24094         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24095         (dlclose): Likewise.
24096         (dlmopen): Likewise.
24098 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24100         * include/netdb.h [!_ISOMAC]:
24101         Don't include <tls.h>.
24102         (h_errno, __libc_h_errno): Move declaration and macros out of
24103         [_LIBC_REENTRANT].
24105         * include/resolv.h [_RESOLV_H_]:
24106         Don't include <tls.h>.
24107         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24108         * resolv/res_libc.c: Don't include <tls.h>.
24109         (_res): Use __attribute__ ((nocommon)) in place of
24110         __attribute__ ((section (".bss"))).
24112         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24113         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24115         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24117         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24118         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24120         * resolv/res_mkquery.c: Include <sys/time.h>.
24122         * inet/ifreq.c: Moved to ...
24123         * sysdeps/unix/ifreq.c: ... here.
24124         * inet/ifreq.c: New file, true stub version.
24126         * socket/sa_len.c: New file.
24127         * socket/Makefile (aux): Add it.
24128         * sysdeps/unix/sysv/linux/Makefile
24129         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24130         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24131         and #include <socket/sa_len.c>.
24132         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24133         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24135         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24136         * bits/socket.h: ... here.
24138         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24139         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24140         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24142 2013-08-27  Andreas Schwab  <schwab@suse.de>
24144         [BZ #15736]
24145         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24146         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24147         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24148         * string/test-strcasecmp.c (test_main): Run tests in several
24149         locales.
24150         * string/test-strncasecmp.c (test_main): Likewise.
24152         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24153         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24154         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24155         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24156         (__strncasecmp_ssse3) [PIC]: Likewise.
24158 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24160         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24162         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24163         instead of explicitly declaring xdecrypt.
24164         * nis/nss_nis/nis-publickey.c: Likewise.
24166 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24168         [BZ #15890]
24169         * nscd/aicache.c: Include res_hconf.h.
24170         (addhstaiX): Initialize res_hconf.
24172 2013-08-26  Andreas Schwab  <schwab@suse.de>
24174         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24175         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24177 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24179         * nscd/aicache.c (addhstaiX): Fix indentation.
24181 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24183         * configure.ac: Quote $build_pt_chown test.
24184         * configure: Regenerated.
24186 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24188         [BZ #15532]
24189         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24190         * math/s_cexpf.c (__cexpf): Likewise.
24191         * math/s_cexpl.c (__cexpl): Likewise.
24192         * math/libm-test.inc (cexp_test_data): Correct expected return
24193         value for NaN + i0.  Add another test.
24195 2013-08-22  David S. Miller  <davem@davemloft.net>
24197         * po/ca.po: Update Catalan translation from translation project.
24198         * po/uk.po: Add Ukrainian translations from translation project.
24200 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24202         [BZ #15797]
24203         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24204         is infinite, not alongside NaN test.
24205         * math/s_fdimf.c (__fdimf): Likewise.
24206         * math/s_fdiml.c (__fdiml): Likewise.
24207         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24208         errno is unchanged.
24210 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24212         * argp/argp-help.c: Fix typos.
24213         * crypt/speeds.c: Likewise.
24214         * csu/check_fds.c: Likewise.
24215         * elf/dl-load.c: Likewise.
24216         * elf/dl-open.c: Likewise.
24217         * elf/reldep3.c: Likewise.
24218         * elf/reldep.c: Likewise.
24219         * elf/sprof.c: Likewise.
24220         * iconv/iconv_charmap.c: Likewise.
24221         * iconv/skeleton.c: Likewise.
24222         * iconv/strtab.c: Likewise.
24223         * io/lockf64.c: Likewise.
24224         * libio/libioP.h: Likewise.
24225         * resolv/gai_notify.c: Likewise.
24226         * resolv/ns_name.c: Likewise.
24227         * resolv/ns_samedomain.c: Likewise.
24228         * resolv/res_send.c: Likewise.
24229         * stdlib/random.c: Likewise.
24230         * sunrpc/rpc/xdr.h: Likewise.
24231         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24232         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24233         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24234         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24235         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24236         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24237         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24238         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24239         * sysdeps/mach/hurd/check_fds.c: Likewise.
24240         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24241         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24242         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24243         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24244         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24245         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24246         * sysdeps/pthread/aio_notify.c: Likewise.
24247         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24248         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24249         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24250         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24251         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24253 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24255         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24256         version if bit_Slow_SSE4_2 is set.
24257         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24258         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24260 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24262         [BZ #15867]
24263         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24264         trampoline stack frame information.
24265         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24266         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24267         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24268         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24269         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24270         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24271         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24272         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24273         sa_flags value.
24274         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24275         interrupting a syscall and set with option SA_SIGINFO.
24277 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24279         [BZ #15531]
24280         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24281         argument is infinite.
24282         * math/s_cprojf.c (__cprojf): Likewise.
24283         * math/s_cprojl.c (__cprojl): Likewise.
24284         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24285         * math/libm-test.inc (cproj_test_data): Add more tests.
24287         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24289         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24290         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24291         size.  Use __ffs to determine corresponding shift.
24293 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24294             Roland McGrath  <roland@hack.frob.com>
24296         * Makefile (INSTALL): Remove trailing blank lines from output of
24297         makeinfo.
24299 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24301         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24302         Align 32 bit compat elf_greg to 8 bytes.
24304 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24306         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24308 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24310         * string/strcoll_l.c (coll_seq): New structure.
24311         (get_next_seq_cached): New function.
24312         (get_next_seq): New function.
24313         (do_compare): New function.
24314         (STRCOLL): Use GNU style definition.  Simplify implementation
24315         by using get_next_seq, get_next_seq_cached and do_compare.
24317 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24319         [BZ #14699]
24320         CVE-2013-4237
24321         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24322         member.
24323         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24324         member.
24325         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24326         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24327         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24328         conditional.
24329         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24330         GETDENTS_64BIT_ALIGNED.
24331         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24332         * manual/filesys.texi (Reading/Closing Directory): Document
24333         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24334         strongly.
24335         * manual/conf.texi (Limits for Files): Add portability note to
24336         NAME_MAX, PATH_MAX.
24337         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24339 2013-08-13  Andreas Schwab  <schwab@suse.de>
24341         [BZ #15749]
24342         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24343         of fabs.
24344         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24345         LDBL_MAX_EXP >= 16384]: Add tests for it.
24347 2013-08-12  David S. Miller  <davem@davemloft.net>
24349         * version.h (RELEASE): Set to "development".
24350         (VERSION): Set to "2.18.90".
24351         * NEWS: Add 2.19 section.
24353 2013-08-03  David S. Miller  <davem@davemloft.net>
24355         * po/ko.po: Update Korean translation from translation project.
24357 2013-08-01  David S. Miller  <davem@davemloft.net>
24359         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24360         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24361         Bilka.
24363 2013-07-30  David S. Miller  <davem@davemloft.net>
24365         * po/fr.po: Update French translation from translation project.
24367 2013-07-28  David S. Miller  <davem@davemloft.net>
24369         * po/cs.po: Update Czech translation from translation project.
24371         * po/sv.po: Update Swedish translation from translation project.
24373 2013-07-27  David S. Miller  <davem@davemloft.net>
24375         * po/eo.po: Update Esperanto translation from translation project.
24377         * po/vi.po: Update Vietnamese translation from translation project.
24379         * po/de.po: Update German translation from translation project.
24381 2013-07-26  David S. Miller  <davem@davemloft.net>
24383         * po/bg.po: Update Bulgarian translation from translation project.
24385         * po/nl.po: Update Dutch translation from translation project.
24386         * po/pl.po: Update Polish translation from translation project.
24387         * po/ru.po: Update Russian translation from translation project.
24389 2013-07-24  David S. Miller  <davem@davemloft.net>
24391         * po/libc.pot: Update.
24393 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24395         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24396         variable page size.
24397         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24398         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24399         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24401 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24403         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24405 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24406             Andreas Schwab  <schwab@suse.de>
24407             Roland McGrath  <roland@hack.frob.com>
24408             Joseph Myers  <joseph@codesourcery.com>
24409             Carlos O'Donell  <carlos@redhat.com>
24411         [BZ #15755]
24412         * config.h.in: Define HAVE_PT_CHOWN.
24413         * config.make.in (build-pt-chown): New variable.
24414         * configure.in (--enable-pt_chown): New configure option.
24415         * configure: Regenerate.
24416         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24417         build-pt-chown is enabled.
24418         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24419         pt_chown to fix pty ownership.
24420         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24421         CLOSE_ALL_FDS.
24422         * manual/install.texi (Configuring and compiling): Mention
24423         --enable-pt_chown. Add @findex for grantpt.
24424         * INSTALL: Regenerate.
24426 2013-07-20  David S. Miller  <davem@davemloft.net>
24428         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24429         difference between 32-bit and 64-bit.
24431 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24433         [BZ #15711]
24434         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24435         Avoid system header dependency with -ffreestanding.
24436         ($(objpfx)bits/syscall%d): Likewise.
24438 2013-07-13  David S. Miller  <davem@davemloft.net>
24440         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24441         underflows from atanl/atan2l due to bug 15319.
24442         (casinh_test_data): Likewise.
24444 2013-07-07  David S. Miller  <davem@davemloft.net>
24446         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24448 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24450         * sysdeps/i386/fpu/libm-test-ulps: Update.
24451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24453 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24455         * configure.in (--enable-lock-elision): Fix message text.
24456         * INSTALL: Regenerate.
24457         * configure: Regenerate.
24459 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24461         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24463 2013-07-03  Andreas Jaeger  <aj@suse.de>
24465         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24466         define.
24467         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24468         (ptrace_peeksiginfo_args): Add.
24469         (__ptrace_peeksiginfo_flags): Add.
24470         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24471         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24472         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24474 2013-07-03  Allan McRae  <allan@archlinux.org>
24476         * sysdeps/i386/fpu/libm-test-ulps: Update.
24478 2013-07-02  David S. Miller  <davem@davemloft.net>
24480         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24482 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24484         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24486 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24488         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24491 2013-07-02  Andi Kleen <ak@linux.intel.com>
24493         * config.h.in (ENABLE_LOCK_ELISION): Add.
24494         * configure.in (--enable-lock-elision): Add option.
24495         * manual/install.texi: Document --enable lock elision.
24496         * configure: Regenerate
24497         * INSTALL: Regenerate.
24499 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24501         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24502         SSE4.2 strcasecmp for libc.a.
24503         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24505 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24507         [BZ #13304]
24508         * soft-fp/op-common.h (_FP_FMA): New macro.
24509         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24510         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24511         (_FP_MUL_MEAT_1_imm): ... here.
24512         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24513         (_FP_MUL_MEAT_1_wide): ... here.
24514         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24515         (_FP_MUL_MEAT_1_hard): ... here.
24516         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24517         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24518         (_FP_MUL_MEAT_2_wide): ... here.
24519         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24520         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24521         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24522         (_FP_MUL_MEAT_2_gmp): ... here.
24523         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24524         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24525         (_FP_MUL_MEAT_4_wide): ... here.
24526         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24527         (_FP_MUL_MEAT_4_gmp): ... here.
24528         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24529         (_FP_WFRACBITS_DW_S): Likewise.
24530         (_FP_WFRACXBITS_DW_S): Likewise.
24531         (_FP_HIGHBIT_DW_S): Likewise.
24532         (FP_FMA_S): Likewise.
24533         (_FP_FRAC_HIGH_DW_S): Likewise.
24534         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24535         (_FP_WFRACBITS_DW_D): Likewise.
24536         (_FP_WFRACXBITS_DW_D): Likewise.
24537         (_FP_HIGHBIT_DW_D): Likewise.
24538         (FP_FMA_D): Likewise.
24539         (_FP_FRAC_HIGH_DW_D): Likewise.
24540         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24541         (_FP_WFRACBITS_DW_E): Likewise.
24542         (_FP_WFRACXBITS_DW_E): Likewise.
24543         (_FP_HIGHBIT_DW_E): Likewise.
24544         (FP_FMA_E): Likewise.
24545         (_FP_FRAC_HIGH_DW_E): Likewise.
24546         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24547         (_FP_WFRACBITS_DW_Q): Likewise.
24548         (_FP_WFRACXBITS_DW_Q): Likewise.
24549         (_FP_HIGHBIT_DW_Q): Likewise.
24550         (FP_FMA_Q): Likewise.
24551         (_FP_FRAC_HIGH_DW_Q): Likewise.
24552         * soft-fp/fmasf4.c: New file.
24553         * soft-fp/fmadf4.c: Likewise.
24554         * soft-fp/fmatf4.c: Likewise.
24556 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24558         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24559         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24560         Silvermont.
24561         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24562         macro.
24563         (index_Slow_SSE4_2): Likewise.
24564         (index_Prefer_PMINUB_for_stringop): Likewise.
24565         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24566         bit_Slow_SSE4_2 is set.
24567         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24568         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24570 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24572         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24573         rtld_global._dl_hwcap2.
24574         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24575         POWER8.
24576         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24577         POWER8 feature descriptions defined in _dl_hwcap2.
24578         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24579         string handling for POWER8 feature bits.
24580         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24581         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24582         _dl_powerpc_cap_flags.
24583         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24584         * sysdeps/powerpc/rtld-global-offsets.sym
24585         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24586         _dl_hwcap2 in the rtld_global_ro structure.
24588 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24590         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24591         hardware capabilities in support of AT_HWCAP2.
24592         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24593         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24594         GLRO(dl_hwcap2).
24595         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24596         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24597         explicitly the unknown a_type display mechanism is used.
24598         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24599         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24600         struct member.
24601         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24602         to macro prototype for AT_HWCAP2 support.
24603         * sysdeps/i386/dl-procinfo.h: Likewise.
24604         * sysdeps/s390/dl-procinfo.h: Likewise.
24605         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24606         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24607         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24608         return -1 for unknown a_type display fallback.
24609         * sysdeps/sparc/dl-procinfo.h: Likewise.
24610         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24611         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24613 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24615         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24616         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24618 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24620         [BZ #12492]
24621         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24622         mprotect making __stack_prot writable.
24624 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24625             Joseph Myers  <joseph@codesourcery.com>
24627         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24628         as being properly aligned.
24630 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24632         * dlfcn/modstatic5.c: New file.
24633         * dlfcn/tststatic5.c: New file.
24634         * dlfcn/Makefile (tests): Add tststatic5.
24635         (tests-static): Likewise.
24636         (modules-names): Add modstatic5.
24637         (tststatic5-ENV): New variable.
24638         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24640         [BZ #15022]
24641         * elf/dl-support.c (_dl_main_map): New variable.
24642         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24643         (_dl_nns, _dl_load_adds): Set to 1.
24644         (_dl_initial_searchlist): Refer to _dl_main_map.
24645         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24646         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24647         call to _dl_get_origin.
24648         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24649         around call_map.
24650         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24651         * dlfcn/modstatic3.c: New file.
24652         * dlfcn/tststatic3.c: New file.
24653         * dlfcn/tststatic4.c: New file.
24654         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24655         (tests-static): Likewise.
24656         (modules-names): Add modstatic3.
24657         (tststatic3-ENV, tststatic4-ENV): New variables.
24658         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24659         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24661 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24663         * configure.in (CC): Require GCC version 4.4 or later.
24664         * configure: Regenerated.
24665         * manual/install.texi (Tools for Compilation): Update GCC version
24666         requirement.
24667         * INSTALL: Regenerated.
24669 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24671         [BZ #15674]
24672         * string/test-memcmp.c (check2): New.
24673         (main): Call check2.
24675         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24677 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24679         [BZ #15022]
24680         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24681         over to...
24682         (dl_open_worker) [!SHARED]: ... here.
24684 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24686         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24688 2013-06-25  Richard Henderson  <rth@redhat.com>
24690         * locale/programs/locarchive.c: Include <libc-internal.h>
24692 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24694         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24695         trailing whitespace removed.
24697 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24699         [BZ #10283]
24700         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24701         * locale/programs/locarchive.c: Include libc-mmap.h.
24702         (prepare_address_space): Take two new outputs (the mmap base and len).
24703         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24704         values.
24705         (create_archive): Declare new mmap base and len values for
24706         prepare_address_space, and store the result in ah.
24707         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24708         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24709         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24710         Declare new mmap base and len values for
24711         prepare_address_space, and store the result in new_ah.
24712         (open_archive): Declare new mmap base and len values for
24713         prepare_address_space, and store the result in ah.
24714         (close_archive): If ah->mmap_base is not NULL, use that and
24715         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24716         * sysdeps/generic/libc-mmap.h: New file.
24718 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24720         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24721         (ALIGN_UP): Likewise.
24722         (PTR_ALIGN_DOWN): Likewise.
24723         (PTR_ALIGN_UP): Likewise.
24725 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24727         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24728         entry mapped to PPC_PLATFORM_POWER8.
24729         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24730         POWER8.
24731         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24732         (_dl_string_platform): Add case for exporting platform position for
24733         POWER8.
24734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24735         search path to sysdeps/powerpc/powerpc32/power8 directory.
24736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24737         search path to sysdeps/powerpc/powerpc64/power8 directory.
24738         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24739         power7 directories.
24740         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24741         power7 directories.
24743 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24745         * INSTALL: Regenerate.
24747         * nscd/connections.c (nscd_init): Fix comment.
24749 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24751         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24753         [BZ #15667]
24754         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24755         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24757 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24759         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24760         DL_DST_REQ_STATIC.
24761         (DL_DST_REQ_STATIC): Remove macro.
24763 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24765         [BZ #7006]
24766         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24767         with a shift of 0 bits.
24769 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24771         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24772         $(tststatic-ENV).
24774 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24776         [BZ #15655]
24777         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24779 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24781         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24782         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24783         accepts -fno-tree-loop-distribute-patterns.
24784         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24785         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24786         recursive call.
24787         * string/memset.c (memset): Likewise.
24788         * string/test-memmove.c (simple_memmove): Disable loop transformation
24789         to library calls.
24790         * string/test-memset.c (simple_memset): Likewise.
24791         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24792         * benchtests/bench-memset.c (simple_memset): Likewise.
24793         * configure: Regenerated.
24795 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24797         * math/test-misc.c (main): Ignore fesetround failure when failures
24798         of subsequent rounding tests would be ignored.
24800         [BZ #15654]
24801         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24802         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24803         * math/fegetenv.c (__fegetenv): Return 0.
24804         * math/fegetexcept.c (fegetexcept): Return 0.
24805         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24806         FE_TONEAREST.
24807         * math/feholdexcpt.c (feholdexcept): Return 0.
24808         * math/fesetenv.c (__fesetenv): Return 0.
24809         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24810         argument FE_TONEAREST.
24811         * math/feupdateenv.c (__feupdateenv): Return 0.
24812         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24814 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24816         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24817         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24818         ($(objpfx)rtld-%.os rules): Use them.
24820 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24822         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24823         fields.
24825 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24827         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24828         length of target pattern, then descending length of dependency pattern.
24829         * configure.in (AWK): Require gawk 3.1.2 or newer.
24830         * manual/install.texi (Tools for Compilation): Say that we do.
24831         * configure: Regenerated.
24833         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24834         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24835         * scripts/sysd-rules.awk: ... this new script.
24836         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24837         than a glob-style pattern.
24839 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24841         * math/test-misc.c (main): Do not treat incorrectly rounded
24842         conversions as failure unless ROUNDING_TESTS passes.
24844 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24846         [BZ #15631]
24847         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24848         restore exception state around main square root computation, then
24849         check for inexactness explicitly.
24851         * math/libm-test.inc (fma_test_data): Add another test.
24853 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24855         * manual/threads.texi (Non-POSIX Extensions): New document
24856         node.  Document pthread_getattr_default_np and
24857         pthread_setattr_default_np.
24859         * Versions.def (libpthread): Add GLIBC_2.18.
24860         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24862         Likewise.
24863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24864         Likewise.
24865         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24866         Likewise.
24867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24868         Likewise.
24869         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24870         Likewise.
24871         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24872         Likewise.
24873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24874         Likewise.
24875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24876         Likewise.
24877         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24878         Likewise.
24880 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24882         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24883         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24885 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24886             H.J. Lu  <hjl.tools@gmail.com>
24888         [BZ #15627]
24889         * sysdeps/x86_64/rtld-memset.c: Remove file.
24890         * sysdeps/x86_64/rtld-memset.S: New file.
24892 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24894         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24895         (test_in_one_mode): Take arguments for whether the rounding mode
24896         is supported for each floating-point type.
24897         (do_test): Pass new arguments to test_in_one_mode using
24898         ROUNDING_TESTS.
24900 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24902         * posix/tst-waitid.c (do_test): Distinguish different instances of
24903         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24904         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24905         before entering the kernel for waitpid.
24907 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24909         * NEWS: Fix note on clock function precision.  Text by Roland
24910         McGrath.
24912 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24914         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24915         it into place only when and if the sanity check passes.
24917 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24919         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24920         output for whether conversion result is exact.  Take argument
24921         indicating whether type is IBM long double.
24922         (round_for_all): Change need_exact field to ibm_ld.
24923         * stdlib/tst-strtod-round.c (struct exactness): New type.
24924         (struct test): Change bool ld_ok field to struct exactness exact.
24925         (TEST): Update all definitions for change to field.
24926         (tests): Regenerate array contents.
24927         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24928         field value.  Check for IBM long double here.
24929         (do_test): Update calls to test_in_one_mode.
24931 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24933         [BZ #12515]
24934         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24935         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24937 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24939         [BZ #15605]
24940         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24941         generated by the compiler on loop optimizations.
24942         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24943         general definitions.
24945 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24947         * math/bug-nextafter.c: Include <math-tests.h>.
24948         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24949         the relevant type.
24950         * math/bug-nexttoward.c: Include <math-tests.h>.
24951         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24952         the relevant type.
24953         * math/test-misc.c: Include <math-tests.h>.
24954         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24955         the relevant type.
24957 2013-06-12  Andreas Jaeger  <aj@suse.de>
24959         * po/ia.po: Update Interlingua translation from translation
24960         project.
24962 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24964         * include/fenv.h: Include stdbool.h.
24965         (struct rm_ctx): New structure.
24966         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24967         Define macro.
24968         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24969         (SET_RESTORE_ROUNDF): Likewise.
24970         (SET_RESTORE_ROUNDL): Likewise.
24971         (SET_RESTORE_ROUND_NOEX): Likewise.
24972         (SET_RESTORE_ROUND_NOEXF): Likewise.
24973         (SET_RESTORE_ROUND_NOEXL): Likewise.
24974         (SET_RESTORE_ROUND_53BIT): Likewise.
24975         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24976         (libc_feresetround_noexf_ctx): Likewise.
24977         (libc_feresetround_noexl_ctx): Likewise.
24978         (libc_feholdsetround_53bit_ctx): Likewise.
24979         (libc_feresetround_53bit_ctx): Likewise.
24980         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24981         (libc_feholdexcept_setround_sse_ctx): New function.
24982         (libc_fesetenv_sse_ctx): Likewise.
24983         (libc_feupdateenv_sse_ctx): Likewise.
24984         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24985         (libc_feholdexcept_setround_387_ctx): Likewise.
24986         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24987         (libc_feholdsetround_387_prec_ctx): Likewise.
24988         (libc_feholdsetround_387_ctx): Likewise.
24989         (libc_feholdsetround_387_53bit_ctx): Likewise.
24990         (libc_feholdsetround_sse_ctx): Likewise.
24991         (libc_feresetround_sse_ctx): Likewise.
24992         (libc_feresetround_387_ctx): Likewise.
24993         (libc_feupdateenv_387_ctx): Likewise.
24994         (libc_feholdexcept_setroundf_ctx): Define macro.
24995         (libc_fesetenvf_ctx): Likewise.
24996         (libc_feupdateenvf_ctx): Likewise.
24997         (libc_feholdsetroundf_ctx): Likewise.
24998         (libc_feresetroundf_ctx): Likewise.
24999         (libc_feholdexcept_setround_ctx): Likewise.
25000         (libc_fesetenv_ctx): Likewise.
25001         (libc_feupdateenv_ctx): Likewise.
25002         (libc_feholdsetround_ctx): Likewise.
25003         (libc_feresetround_ctx): Likewise.
25004         (libc_feholdexcept_setroundl_ctx): Likewise.
25005         (libc_feupdateenvl_ctx): Likewise.
25006         (libc_feholdsetroundl_ctx): Likewise.
25007         (libc_feresetroundl_ctx): Likewise.
25008         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25009         (libc_feresetround_53bit_ctx): Likewise.
25011 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25013         * locale/iso-639.def: Convert to UTF-8.
25015 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25017         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25018         (EXCEPTION_TESTS_double): Likewise.
25019         (EXCEPTION_TESTS_long_double): Likewise.
25020         (EXCEPTION_TESTS): Likewise.
25021         * math/libm-test.inc (test_exceptions): Only test exceptions if
25022         EXCEPTION_TESTS (FLOAT).
25024 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25026         * benchtests/Makefile (string-bench): Add strcpy_chk and
25027         stpcpy_chk.
25028         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25029         * benchtests/bench-stpcpy_chk.c: New file.
25030         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25031         * benchtests/bench-strcpy_chk.c: New file.
25032         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25033         code.
25034         (do_test): Likewise.
25036 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25038         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25039         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25040         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25041         with tabs where appropriate.
25042         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25043         dl-procinfo.h.
25044         [PPC_PLATFORM_PPC440]: Likewise.
25045         [PPC_PLATFORM_PPC464]: Likewise.
25046         [PPC_PLATFORM_PPC476]: Likewise.
25047         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25048         ppc464, and ppc476 platform strings merging from ports/
25049         dl-procinfo.h.
25051 2013-06-11  Andreas Schwab  <schwab@suse.de>
25053         [BZ #14991]
25054         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25055         (from_ucs4_idx): Regenerate.
25056         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25057         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25058         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25059         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25060         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25061         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25062         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25063         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25064         from FROM_LOOP and TO_LOOP specific macros.
25065         (BODY): Handle combining characters.
25066         * iconvdata/BIG5HKSCS.irreversible: Update.
25067         * iconvdata/BIG5HKSCS.precomposed: New file.
25068         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25069         characters.
25070         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25072 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25074         * include/sys/time.h: Fix indentation and add copyright header.
25076         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25077         (do_test): Likewise.
25078         * string/test-memchr.c (do_one_test): Likewise.
25079         (do_test): Likewise.
25080         * string/test-memcmp.c (do_one_test): Likewise.
25081         (do_test): Likewise.
25082         * string/test-memcpy.c (do_one_test): Likewise.
25083         (do_test): Likewise.
25084         * string/test-memmem.c (do_one_test): Likewise.
25085         (do_test): Likewise.
25086         (do_random_tests): Likewise.
25087         * string/test-memmove.c (do_one_test): Likewise.
25088         (do_test): Likewise.
25089         * string/test-memset.c (do_one_test): Likewise.
25090         (do_test): Likewise.
25091         * string/test-rawmemchr.c (do_one_test): Likewise.
25092         (do_test): Likewise.
25093         * string/test-strcasecmp.c (do_one_test): Likewise.
25094         (do_test): Likewise.
25095         * string/test-strcasestr.c (do_one_test): Likewise.
25096         (do_test): Likewise.
25097         * string/test-strcat.c (do_one_test): Likewise.
25098         (do_test): Likewise.
25099         * string/test-strchr.c (do_one_test): Likewise.
25100         (do_test): Likewise.
25101         * string/test-strcmp.c (do_one_test): Likewise.
25102         (do_test): Likewise.
25103         * string/test-strcpy.c (do_one_test): Likewise.
25104         (do_test): Likewise.
25105         * string/test-string.h: Likewise.
25106         (test_init): Likewise.
25107         * string/test-strlen.c (do_one_test): Likewise.
25108         (do_test): Likewise.
25109         * string/test-strncasecmp.c (do_one_test): Likewise.
25110         (do_test): Likewise.
25111         * string/test-strncat.c (do_one_test): Likewise.
25112         (do_test): Likewise.
25113         * string/test-strncmp.c (do_one_test): Likewise.
25114         (do_test_limit): Likewise.
25115         (do_test): Likewise.
25116         * string/test-strncpy.c (do_one_test): Likewise.
25117         (do_test): Likewise.
25118         * string/test-strnlen.c (do_one_test): Likewise.
25119         (do_test): Likewise.
25120         * string/test-strpbrk.c (do_one_test): Likewise.
25121         (do_test): Likewise.
25122         * string/test-strrchr.c (do_one_test): Likewise.
25123         (do_test): Likewise.
25124         * string/test-strspn.c (do_one_test): Likewise.
25125         (do_test): Likewise.
25126         * string/test-strstr.c (do_one_test): Likewise.
25127         (do_test): Likewise.
25129         * benchtests/Makefile (string-bench): Add string benchmarks.
25130         * benchtests/bench-bcopy-ifunc.c: New file.
25131         * benchtests/bench-bcopy.c: New file.
25132         * benchtests/bench-bzero-ifunc.c: New file.
25133         * benchtests/bench-bzero.c: New file.
25134         * benchtests/bench-memccpy-ifunc.c: New file.
25135         * benchtests/bench-memccpy.c: New file.
25136         * benchtests/bench-memchr-ifunc.c: New file.
25137         * benchtests/bench-memchr.c: New file.
25138         * benchtests/bench-memcmp-ifunc.c: New file.
25139         * benchtests/bench-memcmp.c: New file.
25140         * benchtests/bench-memmem-ifunc.c: New file.
25141         * benchtests/bench-memmem.c: New file.
25142         * benchtests/bench-memmove-ifunc.c: New file.
25143         * benchtests/bench-memmove.c: New file.
25144         * benchtests/bench-mempcpy-ifunc.c: New file.
25145         * benchtests/bench-mempcpy.c: New file.
25146         * benchtests/bench-memset-ifunc.c: New file.
25147         * benchtests/bench-memset.c: New file.
25148         * benchtests/bench-rawmemchr-ifunc.c: New file.
25149         * benchtests/bench-rawmemchr.c: New file.
25150         * benchtests/bench-stpcpy-ifunc.c: New file.
25151         * benchtests/bench-stpcpy.c: New file.
25152         * benchtests/bench-stpncpy-ifunc.c: New file.
25153         * benchtests/bench-stpncpy.c: New file.
25154         * benchtests/bench-strcasecmp-ifunc.c: New file.
25155         * benchtests/bench-strcasecmp.c: New file.
25156         * benchtests/bench-strcasestr-ifunc.c: New file.
25157         * benchtests/bench-strcasestr.c: New file.
25158         * benchtests/bench-strcat-ifunc.c: New file.
25159         * benchtests/bench-strcat.c: New file.
25160         * benchtests/bench-strchr-ifunc.c: New file.
25161         * benchtests/bench-strchr.c: New file.
25162         * benchtests/bench-strchrnul-ifunc.c: New file.
25163         * benchtests/bench-strchrnul.c: New file.
25164         * benchtests/bench-strcmp-ifunc.c: New file.
25165         * benchtests/bench-strcmp.c: New file.
25166         * benchtests/bench-strcpy-ifunc.c: New file.
25167         * benchtests/bench-strcpy.c: New file.
25168         * benchtests/bench-strcspn-ifunc.c: New file.
25169         * benchtests/bench-strcspn.c: New file.
25170         * benchtests/bench-strlen-ifunc.c: New file.
25171         * benchtests/bench-strlen.c: New file.
25172         * benchtests/bench-strncasecmp-ifunc.c: New file.
25173         * benchtests/bench-strncasecmp.c: New file.
25174         * benchtests/bench-strncat-ifunc.c: New file.
25175         * benchtests/bench-strncat.c: New file.
25176         * benchtests/bench-strncmp-ifunc.c: New file.
25177         * benchtests/bench-strncmp.c: New file.
25178         * benchtests/bench-strncpy-ifunc.c: New file.
25179         * benchtests/bench-strncpy.c: New file.
25180         * benchtests/bench-strnlen-ifunc.c: New file.
25181         * benchtests/bench-strnlen.c: New file.
25182         * benchtests/bench-strpbrk-ifunc.c: New file.
25183         * benchtests/bench-strpbrk.c: New file.
25184         * benchtests/bench-strrchr-ifunc.c: New file.
25185         * benchtests/bench-strrchr.c: New file.
25186         * benchtests/bench-strspn-ifunc.c: New file.
25187         * benchtests/bench-strspn.c: New file.
25188         * benchtests/bench-strstr-ifunc.c: New file.
25189         * benchtests/bench-strstr.c: New file.
25191         * benchtests/Makefile: Disable parallel execution of targets.
25192         (string-bench): Add memcpy.
25193         (benchset): New variable to store a list of benchmark sets.
25194         (bench-func): Renamed from bench.
25195         (bench-set): New target.
25196         (bench): Depend on bench-func and bench-set.
25197         * benchtests/README: Add section on benchmark sets.
25198         * benchtests/bench-memcpy-ifunc.c: New file.
25199         * benchtests/bench-memcpy.c: New file.
25200         * benchtests/bench-string.h: New file.
25202 2013-06-11  Andreas Schwab  <schwab@suse.de>
25204         [BZ #15577]
25205         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25206         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25207         values in the triple.
25208         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25209         terminator in the group key.
25211 2013-06-11  Andreas Jaeger  <aj@suse.de>
25213         * po/zh_TW.po: Update Chinese (traditional) translation from
25214         translation project.
25216 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25218         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25219         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25220         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25221         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25222         (clock_getcpuclockid): Likewise.
25223         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25224         Add weak_alias and libc_hidden_def.
25225         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25226         * rt/clock_gettime.c (clock_gettime): Rename to
25227         __clock_gettime.  Add weak_alias and libc_hidden_def.
25228         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25229         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25230         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25231         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25232         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25233         Likewise.
25234         * rt/clock_settime.c (clock_settime): Rename to
25235         __clock_settime.  Add weak_alias and libc_hidden_def.
25236         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25238 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25240         * mach/err_boot.sub: Remove trailing whitespace.
25241         * mach/err_ipc.sub: Likewise.
25242         * mach/err_mach.sub: Likewise.
25244         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25245         (ROUNDING_TESTS_double): Likewise.
25246         (ROUNDING_TESTS_long_double): Likewise.
25247         (ROUNDING_TESTS): Likewise.
25248         * math/libm-test.inc: Include <math-tests.h>.
25249         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25250         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25251         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25252         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25254 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25256         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25257         of assigning.
25259 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25261         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25262         otherwise empty TRANS lines.
25263         * sysdeps/gnu/errlist.c: Regenerated.
25265         * catgets/gencat.c (error_print): Use (void) in function
25266         definition.
25267         * crypt/crypt_util.c (__init_des): Likewise.
25268         * crypt/speeds.c (Stop): Likewise.
25269         (main): Likewise.
25270         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25271         * inet/ruserpass.c (token): Likewise.
25272         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25273         * intl/localealias.c (extend_alias_table): Likewise.
25274         * intl/plural-exp.c (init_germanic_plural): Likewise.
25275         * libio/fcloseall.c (__fcloseall): Likewise.
25276         * libio/genops.c (_IO_flush_all): Likewise.
25277         (_IO_flush_all_linebuffered): Likewise.
25278         (_IO_cleanup): Likewise.
25279         (_IO_iter_begin): Likewise.
25280         (_IO_iter_end): Likewise.
25281         (_IO_list_lock): Likewise.
25282         (_IO_list_unlock): Likewise.
25283         (_IO_list_resetlock): Likewise.
25284         * libio/getchar.c (getchar): Likewise.
25285         * libio/getchar_u.c (getchar_unlocked): Likewise.
25286         * libio/getwchar.c (getwchar): Likewise.
25287         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25288         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25289         * login/getpt.c (__getpt): Likewise.
25290         * login/tst-utmp.c (main): Likewise.
25291         * malloc/hooks.c (__malloc_check_init): Likewise.
25292         * malloc/malloc.c (__malloc_stats): Likewise.
25293         * malloc/mtrace.c (tr_break): Likewise.
25294         (mtrace): Likewise.
25295         (muntrace): Likewise.
25296         * misc/fstab.c (endfsent): Likewise.
25297         * misc/getclktck.c (__getclktck): Likewise.
25298         * misc/getdtsz.c (__getdtablesize): Likewise.
25299         * misc/gethostid.c (gethostid): Likewise.
25300         * misc/getpagesize.c (__getpagesize): Likewise.
25301         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25302         (__get_nprocs): Likewise.
25303         (__get_phys_pages): Likewise.
25304         (__get_avphys_pages): Likewise.
25305         * misc/getttyent.c (getttyent): Likewise.
25306         (setttyent): Likewise.
25307         (endttyent): Likewise.
25308         * misc/getusershell.c (getusershell): Likewise.
25309         (endusershell): Likewise.
25310         (setusershell): Likewise.
25311         (initshells): Likewise.
25312         * misc/hsearch.c (__hdestroy): Likewise.
25313         * misc/sync.c (sync): Likewise.
25314         * misc/syslog.c (closelog_internal): Likewise.
25315         (closelog): Likewise.
25316         * misc/ttyslot.c (ttyslot): Likewise.
25317         * misc/vhangup.c (vhangup): Likewise.
25318         * posix/fork.c (__fork): Likewise.
25319         * posix/getegid.c (__getegid): Likewise.
25320         * posix/geteuid.c (__geteuid): Likewise.
25321         * posix/getgid.c (__getgid): Likewise.
25322         * posix/getpid.c (__getpid): Likewise.
25323         * posix/getppid.c (__getppid): Likewise.
25324         * posix/getuid.c (__getuid): Likewise.
25325         * posix/pause.c (pause): Likewise.
25326         * posix/setpgrp.c (setpgrp): Likewise.
25327         * posix/setsid.c (__setsid): Likewise.
25328         * posix/test-vfork.c (noop): Likewise.
25329         * resolv/gethnamaddr.c (_endhtent): Likewise.
25330         (_gethtent): Likewise.
25331         (ht_endhostent): Likewise.
25332         (gethostent): Likewise.
25333         (dns_service): Likewise.
25334         * stdlib/drand48.c (drand48): Likewise.
25335         * stdlib/lrand48.c (lrand48): Likewise.
25336         * stdlib/mrand48.c (mrand48): Likewise.
25337         * stdlib/rand.c (rand): Likewise.
25338         * stdlib/random.c (__random): Likewise.
25339         * stdlib/setenv.c (clearenv): Likewise.
25340         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25341         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25342         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25343         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25344         (__get_nprocs): Likewise.
25345         (__get_phys_pages): Likewise.
25346         (__get_avphys_pages): Likewise.
25347         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25348         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25349         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25350         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25351         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25352         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25353         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25354         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25355         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25356         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25357         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25358         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25359         * sysdeps/posix/clock.c (clock): Likewise.
25360         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25361         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25362         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25363         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25364         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25365         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25366         (__get_nprocs_conf): Likewise.
25367         (__get_phys_pages): Likewise.
25368         (__get_avphys_pages): Likewise.
25369         * time/clock.c (clock): Likewise.
25370         * time/tzset.c (__tzname_max): Likewise.
25372 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25374         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25375         (__bswap_32): Do not use "register".
25376         * crypt/crypt.c (_ufc_doit_r): Likewise.
25377         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25378         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25379         * gmon/gmon.c (__monstartup): Likewise.
25380         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25381         * hurd/hurdmalloc.c (more_memory): Likewise.
25382         (malloc): Likewise.
25383         (free): Likewise.
25384         (realloc): Likewise.
25385         (malloc_fork_prepare): Likewise.
25386         (malloc_fork_parent): Likewise.
25387         (malloc_fork_child): Likewise.
25388         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25389         (_svcauth_des): Likewise.
25390         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25391         * inet/inet_net.c (inet_network): Likewise.
25392         * inet/inet_netof.c (inet_netof): Likewise.
25393         * inet/rcmd.c (__validuser2_sa): Likewise.
25394         * io/fts.c (fts_open): Likewise.
25395         (fts_load): Likewise.
25396         (fts_close): Likewise.
25397         (fts_read): Likewise.
25398         (fts_children): Likewise.
25399         (fts_build): Likewise.
25400         (fts_stat): Likewise.
25401         (fts_sort): Likewise.
25402         (fts_alloc): Likewise.
25403         (fts_lfree): Likewise.
25404         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25405         (_IO_file_xsgetn): Likewise.
25406         (_IO_file_xsgetn_mmap): Likewise.
25407         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25408         (_IO_cookie_write): Likewise.
25409         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25410         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25411         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25412         * malloc/obstack.c (_obstack_begin): Likewise.
25413         (_obstack_begin_1): Likewise.
25414         (_obstack_newchunk): Likewise.
25415         (_obstack_allocated_p): Likewise.
25416         (obstack_free): Likewise.
25417         (_obstack_memory_used): Likewise.
25418         * misc/getttyent.c (getttynam): Likewise.
25419         (getttyent): Likewise.
25420         (skip): Likewise.
25421         (value): Likewise.
25422         * misc/getusershell.c (initshells): Likewise.
25423         * misc/syslog.c (__vsyslog_chk): Likewise.
25424         * misc/ttyslot.c (ttyslot): Likewise.
25425         * nis/nis_hash.c (__nis_hash): Likewise.
25426         * posix/fnmatch_loop.c (FCT): Likewise.
25427         * posix/getconf.c (print_all): Likewise.
25428         (main): Likewise.
25429         * posix/getopt.c (exchange): Likewise.
25430         * posix/glob.c (globfree): Likewise.
25431         (prefix_array): Likewise.
25432         (__glob_pattern_type): Likewise.
25433         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25434         (NS_GET32): Likewise.
25435         (NS_PUT16): Likewise.
25436         (NS_PUT32): Likewise.
25437         * resolv/gethnamaddr.c (getanswer): Likewise.
25438         (gethostbyname2): Likewise.
25439         (gethostbyaddr): Likewise.
25440         (_gethtent): Likewise.
25441         (_gethtbyname2): Likewise.
25442         (_gethtbyaddr): Likewise.
25443         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25444         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25445         * resolv/res_init.c (__res_vinit): Likewise.
25446         (net_mask): Likewise.
25447         * resolv/res_mkquery.c (outchar): Likewise.
25448         (PRINT): Likewise.
25449         * stdio-common/printf_fp.c (outchar): Likewise.
25450         (PRINT): Likewise.
25451         * stdio-common/printf_fphex.c (outchar): Likewise.
25452         (PRINT): Likewise.
25453         * stdio-common/printf_size.c (outchar): Likewise.
25454         (PRINT): Likewise.
25455         * stdio-common/test_rdwr.c (main): Likewise.
25456         * stdio-common/tfformat.c (matches): Likewise.
25457         * stdio-common/vfprintf.c (outchar): Likewise.
25458         (printf_unknown): Likewise.
25459         (buffered_vfprintf): Likewise.
25460         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25461         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25462         (ReadFile): Likewise.
25463         * stdlib/qsort.c (SWAP): Likewise.
25464         (_quicksort): Likewise.
25465         * stdlib/setenv.c (__add_to_environ): Likewise.
25466         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25467         * stdlib/strtol_l.c (__strtol_l): Likewise.
25468         * stdlib/tst-strtod.c (main): Likewise.
25469         * stdlib/tst-strtol.c (main): Likewise.
25470         * stdlib/tst-strtoll.c (main): Likewise.
25471         * string/bits/string2.h (__strcmp_cc): Likewise.
25472         (__strcmp_cg): Likewise.
25473         (__strcspn_c1): Likewise.
25474         (__strcspn_c2): Likewise.
25475         (__strcspn_c3): Likewise.
25476         (__strspn_c1): Likewise.
25477         (__strspn_c2): Likewise.
25478         (__strspn_c3): Likewise.
25479         (__strsep_1c): Likewise.
25480         (__strsep_2c): Likewise.
25481         (__strsep_3c): Likewise.
25482         * string/memccpy.c (__memccpy): Likewise.
25483         * string/stpcpy.c (__stpcpy): Likewise.
25484         * string/strcmp.c (strcmp): Likewise.
25485         * string/strrchr.c (strrchr): Likewise.
25486         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25487         Likewise.
25488         * sysdeps/mach/hurd/getcwd.c
25489         (_hurd_canonicalize_directory_name_internal): Likewise.
25490         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25491         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25492         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25493         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25494         Likewise, in both definitions.
25495         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25496         definitions.
25497         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25498         64] (__bswap_64): Likewise.
25499         * time/test_time.c (main): Likewise.
25500         * time/tzfile.c (__tzfile_read): Likewise.
25501         (__tzfile_compute): Likewise.
25502         * time/tzset.c (__tzset_parse_tz): Likewise.
25503         (tzset_internal): Likewise.
25504         (compute_change): Likewise.
25505         * wcsmbs/wcscat.c (__wcscat): Likewise.
25506         * wcsmbs/wcschr.c (wcschr): Likewise.
25507         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25508         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25509         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25510         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25511         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25512         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25513         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25514         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25515         * wcsmbs/wmemset.c (wmemset): Likewise.
25517 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25519         * scripts/config.guess: Update to version 2013-05-16.
25520         * scripts/config.sub: Update to version 2013-04-24.
25521         * scripts/install-sh: Update to version 2011-11-20.07.
25522         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25523         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25525 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25527         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25528         * elf/sln.c: Likewise.
25529         * hurd/hurd/ioctl.h: Likewise.
25530         * hurd/hurdmalloc.c: Likewise.
25531         * hurd/xattr.c: Likewise.
25532         * include/shlib-compat.h: Likewise.
25533         * inet/ruserpass.c: Likewise.
25534         * libio/iofgets_u.c: Likewise.
25535         * libio/iofgetws_u.c: Likewise.
25536         * locale/programs/ld-identification.c: Likewise.
25537         * locale/programs/ld-time.c: Likewise.
25538         * mach/msg-destroy.c: Likewise.
25539         * nss/nss_files/files-netgrp.c: Likewise.
25540         * resolv/res_data.c: Likewise.
25541         * soft-fp/op-1.h: Likewise.
25542         * soft-fp/op-2.h: Likewise.
25543         * soft-fp/op-4.h: Likewise.
25544         * soft-fp/op-common.h: Likewise.
25545         * stdio-common/printf_fphex.c: Likewise.
25546         * stdlib/strtod_l.c: Likewise.
25547         * sunrpc/rpc/clnt.h: Likewise.
25548         * sysdeps/generic/framestate.c: Likewise.
25549         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25550         * sysdeps/i386/bsd-setjmp.S: Likewise.
25551         * sysdeps/i386/__longjmp.S: Likewise.
25552         * sysdeps/i386/setjmp.S: Likewise.
25553         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25554         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25555         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25556         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25557         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25558         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25559         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25560         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25561         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25562         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25563         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25564         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25565         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25566         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25567         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25568         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25569         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25570         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25571         * sysdeps/ieee754/support.c: Likewise.
25572         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25573         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25574         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25575         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25576         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25577         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25578         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25579         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25580         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25581         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25582         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25583         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25584         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25585         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25586         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25587         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25588         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25591 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25593         * posix/transbug.c: Remove executable mode.
25595 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25597         * crypt/speeds.c: Remove trailing whitespace.
25598         * dlfcn/default.c: Likewise.
25599         * elf/ifuncdep2.c: Likewise.
25600         * elf/ifuncmain1.c: Likewise.
25601         * elf/ifuncmain1vis.c: Likewise.
25602         * elf/testobj.h: Likewise.
25603         * elf/tst-stackguard1.c: Likewise.
25604         * gmon/sys/gmon.h: Likewise.
25605         * hurd/hurdmsg.c: Likewise.
25606         * hurd/new-fd.c: Likewise.
25607         * hurd/ports-get.c: Likewise.
25608         * iconvdata/ibm1008_420.c: Likewise.
25609         * inet/tst-getni1.c: Likewise.
25610         * inet/tst-getni2.c: Likewise.
25611         * libio/ioungetc.c: Likewise.
25612         * libio/wfiledoalloc.c: Likewise.
25613         * manual/libm-err-tab.pl: Likewise.
25614         * math/w_dremf.c: Likewise.
25615         * misc/ftruncate.c: Likewise.
25616         * posix/bug-glob2.c: Likewise.
25617         * posix/tst-pcre.c: Likewise.
25618         * posix/wait4.c: Likewise.
25619         * resolv/README: Likewise.
25620         * resolv/res_debug.h: Likewise.
25621         * resolv/tst-inet_ntop.c: Likewise.
25622         * setjmp/bug269-setjmp.c: Likewise.
25623         * soft-fp/extended.h: Likewise.
25624         * soft-fp/op-1.h: Likewise.
25625         * soft-fp/op-2.h: Likewise.
25626         * soft-fp/op-4.h: Likewise.
25627         * soft-fp/op-8.h: Likewise.
25628         * soft-fp/testit.c: Likewise.
25629         * stdio-common/bug16.c: Likewise.
25630         * stdlib/random.c: Likewise.
25631         * sunrpc/rpcsvc/rquota.x: Likewise.
25632         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25633         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25634         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25635         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25636         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25637         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25638         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25639         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25640         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25641         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25642         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25643         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25644         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25645         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25646         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25647         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25648         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25649         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25650         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25651         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25652         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25653         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25654         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25655         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25656         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25657         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25658         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25659         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25660         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25661         * sysdeps/ieee754/s_lib_version.c: Likewise.
25662         * sysdeps/mach/hurd/check_fds.c: Likewise.
25663         * sysdeps/mach/hurd/getsockname.c: Likewise.
25664         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25665         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25666         * sysdeps/powerpc/bits/link.h: Likewise.
25667         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25668         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25669         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25670         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25671         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25672         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25673         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25674         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25675         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25676         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25677         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25678         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25679         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25680         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25681         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25682         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25683         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25684         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25685         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25686         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25687         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25688         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25689         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25690         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25691         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25692         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25693         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25694         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25695         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25696         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25697         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25698         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25699         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25700         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25701         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25702         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25703         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25704         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25705         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25706         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25707         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25708         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25709         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25710         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25711         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25712         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25713         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25714         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25715         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25716         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25717         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25718         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25719         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25720         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25721         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25722         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25723         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25724         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25725         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25726         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25727         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25728         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25729         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25730         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25731         * sysdeps/powerpc/sysdep.h: Likewise.
25732         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25733         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25734         * sysdeps/sh/dl-trampoline.S: Likewise.
25735         * sysdeps/sh/memset.S: Likewise.
25736         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25737         * sysdeps/sh/strlen.S: Likewise.
25738         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25739         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25740         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25741         * sysdeps/sparc/sparc32/rem.S: Likewise.
25742         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25743         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25744         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25745         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25746         * sysdeps/sparc/sparc32/urem.S: Likewise.
25747         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25748         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25749         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25750         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25751         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25752         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25753         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25754         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25755         * sysdeps/unix/bsd/times.c: Likewise.
25756         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25757         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25761         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25762         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25763         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25764         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25765         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25766         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25767         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25768         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25769         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25770         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25771         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25772         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25773         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25774         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25775         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25776         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25777         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25778         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25779         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25780         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25781         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25782         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25783         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25784         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25785         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25786         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25787         * sysdeps/x86_64/strcspn.S: Likewise.
25789 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25791         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25792         generated file.  Regenerate properly from gen-translit.pl.
25793         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25794         locale/C-translit.h.
25796 2013-06-05  Andreas Schwab  <schwab@suse.de>
25798         [BZ #15100]
25799         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25800         week as 6 instead of -1.
25801         * time/tst-strptime.c (day_tests): Add test case.
25803 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25805         * sysdeps/generic/math_private.h
25806         (libc_feholdexcept_setround_53bit): Replace with
25807         libc_feholdsetround_53bit.
25808         (libc_feupdateenv_53bit): Replace with
25809         libc_feresetround_53bit.
25810         (SET_RESTORE_ROUND_53BIT): Adjust.
25812 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25814         * string/test-strchrnul.c: Add copyright header.
25816         * posix/tst-getaddrinfo4.c: Increase test timeout.
25818 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25820         [BZ #15536]
25821         * math/libm-test.inc (MAX_EXP): Remove
25822         (MIN_EXP): Define.
25823         (ulp): Use MIN_EXP - MANT_DIG.
25824         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25826 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25828         * po/be.po: Revert last change.
25829         * po/zh_CN.po: Likewise.
25830         * po/header.pot: Likewise.
25832 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25834         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25835         link-libc-deps to empty as target-specific variable.
25836         * Makerules (link-libc-args): New variable.
25837         (libc-for-link): Likewise.
25838         (link-libc-deps): Likewise.
25839         (lib%.so): Depend on $(link-libc-deps).  Link with
25840         $(link-libc-args).
25841         (build-module): Link with $(link-libc-args).
25842         (build-module-asneeded): Likewise.
25843         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25844         list of objects.
25845         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25846         target-specific variable.
25847         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25848         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25849         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25850         libc.
25851         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25852         libc and ld.so.
25853         ($(objpfx)libpcprofile.so): Likewise.
25854         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25855         libc_nonshared.a.
25856         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25857         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25858         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25859         $(link-libc-deps).
25860         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25861         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25862         * login/Makefile ($(objpfx)libutil.so): Likewise.
25863         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25864         * math/Makefile ($(objpfx)libm.so): Likewise.
25865         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25866         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25867         variable instead of depending directly on libc.
25868         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25869         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25870         $(link-libc-deps).
25871         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25872         libc.
25873         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25874         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25875         ($(objpfx)libanl.so): Likewise.
25876         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25877         ld.so.
25878         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25879         $(link-libc-deps).
25880         * sysdeps/i386/fpu/Makefile: Remove file.
25881         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25882         ($(objpfx)libm.so): Remove dependency on ld.so.
25884 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25886         [BZ # 15553]
25887         * nis/yp_xdr.c (XDRMAXNAME): Define.
25888         (XDRMAXRECORD): Define.
25889         (xdr_domainname): Use XDRMAXNAME.
25890         (xdr_mapname): Likewise.
25891         (xdr_peername): Likewise.
25892         (xdr_keydat): Use XDRMAXRECORD.
25893         (xdr_valdat): Likewise.
25895 2013-05-30  Jeff Law  <law@redhat.com>
25897         [BZ #14256]
25898         * manual/errno.texi (ESTALE): Update to account for more than
25899         just NFS file systems.
25900         * sysdeps/gnu/errlist.c: Regenerated.
25902 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25904         [BZ #15465]
25905         * elf/Makefile (tests): Add tst-null-argv.
25906         (modules-names):  Add tst-null-argv-lib.
25907         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25908         (tst-null-argv-ENV): Set environment for tst-null-argv.
25909         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25910         (RTLD_PROGNAME): New macro.
25911         * elf/tst-null-argv.c: New test case.
25912         * elf/tst-null-argv-lib.c: Library for test case.
25913         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25914         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25915         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25916         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25917         * elf/dl-init.c (call_init): Likewise.
25918         (_dl_init): Likewise.
25919         * elf/dl-load.c (print_search_path): Likewise.
25920         (_dl_map_object): Likewise.
25921         * elf/dl-lookup.c (do_lookup_x): Likewise.
25922         (add_dependency): Likewise.
25923         (_dl_lookup_symbol_x): Likewise.
25924         (_dl_debug_bindings): Likewise.
25925         * elf/dl-open.c (_dl_show_scope): Likewise.
25926         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25927         * elf/dl-version.c (match_symbol): Likewise.
25928         (_dl_check_map_versions): Likewise.
25929         * elf/rtld.c (dl_main): Likewise.
25930         (print_unresolved): Use RTLD_PROGNAME.
25931         (print_missing_version): Likewise.
25932         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25933         (elf_machine_rela): Likewise.
25934         * sysdeps/powerpc/powerpc32/dl-machine.c
25935         (__process_machine_rela): Likewise.
25936         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25937         Likewise.
25938         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25939         Likewise.
25940         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25941         Likewise.
25942         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25943         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25944         Likewise.
25945         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25946         Likewise.
25947         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25949 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25951         * po/be.po: Add descriptive title.
25952         * po/zh_CN.po: Likewise.
25953         * po/header.pot: Likewise.
25955 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25957         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25958         error message.
25959         (enlarge_archive): Likewise.
25961 2013-05-28  Ben North  <ben@redfrontdoor.org>
25963         * manual/arith.texi (frexp): It is the magnitude of the return
25964         value which lies in [0.5, 1), not the return value itself.
25966 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25968         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25970 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25972         * stdio-common/bug26.c (main): Correct fscanf template.
25974         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25975         declare _dl_skip_args.
25977         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25978         Don't declare.
25980         * manual/platform.texi: Add missing @end deftypefun.
25982 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25984         [BZ #15529]
25985         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25986         bit of mantissa of 2^16382.
25987         * math/libm-test.inc (hypot_test_data): Add more tests.
25989         * math/libm-test.inc: Add drem and pow10 to list of tested
25990         functions.
25991         (pow10_test): New function.
25992         (drem_test): Likewise.
25993         (drem_test_tonearest): Likewise.
25994         (drem_test_towardzero): Likewise.
25995         (drem_test_downward): Likewise.
25996         (drem_test_upward): Likewise.
25997         (main): Call the new functions.
25999         * math/libm-test.inc (finite_test_data): Remove.
26000         (finite_test): Run tests from isfinite_test_data.
26001         (gamma_test_data): Remove.
26002         (gamma_test): Run tests from lgamma_test_data.
26003         * sysdeps/i386/fpu/libm-test-ulps: Update.
26004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26006 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26008         * manual/platform.texi: Add PowerPC PPR function set documentation.
26009         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26010         implementation.
26012 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26014         * math/libm-test.inc (MAX_EXP): Define.
26015         (ULPDIFF): Define.
26016         (ulp): New function.
26017         (check_float_internal): Use ULPDIFF.
26018         (cpow_test): Disable failing test.
26019         (check_ulp): Test ulp() implemetnation.
26020         (main): Call check_ulp before starting tests.
26022 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26024         * math/gen-libm-test.pl (generate_testfile): Do not handle
26025         START_DATA and END_DATA.
26026         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26027         END_DATA.
26028         (acos_tonearest_test_data): Likewise.
26029         (acos_towardzero_test_data): Likewise.
26030         (acos_downward_test_data): Likewise.
26031         (acos_upward_test_data): Likewise.
26032         (acosh_test_data): Likewise.
26033         (asin_test_data): Likewise.
26034         (asin_tonearest_test_data): Likewise.
26035         (asin_towardzero_test_data): Likewise.
26036         (asin_downward_test_data): Likewise.
26037         (asin_upward_test_data): Likewise.
26038         (asinh_test_data): Likewise.
26039         (atan_test_data): Likewise.
26040         (atanh_test_data): Likewise.
26041         (atan2_test_data): Likewise.
26042         (cabs_test_data): Likewise.
26043         (cacos_test_data): Likewise.
26044         (cacosh_test_data): Likewise.
26045         (carg_test_data): Likewise.
26046         (casin_test_data): Likewise.
26047         (casinh_test_data): Likewise.
26048         (catan_test_data): Likewise.
26049         (catanh_test_data): Likewise.
26050         (cbrt_test_data): Likewise.
26051         (ccos_test_data): Likewise.
26052         (ccosh_test_data): Likewise.
26053         (ceil_test_data): Likewise.
26054         (cexp_test_data): Likewise.
26055         (cimag_test_data): Likewise.
26056         (clog_test_data): Likewise.
26057         (clog10_test_data): Likewise.
26058         (conj_test_data): Likewise.
26059         (copysign_test_data): Likewise.
26060         (cos_test_data): Likewise.
26061         (cos_tonearest_test_data): Likewise.
26062         (cos_towardzero_test_data): Likewise.
26063         (cos_downward_test_data): Likewise.
26064         (cos_upward_test_data): Likewise.
26065         (cosh_test_data): Likewise.
26066         (cosh_tonearest_test_data): Likewise.
26067         (cosh_towardzero_test_data): Likewise.
26068         (cosh_downward_test_data): Likewise.
26069         (cosh_upward_test_data): Likewise.
26070         (cpow_test_data): Likewise.
26071         (cproj_test_data): Likewise.
26072         (creal_test_data): Likewise.
26073         (csin_test_data): Likewise.
26074         (csinh_test_data): Likewise.
26075         (csqrt_test_data): Likewise.
26076         (ctan_test_data): Likewise.
26077         (ctan_tonearest_test_data): Likewise.
26078         (ctan_towardzero_test_data): Likewise.
26079         (ctan_downward_test_data): Likewise.
26080         (ctan_upward_test_data): Likewise.
26081         (ctanh_test_data): Likewise.
26082         (ctanh_tonearest_test_data): Likewise.
26083         (ctanh_towardzero_test_data): Likewise.
26084         (ctanh_downward_test_data): Likewise.
26085         (ctanh_upward_test_data): Likewise.
26086         (erf_test_data): Likewise.
26087         (erfc_test_data): Likewise.
26088         (exp_test_data): Likewise.
26089         (exp_tonearest_test_data): Likewise.
26090         (exp_towardzero_test_data): Likewise.
26091         (exp_downward_test_data): Likewise.
26092         (exp_upward_test_data): Likewise.
26093         (exp10_test_data): Likewise.
26094         (exp2_test_data): Likewise.
26095         (expm1_test_data): Likewise.
26096         (fabs_test_data): Likewise.
26097         (fdim_test_data): Likewise.
26098         (finite_test_data): Likewise.
26099         (floor_test_data): Likewise.
26100         (fma_test_data): Likewise.
26101         (fma_towardzero_test_data): Likewise.
26102         (fma_downward_test_data): Likewise.
26103         (fma_upward_test_data): Likewise.
26104         (fmax_test_data): Likewise.
26105         (fmin_test_data): Likewise.
26106         (fmod_test_data): Likewise.
26107         (fpclassify_test_data): Likewise.
26108         (frexp_test_data): Likewise.
26109         (gamma_test_data): Likewise.
26110         (hypot_test_data): Likewise.
26111         (ilogb_test_data): Likewise.
26112         (isfinite_test_data): Likewise.
26113         (isgreater_test_data): Likewise.
26114         (isgreaterequal_test_data): Likewise.
26115         (isinf_test_data): Likewise.
26116         (isless_test_data): Likewise.
26117         (islessequal_test_data): Likewise.
26118         (islessgreater_test_data): Likewise.
26119         (isnan_test_data): Likewise.
26120         (isnormal_test_data): Likewise.
26121         (issignaling_test_data): Likewise.
26122         (isunordered_test_data): Likewise.
26123         (j0_test_data): Likewise.
26124         (j1_test_data): Likewise.
26125         (jn_test_data): Likewise.
26126         (ldexp_test_data): Likewise.
26127         (lgamma_test_data): Likewise.
26128         (lrint_test_data): Likewise.
26129         (lrint_tonearest_test_data): Likewise.
26130         (lrint_towardzero_test_data): Likewise.
26131         (lrint_downward_test_data): Likewise.
26132         (lrint_upward_test_data): Likewise.
26133         (llrint_test_data): Likewise.
26134         (llrint_tonearest_test_data): Likewise.
26135         (llrint_towardzero_test_data): Likewise.
26136         (llrint_downward_test_data): Likewise.
26137         (llrint_upward_test_data): Likewise.
26138         (log_test_data): Likewise.
26139         (log10_test_data): Likewise.
26140         (log1p_test_data): Likewise.
26141         (log2_test_data): Likewise.
26142         (logb_test_data): Likewise.
26143         (logb_downward_test_data): Likewise.
26144         (lround_test_data): Likewise.
26145         (llround_test_data): Likewise.
26146         (modf_test_data): Likewise.
26147         (nearbyint_test_data): Likewise.
26148         (nextafter_test_data): Likewise.
26149         (nexttoward_test_data): Likewise.
26150         (pow_test_data): Likewise.
26151         (pow_tonearest_test_data): Likewise.
26152         (pow_towardzero_test_data): Likewise.
26153         (pow_downward_test_data): Likewise.
26154         (pow_upward_test_data): Likewise.
26155         (remainder_test_data): Likewise.
26156         (remainder_tonearest_test_data): Likewise.
26157         (remainder_towardzero_test_data): Likewise.
26158         (remainder_downward_test_data): Likewise.
26159         (remainder_upward_test_data): Likewise.
26160         (remquo_test_data): Likewise.
26161         (rint_test_data): Likewise.
26162         (rint_tonearest_test_data): Likewise.
26163         (rint_towardzero_test_data): Likewise.
26164         (rint_downward_test_data): Likewise.
26165         (rint_upward_test_data): Likewise.
26166         (round_test_data): Likewise.
26167         (scalb_test_data): Likewise.
26168         (scalbn_test_data): Likewise.
26169         (scalbln_test_data): Likewise.
26170         (signbit_test_data): Likewise.
26171         (sin_test_data): Likewise.
26172         (sin_tonearest_test_data): Likewise.
26173         (sin_towardzero_test_data): Likewise.
26174         (sin_downward_test_data): Likewise.
26175         (sin_upward_test_data): Likewise.
26176         (sincos_test_data): Likewise.
26177         (sinh_test_data): Likewise.
26178         (sinh_tonearest_test_data): Likewise.
26179         (sinh_towardzero_test_data): Likewise.
26180         (sinh_downward_test_data): Likewise.
26181         (sinh_upward_test_data): Likewise.
26182         (sqrt_test_data): Likewise.
26183         (tan_test_data): Likewise.
26184         (tan_tonearest_test_data): Likewise.
26185         (tan_towardzero_test_data): Likewise.
26186         (tan_downward_test_data): Likewise.
26187         (tan_upward_test_data): Likewise.
26188         (tanh_test_data): Likewise.
26189         (tgamma_test_data): Likewise.
26190         (trunc_test_data): Likewise.
26191         (y0_test_data): Likewise.
26192         (y1_test_data): Likewise.
26193         (yn_test_data): Likewise.
26194         (significand_test_data): Likewise.
26196         * math/gen-libm-test.pl (@functions): Remove variable.
26197         (generate_testfile): Don't handle START and END lines.
26198         * math/libm-test.inc (START): New macro.
26199         (END): Likewise.
26200         (END_COMPLEX): Likewise.
26201         (acos_test): Use END macro without arguments.
26202         (acos_test_tonearest): Likewise.
26203         (acos_test_towardzero): Likewise.
26204         (acos_test_downward): Likewise.
26205         (acos_test_upward): Likewise.
26206         (acosh_test): Likewise.
26207         (asin_test): Likewise.
26208         (asin_test_tonearest): Likewise.
26209         (asin_test_towardzero): Likewise.
26210         (asin_test_downward): Likewise.
26211         (asin_test_upward): Likewise.
26212         (asinh_test): Likewise.
26213         (atan_test): Likewise.
26214         (atanh_test): Likewise.
26215         (atan2_test): Likewise.
26216         (cabs_test): Likewise.
26217         (cacos_test): Use END_COMPLEX macro without arguments.
26218         (cacosh_test): Likewise.
26219         (carg_test): Use END macro without arguments.
26220         (casin_test): Use END_COMPLEX macro without arguments.
26221         (casinh_test): Likewise.
26222         (catan_test): Likewise.
26223         (catanh_test): Likewise.
26224         (cbrt_test): Use END macro without arguments.
26225         (ccos_test): Use END_COMPLEX macro without arguments.
26226         (ccosh_test): Likewise.
26227         (ceil_test): Use END macro without arguments.
26228         (cexp_test): Use END_COMPLEX macro without arguments.
26229         (cimag_test): Use END macro without arguments.
26230         (clog_test): Use END_COMPLEX macro without arguments.
26231         (clog10_test): Likewise.
26232         (conj_test): Likewise.
26233         (copysign_test): Use END macro without arguments.
26234         (cos_test): Likewise.
26235         (cos_test_tonearest): Likewise.
26236         (cos_test_towardzero): Likewise.
26237         (cos_test_downward): Likewise.
26238         (cos_test_upward): Likewise.
26239         (cosh_test): Likewise.
26240         (cosh_test_tonearest): Likewise.
26241         (cosh_test_towardzero): Likewise.
26242         (cosh_test_downward): Likewise.
26243         (cosh_test_upward): Likewise.
26244         (cpow_test): Use END_COMPLEX macro without arguments.
26245         (cproj_test): Likewise.
26246         (creal_test): Use END macro without arguments.
26247         (csin_test): Use END_COMPLEX macro without arguments.
26248         (csinh_test): Likewise.
26249         (csqrt_test): Likewise.
26250         (ctan_test): Likewise.
26251         (ctan_test_tonearest): Likewise.
26252         (ctan_test_towardzero): Likewise.
26253         (ctan_test_downward): Likewise.
26254         (ctan_test_upward): Likewise.
26255         (ctanh_test): Likewise.
26256         (ctanh_test_tonearest): Likewise.
26257         (ctanh_test_towardzero): Likewise.
26258         (ctanh_test_downward): Likewise.
26259         (ctanh_test_upward): Likewise.
26260         (erf_test): Use END macro without arguments.
26261         (erfc_test): Likewise.
26262         (exp_test): Likewise.
26263         (exp_test_tonearest): Likewise.
26264         (exp_test_towardzero): Likewise.
26265         (exp_test_downward): Likewise.
26266         (exp_test_upward): Likewise.
26267         (exp10_test): Likewise.
26268         (exp2_test): Likewise.
26269         (expm1_test): Likewise.
26270         (fabs_test): Likewise.
26271         (fdim_test): Likewise.
26272         (finite_test): Likewise.
26273         (floor_test): Likewise.
26274         (fma_test): Likewise.
26275         (fma_test_towardzero): Likewise.
26276         (fma_test_downward): Likewise.
26277         (fma_test_upward): Likewise.
26278         (fmax_test): Likewise.
26279         (fmin_test): Likewise.
26280         (fmod_test): Likewise.
26281         (fpclassify_test): Likewise.
26282         (frexp_test): Likewise.
26283         (gamma_test): Likewise.
26284         (hypot_test): Likewise.
26285         (ilogb_test): Likewise.
26286         (isfinite_test): Likewise.
26287         (isgreater_test): Likewise.
26288         (isgreaterequal_test): Likewise.
26289         (isinf_test): Likewise.
26290         (isless_test): Likewise.
26291         (islessequal_test): Likewise.
26292         (islessgreater_test): Likewise.
26293         (isnan_test): Likewise.
26294         (isnormal_test): Likewise.
26295         (issignaling_test): Likewise.
26296         (isunordered_test): Likewise.
26297         (j0_test): Likewise.
26298         (j1_test): Likewise.
26299         (jn_test): Likewise.
26300         (ldexp_test): Likewise.
26301         (lgamma_test): Likewise.
26302         (lrint_test): Likewise.
26303         (lrint_test_tonearest): Likewise.
26304         (lrint_test_towardzero): Likewise.
26305         (lrint_test_downward): Likewise.
26306         (lrint_test_upward): Likewise.
26307         (llrint_test): Likewise.
26308         (llrint_test_tonearest): Likewise.
26309         (llrint_test_towardzero): Likewise.
26310         (llrint_test_downward): Likewise.
26311         (llrint_test_upward): Likewise.
26312         (log_test): Likewise.
26313         (log10_test): Likewise.
26314         (log1p_test): Likewise.
26315         (log2_test): Likewise.
26316         (logb_test): Likewise.
26317         (logb_test_downward): Likewise.
26318         (lround_test): Likewise.
26319         (llround_test): Likewise.
26320         (modf_test): Likewise.
26321         (nearbyint_test): Likewise.
26322         (nextafter_test): Likewise.
26323         (nexttoward_test): Likewise.
26324         (pow_test): Likewise.
26325         (pow_test_tonearest): Likewise.
26326         (pow_test_towardzero): Likewise.
26327         (pow_test_downward): Likewise.
26328         (pow_test_upward): Likewise.
26329         (remainder_test): Likewise.
26330         (remainder_test_tonearest): Likewise.
26331         (remainder_test_towardzero): Likewise.
26332         (remainder_test_downward): Likewise.
26333         (remainder_test_upward): Likewise.
26334         (remquo_test): Likewise.
26335         (rint_test): Likewise.
26336         (rint_test_tonearest): Likewise.
26337         (rint_test_towardzero): Likewise.
26338         (rint_test_downward): Likewise.
26339         (rint_test_upward): Likewise.
26340         (round_test): Likewise.
26341         (scalb_test): Likewise.
26342         (scalbn_test): Likewise.
26343         (scalbln_test): Likewise.
26344         (signbit_test): Likewise.
26345         (sin_test): Likewise.
26346         (sin_test_tonearest): Likewise.
26347         (sin_test_towardzero): Likewise.
26348         (sin_test_downward): Likewise.
26349         (sin_test_upward): Likewise.
26350         (sincos_test): Likewise.
26351         (sinh_test): Likewise.
26352         (sinh_test_tonearest): Likewise.
26353         (sinh_test_towardzero): Likewise.
26354         (sinh_test_downward): Likewise.
26355         (sinh_test_upward): Likewise.
26356         (sqrt_test): Likewise.
26357         (tan_test): Likewise.
26358         (tan_test_tonearest): Likewise.
26359         (tan_test_towardzero): Likewise.
26360         (tan_test_downward): Likewise.
26361         (tan_test_upward): Likewise.
26362         (tanh_test): Likewise.
26363         (tgamma_test): Likewise.
26364         (trunc_test): Likewise.
26365         (y0_test): Likewise.
26366         (y1_test): Likewise.
26367         (yn_test): Likewise.
26368         (significand_test): Likewise.
26370 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26372         [BZ #15381]
26373         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26375 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26377         [BZ #14894]
26378         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26379         __ppc_mdoio and __ppc_mdoom.
26380         * manual/platform.texi: Document new functions __ppc_yield,
26381         __ppc_mdoio and __ppc_mdoom.
26383 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26385         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26386         (main): Mention "tls" pseudo-hwcap is legacy.
26387         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26389 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26391         * math/gen-libm-test.pl (parse_args): Output only string of
26392         arguments as text for test name, not full call or descriptions of
26393         tests for extra outputs.
26394         (generate_testfile): Do not pass function name to parse_args.
26395         Generate this_func variable from START.
26396         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26397         field to arg_str.
26398         (struct test_ff_f_data): Likewise.
26399         (test_ff_f_data_nexttoward): Likewise.
26400         (struct test_fi_f_data): Likewise.
26401         (struct test_fl_f_data): Likewise.
26402         (struct test_if_f_data): Likewise.
26403         (struct test_fff_f_data): Likewise.
26404         (struct test_c_f_data): Likewise.
26405         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26406         (struct test_fF_f1_data): Likewise.
26407         (struct test_ffI_f1_data): Likewise.
26408         (struct test_c_c_data): Rename test_name field to arg_str.
26409         (struct test_cc_c_data): Likewise.
26410         (struct test_f_i_data): Likewise.
26411         (struct test_ff_i_data): Likewise.
26412         (struct test_f_l_data): Likewise.
26413         (struct test_f_L_data): Likewise.
26414         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26415         and extra2_name.
26416         (COMMON_TEST_SETUP): New macro.
26417         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26418         (COMMON_TEST_CLEANUP): Likewise.
26419         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26420         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26421         macros.
26422         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26423         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26424         macros.
26425         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26426         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26427         cleanup macros.
26428         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26429         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26430         macros.
26431         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26432         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26433         macros.
26434         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26435         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26436         cleanup macros.
26437         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26438         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26439         cleanup macros.
26440         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26441         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26442         cleanup macros.
26443         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26444         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26445         macros.
26446         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26447         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26448         macros.
26449         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26450         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26451         macros.
26452         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26453         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26454         cleanup macros.
26455         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26456         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26457         cleanup macros.
26458         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26459         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26460         macros.
26461         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26462         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26463         cleanup macros.
26464         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26465         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26466         macros.
26467         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26468         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26469         macros.
26470         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26471         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26472         cleanup macros.
26473         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26475 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26477         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26478         to _sifields.sigfault.
26479         (si_addr_lsb): Define new macro.
26480         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26481         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26482         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26484 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26486         [BZ #15441]
26487         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26488         returns -1.
26489         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26490         null return -1.
26491         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26492         loading the domain.
26494 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26496         * math/gen-libm-test.pl (parse_args): Do not include expected
26497         result in test name.
26498         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26499         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26500         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26501         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26502         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26505 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26507         * benchtests/Makefile: Sort function entries.
26509         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26510         tanh, asinh, acosh, atanh.
26511         * benchtests/acos-inputs: New file.
26512         * benchtests/acosh-inputs: New file.
26513         * benchtests/asin-inputs: New file.
26514         * benchtests/asinh-inputs: New file.
26515         * benchtests/atanh-inputs: New file.
26516         * benchtests/cosh-inputs: New file.
26517         * benchtests/log-inputs: New file.
26518         * benchtests/sinh-inputs: New file.
26519         * benchtests/tanh-inputs: New file.
26521 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26523         [BZ #15339]
26524         * posix/tst-getaddrinfo4.c: New test.
26525         * posix/Makefile (tests): Add it.
26527 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26529         [BZ #15339]
26530         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26531         when no services were used.
26532         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26533         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26535 2013-05-21  Andreas Schwab  <schwab@suse.de>
26537         [BZ #15014]
26538         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26539         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26540         successful.
26541         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26542         redundant variable declarations and reallocation of buffer when
26543         parsing as IPv6 address.  Always set NSS status when called from
26544         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26545         buffer too small.  Correct computation of needed size.
26546         * nss/Makefile (tests): Add test-digits-dots.
26547         * nss/test-digits-dots.c: New test.
26549 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26551         * benchtests/Makefile: Remove instructions for adding
26552         benchmark tests.
26553         * benchtests/README: New file to explain how to execute and
26554         enhance the benchmark tests.
26556 2013-05-21  Andreas Schwab  <schwab@suse.de>
26558         [BZ #15493]
26559         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26560         * setjmp/tst-sigsetjmp.c: New test.
26562 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26564         * sysdeps/x86_64/memset.S (memset): New implementation.
26565         (__bzero): Likewise.
26566         (__memset_tail): New function.
26568 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26570         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26571         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26572         __memcpy_sse2_unaligned ifunc selection.
26573         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26574         Add memcpy-sse2-unaligned.S.
26575         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26576         Add: __memcpy_sse2_unaligned.
26578 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26580         [BZ #15490]
26581         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26582         math_force_eval before restoring floating-point envrionment.
26583         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26584         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26585         Likewise.
26586         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26587         <math_private.h>.
26588         (__nearbyintl): Use math_force_eval before restoring
26589         floating-point environment.
26590         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26592         * math/gen-libm-test.pl (special_functions): Remove.
26593         (parse_args): Don't handle TEST_extra.  Handle functions with no
26594         return value.
26595         * math/libm-test.inc (struct test_sincos_data): Replace with
26596         struct test_fFF_11_data.
26597         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26598         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26599         (sincos_test_data): Change element type to struct
26600         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26601         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26602         RUN_TEST_LOOP_sincos.
26603         * math/README.libm-test: Don't mention special handling of
26604         individual functions.
26605         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26606         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26607         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26608         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26609         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26612         * math/gen-libm-test.pl (get_variable): Remove function.
26613         (parse_args): Don't show pointer parameters to call in test
26614         names.  Use "extra output N" in test names for extra outputs
26615         rather than naming variables.
26617 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26619         [BZ #15488]
26620         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26621         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26622         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26623         double tests.
26624         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26625         disable.
26626         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26627         check_long_double.
26629         * math/gen-libm-test.pl (@tests): Remove variable.
26630         ($count): Likewise.
26631         (new_test): Remove function.
26632         (show_exceptions): New function.
26633         (special_functions): Use show_exceptions instead of new_test.
26634         (parse_args): Likewise.
26635         (generate_testfile): Pass only function name in generated call to
26636         print_max_error or print_complex_max_error.
26637         (get_ulps): Do not handle complex tests specially.
26638         (output_test): Rename to ...
26639         (get_all_ulps_for_test): ... this.  Return a string rather than
26640         printing to a file.  Require ulps to be present.
26641         (output_ulps): Generate arrays rather than #defines.
26642         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26643         (struct ulp_data): New type.
26644         (BUILD_COMPLEX_ULP): Remove macro.
26645         (compare_ulp_data): New function.
26646         (find_ulps): Likewise.
26647         (find_test_ulps): Likewise.
26648         (find_function_ulps): Likewise.
26649         (find_complex_function_ulps): Likewise.
26650         (print_max_error): Determine allowed ulps using
26651         find_function_ulps.
26652         (print_complex_max_error): Determine allowed ulps using
26653         find_complex_function_ulps.
26654         (check_float_internal): Determine max ulps using find_test_ulps.
26655         (check_float): Do not take max_ulp parameter.  Update call to
26656         check_float_internal.
26657         (check_complex): Likewise.
26658         (check_int): Do not take max_ulp parameter.
26659         (check_long): Likewise.
26660         (check_bool): Likewise.
26661         (check_longlong): Likewise.
26662         (struct test_f_f_data): Remove max_ulp field.
26663         (struct test_ff_f_data): Likewise.
26664         (struct test_ff_f_data_nexttoward): Likewise.
26665         (struct test_fi_f_data): Likewise.
26666         (struct test_fl_f_data): Likewise.
26667         (struct test_if_f_data): Likewise.
26668         (struct test_fff_f_data): Likewise.
26669         (struct test_c_f_data): Likewise.
26670         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26671         (struct test_fF_f1_data): Likewise.
26672         (struct test_ffI_f1_data): Likewise.
26673         (struct test_c_c_data): Remove max_ulp field.
26674         (struct test_cc_c_data): Likewise.
26675         (struct test_f_i_data): Likewise.
26676         (struct test_ff_i_data): Likewise.
26677         (struct test_f_l_data): Likewise.
26678         (struct test_f_L_data): Likewise.
26679         (struct test_sincos_data): Likewise.
26680         (RUN_TEST_f_f): Do not handle ulps.
26681         (RUN_TEST_LOOP_f_f): Likewise.
26682         (RUN_TEST_2_f): Likewise.
26683         (RUN_TEST_LOOP_2_f): Likewise.
26684         (RUN_TEST_fff_f): Likewise.
26685         (RUN_TEST_LOOP_fff_f): Likewise.
26686         (RUN_TEST_c_f): Likewise.
26687         (RUN_TEST_LOOP_c_f): Likewise.
26688         (RUN_TEST_f_f1): Likewise.
26689         (RUN_TEST_LOOP_f_f1): Likewise.
26690         (RUN_TEST_fF_f1): Likewise.
26691         (RUN_TEST_LOOP_fF_f1): Likewise.
26692         (RUN_TEST_fI_f1): Likewise.
26693         (RUN_TEST_LOOP_fI_f1): Likewise.
26694         (RUN_TEST_ffI_f1): Likewise.
26695         (RUN_TEST_LOOP_ffI_f1): Likewise.
26696         (RUN_TEST_c_c): Likewise.
26697         (RUN_TEST_LOOP_c_c): Likewise.
26698         (RUN_TEST_cc_c): Likewise.
26699         (RUN_TEST_LOOP_cc_c): Likewise.
26700         (RUN_TEST_f_i): Likewise.
26701         (RUN_TEST_LOOP_f_i): Likewise.
26702         (RUN_TEST_f_i_tg): Likewise.
26703         (RUN_TEST_LOOP_f_i_tg): Likewise.
26704         (RUN_TEST_ff_i_tg): Likewise.
26705         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26706         (RUN_TEST_f_b): Likewise.
26707         (RUN_TEST_LOOP_f_b): Likewise.
26708         (RUN_TEST_f_b_tg): Likewise.
26709         (RUN_TEST_LOOP_f_b_tg): Likewise.
26710         (RUN_TEST_f_l): Likewise.
26711         (RUN_TEST_LOOP_f_l): Likewise.
26712         (RUN_TEST_f_L): Likewise.
26713         (RUN_TEST_LOOP_f_L): Likewise.
26714         (RUN_TEST_sincos): Likewise.
26715         (RUN_TEST_LOOP_sincos): Likewise.
26717 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26719         [BZ #15480]
26720         [BZ #15485]
26721         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26722         main case of finite arguments, set rounding mode to FE_TONEAREST
26723         and discard exceptions.
26724         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26725         exceptions.
26726         (remainder_tonearest_test_data): New variable.
26727         (remainder_test_tonearest): New function.
26728         (remainder_towardzero_test_data): New variable.
26729         (remainder_test_towardzero): New function.
26730         (remainder_downward_test_data): New variable.
26731         (remainder_test_downward): New function.
26732         (remainder_upward_test_data): New variable.
26733         (remainder_test_upward): New function.
26734         (main): Call the new test functions.
26736         * math/libm-test.inc (struct test_f_f1_data): Remove field
26737         extra_init.
26738         (struct test_fF_f1_data): Likewise.
26739         (struct test_ffI_f1_data): Likewise.
26740         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26741         based on value of EXTRA_EXPECTED.
26742         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26743         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26744         EXTRA_VAR based on value of EXTRA_EXPECTED.
26745         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26746         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26747         EXTRA_VAR based on value of EXTRA_EXPECTED.
26748         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26749         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26750         EXTRA_VAR based on value of EXTRA_EXPECTED.
26751         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26752         * math/gen-libm-test.pl (parse_args): Don't output initializers
26753         for extra output values.
26755         * math/libm-test.inc (check_int): Expect result to be exactly
26756         equal to expected value and do not handle ulps.
26757         (check_long): Likewise.
26758         (check_longlong): Likewise.
26760         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26761         exceptions.
26762         (cimag_test_data): Likewise.
26763         (conj_test_data): Likewise.
26764         (copysign_test_data): Likewise.
26765         (cproj_test_data): Likewise.
26766         (creal_test_data): Likewise.
26767         (fabs_test_data): Likewise.
26768         (fdim_test_data): Likewise.
26769         (finite_test_data): Likewise.
26770         (floor_test_data): Likewise.
26771         (fmax_test_data): Likewise.
26772         (fmin_test_data): Likewise.
26773         (fmod_test_data): Likewise.
26774         (fpclassify_test_data): Likewise.
26775         (frexp_test_data): Likewise.
26776         (ilogb_test_data): Likewise.
26777         (isfinite_test_data): Likewise.
26778         (isgreater_test_data): Likewise.
26779         (isgreaterequal_test_data): Likewise.
26780         (isinf_test_data): Likewise.
26781         (isless_test_data): Likewise.
26782         (islessequal_test_data): Likewise.
26783         (islessgreater_test_data): Likewise.
26784         (isnan_test_data): Likewise.
26785         (isnormal_test_data): Likewise.
26786         (issignaling_test_data): Likewise.
26787         (isunordered_test_data): Likewise.
26788         (ldexp_test_data): Likewise.
26789         (lrint_test_data): Likewise.
26790         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26791         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26792         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26793         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26794         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26795         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26796         test input.
26797         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26798         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26799         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26800         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26801         that test input.
26802         (lrint_downward_test_data): Test for "inexact" exceptions.
26803         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26804         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26805         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26806         test input.
26807         (lrint_upward_test_data): Test for "inexact" exceptions.
26808         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26809         test input.
26810         (llrint_test_data): Test for "inexact" exceptions.
26811         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26812         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26813         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26814         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26815         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26816         (llrint_downward_test_data): Test for "inexact" exceptions.
26817         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26818         (llrint_upward_test_data): Test for "inexact" exceptions.
26819         (logb_test_data): Likewise.
26820         (logb_downward_test_data): Likewise.
26821         (nextafter_test_data): Likewise.
26822         (nexttoward_test_data): Likewise.
26823         (remainder_test_data): Likewise.
26824         (remquo_test_data): Likewise.
26825         (scalbn_test_data): Likewise.
26826         (scalbln_test_data): Likewise.
26827         (signbit_test_data): Likewise.
26828         (sqrt_test_data): Likewise.
26829         (significand_test_data): Likewise.
26831 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26833         [BZ #15424]
26834         * benchtests/bench-modf.c (struct args): Mark arg0 as
26835         volatile.
26836         * scripts/bench.pl: Mark members of struct args as volatile.
26838 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26840         [BZ # 15497]
26841         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26842         negative infinity on POWER6 or lower.
26843         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26845 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26847         [BZ #15442]
26848         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26849         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26850         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26851         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26852         (_FP_SETQNAN): New macro.
26853         (_FP_SETQNAN_SEMIRAW): Likewise.
26854         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26855         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26856         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26857         (FP_EXTEND): Use _FP_FRAC_SNANP.
26858         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26859         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26860         into account.
26861         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26862         New macro.
26863         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26864         Likewise.
26866 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26868         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26869         with DIVIDE_BY_ZERO_EXCEPTION.
26870         (gamma_test_data): Likewise.
26871         (lgamma_test_data): Likewise.
26872         (log_test_data): Likewise.
26873         (log10_test_data): Likewise.
26874         (log2_test_data): Likewise.
26875         (tgamma_test_data): Likewise.
26877         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26878         (acos_test_tonearest): Likewise.
26879         (acos_test_towardzero): Likewise.
26880         (acos_test_downward): Likewise.
26881         (acos_test_upward): Likewise.
26882         (acosh_test): Likewise.
26883         (asin_test): Likewise.
26884         (asin_test_tonearest): Likewise.
26885         (asin_test_towardzero): Likewise.
26886         (asin_test_downward): Likewise.
26887         (asin_test_upward): Likewise.
26888         (asinh_test): Likewise.
26889         (atan_test): Likewise.
26890         (atanh_test): Likewise.
26891         (atan2_test): Likewise.
26892         (cabs_test): Likewise.
26893         (cacos_test): Likewise.
26894         (cacosh_test): Likewise.
26895         (casin_test): Likewise.
26896         (casinh_test): Likewise.
26897         (catan_test): Likewise.
26898         (catanh_test): Likewise.
26899         (cbrt_test): Likewise.
26900         (ccos_test): Likewise.
26901         (ccosh_test): Likewise.
26902         (cexp_test): Likewise.
26903         (clog_test): Likewise.
26904         (clog10_test): Likewise.
26905         (cos_test): Likewise.
26906         (cos_test_tonearest): Likewise.
26907         (cos_test_towardzero): Likewise.
26908         (cos_test_downward): Likewise.
26909         (cos_test_upward): Likewise.
26910         (cosh_test): Likewise.
26911         (cosh_test_tonearest): Likewise.
26912         (cosh_test_towardzero): Likewise.
26913         (cosh_test_downward): Likewise.
26914         (cosh_test_upward): Likewise.
26915         (cpow_test): Likewise.
26916         (csin_test): Likewise.
26917         (csinh_test): Likewise.
26918         (csqrt_test): Likewise.
26919         (ctan_test): Likewise.
26920         (ctan_test_tonearest): Likewise.
26921         (ctan_test_towardzero): Likewise.
26922         (ctan_test_downward): Likewise.
26923         (ctan_test_upward): Likewise.
26924         (ctanh_test): Likewise.
26925         (ctanh_test_tonearest): Likewise.
26926         (ctanh_test_towardzero): Likewise.
26927         (ctanh_test_downward): Likewise.
26928         (ctanh_test_upward): Likewise.
26929         (erf_test): Likewise.
26930         (erfc_test): Likewise.
26931         (exp_test): Likewise.
26932         (exp_test_tonearest): Likewise.
26933         (exp_test_towardzero): Likewise.
26934         (exp_test_downward): Likewise.
26935         (exp_test_upward): Likewise.
26936         (exp10_test): Likewise.
26937         (exp2_test): Likewise.
26938         (expm1_test): Likewise.
26939         (fmod_test): Likewise.
26940         (gamma_test): Likewise.
26941         (hypot_test): Likewise.
26942         (j0_test): Likewise.
26943         (j1_test): Likewise.
26944         (jn_test): Likewise.
26945         (lgamma_test): Likewise.
26946         (log_test): Likewise.
26947         (log10_test): Likewise.
26948         (log1p_test): Likewise.
26949         (log2_test): Likewise.
26950         (logb_test_downward): Likewise.
26951         (pow_test): Likewise.
26952         (pow_test_tonearest): Likewise.
26953         (pow_test_towardzero): Likewise.
26954         (pow_test_downward): Likewise.
26955         (pow_test_upward): Likewise.
26956         (remainder_test): Likewise.
26957         (remquo_test): Likewise.
26958         (sin_test): Likewise.
26959         (sin_test_tonearest): Likewise.
26960         (sin_test_towardzero): Likewise.
26961         (sin_test_downward): Likewise.
26962         (sin_test_upward): Likewise.
26963         (sincos_test): Likewise.
26964         (sinh_test): Likewise.
26965         (sinh_test_tonearest): Likewise.
26966         (sinh_test_towardzero): Likewise.
26967         (sinh_test_downward): Likewise.
26968         (sinh_test_upward): Likewise.
26969         (sqrt_test): Likewise.
26970         (tan_test): Likewise.
26971         (tan_test_tonearest): Likewise.
26972         (tan_test_towardzero): Likewise.
26973         (tan_test_downward): Likewise.
26974         (tan_test_upward): Likewise.
26975         (tanh_test): Likewise.
26976         (tgamma_test): Likewise.
26977         (y0_test): Likewise.
26978         (y1_test): Likewise.
26979         (yn_test): Likewise.
26981         * math/gen-libm-test.pl (adjust_arg): Remove function.
26982         (special_function): Remove argument $in_func.  Only handle
26983         generating output for tables of tests, not inside functions.
26984         (parse_args): Likewise.
26985         (generate_testfile): Remove variable $in_func.  Update call to
26986         parse_args.
26987         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26988         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26989         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26990         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26991         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26992         (MAX_VALUE_INIT): Rename macro to max_value.
26993         (MIN_VALUE_INIT): Rename macro to min_value.
26994         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26995         (plus_zero): Remove variable.
26996         (minus_zero): Likewise.
26997         (plus_infty): Likewise.
26998         (minus_infty): Likewise.
26999         (qnan_value): Likewise.
27000         (max_value): Likewise.
27001         (min_value): Likewise.
27002         (min_subnorm_value): Likewise.
27004 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27006         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27007         uint64_t or uint32_t usage.
27008         * crypt/sha256-block.c: Likewise.
27009         * crypt/sha256-crypt.c: Likewise.
27010         * crypt/sha256.c: Likewise.
27011         * crypt/sha512-block.c: Likewise.
27012         * crypt/sha512-crypt.c: Likewise.
27013         * crypt/sha512.c: Likewise.
27014         * debug/backtrace-tst.c: Likewise.
27015         * debug/pcprofiledump.c: Likewise.
27016         * elf/cache.c: Likewise.
27017         * elf/dl-cache.c: Likewise.
27018         * elf/dl-misc.c: Likewise.
27019         * elf/dl-profile.c: Likewise.
27020         * elf/dl-support.c: Likewise.
27021         * elf/ldconfig.c: Likewise.
27022         * elf/sprof.c: Likewise.
27023         * iconv/dummy-repertoire.c: Likewise.
27024         * iconv/iconv_charmap.c: Likewise.
27025         * iconv/skeleton.c: Likewise.
27026         * iconvdata/8bit-generic.c: Likewise.
27027         * iconvdata/cp737.h: Likewise.
27028         * iconvdata/cp775.h: Likewise.
27029         * iconvdata/ibm1008.h: Likewise.
27030         * iconvdata/ibm1025.h: Likewise.
27031         * iconvdata/ibm1046.h: Likewise.
27032         * iconvdata/ibm1097.h: Likewise.
27033         * iconvdata/ibm1112.h: Likewise.
27034         * iconvdata/ibm1122.h: Likewise.
27035         * iconvdata/ibm1123.h: Likewise.
27036         * iconvdata/ibm1124.h: Likewise.
27037         * iconvdata/ibm1129.h: Likewise.
27038         * iconvdata/ibm1130.h: Likewise.
27039         * iconvdata/ibm1132.h: Likewise.
27040         * iconvdata/ibm1133.h: Likewise.
27041         * iconvdata/ibm1137.h: Likewise.
27042         * iconvdata/ibm1140.h: Likewise.
27043         * iconvdata/ibm1141.h: Likewise.
27044         * iconvdata/ibm1142.h: Likewise.
27045         * iconvdata/ibm1143.h: Likewise.
27046         * iconvdata/ibm1144.h: Likewise.
27047         * iconvdata/ibm1145.h: Likewise.
27048         * iconvdata/ibm1146.h: Likewise.
27049         * iconvdata/ibm1147.h: Likewise.
27050         * iconvdata/ibm1148.h: Likewise.
27051         * iconvdata/ibm1149.h: Likewise.
27052         * iconvdata/ibm1153.h: Likewise.
27053         * iconvdata/ibm1154.h: Likewise.
27054         * iconvdata/ibm1155.h: Likewise.
27055         * iconvdata/ibm1156.h: Likewise.
27056         * iconvdata/ibm1157.h: Likewise.
27057         * iconvdata/ibm1158.h: Likewise.
27058         * iconvdata/ibm1160.h: Likewise.
27059         * iconvdata/ibm1161.h: Likewise.
27060         * iconvdata/ibm1162.h: Likewise.
27061         * iconvdata/ibm1163.h: Likewise.
27062         * iconvdata/ibm1164.h: Likewise.
27063         * iconvdata/ibm1166.h: Likewise.
27064         * iconvdata/ibm1167.h: Likewise.
27065         * iconvdata/ibm12712.h: Likewise.
27066         * iconvdata/ibm1390.h: Likewise.
27067         * iconvdata/ibm1399.h: Likewise.
27068         * iconvdata/ibm16804.h: Likewise.
27069         * iconvdata/ibm4517.h: Likewise.
27070         * iconvdata/ibm4899.h: Likewise.
27071         * iconvdata/ibm4909.h: Likewise.
27072         * iconvdata/ibm4971.h: Likewise.
27073         * iconvdata/ibm5347.h: Likewise.
27074         * iconvdata/ibm803.h: Likewise.
27075         * iconvdata/ibm856.h: Likewise.
27076         * iconvdata/ibm901.h: Likewise.
27077         * iconvdata/ibm902.h: Likewise.
27078         * iconvdata/ibm9030.h: Likewise.
27079         * iconvdata/ibm9066.h: Likewise.
27080         * iconvdata/ibm921.h: Likewise.
27081         * iconvdata/ibm922.h: Likewise.
27082         * iconvdata/ibm9448.h: Likewise.
27083         * iconvdata/isiri-3342.h: Likewise.
27084         * iconvdata/jis0201.h: Likewise.
27085         * include/link.h: Likewise.
27086         * include/netdb.h: Likewise.
27087         * inet/check_native.c: Likewise.
27088         * inet/check_pf.c: Likewise.
27089         * inet/getipv4sourcefilter.c: Likewise.
27090         * inet/getnameinfo.c: Likewise.
27091         * inet/getsourcefilter.c: Likewise.
27092         * inet/htonl.c: Likewise.
27093         * inet/setipv4sourcefilter.c: Likewise.
27094         * inet/setsourcefilter.c: Likewise.
27095         * inet/test-inet6_opt.c: Likewise.
27096         * inet/tst-network.c: Likewise.
27097         * locale/C-collate.c: Likewise.
27098         * locale/C-ctype.c: Likewise.
27099         * locale/C-time.c: Likewise.
27100         * locale/C-translit.h: Likewise.
27101         * locale/loadarchive.c: Likewise.
27102         * locale/programs/3level.h: Likewise.
27103         * locale/programs/charmap.c: Likewise.
27104         * locale/programs/charmap.h: Likewise.
27105         * locale/programs/ld-address.c: Likewise.
27106         * locale/programs/ld-collate.c: Likewise.
27107         * locale/programs/ld-ctype.c: Likewise.
27108         * locale/programs/ld-identification.c: Likewise.
27109         * locale/programs/ld-measurement.c: Likewise.
27110         * locale/programs/ld-messages.c: Likewise.
27111         * locale/programs/ld-monetary.c: Likewise.
27112         * locale/programs/ld-name.c: Likewise.
27113         * locale/programs/ld-numeric.c: Likewise.
27114         * locale/programs/ld-paper.c: Likewise.
27115         * locale/programs/ld-telephone.c: Likewise.
27116         * locale/programs/ld-time.c: Likewise.
27117         * locale/programs/linereader.c: Likewise.
27118         * locale/programs/locale.c: Likewise.
27119         * locale/programs/locarchive.c: Likewise.
27120         * locale/programs/locfile.h: Likewise.
27121         * locale/programs/repertoire.c: Likewise.
27122         * locale/programs/simple-hash.c: Likewise.
27123         * locale/programs/simple-hash.h: Likewise.
27124         * malloc/memusage.c: Likewise.
27125         * malloc/memusagestat.c: Likewise.
27126         * nis/nis_defaults.c: Likewise.
27127         * nis/nis_hash.c: Likewise.
27128         * nis/nis_print.c: Likewise.
27129         * nis/nis_xdr.c: Likewise.
27130         * nscd/connections.c: Likewise.
27131         * nscd/hstcache.c: Likewise.
27132         * nscd/nscd_gethst_r.c: Likewise.
27133         * nscd/nscd_getserv_r.c: Likewise.
27134         * nscd/nscd_helper.c: Likewise.
27135         * nscd/servicescache.c: Likewise.
27136         * nss/makedb.c: Likewise.
27137         * nss/nss_db/db-XXX.c: Likewise.
27138         * nss/nss_db/db-initgroups.c: Likewise.
27139         * nss/nss_db/db-netgrp.c: Likewise.
27140         * nss/nss_files/files-network.c: Likewise.
27141         * nss/nss_files/files-parse.c: Likewise.
27142         * posix/bug-regex5.c: Likewise.
27143         * posix/fnmatch_loop.c: Likewise.
27144         * posix/regcomp.c: Likewise.
27145         * posix/regexec.c: Likewise.
27146         * posix/tst-rfc3484-2.c: Likewise.
27147         * posix/tst-rfc3484-3.c: Likewise.
27148         * posix/tst-rfc3484.c: Likewise.
27149         * resolv/nss_dns/dns-canon.c: Likewise.
27150         * resolv/nss_dns/dns-network.c: Likewise.
27151         * resolv/res_init.c: Likewise.
27152         * resolv/res_mkquery.c: Likewise.
27153         * resolv/tst-aton.c: Likewise.
27154         * stdlib/cxa_atexit.c: Likewise.
27155         * stdlib/cxa_finalize.c: Likewise.
27156         * stdlib/gen-fpioconst.c: Likewise.
27157         * stdlib/strtol_l.c: Likewise.
27158         * string/tst-endian.c: Likewise.
27159         * sunrpc/auth_des.c: Likewise.
27160         * sunrpc/clnt_udp.c: Likewise.
27161         * sunrpc/rtime.c: Likewise.
27162         * sunrpc/svcauth_des.c: Likewise.
27163         * sunrpc/xdr.c: Likewise.
27164         * sunrpc/xdr_intXX_t.c: Likewise.
27165         * sunrpc/xdr_rec.c: Likewise.
27166         * sysdeps/generic/ldconfig.h: Likewise.
27167         * sysdeps/generic/ldsodefs.h: Likewise.
27168         * sysdeps/generic/memusage.h: Likewise.
27169         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27170         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27171         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27172         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27173         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27174         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27175         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27176         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27177         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27178         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27179         * sysdeps/posix/getaddrinfo.c: Likewise.
27180         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27181         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27182         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27183         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27184         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27185         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27186         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27187         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27188         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27189         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27190         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27191         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27192         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27193         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27194         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27195         * sysdeps/x86_64/dl-tls.h: Likewise.
27196         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27197         * time/alt_digit.c: Likewise.
27198         * time/era.c: Likewise.
27199         * wcsmbs/tst-c16c32-1.c: Likewise.
27201 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27203         * math/libm-test.inc (struct test_sincos_data): New type.
27204         (RUN_TEST_LOOP_sincos): New macro.
27205         (sincos_test_data): New variable.
27206         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27208 2013-05-16  Richard Henderson  <rth@redhat.com>
27210         * math/atest-exp2.c (LIMB64): New macro.
27211         (CONSTSZ): New macro.
27212         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27213         (hexdig): Move ...
27214         (print_mpn_fp): ... to function scope.
27215         (read_mpn_hex): Remove.
27216         (get_log2): Remove.
27217         (exp2_mpn): Use mp_log2.
27218         (main): Use mp_exp1.
27220 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27222         * math/libm-test.inc: Remove comment about not testing "inexact"
27223         exceptions.
27224         (INEXACT_EXCEPTION): New macro.
27225         (NO_INEXACT_EXCEPTION): Likewise.
27226         (INVALID_EXCEPTION_OK): Update value.
27227         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27228         (OVERFLOW_EXCEPTION_OK): Likewise.
27229         (UNDERFLOW_EXCEPTION_OK): Likewise.
27230         (IGNORE_ZERO_INF_SIGN): Likewise.
27231         (ERRNO_UNCHANGED): Likewise.
27232         (ERRNO_EDOM): Likewise.
27233         (ERRNO_ERANGE): Likewise.
27234         (test_exceptions): Handle testing "inexact" exceptions.
27235         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27236         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27237         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27238         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27239         INEXACT_EXCEPTION.
27240         (rint_towardzero_test_data): Likewise.
27241         (rint_downward_test_data): Likewise.
27242         (rint_upward_test_data): Likewise.
27244         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27245         with OVERFLOW_EXCEPTION.
27246         (exp10_test_data): Likewise.
27247         (exp2_test_data): Likewise.
27248         (expm1_test_data): Likewise.
27249         (lgamma_test_data): Likewise.
27250         (pow_test_data): Likewise.
27251         (tgamma_test_data): Likewise.
27252         (yn_test_data): Remove duplicate test of overflow.
27254         * math/libm-test.inc (struct test_cc_c_data): New type.
27255         (RUN_TEST_LOOP_cc_c): New macro.
27256         (cpow_test_data): New variable.
27257         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27259         * math/libm-test.inc (struct test_f_L_data): New type.
27260         (RUN_TEST_LOOP_f_L): New macro.
27261         (llrint_test_data): New variable.
27262         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27263         (llrint_tonearest_test_data): New variable.
27264         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27265         (llrint_towardzero_test_data): New variable.
27266         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27267         (llrint_downward_test_data): New variable.
27268         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27269         (llrint_upward_test_data): New variable.
27270         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27271         (llround_test_data): New variable.
27272         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27274 2013-05-13  Peter Collingbourne  <pcc@google.com>
27276         * math/atest-exp2.c (get_log2): Remove const attribute.
27278 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27280         * math/libm-test.inc (struct test_f_l_data): New type.
27281         (RUN_TEST_LOOP_f_l): New macro.
27282         (lrint_test_data): New variable.
27283         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27284         (lrint_tonearest_test_data): New variable.
27285         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27286         (lrint_towardzero_test_data): New variable.
27287         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27288         (lrint_downward_test_data): New variable.
27289         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27290         (lrint_upward_test_data): New variable.
27291         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27292         (lround_test_data): New variable.
27293         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27295 2013-05-15  Peter Collingbourne  <pcc@google.com>
27297         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27298         (EXTRACT_WORDS64) Use where appropriate.
27299         (INSERT_WORDS64) Likewise.
27301         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27302         constraints with x constraints.
27303         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27305         * malloc/obstack.c (_obstack_compat): Add initializer.
27307 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27309         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27310         si_trapno and add si_addr_lsb to _sifields.sigfault.
27311         (si_trapno): Remove macro.
27312         (si_addr_lsb): Define new macro.
27313         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27315 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27317         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27318         instead of TEST_f_l.
27319         (llrint_test_tonearest): Likewise.
27320         (llrint_test_towardzero): Likewise.
27321         (llrint_test_downward): Likewise.
27322         (llrint_test_upward): Likewise.
27323         (llround_test): Likewise.
27325         * math/libm-test.inc (struct test_f_i_data): Add comment.
27326         (RUN_TEST_LOOP_f_b): New macro.
27327         (RUN_TEST_LOOP_f_b_tg): Likewise.
27328         (finite_test_data): New variable.
27329         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27330         (isfinite_test_data): New variable.
27331         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27332         (isinf_test_data): New variable.
27333         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27334         (isnan_test_data): New variable.
27335         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27336         (isnormal_test_data): New variable.
27337         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27338         (issignaling_test_data): New variable.
27339         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27340         (signbit_test_data): New variable.
27341         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27343         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27344         with INVALID_EXCEPTION.
27345         (acosh_test_data): Likewise.
27346         (asin_test_data): Likewise.
27347         (atanh_test_data): Likewise.
27348         (fmod_test_data): Likewise.
27349         (log_test_data): Likewise.
27350         (log10_test_data): Likewise.
27351         (log2_test_data): Likewise.
27352         (pow_test_data): Likewise.
27353         (sqrt_test_data): Likewise.
27354         (y0_test_data): Likewise.
27355         (y1_test_data): Likewise.
27356         (yn_test_data): Likewise.
27358         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27359         function contents.
27361         * math/libm-test.inc (struct test_ff_i_data): New type.
27362         (RUN_TEST_LOOP_ff_i_tg): New macro.
27363         (isgreater_test_data): New variable.
27364         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27365         (isgreaterequal_test_data): New variable.
27366         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27367         (isless_test_data): New variable.
27368         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27369         (islessequal_test_data): New variable.
27370         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27371         (islessgreater_test_data): New variable.
27372         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27373         (isunordered_test_data): New variable.
27374         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27376 2013-05-14  David S. Miller  <davem@davemloft.net>
27378         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27380 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27382         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27384         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27385         extra_test to int.
27386         (struct test_f_i_data): Change type of max_ulp to int.
27388         * math/libm-test.inc (test_ffI_f1_data): New type.
27389         (RUN_TEST_LOOP_ffI_f1): New macro.
27390         (remquo_test_data): New variable.
27391         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27393         * setjmp/tst-setjmp-fp.c: New file.
27394         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27395         (link-libm): New variable.
27396         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27398         * math/libm-test.inc (struct test_f_i_data): New type.
27399         (RUN_TEST_LOOP_f_i): New macro.
27400         (RUN_TEST_LOOP_f_i_tg): Likewise.
27401         (fpclassify_test_data): New variable.
27402         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27403         (ilogb_test_data): New variable.
27404         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27406         * math/libm-test.inc (scalbln_test): Correct function name in END
27407         call.
27409         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27410         (RUN_TEST_LOOP_fI_f1): New macro.
27411         (frexp_test_data): New variable.
27412         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27414         * math/libm-test.inc (struct test_fF_f1_data): New type.
27415         (RUN_TEST_LOOP_fF_f1): New macro.
27416         (modf_test_data): New variable.
27417         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27419         * math/libm-test.inc (struct test_f_f1_data): New type.
27420         (RUN_TEST_LOOP_f_f1): New macro.
27421         (gamma_test_data): New variable.
27422         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27423         (lgamma_test_data): New variable.
27424         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27426 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27428         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27429         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27430         (main): Comment "tls" pseudo-hwcap.
27432 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27434         * math/libm-test.inc (struct test_fl_f_data): New type.
27435         (RUN_TEST_LOOP_fl_f): New variable.
27436         (scalbln_test_data): New variable.
27437         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27439         * math/libm-test.inc (struct test_fi_f_data): New type.
27440         (RUN_TEST_LOOP_fi_f): New macro.
27441         (ldexp_test_data): New variable.
27442         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27443         (scalbn_test_data): New variable.
27444         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27446         * math/libm-test.inc (struct test_c_f_data): New type.
27447         (RUN_TEST_LOOP_c_f): New macro.
27448         (cabs_test_data): New variable.
27449         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27450         (carg_test_data): New variable.
27451         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27452         (cimag_test_data): New variable.
27453         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27454         (creal_test_data): New variable.
27455         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27457         * math/libm-test.inc (struct test_if_f_data): New type.
27458         (RUN_TEST_LOOP_if_f): New macro.
27459         (jn_test_data): New variable.
27460         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27461         (yn_test_data): New variable.
27462         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27464         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27466 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27468         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27469         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27471 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27473         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27474         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27475         (bench-deps): Add bench-timing.h.
27476         * benchtests-bench-skeleton.c: Include bench-timing.h.
27477         (main): Use TIMING_* macros instead of clock_gettime.
27478         * benchtests/bench-timing.h: New file.
27480         [BZ #14582]
27481         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27482         Renamed from _LIB_VERSION.
27483         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27485 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27487         * math/libm-test.inc (struct test_fff_f_data): New type.
27488         (RUN_TEST_LOOP_fff_f): New macro.
27489         (fma_test_data): New variable.
27490         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27491         (fma_towardzero_test_data): New variable.
27492         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27493         (fma_downward_test_data): New variable.
27494         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27495         (fma_upward_test_data): New variable.
27496         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27498         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27499         (struct test_c_c_data): New type.
27500         (RUN_TEST_LOOP_c_c): New macro.
27501         (cacos_test_data): New variable.
27502         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27503         (cacosh_test_data): New variable.
27504         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27505         (casin_test_data): New variable.
27506         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27507         (casinh_test_data): New variable.
27508         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27509         (catan_test_data): New variable.
27510         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27511         (catanh_test_data): New variable.
27512         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27513         (ccos_test_data): New variable.
27514         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27515         (ccosh_test_data): New variable.
27516         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27517         (cexp_test_data): New variable.
27518         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27519         (clog_test_data): New variable.
27520         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27521         (clog10_test_data): New variable.
27522         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27523         (conj_test_data): New variable.
27524         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27525         (cproj_test_data): New variable.
27526         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27527         (csin_test_data): New variable.
27528         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27529         (csinh_test_data): New variable.
27530         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27531         (csqrt_test_data): New variable.
27532         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27533         (ctan_test_data): New variable.
27534         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27535         (ctan_tonearest_test_data): New variable.
27536         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27537         (ctan_towardzero_test_data): New variable.
27538         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27539         (ctan_downward_test_data): New variable.
27540         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27541         (ctan_upward_test_data): New variable.
27542         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27543         (ctanh_test_data): New variable.
27544         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27545         (ctanh_tonearest_test_data): New variable.
27546         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27547         (ctanh_towardzero_test_data): New variable.
27548         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27549         (ctanh_downward_test_data): New variable.
27550         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27551         (ctanh_upward_test_data): New variable.
27552         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27553         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27554         of BUILD_COMPLEX.
27556         * math/libm-test.inc (struct test_ff_f_data): New type.
27557         (struct test_ff_f_data_nexttoward): Likewise.
27558         (RUN_TEST_LOOP_2_f): New macro.
27559         (RUN_TEST_LOOP_ff_f): Likewise.
27560         (atan2_test_data): New variable.
27561         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27562         (copysign_test_data): New variable.
27563         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27564         (fdim_test_data): New variable.
27565         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27566         (fmax_test_data): New variable.
27567         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27568         (fmin_test_data): New variable.
27569         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27570         (fmod_test_data): New variable.
27571         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27572         (hypot_test_data): New variable.
27573         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27574         (nextafter_test_data): New variable.
27575         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27576         (nexttoward_test_data): New variable.
27577         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27578         (pow_test_data): New variable.
27579         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27580         (pow_tonearest_test_data): New variable.
27581         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27582         (pow_towardzero_test_data): New variable.
27583         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27584         (pow_downward_test_data): New variable.
27585         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27586         (pow_upward_test_data): New variable.
27587         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27588         (remainder_test_data): New variable.
27589         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27590         (scalb_test_data): New variable.
27591         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27592         * sysdeps/i386/fpu/libm-test-ulps: Update.
27594 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27596         * math/libm-test.inc (fma_test): Use max_value instead of local
27597         variable fltmax.
27598         (nextafter_test): Likewise.
27600         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27601         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27602         (acos_downward_test_data): New variable.
27603         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27604         (acos_upward_test_data): New variable.
27605         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27606         (acosh_test_data): New variable.
27607         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27608         (asin_test_data): New variable.
27609         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27610         (asin_tonearest_test_data): New variable.
27611         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27612         (asin_towardzero_test_data): New variable.
27613         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27614         (asin_downward_test_data): New variable.
27615         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27616         (asin_upward_test_data): New variable.
27617         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27618         (asinh_test_data): New variable.
27619         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27620         (atan_test_data): New variable.
27621         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27622         (atanh_test_data): New variable.
27623         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27624         (cbrt_test_data): New variable.
27625         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27626         (ceil_test_data): New variable.
27627         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27628         (cos_test_data): New variable.
27629         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27630         (cos_tonearest_test_data): New variable.
27631         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27632         (cos_towardzero_test_data): New variable.
27633         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27634         (cos_downward_test_data): New variable.
27635         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27636         (cos_upward_test_data): New variable.
27637         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27638         (cosh_test_data): New variable.
27639         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27640         (cosh_tonearest_test_data): New variable.
27641         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27642         (cosh_towardzero_test_data): New variable.
27643         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27644         (cosh_downward_test_data): New variable.
27645         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27646         (cosh_upward_test_data): New variable.
27647         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27648         (erf_test_data): New variable.
27649         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27650         (erfc_test_data): New variable.
27651         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27652         (exp_test_data): New variable.
27653         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27654         (exp_tonearest_test_data): New variable.
27655         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27656         (exp_towardzero_test_data): New variable.
27657         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27658         (exp_downward_test_data): New variable.
27659         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27660         (exp_upward_test_data): New variable.
27661         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27662         (exp10_test_data): New variable.
27663         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27664         (exp2_test_data): New variable.
27665         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27666         (expm1_test_data): New variable.
27667         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27668         (fabs_test_data): New variable.
27669         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27670         (floor_test_data): New variable.
27671         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27672         (j0_test_data): New variable.
27673         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27674         (j1_test_data): New variable.
27675         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27676         (log_test_data): New variable.
27677         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27678         (log10_test_data): New variable.
27679         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27680         (log1p_test_data): New variable.
27681         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27682         (log2_test_data): New variable.
27683         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27684         (logb_test_data): New variable.
27685         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27686         (logb_downward_test_data): New variable.
27687         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27688         (nearbyint_test_data): New variable.
27689         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27690         (rint_test_data): New variable.
27691         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27692         (rint_tonearest_test_data): New variable.
27693         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27694         (rint_towardzero_test_data): New variable.
27695         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27696         (rint_downward_test_data): New variable.
27697         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27698         (rint_upward_test_data): New variable.
27699         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27700         (round_test_data): New variable.
27701         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27702         (sin_test_data): New variable.
27703         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27704         (sin_tonearest_test_data): New variable.
27705         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27706         (sin_towardzero_test_data): New variable.
27707         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27708         (sin_downward_test_data): New variable.
27709         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27710         (sin_upward_test_data): New variable.
27711         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27712         (sinh_test_data): New variable.
27713         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27714         (sinh_tonearest_test_data): New variable.
27715         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27716         (sinh_towardzero_test_data): New variable.
27717         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27718         (sinh_downward_test_data): New variable.
27719         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27720         (sinh_upward_test_data): New variable.
27721         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27722         (sqrt_test_data): New variable.
27723         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27724         (tan_test_data): New variable.
27725         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27726         (tan_tonearest_test_data): New variable.
27727         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27728         (tan_towardzero_test_data): New variable.
27729         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27730         (tan_downward_test_data): New variable.
27731         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27732         (tan_upward_test_data): New variable.
27733         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27734         (tanh_test_data): New variable.
27735         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27736         (tgamma_test_data): New variable.
27737         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27738         (trunc_test_data): New variable.
27739         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27740         (y0_test_data): New variable.
27741         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27742         (y1_test_data): New variable.
27743         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27744         (significand_test_data): New variable.
27745         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27747 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27749         [BZ #12387]
27750         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27752 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27754         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27756 2013-05-10  Andreas Jaeger  <aj@suse.de>
27758         [BZ #15448]
27759         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27760         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27762 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27764         * math/gen-libm-test.pl (adjust_arg): New function.
27765         (special_functions): Handle generating output in both functions
27766         and arrays.
27767         (parse_args): Likewise.
27768         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27769         $in_func argument to parse_args.
27770         * math/libm-test.inc (struct test_f_f_data): New type.
27771         (IF_ROUND_INIT_): New macro.
27772         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27773         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27774         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27775         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27776         (ROUND_RESTORE_): Likewise.
27777         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27778         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27779         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27780         (ROUND_RESTORE_FE_UPWARD): Likewise.
27781         (RUN_TEST_LOOP_f_f): New macro.
27782         (acos_test_data): New variable.
27783         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27784         (acos_tonearest_test_data): New variable.
27785         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27787 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27789         * benchtests/bench-skeleton.c (startup): Fix coding style.
27791 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27793         [BZ #6809]
27794         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27795         negative infinity argument.
27796         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27797         negative infinity argument.
27798         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27799         negative infinity argument.
27800         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27801         domain errors.
27803 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27805         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27806         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27807         * iconv/iconv_prog.c (main): Likewise.
27808         * locale/programs/charmap-dir.c (charmap_readdir)
27809         (fopen_uncompressed): Likewise.
27810         * locale/programs/locfile.c (siblings_uncached)
27811         (write_locale_data): Use lstat64 instead of lstat.
27812         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27813         stat.
27815 2013-05-10  Andreas Jaeger  <aj@suse.de>
27817         [BZ #15395]
27818         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27819         localization.
27820         Include <locale.h>.
27822 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27824         * elf/dl-close.c (_dl_close_worker): Add comments.
27826 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27828         [BZ #15359]
27829         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27830         high part of pi/2.
27831         (__ieee754_rem_pio2l): Update comments.
27833         [BZ #15429]
27834         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27835         high part of pi/2.
27836         (__ieee754_rem_pio2l): Update comments.
27838         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27839         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27841         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27842         M_PI_4l.
27844         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27845         (M_PI_34_LOG10El): Likewise.
27846         (M_PI2_LOG10El): Likewise.
27847         (M_PI4_LOG10El): Likewise.
27848         (M_PI_LOG10El): Likewise.
27850 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27854 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27856         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27857         (MINUS_ZERO_INIT): Likewise.
27858         (PLUS_INFTY_INIT): Likewise.
27859         (MINUS_INFTY_INIT): Likewise.
27860         (QNAN_VALUE_INIT): Likewise.
27861         (MAX_VALUE_INIT): Likewise.
27862         (MIN_VALUE_INIT): Likewise.
27863         (MIN_SUBNORM_VALUE_INIT): Likewise.
27864         (plus_zero): Initialize with PLUS_ZERO_INIT.
27865         (minus_zero): Initialize with MINUS_ZERO_INIT.
27866         (plus_infty): Initialize with PLUS_INFTY_INIT.
27867         (minus_infty): Initialize with MINUS_INFTY_INIT.
27868         (qnan_value): Initialize with QNAN_VALUE_INIT.
27869         (max_value): Initialize with MAX_VALUE_INIT.
27870         (min_value): Initialize with MIN_VALUE_INIT.
27871         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27873         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27874         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27875         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27876         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27878         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27879         (RUN_TEST_2_f): Likewise.
27880         (RUN_TEST_ff_f): Likewise.
27881         (RUN_TEST_fi_f): Likewise.
27882         (RUN_TEST_fl_f): Likewise.
27883         (RUN_TEST_fff_f): Likewise.
27884         (RUN_TEST_c_f): Likewise.
27885         (RUN_TEST_f_f1): Likewise.
27886         (RUN_TEST_fF_f1): Likewise.
27887         (RUN_TEST_fI_f1): Likewise.
27888         (RUN_TEST_ffI_f1): Likewise.
27889         (RUN_TEST_c_c): Likewise.
27890         (RUN_TEST_cc_c): Likewise.
27891         (RUN_TEST_f_i): Likewise.
27892         (RUN_TEST_f_i_tg): Likewise.
27893         (RUN_TEST_ff_i_tg): Likewise.
27894         (RUN_TEST_f_b): Likewise.
27895         (RUN_TEST_f_b_tg): Likewise.
27896         (RUN_TEST_f_l): Likewise.
27897         (RUN_TEST_f_L): Likewise.
27898         (RUN_TEST_sincos): Likewise.
27899         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27900         whether to show exceptions.  Do not include ");\n" in return
27901         value.
27902         (special_functions): Output call to RUN_TEST_sincos instead of
27903         check_float calls.  Update calls to new_test.
27904         (parse_args): Output call to single RUN_TEST_* macro instead of
27905         check_* calls and other assignments.  Update calls to new_test.
27907         [BZ #2546]
27908         [BZ #2560]
27909         [BZ #5159]
27910         [BZ #15426]
27911         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27912         input to result for tgamma overflow.
27913         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27914         (gamma_coeff): New variable.
27915         (NCOEFF): New macro.
27916         (gamma_positive): New function.
27917         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27918         underflow here.  Use gamma_positive instead of exp (lgamma) for
27919         other arguments.
27920         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27921         (gamma_coeff): New variable.
27922         (NCOEFF): New macro.
27923         (gammaf_positive): New function.
27924         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27925         underflow here.  Use gamma_positive instead of exp (lgamma) for
27926         other arguments.
27927         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27928         (gamma_coeff): New variable.
27929         (NCOEFF): New macro.
27930         (gammal_positive): New function.
27931         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27932         underflow here.  Use gamma_positive instead of exp (lgamma) for
27933         other arguments.
27934         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27935         (gamma_coeff): New variable.
27936         (NCOEFF): New macro.
27937         (gammal_positive): New function.
27938         (__ieee754_gammal_r): Handle positive infinity, overflow and
27939         underflow here.  Handle NaN the same as positive infinity.  Remove
27940         check x < 0xffffffff for negative integers.  Use gamma_positive
27941         instead of exp (lgamma) for other arguments.
27942         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27943         (gamma_coeff): New variable.
27944         (NCOEFF): New macro.
27945         (gammal_positive): New function.
27946         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27947         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27948         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27949         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27950         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27951         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27952         * sysdeps/generic/math_private.h (__gamma_productf): New
27953         prototype.
27954         (__gamma_product): Likewise.
27955         (__gamma_productl): Likewise.
27956         * math/Makefile (libm-calls): Add gamma_product.
27957         * math/libm-test.inc (tgamma_test): Add more tests.
27958         * sysdeps/i386/fpu/libm-test-ulps: Update.
27959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27961 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27963         * benchtests/bench-skeleton.c (main): Preheat CPU.
27965 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27967         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27969 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27971         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27972         and _dl_skip_args_internal.
27974 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27976         * manual/message.texi (Message Translation): Talk about users.
27977         Message to key mapping impacts design.
27979 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27981         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27983         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27985         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27986         * sysdeps/wordsize-64/glob64.c: ... here.
27988         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27989         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27990         New macros.
27992         * debug/getlogin_r_chk.c: Moved to ...
27993         * login/getlogin_r_chk.c: ... here.
27994         * debug/Makefile (routines): Move getlogin_r_chk to ...
27995         * login/Makefile (routines): ... here.
27996         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27997         * login/Versions (libc: GLIBC_2.4): ... here.
27999         * io/poll.c (__poll): Renamed from poll.
28000         Add libc_hidden_def.
28001         (poll): Define as weak alias.
28003         * debug/ptsname_r_chk.c: Moved to ...
28004         * login/ptsname_r_chk.c: ... here.
28005         * debug/Makefile (routines): Move ptsname_r_chk to ...
28006         * login/Makefile (routines): ... here.
28007         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28008         * login/Versions (libc: GLIBC_2.4): ... here.
28010         * posix/getlogin.c: Moved to ...
28011         * login/getlogin.c: ... here.
28012         * posix/getlogin_r.c: Moved to ...
28013         * login/getlogin_r.c: ... here.
28014         * posix/getlogin_r.c: Moved to ...
28015         * login/getlogin_r.c: ... here.
28016         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28017         * login/Makefile (routines): ... here.
28018         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28019         * login/Versions (libc: GLIBC_2.0): ... here.
28021         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28022         (setrlimit): Define as weak alias.
28024         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28025         Call __ names for open, ftruncate, and close.
28026         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28027         (truncate): Define as weak alias.
28029 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28031         * math/gen-libm-test.pl (parse_args): Initialize x before each
28032         test of frexp, modf and remquo.
28034         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28035         test signgam value.
28037 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28039         [BZ #15418]
28040         [BZ #15419]
28041         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28042         internal tests.
28043         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28045 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28047         * elf/dl-writev.h: New file.
28048         * elf/dl-misc.c: Include it.
28049         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28050         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28052 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28054         * math/libm-test.inc (noXFails): Remove variable.
28055         (noXPasses): Likewise.
28056         (BUILD_COMPLEX_INT): Remove macro.
28057         (print_screen): Remove xfail argument.
28058         (print_screen_max_error): Likewise.
28059         (update_stats): Likewise.
28060         (print_max_error): Likewise.  Update calls to other affected
28061         functions.
28062         (print_complex_max_error): Likewise.
28063         (test_single_exception): Update calls to print_screen.
28064         (test_single_errno): Likewise.
28065         (check_float_internal): Remove xfail argument.  Update calls to
28066         other affected functions.
28067         (check_float): Likewise.
28068         (check_complex): Likewise.
28069         (check_int): Likewise.
28070         (check_long): Likewise.
28071         (check_bool): Likewise.
28072         (check_longlong): Likewise.
28073         (main): Don't print noXFails and noXPasses.
28074         * math/gen-libm-test.pl (top level): Don't mention expected
28075         failure handling in comment.
28076         (new_test): Don't handle expected failures.
28077         (parse_args): Don't mention expected failure handling in comment.
28078         (generate_testfile): Don't handle expected failures.
28079         (parse_ulps): Likewise.
28080         (print_ulps_file): Likewise.
28081         (get_failure): Remove function.
28082         (output_test): Don't handle expected failures.
28083         * make/README.libm-test: Don't mention expected failure handling.
28085         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28086         (minus_zero): Likewise.
28087         (plus_infty): Likewise.
28088         (minus_infty): Likewise.
28089         (qnan_value): Likewise.
28090         (max_value): Likewise.
28091         (min_value): Likewise.
28092         (min_subnorm_value): Likewise.
28093         (initialize): Do not initialize those variables dynamically.
28095 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28097         * io/open.c (__open_2): Moved to ...
28098         * io/open_2.c: ... this new file.
28099         * io/open64.c (__open64_2): Moved to ...
28100         * io/open64_2.c: ... this new file.
28101         * io/openat.c (__openat_2): Moved to ...
28102         * io/openat_2.c: ... this new file.
28103         * io/openat64.c (__openat64_2): Moved to ...
28104         * io/openat64_2.c: ... this new file.
28105         * io/Makefile (routines): Add them.
28106         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28107         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28108         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28109         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28110         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28111         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28112         (__openat64): Add hidden_ver.
28113         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28114         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28116         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28117         Separately conditionalize setting of GLRO(dl_sysinfo) so
28118         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28119         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28121 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28123         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28124         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28125         definition.
28126         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28127         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28128         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28129         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28130         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28132 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28134         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28135         test signgam value.
28137         * math/libm-test.inc (hypot_test): Do not use
28138         IGNORE_ZERO_INF_SIGN.
28140 2013-05-03  Andreas Jaeger  <aj@suse.de>
28142         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28143         Linux 3.9.
28144         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28145         (PF_MAX): Adjust for VSOCK change.
28147 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28151 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28153         [BZ #15264]
28154         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28155         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28156         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28158 2013-05-02  David S. Miller  <davem@davemloft.net>
28160         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28162 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28164         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28166 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28168         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28170 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28172         [BZ #14952]
28173         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28174         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28175         Use __attribute__ ((__gnu_inline__)).
28176         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28177         Don't use __attribute__ ((__gnu_inline__)).
28179 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28181         [BZ #15423]
28182         * math/s_catan.c (__catan): Handle small real or imaginary part of
28183         input specially to avoid spurious underflow.
28184         * math/s_catanf.c (__catanf): Likewise.
28185         * math/s_catanh.c (__catanh): Likewise.
28186         * math/s_catanhf.c (__catanhf): Likewise.
28187         * math/s_catanhl.c (__catanhl): Likewise.
28188         * math/s_catanl.c (__catanl): Likewise.
28189         * math/libm-test.inc (catan_test): Add more tests.
28190         (catanh_test): Likewise.
28191         * sysdeps/i386/fpu/libm-test-ulps: Update.
28192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28194 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28198 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28200         [BZ #15416]
28201         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28202         accurately for denominator in atan2.
28203         * math/s_catanf.c (__catanf): Likewise.
28204         * math/s_catanh.c (__catanh): Likewise.
28205         * math/s_catanhf.c (__catanhf): Likewise.
28206         * math/s_catanhl.c (__catanhl): Likewise.
28207         * math/s_catanl.c (__catanl): Likewise.
28208         * math/libm-test.inc (catan_test): Add more tests.
28209         (catanh_test): Likewise.
28210         * sysdeps/i386/fpu/libm-test-ulps: Update.
28211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28213 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28215         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28217         * benchtests/Makefile (bench): Remove slow benchmarks.
28218         * benchtests/atan-inputs: Add slow benchmark inputs.
28219         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28220         (BENCH_FUNC): Accept variant offset.
28221         (VARIANT): Define.
28222         * benchtests/bench-skeleton.c (main): Run benchmark for each
28223         variant.
28224         * benchtests/cos-inputs: Add slow benchmark inputs.
28225         * benchtests/exp-inputs: Likewise.
28226         * benchtests/pow-inputs: Likewise.
28227         * benchtests/sin-inputs: Likewise.
28228         * benchtests/slowatan-inputs: Remove.
28229         * benchtests/slowatan.c: Remove.
28230         * benchtests/slowcos-inputs: Remove.
28231         * benchtests/slowcos.c: Remove.
28232         * benchtests/slowexp-inputs: Remove.
28233         * benchtests/slowexp.c: Remove.
28234         * benchtests/slowpow-inputs: Remove.
28235         * benchtests/slowpow.c: Remove.
28236         * benchtests/slowsin-inputs: Remove.
28237         * benchtests/slowsin.c: Remove.
28238         * benchtests/slowtan-inputs: Remove.
28239         * benchtests/slowtan.c: Remove.
28240         * benchtests/tan-inputs: Add slow benchmark inputs.
28241         * scripts/bench.pl: Parse comments and directives.
28243         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28244         in CPPFLAGS.
28245         ($(objpfx)bench-%.c): Remove *-ITER.
28246         * benchtests/bench-modf.c: Remove definition of ITER.
28247         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28248         (main): Loop for DURATION seconds instead of fixed number of
28249         iterations.
28250         * scripts/bench.pl: Don't expect iterations in parameters.
28252 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28254         * io/fchdir.c (__fchdir): Renamed from fchdir.
28255         (fchdir): Define as weak alias.
28257 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28259         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28260         (ERRNO_EDOM): Likewise.
28261         (ERRNO_ERANGE): Likewise.
28262         (noErrnoTests): New variable.
28263         (init_max_error): Set errno to 0.
28264         (test_single_errno): New function.
28265         (test_errno): Likewise.
28266         (check_float_internal): Call test_errno.  Set errno to 0.
28267         (check_complex): Refer to errno tests in comment.
28268         (check_int): Call test_errno.  Set errno to 0.
28269         (check_long): Likewise.
28270         (check_bool): Likewise.
28271         (check_longlong): Likewise.
28272         (cos_test): Use ERRNO_* flags for errno tests instead of
28273         check_int.
28274         (expm1_test): Likewise.
28275         (fmod_test): Likewise.
28276         (ilogb_test): Likewise.
28277         (lgamma_test): Likewise.
28278         (pow_test): Likewise.
28279         (remainder_test): Likewise.
28280         (sin_test): Likewise.
28281         (tan_test): Likewise.
28282         (yn_test): Likewise.
28283         (initialize): Set errno to 0.
28284         (main): Print number of errno tests.
28285         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28287 2013-04-29  Andreas Jaeger  <aj@suse.de>
28289         [BZ #15084]
28290         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28291         and RES_USEVC.
28293         [BZ #15085]
28294         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28295         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28296         unimplemented.
28298         [BZ #15380]
28299         * stdlib/random.c (__initstate): Return NULL if
28300         __initstate fails.
28302         [BZ #15086]
28303         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28304         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28305         RES_SNGLKUPREOP.
28307 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28311 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28313         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28314         of individual tests.
28315         (casin_test): Likewise.
28316         (casinh_test): Likewise.
28318 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28320         [BZ #15409]
28321         * math/s_catan.c (__catan): Handle arguments with large real or
28322         imaginary part separately without squaring.
28323         * math/s_catanf.c (__catanf): Likewise.
28324         * math/s_catanh.c (__catanh): Likewise.
28325         * math/s_catanhf.c (__catanhf): Likewise.
28326         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28327         and redefine.
28328         (__catanhl): Handle arguments with large real or imaginary part
28329         separately without squaring.
28330         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28331         and redefine.
28332         (__catanl): Handle arguments with large real or imaginary part
28333         separately without squaring.
28334         * math/libm-test.inc (catan_test): Add more tests.
28335         (catanh_test): Likewise.
28336         * sysdeps/i386/fpu/libm-test-ulps: Update.
28337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28339 2013-04-27  Andreas Jaeger  <aj@suse.de>
28341         [BZ #15007]
28342         * stdlib/stdlib.h: Update guards for qecvt.
28343         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28344         <stdlib.h>.
28346 2013-04-27  Allan McRae  <allan@archlinux.org>
28348         * sysdeps/i386/fpu/libm-test-ulps: Update.
28350 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28352         [BZ #15406]
28353         * math/s_catan.c: Include <float.h>.
28354         (__catan): Ensure underflow exception occurs for underflowed
28355         result.
28356         * math/s_catanf.c: Include <float.h>.
28357         (__catanf): Ensure underflow exception occurs for underflowed
28358         result.
28359         * math/s_catanh.c: Include <float.h>.
28360         (__catanh): Ensure underflow exception occurs for underflowed
28361         result.
28362         * math/s_catanhf.c: Include <float.h>.
28363         (__catanhf): Ensure underflow exception occurs for underflowed
28364         result.
28365         * math/s_catanhl.c: Include <float.h>.
28366         (__catanhl): Ensure underflow exception occurs for underflowed
28367         result.
28368         * math/s_catanl.c: Include <float.h>.
28369         (__catanl): Ensure underflow exception occurs for underflowed
28370         result.
28371         * math/libm-test.inc (catan_test): Add more tests.
28372         (catanh_test): Likewise.
28374         [BZ #15405]
28375         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28376         underflowed result.
28377         * math/s_ccoshf.c (__ccoshf): Likewise.
28378         * math/s_ccoshl.c (__ccoshl): Likewise.
28379         * math/s_csin.c (__csin): Likewise.
28380         * math/s_csinf.c (__csinf): Likewise.
28381         * math/s_csinh.c (__csinh): Likewise.
28382         * math/s_csinhf.c (__csinhf): Likewise.
28383         * math/s_csinhl.c (__csinhl): Likewise.
28384         * math/s_csinl.c (__csinl): Likewise.
28385         * math/libm-test.inc (ccos_test): Add more tests.
28386         (ccosh_test): Likewise.
28387         (csin_test): Likewise.
28388         (csinh_test): Likewise.
28390 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28392         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28393         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28394         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28395         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28396         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28397         powerpc/power5+/fpu folders.
28398         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28401 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28403         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28405 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28407         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28408         additions to variable.
28409         [$(config-machine) = x86_64] (modules-names): Likewise.
28410         ($(objpfx)tst-audit3): Remove dependency.
28411         ($(objpfx)tst-audit3.out): Likewise.
28412         ($(objpfx)tst-audit4): Likewise.
28413         ($(objpfx)tst-audit4.out): Likewise.
28414         ($(objpfx)tst-audit5): Likewise.
28415         ($(objpfx)tst-audit5.out): Likewise.
28416         ($(objpfx)tst-audit6): Likewise.
28417         ($(objpfx)tst-audit6.out): Likewise.
28418         ($(objpfx)tst-audit7): Likewise.
28419         ($(objpfx)tst-audit7.out): Likewise.
28420         (tst-audit3-ENV): Remove variable.
28421         (tst-audit4-ENV): Likewise.
28422         (tst-audit5-ENV): Likewise.
28423         (tst-audit6-ENV): Likewise.
28424         (tst-audit7-ENV): Likewise.
28425         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28426         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28427         addition to variable.
28428         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28429         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28430         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28431         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28432         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28433         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28434         tst-audit3, tst-audit4 and tst-audit5.
28435         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28436         tst-audit6 and tst-audit7.
28437         [$(subdir) = elf] (modules-names): Add audit modules for those
28438         tests.
28439         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28440         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28441         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28442         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28443         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28444         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28445         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28446         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28447         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28448         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28449         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28450         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28451         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28452         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28453         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28454         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28455         Likewise.
28456         [$(subdir) = elf && $(config-cflags-avx) = yes]
28457         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28458         [$(subdir) = elf && $(config-cflags-avx) = yes]
28459         (CFLAGS-tst-auditmod4a.c): Likewise.
28460         [$(subdir) = elf && $(config-cflags-avx) = yes]
28461         (CFLAGS-tst-auditmod4b.c): Likewise.
28462         [$(subdir) = elf && $(config-cflags-avx) = yes]
28463         (CFLAGS-tst-auditmod6b.c): Likewise.
28464         [$(subdir) = elf && $(config-cflags-avx) = yes]
28465         (CFLAGS-tst-auditmod6c.c): Likewise.
28466         [$(subdir) = elf && $(config-cflags-avx) = yes]
28467         (CFLAGS-tst-auditmod7b.c): Likewise.
28468         * elf/tst-audit3.c: Move to ...
28469         * sysdeps/x86_64/tst-audit3.c: ... here.
28470         * elf/tst-audit4.c: Move to ...
28471         * sysdeps/x86_64/tst-audit4.c: ... here.
28472         * elf/tst-audit5.c: Move to ...
28473         * sysdeps/x86_64/tst-audit5.c: ... here.
28474         * elf/tst-audit6.c: Move to ...
28475         * sysdeps/x86_64/tst-audit6.c: ... here.
28476         * elf/tst-audit7.c: Move to ...
28477         * sysdeps/x86_64/tst-audit7.c: ... here.
28478         * elf/tst-auditmod3a.c: Move to ...
28479         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28480         * elf/tst-auditmod3b.c: Move to ...
28481         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28482         * elf/tst-auditmod4a.c: Move to ...
28483         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28484         * elf/tst-auditmod4b.c: Move to ...
28485         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28486         * elf/tst-auditmod5a.c: Move to ...
28487         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28488         * elf/tst-auditmod5b.c: Move to ...
28489         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28490         * elf/tst-auditmod6a.c: Move to ...
28491         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28492         * elf/tst-auditmod6b.c: Move to ...
28493         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28494         * elf/tst-auditmod6c.c: Move to ...
28495         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28496         * elf/tst-auditmod7a.c: Move to ...
28497         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28498         * elf/tst-auditmod7b.c: Move to ...
28499         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28501 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28503         [BZ #15366]
28504         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28505         define unconditionally.
28506         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28507         define unconditionally.
28508         (INT8_C, INT16_C, etc.): Likewise.
28510 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28512         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28513         __ehdr_start with hidden visibility.
28515         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28517 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28519         * math/libm-test.inc (cos_test): Use accurate hex constants.
28520         (sincost_test): Likewise.
28522 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28524         * math/libm-test.inc (catan_test): Add more tests.
28525         (catanh_test): Likewise.
28527         * math/s_catanf.c (__catanf): Use suffixed floating-point
28528         constants.
28529         * math/s_catanhf.c (__catanhf): Likewise.
28530         * math/s_catanhl.c (__catanhl): Likewise.
28531         * math/s_catanl.c (__catanl): Likewise.
28533         [BZ #15394]
28534         * math/s_catan.c (__catan): Calculate imaginary part of result
28535         with log1p not log unless computing log of number close to 0.
28536         * math/s_catanf.c (__catanf): Likewise.
28537         * math/s_catanl.c (__catanl): Likewise.
28538         * math/s_catanh.c (__catanh): Calculate real part of result with
28539         log1p not log unless computing log of number close to 0.
28540         * math/s_catanhf.c (__catanhf): Likewise.
28541         * math/s_catanhl.c (__catanhl): Likewise.
28542         * math/libm-test.inc (catan_test): Add more tests.
28543         (catanh_test): Likewise.
28544         * sysdeps/i386/fpu/libm-test-ulps: Update.
28545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28547 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28549         * benchtests/Makefile: Mention files in which fast and slow
28550         paths of math functions are implemented.
28552 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28554         * sysdeps/posix/timespec_get.c: New file.
28556 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28558         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28559         POWER.
28560         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28561         for POWER.
28562         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28563         powerpc/power5/fpu folders.
28564         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28565         * benchtests/Makefile: Add modf testcase.
28566         * benchtests/bench-modf.c: New file: Benchmark test for mo
28568 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28570         [BZ #14888]
28571         * time/Makefile (tests): Add tst-strptime-whitespace.
28572         * time/strptime_l.c (get_number): Use ISSPACE.
28573         (__strptime_internal): Likewise.
28574         * time/tst-strptime-whitespace.c: New test case.
28576 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28578         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28579         member.
28580         (_nss_files_init): Set it here.
28582 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28584         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28585         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28586         unsigned.
28588 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28590         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28592 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28594         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28595         size just once.
28597 2013-04-21  David S. Miller  <davem@davemloft.net>
28599         * po/ru.po: Update Russion translation from translation project.
28601 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28603         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28604         and setfsgid.
28606 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28608         * configure.in: Remove i386 configure warning. Remove i386 case.
28609         * configure: Regenerate.
28610         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28611         Add example to error message.
28612         * sysdeps/i386/configure: Regenerate.
28614 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28616         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28617         slowtan.
28618         * benchtests/cos-inputs: New file.
28619         * benchtests/slowcos-inputs: New file.
28620         * benchtests/slowcos.c: New file.
28621         * benchtests/slowtan-inputs: New file.
28622         * benchtests/slowtan.c: New file.
28623         * benchtests/tan-inputs: New file.
28625 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28627         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28628         considered kosher.
28630 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28632         * benchtests/Makefile: Include cppflags-iterator.mk to add
28633         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28635         * Makefile.in (bench-clean): New target.
28636         * benchtests/Makefile (bench-clean): Likewise.
28638 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28640         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28642 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28644         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28646 2013-04-15  Andreas Schwab  <schwab@suse.de>
28648         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28649         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28650         * nscd/pwdcache.c (cache_addpw): Likewise.
28651         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28652         more than recsize.
28654 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28656         * benchtests/Makefile (bench): Write all output to
28657         bench-out.tmp together.
28659 2013-04-15  Andreas Schwab  <schwab@suse.de>
28661         * nscd/nscd.c (main): Don't fork again after closing files.
28663 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28665         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28667         * benchtests/Rules (bench-deps): Collect dependencies into a
28668         single variable.  Add Makefile to dependencies.
28669         ($(objpfx)bench-%.c): Depend on bench-deps.
28671 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28672             Xavier Roche  <roche+kml2@exalead.com>
28674         [BZ #15361]
28675         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28676         just that it's a file descriptor.
28677         * manual/llio.texi (Synchronizing AIO Operations): Update description
28678         for EBADF error from aio_fsync.
28680 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28682         * Rules (bench): Move target definition...
28683         * benchtests/Makefile: ... here.
28685 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28687         * math/libm-test.inc (cos_test): Fix PI/2 test.
28688         (sincos_test): Likewise.
28689         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28690         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28692 2013-04-11  Andreas Schwab  <schwab@suse.de>
28694         [BZ #13988]
28695         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28696         accept exponent character only when digits were seen.
28697         * stdio-common/Makefile (tests): Add bug26.
28698         * stdio-common/bug26.c: New file.
28700         [BZ #14293]
28701         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28702         non-freeable.
28704 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28706         * Makeconfig (rtld-prefix): Define built linker prefix.
28707         * Rules (run-bench): Use it.
28708         * math/Makefile (run-regen-ulps): Likewise.
28710         * Rules (bench): Remove eval.
28712 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28713             Roland McGrath  <roland@hack.frob.com>
28714             Ondrej Bilka  <neleai@seznam.cz>
28716         [BZ #15346]
28717         * time/getdate.c: Include ctype.h and alloca.h.
28718         (__getdate_r): Trim leading and trailing spaces of input.
28719         * time/tst-getdate.c (tests): Add tests with leading and
28720         trailing spaces.
28722 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28724         [BZ #14280]
28725         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28726         when computing value.
28728 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28730         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28731         Use testrun.sh to run libm tests.
28733         [BZ #15309]
28734         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28736 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28738         [BZ #15264]
28739         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28741 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28743         * Makefile.in (regen-ulps): New target.
28744         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28745         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28746         [ifneq (no,$(PERL)] (regen-ulps): New target.
28747         [ifeq (no,$(PERL)] (regen-ulps): New target.
28748         * math/libm-test.inc (ulps_file_name): Define.
28749         (output_dir): New variable.
28750         (options): Add "output-dir" option.
28751         (parse_opt): Handle 'o' case.
28752         (main): If output_dir is non-NULL use it as a prefix
28753         otherwise use "".
28754         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28756 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28758         [BZ #10060, #10062]
28759         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28760         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28761         fail configure if __sync_val_compare_and_swap is not inlined.
28762         * sysdeps/i386/configure: Regenerate.
28763         * configure.in: Build for i686 when configured for i386.
28764         * configure: Regenerate.
28765         * README: Remove i386 reference.
28767 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28769         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28770         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28772 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28774         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28775         (lmsnanval): New variables.
28776         (F): Add conversion tests.
28777         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28778         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28780         * stdio-common/tstdiomisc.c (F): Properly collect individual
28781         tests' results.
28783         [BZ #14686, #15336]
28784         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28785         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28786         Instead, use input NaN values or generate a qNaN by arithmetic
28787         operation.  Also fix bugs to comply with the standard.
28788         * math/libm-test.inc (remainder_test): Add more tests.
28790         [BZ #15335, #15342]
28791         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28792         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28793         input NaN values or generate a qNaN by arithmetic operation.
28795         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28796         unreachable code.
28798         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28799         definitions.
28801 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28803         [BZ #14478]
28804         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28805         underflowed result.
28806         * math/s_cexpf.c (__cexpf): Likewise.
28807         * math/s_cexpl.c (__cexpl): Likewise.
28808         * math/libm-test.inc (cexp_test): Add more tests.
28810 2013-04-03  Andreas Schwab  <schwab@suse.de>
28812         [BZ #15330]
28813         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28814         order arrays from heap if bigger than alloca cutoff.
28816 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28818         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28819         (SNAN_TESTS_double): Refer to GCC PR56831.
28820         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28821         GCC PR56828.
28823 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28825         * Rules (bench): Move bench.out after the run is complete.
28827         * Rules (bench): Echo currently running benchmark.
28829         * benchtests/Makefile (bench): Add atan and slowatan.
28830         * benchtests/atan-inputs: New file.
28831         * benchtests/slowatan-inputs: New file.
28832         * benchtests/slowatan.c: New file.
28834         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28835         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28836         its value.
28838         [BZ #15305]
28839         * sysdeps/unix/sysv/linux/kernel-features.h
28840         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28841         __ASSUME_XFS_RESTRICTED_CHOWN.
28842         * sysdeps/unix/sysv/linux/pathconf.c
28843         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28844         Save and restore errno.
28846 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28848         [BZ #15327]
28849         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28850         arguments using __kernel_casinh.
28851         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28852         arguments using __kernel_casinhf.
28853         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28854         arguments using __kernel_casinhl.
28855         * math/libm-test.inc (cacosh_test): Add more tests.
28856         * sysdeps/i386/fpu/libm-test-ulps: Update.
28857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28859 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28861         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28862         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28864         * bench/Makefile (bench): Add sin and slowsin.
28865         * benchtests/sin-inputs: New file.
28866         * benchtests/slowsin-inputs: New file.
28867         * benchtests/slowsin.c: New file.
28869         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28870         (bench): Add slowexp and slowpow.
28871         (exp-ITER): Increase iterations.
28872         (pow-ITER): Likewise.
28873         * benchtests/exp-inputs: Change input.
28874         * benchtests/pow-inputs: Likewise.
28875         * benchtests/slowexp-inputs: New file.
28876         * benchtests/slowexp.c: New file.
28877         * benchtests/slowpow-inputs: New file.
28878         * benchtests/slowpow.c: New file.
28880 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28882         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28883         instructions.
28884         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28885         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28886         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28887         * benchtests/Makefile: Add rint benchtest.
28888         * benchtests/rint-inputs: Input for rint benchtest.
28890 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28892         * Versions.def (libm): Add GLIBC_2.18.
28893         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28894         hidden libm prototypes.
28895         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28896         * math/Makefile (libm-calls): Add s_issignaling.
28897         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28898         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28899         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28900         declaration.
28901         * math/math.h [__USE_GNU] (issignaling): New macro.
28902         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28903         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28904         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28905         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28906         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28907         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28908         * manual/arith.texi (issignaling): New section.
28909         * manual/libm-err-tab.pl (@all_functions): Update comment.
28910         * math/gen-libm-test.pl (parse_args): Apply special handling for
28911         issignaling.
28912         * math/libm-test.inc (print_float, issignaling_test): New
28913         functions.
28914         (check_float_internal): Add issignaling checks.
28915         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28916         default definition.
28917         * sysdeps/powerpc/math-tests.h: New file.
28918         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28919         tests.
28920         * math/test-snan.c (TEST_FUNC): Likewise.
28922 2013-03-30  David S. Miller  <davem@davemloft.net>
28924         * po/de.po: Update from translation team.
28926 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28928         [BZ #10357]
28929         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28930         imaginary part less than 1.0 and real part less than 0.5
28931         specially.
28932         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28933         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28934         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28935         (cacos_test): Add more tests.
28936         (casin_test): Likewise.
28937         (casinh_test): Likewise.
28938         * sysdeps/i386/fpu/libm-test-ulps: Update.
28939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28941 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28943         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28944         ONE with its value.
28946         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28947         (__pow_mp): Replace ONE and MONE with their values.
28948         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28949         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28950         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28951         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28952         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28953         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28955         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28957         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28958         (__pow_mp): Replace ZERO and MZERO with their values.
28959         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28960         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28961         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28962         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28963         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28964         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28965         (__sqr): Likewise.
28967         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28969         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28971 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28973         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28974         Declare with __attribute__ ((weak)).
28975         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28976         Call __call_tls_dtors only if it's not NULL.
28978 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28980         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28981         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28982         magic __ehdr_start linker symbol if it's defined.
28983         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28984         them up here if it was already done.
28986         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28987         (_dl_aux_init): Use const in cast when setting it.
28988         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28989         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28990         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28992         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28993         Declare them here.
28994         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28995         * csu/libc-tls.c: Nor here.
28996         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28998         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28999         (__libc_message): Never call vsyslog.
29001 2013-03-28  Alan Modra  <amodra@gmail.com>
29003         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29004         Define as empty.
29005         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29006         Likewise.
29008 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29010         [BZ #15214]
29011         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29012         underflow.
29013         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29015 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29017         [BZ #15304]
29018         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29019         Don't add gid passed as argument.
29021         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29023 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29025         [BZ #15307]
29026         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29027         imaginary part between 1.0 and 1.5 and real part less than 0.5
29028         specially.
29029         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29030         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29031         * math/libm-test.inc (cacos_test): Add more tests.
29032         (casin_test): Likewise.
29033         (casinh_test): Likewise.
29034         * sysdeps/i386/fpu/libm-test-ulps: Update.
29035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29037 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29039         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29040         constants.
29041         (norm): Likewise.
29042         (denorm): Likewise.
29043         (__dbl_mp): Likewise.
29044         (add_magnitudes): Likewise.
29045         (sub_magnitudes): Likewise.
29046         (__add): Likewise.
29047         (__sub): Likewise.
29048         (__mul): Likewise.
29049         (__sqr): Likewise.
29050         (__inv): Likewise.
29051         (__dvd): Likewise.
29053         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29054         commented code.
29055         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29056         (__dubcos): Likewise.
29057         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29058         (__ieee754_acos): Likewise.
29059         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29060         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29061         (__exp1): Likewise.
29062         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29063         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29064         (log1): Likewise.
29065         (my_log2): Likewise.
29066         (checkint): Likewise.
29067         * sysdeps/ieee754/dbl-64/e_remainder.c
29068         (__ieee754_remainder): Likewise.
29069         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29070         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29071         (bsloww): Likewise.
29072         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29074         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29075         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29076         MANTISSA_STORE_T to store computations on mantissa.  Use
29077         macros for rounding and division.
29078         (denorm): Likewise.
29079         (__dbl_mp): Likewise.
29080         (add_magnitudes): Likewise.
29081         (sub_magnitudes): Likewise.
29082         (__mul): Likewise.
29083         (__sqr): Likewise.
29084         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29085         powers of two in terms of TWOPOW macro.
29086         (mp_no): Make type of mantissa as MANTISSA_T.
29087         [!RADIXI]: Define RADIXI.
29088         [!TWO52]: Define TWO52.
29089         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29091 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29093         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29094         llroundl symbol when building for PPC32.
29096 2013-03-24  Mark H Weaver  <mhw@netris.org>
29098         * manual/arith.texi (Normalization Functions): Fix prototypes for
29099         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29101 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29103         [BZ #13889]
29104         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29105         high value to check if expl overflow.
29106         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29107         to check for underflow and overflow.
29108         * math/libm-test.inc: Add exp test.
29110 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29112         [BZ #11120]
29113         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29114         with NOT_IN_libc.
29116 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29118         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29119         symbol.
29121 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29123         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29124         wrap blocks consisting of several statements.
29126         * sysdeps/generic/math-tests.h: New file.
29127         * sysdeps/i386/fpu/math-tests.h: Likewise.
29128         * math/test-snan.c: Include it.
29129         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29131 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29133         [BZ #15285]
29134         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29135         (__ieee754_j0l): Do not improve calculations using cos of twice
29136         input for inputs above LDBL_MAX / 2.0L.
29137         (__ieee754_y0l): Likewise.
29138         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29139         (__ieee754_j1l): Do not improve calculations using cos of twice
29140         input for inputs above LDBL_MAX / 2.0L.
29141         (__ieee754_y1l): Likewise.
29142         * math/libm-test.inc (j0_test): Add another test.
29143         (j1_test): Likewise.
29144         (y0_test): Likewise.
29145         (y1_test): Likewise.
29146         * sysdeps/i386/fpu/libm-test-ulps: Update.
29148 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29150         * Rules ($(objpfx)bench-%.c): Include code from a C source
29151         file.
29153 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29155         [BZ #15287]
29156         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29157         imaginary part 1.0 and real part less than 0.5 specially.
29158         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29159         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29160         * math/libm-test.inc (cacos_test): Add more tests.
29161         (casin_test): Likewise.
29162         (casinh_test): Likewise.
29163         * sysdeps/i386/fpu/libm-test-ulps: Update.
29164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29166 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29168         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29169         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29171 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29173         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29174         * config.make.in (config-cflags-sse4): Remove variable.
29175         (config-cflags-avx): Likewise.
29176         (config-cflags-sse2avx): Likewise.
29177         (config-cflags-novzeroupper): Likewise.
29178         (config-asflags-i686): Likewise.
29179         (have-mfma4): Likewise.
29180         (have-as-vis3): Likewise.
29181         (MIG): Likewise.
29182         * configure.in (MIG): Do not AC_SUBST.
29183         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29184         (libc_cv_cc_sse4): Do not AC_SUBST.
29185         (libc_cv_cc_avx): Likewise.
29186         (libc_cv_cc_sse2avx): Likewise.
29187         (libc_cv_cc_novzeroupper): Likewise.
29188         (libc_cv_cc_fma4): Likewise.
29189         (libc_cv_as_i686): Likewise.
29190         (libc_cv_sparc_as_vis3): Likewise.
29191         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29192         LIBC_CONFIG_VAR.
29193         (config-asflags-i686): Likewise.
29194         (config-cflags-avx): Likewise.
29195         (config-cflags-sse2avx): Likewise.
29196         (have-mfma4): Likewise.
29197         (config-cflags-novzeroupper): Likewise.
29198         * sysdeps/mach/configure.in (MIG): Likewise.
29199         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29200         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29201         LIBC_CONFIG_VAR.
29202         (config-cflags-avx): Likewise.
29203         (config-cflags-sse2avx): Likewise.
29204         (have-mfma4): Likewise.
29205         (config-cflags-novzeroupper): Likewise.
29206         * configure: Regenerated.
29207         * sysdeps/i386/configure: Likewise.
29208         * sysdeps/mach/configure: Likewise.
29209         * sysdeps/sparc/configure: Likewise.
29210         * sysdeps/x86_64/configure: Likewise.
29212 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29214         [BZ #14812]
29215         * locale/programs/localedef.c (options): Put N_ translation marker
29216         on argument names, not just descriptions.
29218 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29220         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29222 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29224         [BZ #14176]
29225         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29227 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29229         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29230         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29231         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29232         [!BEFORE_ABORT] (before_abort): New function.
29233         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29234         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29235         (writev_for_fatal): New function.
29236         (WRITEV_FOR_FATAL): New macro; call that.
29237         (backtrace_and_maps): New function.
29238         (BEFORE_ABORT): New macro; call that.
29239         (struct str_list): Type removed.
29240         (__libc_message, __libc_fatal): Functions removed.
29241         Include <sysdeps/posix/libc_fatal.c> instead.
29243 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29245         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29246         constants.
29247         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29248         double constants.
29250 2013-03-19  Andreas Schwab  <schwab@suse.de>
29252         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29253         * sysdeps/gnu/configure: Regenerate.
29255         * configure.in: Substitute libc_cv_rtlddir.
29256         * configure: Regenerate.
29257         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29258         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29259         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29260         * elf/Makefile (install-others, CFLAGS-interp.c)
29261         (ldso_install, common-ldd-rewrite): Likewise.
29262         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29263         $(inst_slibdir)/$(rtld-installed-name).
29264         * scripts/rellns-sh: Add -p option.
29265         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29266         for source.
29268 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29270         * manual/nptl.texi: Renamed to ...
29271         * manual/threads.texi: ... this.
29272         * manual/Makefile (chapters): Update.
29274 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29276         [BZ #14812]
29277         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29278         on argument names, not just descriptions.
29279         * malloc/memusagestat.c (options): Likewise.
29280         * nss/getent.c (options): Likewise.
29282 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29284         [BZ #14812]
29285         * iconv/iconv_prog.c (options): Put N_ translation marker
29286         on argument names, not just descriptions.
29287         * iconv/iconvconfig.c (options): Likewise.
29289 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29291         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29292         implementation which is faster on all x86_64 architectures.
29293         Tested on AMD, Intel Nehalem, SNB, IVB.
29294         * sysdeps/x86_64/strnlen.S: Likewise.
29296         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29297         Remove all multiarch strlen and strnlen versions.
29298         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29299         Remove strlen and strnlen related parts.
29301         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29302         Inline strlen part.
29303         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29305         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29306         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29307         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29308         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29309         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29310         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29312 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29314         * manual/memory.texi (Malloc Tunable Parameters):
29315         Sort parameters alphabetically. Add comments for missing entries.
29317 2013-03-17  David S. Miller  <davem@davemloft.net>
29319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29321 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29323         [BZ #15283]
29324         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29325         for arguments at most half maximum finite value.
29326         * math/libm-test.inc (j0_test): Add more tests.
29327         (j1_test): Likewise.
29328         (y0_test): Likewise.
29329         (y1_test): Likewise.
29330         * sysdeps/i386/fpu/libm-test-ulps: Update.
29331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29333         [BZ #14155]
29334         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29335         1 / x and functions P and Q for arguments above 0x1p256L.
29336         (__ieee754_y0l): Likewise.
29337         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29338         (__ieee754_y1l): Likewise.
29339         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29340         (j1_test): Likewise.
29341         (y0_test): Likewise.
29342         (y1_test): Likewise.
29344 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29346         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29347         variable.
29349 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29351         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29352         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29353         zero since it's initialized to EXEC_PAGESIZE.
29355         * sysdeps/unix/sysv/linux/ldsodefs.h
29356         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29357         * sysdeps/generic/ldsodefs.h: ... here.
29359 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29361         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29363         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29364         math/test-snan.c.
29365         * math/test-snan.c: Renamed from
29366         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29367         * math/Makefile (tests): Add test-snan.
29368         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29369         test-powerpc-snan.
29371         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29372         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29373         functions.
29374         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29375         __builtin_nan family of functions.
29376         * math/libm-test.inc (initialize): Initialize qnan_value with
29377         __builtin_nan family of functions.
29378         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29379         Remove variables.
29380         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29381         Remove functions.
29382         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29383         storage class.  Initialize qNaN_var and sNaN_var with
29384         __builtin_nan and __builtin_nans families of functions,
29385         respectively.
29387         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29388         (sqrt_test): Remove duplicate test with qNaN input.
29389         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29390         (round_test, signbit_test, significand_test): Note missing +/-Inf
29391         as well as qNaN tests.
29393         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29394         qNaN_var.  Fix a few strings, too.
29395         * math/libm-test.inc (nan_value): Rename to qnan_value.
29396         * math/gen-libm-test.pl (%beautify): Adjust to that.
29397         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29398         * math/test-misc.c (main): Likewise.
29399         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29400         to __qnan_bytes, and __qnan_union, respectively.
29401         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29402         Likewise.
29403         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29404         and lqnanval, respectively.
29405         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29406         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29407         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29408         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29410         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29411         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29412         doubles.
29414         * math/test-misc.c (main): Fix copy'n'pastos.
29415         * misc/tst-efgcvt.c (special): Likewise.
29417         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29418         Remove declarations.
29420 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29422         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29423         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29424         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29425         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29427 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29429         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29430         macro to return vdso values correctly in IFUNC implementations.
29431         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29432         Optimization by using IFUNC.
29434 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29435             Richard Henderson  <rth@redhat.com>
29436             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29438         * Makefile.in (bench): New target.
29439         * NEWS: Mention the benchmark framework.
29440         * Rules (bench): Likewise.
29441         (binaries-bench): Generate binaries for functions to
29442         benchmark.
29443         * benchtests/Makefile: New makefile for benchmark tests.
29444         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29445         programs.
29446         * benchtests/exp-inputs: New input file for EXP function.
29447         * benchtests/pow-inputs: New input file for POW function.
29448         * scripts/bench.pl: New script to generate source files for
29449         benchmark programs.
29451 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29453         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29454         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29455         computations on mantissa.  Use macros for rounding and
29456         division.
29457         (denorm): Likewise.
29458         (__dbl_mp): Likewise.
29459         (add_magnitudes): Likewise.
29460         (sub_magnitudes): Likewise.
29461         (__mul): Likewise.
29462         (__sqr): Likewise.
29463         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29464         powers of two in terms of TWOPOW macro.
29465         (mp_no): Make type of mantissa as MANTISSA_T.
29466         [!RADIXI]: Define RADIXI.
29467         [!TWO52]: Define TWO52.
29468         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29470         * manual/nptl.texi (cindex): Modify threads to pthreads.
29472 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29474         * sysdeps/x86_64/preconfigure: Regenerated.
29476 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29478         [BZ #14155]
29479         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29480         0x1p28 and above.
29481         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29482         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29483         0x1p28 and above.
29484         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29485         * math/libm-test.inc (j0_test): Do not allow one spurious
29486         underflow exception.
29487         (y1_test): Likewise.
29489 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29491         * manual/Makefile (chapters): Add nptl.
29492         * manual/debug.texi (Debugging Support): Add link to Threads
29493         chapter.
29494         * manual/nptl.texi: New file.
29496         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29498 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29500         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29501         for non-NULL pointer before the memory validity test. Pointed
29502         out by Holger Brunck <holger.brunck@keymile.com>.
29504 2013-03-13  Andreas Schwab  <schwab@suse.de>
29506         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29507         instead of .os.
29509 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29511         * timezone/zic.c: Update from tzcode 2013b.
29513 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29515         * manual/install.texi (Configuring and compiling):
29516         Mention i686 and i586.
29517         * INSTALL: Regenerate.
29519 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29521         * sysdeps/init_array/elf-init.c: New file.
29522         * csu/elf-init.c
29523         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29524         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29526         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29527         __gmon_start__ as global, but as static with a .preinit_array pointer.
29528         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29529         * sysdeps/init_array/crti.S: New file, empty except for comments.
29530         * sysdeps/init_array/crtn.S: Likewise.
29532 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29534         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29535         definining bcopy.
29536         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29537         Remove Prefer_SSE_for_memop.
29538         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29539         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29540         HAS_PREFER_SSE_FOR_MEMOP.
29541         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29542         memset-x86-64.
29543         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29544         Remove bzero, memset ifunc support.
29545         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29546         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29547         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29548         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29550 2013-03-11  Andreas Schwab  <schwab@suse.de>
29552         [BZ #15234]
29553         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29554         by SHLIB_COMPAT.
29555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29556         (GLIBC_2.16): Remove pthread_atfork.
29558 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29560         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29561         (ptestcases.h): Likewise.
29563 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29565         * Makeconfig ($(common-objpfx)config.status): Depend on
29566         sysdeps/*/preconfigure{,.in} too.
29568 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29570         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29571         (__free_hook): Use void * instead of __malloc_ptr_t.
29572         (__malloc_hook): Likewise.
29573         (__realloc_hook): Likewise.
29574         (__memalign_hook): Likewise.
29575         (__after_morecore_hook): Likewise.
29576         * malloc/arena.c (save_malloc_hook): Likewise.
29577         (save_free_hook): Likewise.
29578         * malloc/hooks.c (malloc_hook_ini): Likewise.
29579         (realloc_hook_ini): Likewise.
29580         (memalign_hook_ini): Likewise.
29581         * malloc/malloc.c (malloc_hook_ini): Likewise.
29582         (realloc_hook_ini): Likewise.
29583         (memalign_hook_ini): Likewise.
29584         (__free_hook): Likewise.
29585         (__malloc_hook): Likewise.
29586         (__realloc_hook): Likewise.
29587         (__memalign_hook): Likewise.
29588         (__libc_malloc): Likewise.
29589         (__libc_free): Likewise.
29590         (__libc_realloc): Likewise.
29591         (__libc_memalign): Likewise.
29592         (__libc_valloc): Likewise.
29593         (__libc_pvalloc): Likewise.
29594         (__libc_calloc): Likewise.
29595         (__posix_memalign): Likewise.
29596         * malloc/morecore.c (__sbrk): Likewise.
29597         (__default_morecore): Likewise.
29599         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29601         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29602         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29603         __malloc_ptrdiff_t.
29605         * malloc/malloc.h (__malloc_size_t): Remove macro.
29606         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29607         __malloc_size_t.
29608         (old_memalign_hook): Likewise.
29609         (old_realloc_hook): Likewise.
29610         (struct hdr): Likewise.
29611         (flood): Likewise.
29612         (mallochook): Likewise.
29613         (memalignhook): Likewise.
29614         (reallochook): Likewise.
29615         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29616         (tr_old_realloc_hook): Likewise.
29617         (tr_old_memalign_hook): Likewise.
29618         (tr_mallochook): Likewise.
29619         (tr_reallochook): Likewise.
29620         (tr_memalignhook): Likewise.
29622 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29624         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29625         default_ldbl_pack and using as default implementation.
29626         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29627         implementation.
29628         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29629         redundant definition.
29630         (ldbl_insert_mantissa): Likewise.
29631         (ldbl_canonicalize): Likewise.
29632         (ldbl_nearbyint): Likewise.
29633         (ldbl_pack): Rename to ldbl_pack_ppc.
29634         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29635         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29636         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29638 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29640         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29641         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29642         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29643         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29644         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29645         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29646         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29647         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29649 2013-03-07  Andreas Jaeger  <aj@suse.de>
29651         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29652         bits/mman-linux.h.
29654 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29656         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29657         Include mpa.h and declare __MPEXP.
29658         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29659         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29660         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29661         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29662         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29663         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29664         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29666         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29667         (__slowpow): Use long double EXPL and LOGL functions to
29668         compute POW.
29669         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29670         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29671         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29672         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29673         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29674         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29676         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29677         intermediate variable to calculate exponent.
29678         (__sqr): Likewise.
29679         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29680         Likewise.
29681         (__sqr): Likewise.
29683         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29684         [!NO__SQR]: Define __sqr.
29685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29686         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29687         sysdeps/ieee754/dbl-64/mpa.c.
29688         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29690         [BZ #12723]
29691         * posix/Makefile (tests): Add tst-pathconf.
29692         * posix/tst-pathconf.c: New test case.
29693         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29694         _PC_PIPE_BUF.
29695         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29697 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29699         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29701 2013-03-06  Andreas Jaeger  <aj@suse.de>
29703         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29704         definition via __MAP_ANONYMOUS.
29706         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29707         it's not part of Linux headers.
29709         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29710         (MAP_HUGE_MASK): Define.
29712         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29713         Define.
29714         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29715         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29716         Define.
29717         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29718         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29719         Define.
29720         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29721         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29722         Define.
29723         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29725         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29726         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29727         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29728         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29729         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29730         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29732         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29733         Handle f2fs.
29735         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29736         Handle f2fs and efivarfs.
29738         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29739         f2fs.
29741         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29742         (EFIVARFS_MAGIC): Add.
29743         (F2FS_LINK_MAX): Add.
29745 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29747         * stdio-common/vfprintf.c: Replace __builtin_expect with
29748         __glibc_unlikely.
29750 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29752         [BZ #13550]
29753         * sysdeps/generic/bp-sym.h: Remove file.
29754         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29755         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29756         <bp-sym.h> and <bp-asm.h>.
29757         (__longjmp): Don't use BP_SYM.
29758         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29759         and <bp-asm.h>.
29760         (memcpy): Don't use BP_SYM.
29761         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29762         <bp-sym.h> and <bp-asm.h>.
29763         (memcpy): Don't use BP_SYM.
29764         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29765         <bp-asm.h>.
29766         (memcpy): Don't use BP_SYM.
29767         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29768         <bp-asm.h>.
29769         (memset): Don't use BP_SYM.
29770         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29771         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29772         (__bzero): Don't use BP_SYM.
29773         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29774         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29775         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29776         <bp-sym.h> and <bp-asm.h>.
29777         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29778         pointers.
29779         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29780         <bp-sym.h> and <bp-asm.h>.
29781         (memcpy): Don't use BP_SYM.
29782         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29783         <bp-sym.h> and <bp-asm.h>.
29784         (memset): Don't use BP_SYM.
29785         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29786         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29787         (__bzero): Don't use BP_SYM.
29788         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29789         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29790         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29791         <bp-sym.h> and <bp-asm.h>.
29792         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29793         pointers.
29794         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29795         <bp-sym.h> and <bp-asm.h>.
29796         (memcpy): Don't use BP_SYM.
29797         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29798         <bp-sym.h> and <bp-asm.h>.
29799         (memset): Don't use BP_SYM.
29800         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29801         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29802         (__bzero): Don't use BP_SYM.
29803         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29804         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29805         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29806         <bp-sym.h> and <bp-asm.h>.
29807         (__memchr): Don't use BP_SYM.
29808         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29809         <bp-sym.h> and <bp-asm.h>.
29810         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29811         pointers.
29812         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29813         <bp-sym.h> and <bp-asm.h>.
29814         (memcpy): Don't use BP_SYM.
29815         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29816         <bp-sym.h> and <bp-asm.h>.
29817         (__mempcpy): Don't use BP_SYM.
29818         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29819         <bp-sym.h> and <bp-asm.h>.
29820         (__memrchr): Don't use BP_SYM.
29821         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29822         <bp-sym.h> and <bp-asm.h>.
29823         (memset): Don't use BP_SYM.
29824         (__bzero): Likewise.
29825         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29826         <bp-sym.h> and <bp-asm.h>.
29827         (__rawmemchr): Don't use BP_SYM.
29828         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29829         <bp-sym.h> and <bp-asm.h>.
29830         (__STRCMP): Don't use BP_SYM.
29831         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29832         <bp-sym.h> and <bp-asm.h>.
29833         (strchr): Don't use BP_SYM.
29834         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29835         <bp-sym.h> and <bp-asm.h>.
29836         (__strchrnul): Don't use BP_SYM.
29837         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29838         <bp-sym.h> and <bp-asm.h>.
29839         (strlen): Don't use BP_SYM.
29840         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29841         <bp-sym.h> and <bp-asm.h>.
29842         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29843         pointers.
29844         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29845         <bp-sym.h> and <bp-asm.h>.
29846         (__strnlen): Don't use BP_SYM.
29847         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29848         <bp-sym.h> and <bp-asm.h>.
29849         (__GI__setjmp): Don't use BP_SYM.
29850         (_setjmp): Likewise.
29851         (__sigsetjmp): Likewise.
29852         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29853         (L(start_addresses)): Don't use BP_SYM.
29854         (_start): Likewise.
29855         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29856         <bp-asm.h>.
29857         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29858         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29859         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29860         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29861         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29862         <bp-asm.h>.
29863         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29864         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29865         about bounded pointers.
29866         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29867         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29868         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29869         <bp-asm.h>.
29870         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29871         about bounded pointers.  Remove GKM FIXME comments.
29872         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29873         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29874         <bp-asm.h>.
29875         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29876         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29877         Remove GKM FIXME comments.
29878         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29879         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29880         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29881         <bp-asm.h>.
29882         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29883         about bounded pointers.  Remove GKM FIXME comment.
29884         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29885         and <bp-asm.h>.
29886         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29887         pointers.
29888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29889         <bp-sym.h> and <bp-asm.h>.
29890         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29892         <bp-sym.h> and <bp-asm.h>.
29893         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29894         comment.
29896 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29898         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29899         call free(NULL).
29901 2013-03-05  David S. Miller  <davem@davemloft.net>
29903         * po/es.po: Update from translation team.
29905 2013-03-05  Andreas Jaeger  <aj@suse.de>
29907         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29908         <bits/mman-linux.h>.
29909         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29910         is fine.
29911         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29912         <bits/mman-linux.h> to end of file.
29913         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29914         is fine.
29915         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29916         <bits/mman-linux.h> to end of file.
29917         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29918         is fine.
29919         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29920         <bits/mman-linux.h> to end of file.
29922         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29923         (MCL_CURRENT, MCL_FUTURE): Define here.
29925 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29927         [BZ #15232]
29928         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29929         attribute_hidden.
29930         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29932 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29934         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29935         fourth parameter needed for rt_sigprocmask syscall.
29936         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29937         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29938         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29939         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29940         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29941         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29943 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29945         [BZ #13550]
29946         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29947         comment about bounded pointers.
29948         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29949         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29951 2013-03-04  Andreas Jaeger  <aj@suse.de>
29953         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29954         common definitions.
29956         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29957         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29958         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29959         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29960         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29961         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29963 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29965         [BZ #15055]
29966         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29967         __ieee754_sqrl instead of __sqrl.
29969 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29971         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29972         * sysdeps/powerpc/fpu_control.h: ... here.
29973         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29974         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29975         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29976         * sysdeps/powerpc/bits/mathinline.h: ... here.
29978 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29980         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29981         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29982         to just [NEED_DL_SYSINFO_DSO].
29983         * elf/dl-support.c: Likewise.
29984         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29985         * elf/rtld.c (dl_main): Likewise.
29986         * elf/setup-vdso.h (setup_vdso): Likewise.
29987         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29988         * sysdeps/unix/sysv/linux/dl-sysdep.c
29989         (_dl_discover_osversion): Likewise.
29991 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29993         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29994         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29996 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29998         * NEWS: Mention libm performance improvements and non-x86 PI
29999         futex support.
30001         * csu/libc-start.c (__pthread_initialize_minimal): Change
30002         function arguments.
30003         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30005 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30007         [BZ #13550]
30008         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30009         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30010         <bp-sym.h> and <bp-asm.h>.
30011         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30012         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30013         and <bp-asm.h>.
30014         (memcpy): Don't use BP_SYM.
30015         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30016         <bp-asm.h>.
30017         (__mpn_add_n): Don't use BP_SYM.
30018         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30019         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30020         and <bp-asm.h>.
30021         (__mpn_addmul_1): Don't use BP_SYM.
30022         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30023         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30024         <bp-sym.h>.
30025         (_setjmp): Don't use BP_SYM.
30026         (__novmx_setjmp): Likewise.
30027         (__GI__setjmp): Likewise.
30028         (__vmx_setjmp): Likewise.
30029         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30030         <bp-sym.h>.
30031         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30032         (__bzero): Don't use BP_SYM.
30033         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30034         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30035         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30036         <bp-sym.h> and <bp-asm.h>.
30037         (memcpy): Don't use BP_SYM.
30038         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30039         <bp-sym.h> and <bp-asm.h>.
30040         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30041         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30042         <bp-sym.h> and <bp-asm.h>.
30043         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30044         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30045         <bp-asm.h>.
30046         (__mpn_lshift): Don't use BP_SYM.
30047         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30048         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30049         <bp-asm.h>.
30050         (memset): Don't use BP_SYM.
30051         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30052         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30053         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30054         <bp-asm.h>.
30055         (__mpn_mul_1): Don't use BP_SYM.
30056         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30057         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30058         <bp-sym.h> and <bp-asm.h>.
30059         (memcmp): Don't use BP_SYM.
30060         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30061         <bp-sym.h> and <bp-asm.h>.
30062         (memcpy): Don't use BP_SYM.
30063         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30064         <bp-sym.h> and <bp-asm.h>.
30065         (memset): Don't use BP_SYM.
30066         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30067         <bp-sym.h> and <bp-asm.h>.
30068         (strncmp): Don't use BP_SYM.
30069         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30070         <bp-sym.h> and <bp-asm.h>.
30071         (memcpy): Don't use BP_SYM.
30072         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30073         <bp-sym.h> and <bp-asm.h>.
30074         (memset): Don't use BP_SYM.
30075         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30076         <bp-sym.h> and <bp-asm.h>.
30077         (__memchr): Don't use BP_SYM.
30078         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30079         <bp-sym.h> and <bp-asm.h>.
30080         (memcmp): Don't use BP_SYM.
30081         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30082         <bp-sym.h> and <bp-asm.h>.
30083         (memcpy): Don't use BP_SYM.
30084         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30085         <bp-sym.h> and <bp-asm.h>.
30086         (__mempcpy): Don't use BP_SYM.
30087         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30088         <bp-sym.h> and <bp-asm.h>.
30089         (__memrchr): Don't use BP_SYM.
30090         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30091         <bp-sym.h> and <bp-asm.h>.
30092         (memset): Don't use BP_SYM.
30093         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30094         <bp-sym.h> and <bp-asm.h>.
30095         (__rawmemchr): Don't use BP_SYM.
30096         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30097         <bp-sym.h> and <bp-asm.h>.
30098         (__STRCMP): Don't use BP_SYM.
30099         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30100         <bp-sym.h> and <bp-asm.h>.
30101         (strchr): Don't use BP_SYM.
30102         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30103         <bp-sym.h> and <bp-asm.h>.
30104         (__strchrnul): Don't use BP_SYM.
30105         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30106         <bp-sym.h> and <bp-asm.h>.
30107         (strlen): Don't use BP_SYM.
30108         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30109         <bp-sym.h> and <bp-asm.h>.
30110         (strncmp): Don't use BP_SYM.
30111         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30112         <bp-sym.h> and <bp-asm.h>.
30113         (__strnlen): Don't use BP_SYM.
30114         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30115         <bp-asm.h>.
30116         (__mpn_rshift): Don't use BP_SYM.
30117         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30118         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30119         <bp-sym.h> and <bp-asm.h>.
30120         (__sigsetjmp): Don't use BP_SYM.
30121         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30122         (L(start_addresses)): Don't use BP_SYM.
30123         (_start): Likewise.
30124         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30125         <bp-asm.h>.
30126         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30127         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30128         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30129         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30130         <bp-asm.h>.
30131         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30132         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30133         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30134         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30135         <bp-asm.h>.
30136         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30137         comments.
30138         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30139         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30140         <bp-asm.h>.
30141         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30142         FIXME comments.
30143         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30144         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30145         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30146         <bp-asm.h>.
30147         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30148         comment.
30149         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30150         and <bp-asm.h>.
30151         (strncmp): Don't use BP_SYM,
30152         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30153         <bp-asm.h>.
30154         (__mpn_sub_n): Don't use BP_SYM.
30155         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30156         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30157         and <bp-asm.h>.
30158         (__mpn_submul_1): Don't use BP_SYM.
30159         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30161         <bp-sym.h> and <bp-asm.h>.
30162         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30164         <bp-sym.h> and <bp-asm.h>.
30165         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30166         comment.
30168 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30170         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30171         Use ZK to minimize writes to Z.
30172         (sub_magnitudes): Simplify code a bit.
30173         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30174         Use ZK to minimize writes to Z.
30175         (sub_magnitudes): Simplify code a bit.
30177 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30179         * csu/gmon-start.c: Add special exception to license text.
30181 2013-02-27  Richard Henderson  <rth@redhat.com>
30183         * scripts/config.guess: Update from config.git.
30184         * scripts/config.sub: Likewise.
30186 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30188         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30190         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30192         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30194         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30196         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30198 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30200         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30201         [$(build-shared = yes].
30203 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30205         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30206         (__mul): Reduce iterations for calculating mantissa.
30208         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30209         MPTWO.
30210         (__mpranred): Likewise.
30212         [BZ #15160]
30213         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30214         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30216 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30218         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30219         Define __attribute__.
30221 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30223         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30224         unused.
30225         * posix/regex_internal.h (__attribute): Remove.
30226         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30227         (re_string_context_at): Likewise.
30228         (bitset_not): Use __attribute__ and mark function as possibly
30229         unused.
30230         (bitset_merge): Likewise.
30231         (bitset_mask): Likewise.
30232         (re_string_char_size_at): Likewise.
30233         (re_string_wchar_at): Likewise.
30234         (re_string_elem_size_at): Likewise.
30236 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30238         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30239         code.
30240         (cc32): Likewise.
30242         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30243         (__acr): Likewise.
30244         (__cpy): Likewise.
30245         (norm): Likewise.
30246         (denorm): Likewise.
30247         (__dbl_mp): Likewise.
30248         (add_magnitudes): Likewise.
30249         (sub_magnitudes): Likewise.
30250         (__mul): Likewise.
30251         (__inv): Likewise.
30253         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30254         style.
30256         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30257         style.
30259         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30260         code.
30262         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30263         up changes with default code.
30264         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30265         Likewise.
30267 2013-02-24  Allan McRae  <allan@archlinux.org>
30269         * manual/socket.texi (The Internet Namespace): Order menu items
30270         to match that in the file.
30272         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30273         node listing of the info page menu.
30275 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30277         [BZ #13550]
30278         * sysdeps/i386/bp-asm.h: Remove file.
30279         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30280         (PARMS): Do not use macros from bp-asm.h.
30281         (S1): Likewise.
30282         (S2): Likewise.
30283         (SIZE): Likewise.
30284         (__mpn_add_n): Do not use BP_SYM
30285         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30286         "bp-asm.h".
30287         (PARMS): Do not use macros from bp-asm.h.
30288         (S1): Likewise.
30289         (SIZE): Likewise.
30290         (__mpn_addmul_1): Do not use BP_SYM
30291         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30292         "bp-asm.h".
30293         (PARMS): Do not use macros from bp-asm.h.
30294         (SIGMSK): Likewise.
30295         (_setjmp): Likewise.  Do not use BP_SYM.
30296         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30297         "bp-asm.h".
30298         (PARMS): Do not use macros from bp-asm.h.
30299         (SIGMSK): Likewise.
30300         (setjmp): Likewise.  Do not use BP_SYM.
30301         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30302         "bp-asm.h".
30303         (PARMS): Do not use macros from bp-asm.h.
30304         (__frexp): Do not use BP_SYM.
30305         (frexp): Likewise.
30306         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30307         "bp-asm.h".
30308         (PARMS): Do not use macros from bp-asm.h.
30309         (__frexpf): Do not use BP_SYM.
30310         (frexpf): Likewise.
30311         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30312         "bp-asm.h".
30313         (PARMS): Do not use macros from bp-asm.h.
30314         (__frexpl): Do not use BP_SYM.
30315         (frexpl): Likewise.
30316         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30317         "bp-asm.h".
30318         (PARMS): Do not use macros from bp-asm.h.
30319         (__remquo): Do not use BP_SYM.
30320         (remquo): Likewise.
30321         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30322         "bp-asm.h".
30323         (PARMS): Do not use macros from bp-asm.h.
30324         (__remquof): Do not use BP_SYM.
30325         (remquof): Likewise.
30326         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30327         "bp-asm.h".
30328         (PARMS): Do not use macros from bp-asm.h.
30329         (__remquol): Do not use BP_SYM.
30330         (remquol): Likewise.
30331         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30332         "bp-asm.h".
30333         (PARMS): Do not use macros from bp-asm.h.
30334         (DEST): Likewise.
30335         (SRC): Likewise.
30336         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30337         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30338         "bp-asm.h".
30339         (PARMS): Do not use macros from bp-asm.h.
30340         (strlen): Do not use BP_SYM.
30341         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30342         "bp-asm.h".
30343         (PARMS): Do not use macros from bp-asm.h.
30344         (S1): Likewise.
30345         (S2): Likewise.
30346         (SIZE): Likewise.
30347         (__mpn_add_n): Do not use BP_SYM.
30348         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30349         "bp-asm.h".
30350         (PARMS): Do not use macros from bp-asm.h.
30351         (S1): Likewise.
30352         (SIZE): Likewise.
30353         (__mpn_addmul_1): Do not use BP_SYM.
30354         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30355         weak_alias.
30356         (bzero): Likewise.
30357         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30358         "bp-asm.h".
30359         (PARMS): Do not use macros from bp-asm.h.
30360         (S): Likewise.
30361         (SIZE): Likewise.
30362         (__mpn_lshift): Do not use BP_SYM.
30363         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30364         "bp-asm.h".
30365         (PARMS): Do not use macros from bp-asm.h.
30366         (DEST): Likewise.
30367         (SRC): Likewise.
30368         (LEN): Likewise.
30369         (memcpy): Likewise.  Do not use BP_SYM.
30370         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30371         libc_hidden_def and weak_alias.
30372         (mempcpy): Do not use BP_SYM in weak_alias.
30373         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30374         "bp-asm.h".
30375         (PARMS): Do not use macros from bp-asm.h.
30376         (DEST): Likewise.
30377         (LEN): Likewise.
30378         [!BZERO_P] (CHR): Likewise.
30379         (memset): Likewise.  Do not use BP_SYM.
30380         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30381         "bp-asm.h".
30382         (PARMS): Do not use macros from bp-asm.h.
30383         (S1): Likewise.
30384         (SIZE): Likewise.
30385         (__mpn_mul_1): Do not use BP_SYM.
30386         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30387         "bp-asm.h".
30388         (PARMS): Do not use macros from bp-asm.h.
30389         (S): Likewise.
30390         (SIZE): Likewise.
30391         (__mpn_rshift): Do not use BP_SYM.
30392         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30393         "bp-asm.h".
30394         (PARMS): Do not use macros from bp-asm.h.
30395         (STR): Likewise.
30396         (CHR): Likewise.
30397         (strchr): Likewise.  Do not use BP_SYM.
30398         (index): Do not use BP_SYM in weak_alias.
30399         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30400         "bp-asm.h".
30401         (PARMS): Do not use macros from bp-asm.h.
30402         (DEST): Likewise.
30403         (SRC): Likewise.
30404         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30405         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30406         "bp-asm.h".
30407         (PARMS): Do not use macros from bp-asm.h.
30408         (strlen): Do not use BP_SYM.
30409         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30410         "bp-asm.h".
30411         (PARMS): Do not use macros from bp-asm.h.
30412         (S1): Likewise.
30413         (S2): Likewise.
30414         (SIZE): Likewise.
30415         (__mpn_sub_n): Do not use BP_SYM.
30416         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30417         "bp-asm.h".
30418         (PARMS): Do not use macros from bp-asm.h.
30419         (S1): Likewise.
30420         (SIZE): Likewise.
30421         (__mpn_submul_1): Do not use BP_SYM.
30422         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30423         "bp-asm.h".
30424         (PARMS): Do not use macros from bp-asm.h.
30425         (S1): Likewise.
30426         (S2): Likewise.
30427         (SIZE): Likewise.
30428         (__mpn_add_n): Do not use BP_SYM.
30429         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30430         weak_alias.
30431         (bzero): Likewise.
30432         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30433         "bp-asm.h".
30434         (PARMS): Do not use macros from bp-asm.h.
30435         (BLK2): Likewise.
30436         (LEN): Likewise.
30437         (memcmp): Do not use BP_SYM.
30438         (bcmp): Do not use BP_SYM in weak_alias.
30439         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30440         "bp-asm.h".
30441         (PARMS): Do not use macros from bp-asm.h.
30442         (DEST): Likewise.
30443         (SRC): Likewise.
30444         (LEN): Likewise.
30445         (memcpy): Likewise.  Do not use BP_SYM.
30446         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30447         "bp-asm.h".
30448         (PARMS): Do not use macros from bp-asm.h.
30449         (DEST): Likewise.
30450         (SRC): Likewise.
30451         (LEN): Likewise.
30452         (memmove): Likewise.  Do not use BP_SYM.
30453         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30454         "bp-asm.h".
30455         (PARMS): Do not use macros from bp-asm.h.
30456         (DEST): Likewise.
30457         (SRC): Likewise.
30458         (LEN): Likewise.
30459         (__mempcpy): Likewise.  Do not use BP_SYM.
30460         (mempcpy): Do not use BP_SYM in weak_alias.
30461         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30462         "bp-asm.h".
30463         (PARMS): Do not use macros from bp-asm.h.
30464         (DEST): Likewise.
30465         (LEN): Likewise.
30466         [!BZERO_P] (CHR): Likewise.
30467         (memset): Likewise.  Do not use BP_SYM.
30468         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30469         "bp-asm.h".
30470         (PARMS): Do not use macros from bp-asm.h.
30471         (STR2): Likewise.
30472         (strcmp): Do not use BP_SYM.
30473         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30474         "bp-asm.h".
30475         (PARMS): Do not use macros from bp-asm.h.
30476         (STR): Likewise.
30477         (DELIM): Likewise.
30478         [USE_AS_STRTOK_R] (SAVE): Likewise.
30479         (FUNCTION): Likewise.  Do not use BP_SYM.
30480         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30481         aliases.
30482         (strtok_r): Likewise.
30483         (__GI___strtok_r): Likewise.
30484         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30485         (PARMS): Do not use macros from bp-asm.h.
30486         (S): Likewise.
30487         (SIZE): Likewise.
30488         (__mpn_lshift): Do not use BP_SYM.
30489         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30490         (PARMS): Do not use macros from bp-asm.h.
30491         (STR): Likewise.
30492         (CHR): Likewise.
30493         (__memchr): Do not use BP_SYM.
30494         (memchr): Do not use BP_SYM in weak_alias.
30495         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30496         (PARMS): Do not use macros from bp-asm.h.
30497         (BLK2): Likewise.
30498         (LEN): Likewise.
30499         (memcmp): Do not use BP_SYM.
30500         (bcmp): Do not use BP_SYM in weak_alias.
30501         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30502         (PARMS): Do not use macros from bp-asm.h.
30503         (S1): Likewise.
30504         (SIZE): Likewise.
30505         (__mpn_mul_1): Do not use BP_SYM.
30506         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30507         "bp-asm.h".
30508         (PARMS): Do not use macros from bp-asm.h.
30509         (STR): Likewise.
30510         (CHR): Likewise.
30511         (__rawmemchr): Do not use BP_SYM.
30512         (rawmemchr): Do not use BP_SYM in weak_alias.
30513         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30514         (PARMS): Do not use macros from bp-asm.h.
30515         (S): Likewise.
30516         (SIZE): Likewise.
30517         (__mpn_rshift): Do not use BP_SYM.
30518         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30519         (PARMS): Do not use macros from bp-asm.h.
30520         (SIGMSK): Likewise.
30521         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30522         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30523         (_start): Do not use BP_SYM.
30524         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30525         (PARMS): Do not use macros from bp-asm.h.
30526         (DEST): Likewise.
30527         (SRC): Likewise.
30528         (__stpcpy): Likewise.  Do not use BP_SYM.
30529         (stpcpy): Do not use BP_SYM in weak_alias.
30530         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30531         "bp-asm.h".
30532         (PARMS): Do not use macros from bp-asm.h.
30533         (DEST): Likewise.
30534         (SRC): Likewise.
30535         (LEN): Likewise.
30536         (__stpncpy): Likewise.  Do not use BP_SYM.
30537         (stpncpy): Do not use BP_SYM in weak_alias.
30538         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30539         (PARMS): Do not use macros from bp-asm.h.
30540         (STR): Likewise.
30541         (CHR): Likewise.
30542         (strchr): Likewise.  Do not use BP_SYM.
30543         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30544         "bp-asm.h".
30545         (PARMS): Do not use macros from bp-asm.h.
30546         (STR): Likewise.
30547         (CHR): Likewise.
30548         (__strchrnul): Likewise.  Do not use BP_SYM.
30549         (strchrnul): Do not use BP_SYM in weak_alias.
30550         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30551         "bp-asm.h".
30552         (PARMS): Do not use macros from bp-asm.h.
30553         (STOP): Likewise.
30554         (strcspn): Do not use BP_SYM.
30555         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30556         "bp-asm.h".
30557         (PARMS): Do not use macros from bp-asm.h.
30558         (STR): Likewise.
30559         (STOP): Likewise.
30560         (strpbrk): Likewise.  Do not use BP_SYM.
30561         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30562         "bp-asm.h".
30563         (PARMS): Do not use macros from bp-asm.h.
30564         (STR): Likewise.
30565         (CHR): Likewise.
30566         (strrchr): Likewise.  Do not use BP_SYM.
30567         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30568         (PARMS): Do not use macros from bp-asm.h.
30569         (SKIP): Likewise.
30570         (strspn): Do not use BP_SYM.
30571         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30572         (PARMS): Do not use macros from bp-asm.h.
30573         (STR): Likewise.
30574         (DELIM): Likewise.
30575         (SAVE): Likewise.
30576         (FUNCTION): Likewise.  Do not use BP_SYM.
30577         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30578         aliases.
30579         (strtok_r): Likewise.
30580         (__GI___strtok_r): Likewise.
30581         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30582         (PARMS): Do not use macros from bp-asm.h.
30583         (S1): Likewise.
30584         (S2): Likewise.
30585         (SIZE): Likewise.
30586         (__mpn_sub_n): Do not use BP_SYM.
30587         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30588         "bp-asm.h".
30589         (PARMS): Do not use macros from bp-asm.h.
30590         (S1): Likewise.
30591         (SIZE): Likewise.
30592         (__mpn_submul_1): Do not use BP_SYM.
30593         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30594         <bp-sym.h>.
30595         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30596         and <bp-asm.h>.
30597         (PARMS): Do not use macros from bp-asm.h.
30598         (FLAGS): Likewise.
30599         (PTID): Likewise.
30600         (TLS): Likewise.
30601         (CTID): Likewise.
30602         (__clone): Do not use BP_SYM.
30603         (clone): Do not use BP_SYM in weak_alias.
30604         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30605         and <bp-asm.h>.
30606         (PARMS): Do not use macros from bp-asm.h.
30607         (LEN): Likewise.
30608         (__mmap64): Do not use BP_SYM.
30609         (mmap64): Do not use BP_SYM in weak_alias.
30610         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30611         <bp-sym.h> and <bp-asm.h>.
30612         (PARMS): Do not use macros from bp-asm.h.
30613         (__posix_fadvise64_l64): Do not use BP_SYM.
30614         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30615         (PARMS): Do not use macros from bp-asm.h.
30616         (NSOPS): Likewise.
30617         (semtimedop): Do not use BP_SYM.
30618         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30619         and <bp-asm.h>.
30621 2013-02-21  Allan McRae  <allan@archlinux.org>
30623         * manual/message.texi (Charset conversion in gettext):
30624         Move @end statement to beginning of line.
30626 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30628         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30629         static.
30630         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30631         Likewise.
30633         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30634         (denorm): Likewise.
30635         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30636         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30638 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30640         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30641         tail-call to the resolved function if pltexit isn't needed.
30643 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30645         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30646         or Y being zero as being unlikely.
30647         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30648         Likewise.
30650 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30652         * manual/nss.texi (System Databases and Name Service Switch):
30653         Remove frobnicate @pxref.
30655 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30657         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30658         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30660 2013-02-20  Petr Machata  <pmachata@redhat.com>
30662         * elf/elf.h (R_ARM_TARGET1): New macro.
30663         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30664         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30665         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30666         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30667         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30668         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30669         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30670         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30671         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30672         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30673         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30674         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30675         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30676         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30677         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30678         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30679         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30680         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30681         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30682         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30683         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30684         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30685         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30686         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30687         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30688         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30689         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30690         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30691         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30692         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30693         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30694         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30695         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30696         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30697         (R_ARM_THM_GOT_BREL12): Likewise.
30698         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30699         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30700         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30701         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30702         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30703         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30704         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30705         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30706         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30708 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30710         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30711         __attribute_used__ to __attribute__ ((unused)).
30713 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30715         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30716         powerpc mpa.c.
30717         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30718         comment formatting.
30719         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30721 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30723         [BZ #13550]
30724         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30725         Remove macro.
30726         (ENTER): Remove both macro definitions.
30727         (LEAVE): Likewise.
30728         (CHECK_BOUNDS_LOW): Likewise.
30729         (CHECK_BOUNDS_HIGH): Likewise.
30730         (CHECK_BOUNDS_BOTH): Likewise.
30731         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30732         (RETURN_BOUNDED_POINTER): Likewise.
30733         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30734         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30735         (POP_ERRNO_LOCATION_RETURN): Likewise.
30736         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30737         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30738         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30739         macros.
30740         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30741         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30742         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30743         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30744         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30745         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30746         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30747         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30748         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30749         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30750         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30751         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30752         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30753         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30754         removed macros.
30755         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30756         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30757         macros.
30758         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30759         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30760         * sysdeps/i386/i586/memset.S (memset): Likewise.
30761         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30762         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30763         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30764         macros.
30765         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30766         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30767         Change uses of L(2) to L(out).
30768         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30769         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30770         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30771         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30772         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30773         removed macros.
30774         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30775         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30776         macros.
30777         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30778         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30779         (RETURN): Do not use macro LEAVE.
30780         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30781         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30782         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30783         * sysdeps/i386/i686/memset.S (memset): Likewise.
30784         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30785         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30786         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30787         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30788         Likewise.
30789         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30790         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30791         L(1_2) and L(1_3) into L(1).
30792         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30793         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30794         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30795         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30796         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30797         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30798         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30799         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30800         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30801         macros.
30802         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30803         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30804         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30805         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30806         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30807         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30808         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30809         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30810         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30811         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30812         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30813         * sysdeps/i386/strspn.S (strspn): Likewise.
30814         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30815         conditional code.
30816         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30817         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30818         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30819         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30820         L(1_3) into L(1_1).
30821         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30822         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30823         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30824         macros.
30825         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30827 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30829         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30830         macro.
30832 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30834         * math/atest-exp.c (exp_mpn): Remove ROUND.
30835         * math/atest-exp2.c (exp_mpn): Likewise.
30836         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30838         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30839         * stdlib/tst-tls-atexit-lib.c: Likewise.
30840         * stdlib/tst-tls-atexit.c: Likewise.
30842 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30844         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30845         and __attribute_alloc_size__.
30847 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30849         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30850         __attribute_alloc_size__.
30851         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30852         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30854 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30856         * include/programs/xmalloc.h: New file.
30857         * catgets/gencat.c: Include it.
30858         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30859         * elf/pldd.c: Likewise.
30860         * iconv/iconv_charmap.c: Likewise.
30861         * iconv/iconvconfig.c: Likewise.
30862         * iconv/strtab.c: Likewise.
30863         * locale/programs/locale.c: Likewise.
30864         * locale/programs/localedef.h: Likewise.
30865         * locale/programs/simple-hash.c: Likewise.
30866         * nscd/nscd.h: Likewise.
30867         * nss/makedb.c: Likewise.
30868         * sysdeps/generic/ldconfig.h: Likewise.
30870 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30872         * Versions.def: Add GLIBC_2.18.
30873         * include/link.h (struct link_map): New member l_tls_dtor_count.
30874         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30875         (__call_tls_dtors): Likewise.
30876         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30877         __cxa_thread_atexit_impl.
30878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30879         Likewise.
30880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30881         Likewise.
30882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30883         Likewise.
30884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30885         Likewise.
30886         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30888         Likewise.
30889         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30890         Likewise.
30891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30893         Likewise.
30894         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30895         (tests): Add test case tst-tls-atexit.
30896         (modules-names): Add shared library for tst-tls-atexit.
30897         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30898         (GLIBC_PRIVATE): Add __call_tls_dtors.
30899         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30900         for libstdc++.
30901         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30902         * stdlib/tst-tls-atexit.c: New test case.
30903         * stdlib/tst-tls-atexit-lib.c: New test case.
30905         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30907         * elf/Versions (ld): Add _dl_find_dso_for_object.
30908         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30909         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30910         (dl_open_worker): Use _dl_find_dso_for_object.
30911         * elf/dl-sym.c (do_sym): Likewise.
30912         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30914 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30916         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30917         Syntactic changes only.
30918         (_dl_runtime_profile): Do a tail-call to the resolved function.
30920 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30922         [BZ #13550]
30923         * sysdeps/x86_64/bp-asm.h: Remove file.
30924         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30925         <bp-sym.h> and <bp-asm.h>.
30926         (__clone): Do not use BP_SYM.
30927         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30928         <bp-sym.h> and <bp-asm.h>.
30929         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30930         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30931         "bp-asm.h".
30932         (_setjmp): Do not use BP_SYM.
30933         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30934         "bp-asm.h".
30935         (setjmp): Do not use BP_SYM.
30936         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30937         libc_hidden_def.
30938         (mempcpy): Do not use BP_SYM in weak_alias.
30939         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30940         "bp-asm.h".
30941         (strchr): Do not use BP_SYM.
30942         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30943         "bp-asm.h".
30944         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30945         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30946         (_start): Do not use BP_SYM.
30947         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30948         "bp-asm.h".
30949         (strcat): Do not use BP_SYM.
30950         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30951         "bp-asm.h".
30952         (STRCMP): Do not use BP_SYM.
30953         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30954         "bp-asm.h".
30955         (STRCPY): Do not use BP_SYM.
30956         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30957         "bp-asm.h".
30958         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30959         "bp-asm.h".
30960         (FUNCTION): Do not use BP_SYM.
30961         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30962         weak_alias.
30963         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30965 2013-02-17  Andreas Jaeger  <aj@suse.de>
30967         * time/Versions: Sort entries.
30968         * string/Versions: Likewise.
30969         * resolv/Versions: Likewise.
30970         * posix/Versions: Likewise.
30971         * iconv/Versions: Likewise.
30972         * elf/Versions: Likewise.
30973         * wcsmbs/Versions: Likewise.
30975 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30977         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30978         loop termination condition.
30980         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30981         variable to calculate EZ.
30982         (__sqr): Likewise.
30984         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30985         the lower precision input.
30987 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30989         [BZ #13550]
30990         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30991         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30992         (run-via-rtld-prefix): Do not handle %-bp tests.
30993         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30994         (all-object-suffixes): Remove .ob.
30995         (bppfx): Remove variable.
30996         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30997         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30998         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30999         [$(build-bounded) = yes] (libtype.ob): Likewise.
31000         * Makerules (elide-routines.ob): Remove variable.
31001         (do-tests-clean): Do not handle *-bp.out.
31002         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31003         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31004         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31005         (tests): Do not include $(tests-bp.out).
31006         (xtests): Do not include $(xtests-bp.out).
31007         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31008         [$(build-bounded) = yes] ($(addprefix
31009         $(objpfx),$(binaries-bounded))): Remove rule.
31010         ($(objpfx)%-bp.out): Remove rule.
31011         * config.make.in (build-bounded): Remove variable.
31012         * crypt/Makefile [$(build-bounded) = yes]
31013         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31014         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31015         append to variable.
31016         [$(build-bounded) = yes] (install-lib): Likewise.
31017         [$(build-bounded) = yes] (generated): Likewise.
31018         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31019         Remove rule.
31020         * intl/Makefile [$(build-bounded) = yes]
31021         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31022         * math/Makefile [$(build-bounded) = yes]
31023         ($(tests:%=$(objpfx)%-bp): Likewise.
31024         * misc/Makefile [$(build-bounded) = yes]
31025         ($(objpfx)tst-tsearch-bp): Likewise.
31026         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31027         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31028         Remove dependency.
31029         * string/Makefile (o-objects.ob): Remove variable.
31030         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31031         (CFLAGS-.ob): Remove variable.
31032         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31033         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31034         both definitions of variable.
31035         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31036         (ASFLAGS-.ob): Remove variable.
31038 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31040         [BZ #13550]
31041         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31042         Remove __BOUNDED_POINTERS__ from condition.
31043         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31044         * string/bits/string2.h [!__NO_STRING_INLINES &&
31045         !__BOUNDED_POINTERS__]: Likewise.
31046         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31047         Likewise.
31048         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31049         Remove conditional code.
31050         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31051         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31052         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31053         condition.
31055         [BZ #13550]
31056         * csu/libc-start.c: Do not include <bp-sym.h>.
31057         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31058         * elf/dl-open.c: Do not include <bp-sym.h>.
31059         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31060         * math/fegetenv.c: Do not include <bp-sym.h>.
31061         (fegetenv): Do not use BP_SYM in versioned symbols.
31062         * nptl/sysdeps/pthread/bits/libc-lockP.h
31063         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31064         <bp-sym.h>.
31065         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31066         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31067         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31068         (__pthread_mutex_destroy): Likewise.
31069         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31070         (__pthread_mutex_lock): Likewise.
31071         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31072         (__pthread_mutex_trylock): Likewise.
31073         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31074         (__pthread_mutex_unlock): Likewise.
31075         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31076         (__pthread_mutexattr_init): Likewise.
31077         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31078         (__pthread_mutexattr_destroy): Likewise.
31079         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31080         (__pthread_mutexattr_settype): Likewise.
31081         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31082         (__pthread_rwlock_init): Likewise.
31083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31084         (__pthread_rwlock_destroy): Likewise.
31085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31086         (__pthread_rwlock_rdlock): Likewise.
31087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31088         (__pthread_rwlock_tryrdlock): Likewise.
31089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31090         (__pthread_rwlock_wrlock): Likewise.
31091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31092         (__pthread_rwlock_trywrlock): Likewise.
31093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31094         (__pthread_rwlock_unlock): Likewise.
31095         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31096         (__pthread_key_create): Likewise.
31097         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31098         (__pthread_setspecific): Likewise.
31099         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31100         (__pthread_getspecific): Likewise.
31101         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31102         Likewise.
31103         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31104         (_pthread_cleanup_push_defer): Likewise.
31105         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31106         (_pthread_cleanup_pop_restore): Likewise.
31107         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31108         (pthread_setcancelstate): Likewise.
31109         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31110         <bp-sym.h>.
31111         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31112         (memchr): Do not use BP_SYM in weak_alias.
31113         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31114         (fegetenv): Do not use BP_SYM in versioned symbols.
31115         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31116         (fesetenv): Do not use BP_SYM in versioned symbols.
31117         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31118         (feupdateenv): Do not use BP_SYM in versioned symbols.
31119         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31120         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31121         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31122         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31123         (open64): Do not use BP_SYM in weak_alias.
31124         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31125         (fegetenv): Do not use BP_SYM in versioned symbols.
31126         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31127         (fesetenv): Do not use BP_SYM in versioned symbols.
31128         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31129         (feupdateenv): Do not use BP_SYM in versioned symbols.
31130         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31131         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31132         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31133         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31134         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31135         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31136         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31137         <bp-sym.h>.
31138         (__libc_start_main): Do not use BP_SYM.
31140 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31142         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31143         redundant return line.
31144         (norm): Likewise.
31145         (denorm): Likewise.
31146         (dbl_mp): Likewise.
31147         (sub_magnitudes): Likewise.
31148         (__add): Likewise.
31149         (__sub): Likewise.
31150         (__mul): Likewise.
31151         (__inv): Likewise.
31152         (__dvd): Likewise.
31153         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31154         (norm): Likewise.
31155         (denorm): Likewise.
31156         (dbl_mp): Likewise.
31157         (sub_magnitudes): Likewise.
31158         (__add): Likewise.
31159         (__sub): Likewise.
31160         (__mul): Likewise.
31161         (__inv): Likewise.
31162         (__dvd): Likewise.
31164         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31165         instead of __mul.
31166         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31167         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31168         (cc32): Likewise.
31170         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31171         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31172         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31173         of __mul for squares.
31174         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31175         function
31176         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31177         Likewise.
31178         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31179         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31181 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31183         [BZ #13550]
31184         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31185         code.
31186         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31187         prototype or function definition.  Rename ubp_* variables and
31188         parameters.  Remove argv definitions conditional on
31189         [__BOUNDED_POINTERS__].
31190         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31191         * elf/dl-runtime.c (_dl_fixup): Likewise.
31192         * include/set-hooks.h (RUN_HOOK): Likewise.
31193         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31194         definition.
31195         * string/strcpy.c (strcpy): Do not use __unbounded.
31196         * sysdeps/generic/frame.h (struct layout): Likewise.
31197         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31198         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31199         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31200         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31201         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31202         (__backtrace): Likewise.
31203         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31204         use __ptrvalue.
31205         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31206         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31207         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31208         Likewise.
31209         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31210         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31211         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31212         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31213         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31214         Do not use __unbounded.
31215         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31216         Rename __unboundedrlimits parameter to rlimits in prototype.
31217         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31218         Do not use __unbounded.
31219         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31220         not use __ptrvalue.
31221         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31222         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31223         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31224         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31225         __ptrvalue or __unbounded.
31226         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31227         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31228         use __unbounded.
31229         (__new_msgctl): Do not use __ptrvalue.
31230         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31231         __unbounded.
31232         (__libc_msgrcv): Do not use __ptrvalue.
31233         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31234         startup_info): Do not use __unbounded.
31235         (__libc_start_main): Likewise.  Rename ubp_* variables and
31236         parameters.  Remove argv definitions conditional on
31237         [__BOUNDED_POINTERS__].
31238         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31239         __ptrvalue.
31240         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31241         use __unbounded.
31242         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31243         or __ptrvalue.
31244         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31245         use __unbounded.
31246         (__new_shmctl): Do not use __ptrvalue.
31247         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31248         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31249         Likewise.
31250         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31251         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31252         (__libc_sigaction): Likewise.
31253         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31254         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31255         Likewise.
31256         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31258 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31260         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31262         * string/mempcpy.c: Implement by calling memcpy.
31264 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31266         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31268         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31269         evaluation.
31271         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31272         values in the mantissa.
31274         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31275         minimize writes to Z.
31276         (sub_magnitudes): Simplify code a bit.
31278 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31280         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31281         from the message.  The linker prefixes all warnings with that already.
31283 2013-02-12  Andreas Schwab  <schwab@suse.de>
31285         [BZ #15078]
31286         * posix/regexec.c (extend_buffers): Add parameter min_len.
31287         (check_matching): Pass minimum needed length.
31288         (clean_state_log_if_needed): Likewise.
31289         (get_subexp): Likewise.
31290         * posix/Makefile (tests): Add bug-regex34.
31291         (bug-regex34-ENV): Define.
31292         * posix/bug-regex34.c: New file.
31294         [BZ #11561]
31295         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31296         elements compare against the byte sequence of it, not its name.
31297         * posix/Makefile (tests): Add bug-regex35.
31298         (bug-regex35-ENV): Define.
31299         * posix/bug-regex35.c: New file.
31301 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31303         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31304         comment.
31305         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31306         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31307         (CHECK_EOL): Add undef.
31309 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31311         * bits/stdlib-bsearch.h: New file.
31312         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31313         * stdlib/stdlib.h: Likewise.
31315 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31317         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31318         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31319         declaration.
31320         * manual/search.texi (Array Search Function): Add missing const in
31321         lfind prototype.
31322         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31323         declaration to use rlim_t.
31324         (Basic Scheduling Functions): Remove erroneous const from
31325         sched_getparam prototype.  Remove erroneous * from
31326         sched_get_priority_max and sched_get_priority_min prototypes.
31327         (Resource Usage): Fix summary @comment on vtimes to refer to
31328         sys/vtimes.h rather than vtimes.h.
31329         Add missing *s in vtimes prototype.
31330         (Limits on Resources): Fix ulimit prototype to return long int.
31331         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31332         prototypes to use long int rather than double.
31333         (BSD Random): Fix initstate and setstate to use char *, not void *.
31334         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31335         prototype to make second argument 'struct aiocb64 *const[]'.
31336         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31337         (Status of AIO Operations): Remove erroneous const in aio_return and
31338         aio_return64 prototypes.
31339         (Synchronizing I/O): Fix sync prototype to return void.
31340         * manual/startup.texi (Suboptions): Remove an erroneous const in
31341         getsubopt prototype.
31342         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31343         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31344         use size_t rather than int.
31345         (Scanning All Users): Likewise for getpwent_r.
31346         (Setting Groups): Add missing const to setgroups prototype.
31347         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31348         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31349         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31350         'const void *' rather than 'const char *'.
31351         (Host Address Functions): Likewise for inet_ntop.
31352         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31353         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31354         ssize_t for return value.
31355         (Sending Data): Likewise for send, sendto, sendmsg.
31356         (Socket Option Functions): Add a missing const in setsockopt prototype.
31357         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31358         use wchar_t for the argument.
31359         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31360         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31361         take no arguments.
31362         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31363         double/float/long double for second argument.
31364         Fix return types of significand, significandf, significandl.
31365         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31366         argument in fchmod prototype.
31367         (File Owner): Use uid_t and gid_t in fchown prototype.
31368         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31369         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31370         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31371         use 'const struct dirent **' as argument types to CMP function pointer
31372         argument.
31373         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31374         (File Times): Fix summary magic @comment for struct utimbuf and utime
31375         to refer to utime.h, not time.h.
31376         * manual/string.texi (Argz Functions): Add missing const in
31377         argz_extract and argz_next prototypes.
31378         (Finding Tokens in a String): Likewise for basename.
31379         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31380         (Copying and Concatenation): Fix typo in wmemmove prototype.
31381         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31382         (Signal Stack): Remove erroneous const in sigstack prototype.
31383         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31384         prototype.
31385         (Simple Calendar Time): Likewise for stime.
31386         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31387         prototype.
31388         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31389         say sys/sysctl.h instead.
31390         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31391         and vsyslog prototypes.
31393 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31395         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31396         Remove.
31398 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31400         * misc/sys/mman.h: Fix typo in mremap comment.
31402 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31404         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31405         the '\0' terminator.
31407 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31409         [BZ #13550]
31410         * debug/segfault.c: Don't include <bp-checks.h>.
31411         * sysdeps/generic/bp-checks.h: Remove file.
31412         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31413         (__GETDENTS): Don't use CHECK_N.
31414         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31415         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31416         (__getgroups): Don't use CHECK_N.
31417         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31418         (setgroups): Don't use CHECK_N.
31419         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31420         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31421         (__libc_msgrcv): Don't use CHECK_N.
31422         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31423         (__libc_msgsnd): Don't use CHECK_N.
31424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31425         <bp-checks.h>.
31426         (__libc_pread): Don't use CHECK_N.
31427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31428         include <bp-checks.h>.
31429         (__libc_pread64): Don't use CHECK_N.
31430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31431         include <bp-checks.h>.
31432         (__libc_pwrite): Don't use CHECK_N.
31433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31434         include <bp-checks.h>.
31435         (__libc_pwrite64): Don't use CHECK_N.
31436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31437         <bp-checks.h>.
31438         (__libc_pread): Don't use CHECK_N.
31439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31440         include <bp-checks.h>.
31441         (__libc_pread64): Don't use CHECK_N.
31442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31443         include <bp-checks.h>.
31444         (__libc_pwrite): Don't use CHECK_N.
31445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31446         include <bp-checks.h>.
31447         (__libc_pwrite64): Don't use CHECK_N.
31448         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31449         (do_pread): Don't use CHECK_N.
31450         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31451         (do_pread64): Don't use CHECK_N.
31452         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31453         (do_pwrite): Don't use CHECK_N.
31454         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31455         (do_pwrite64): Don't use CHECK_N.
31456         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31457         (__libc_readv): Don't use CHECK_N.
31458         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31459         (semop): Don't use CHECK_N.
31460         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31461         <bp-checks.h>.
31462         (semtimedop): Don't use CHECK_N.
31463         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31464         (__libc_pread): Don't use CHECK_N.
31465         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31466         <bp-checks.h>.
31467         (__libc_pread64): Don't use CHECK_N.
31468         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31469         <bp-checks.h>.
31470         (__libc_pwrite): Don't use CHECK_N.
31471         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31472         <bp-checks.h>.
31473         (__libc_pwrite64): Don't use CHECK_N.
31474         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31475         <bp-checks.h>.
31476         (__libc_msgrcv): Don't use CHECK_N.
31477         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31478         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31479         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31480         (__libc_writev): Don't use CHECK_N.
31482 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31484         * string/strcpy.c: Removed unused variable.
31486         * Makeconfig (+sysdep-includes): Define with := rather than =.
31487         Use an existing include/ subdir of each sysdeps dir before it.
31489 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31491         * nscd/connection.c (register_traced_file): Comment function.
31492         [HAVE_INOTIFY] (union __inev): Define.
31493         [HAVE_INOTIFY] (inotify_check_files): New function.
31494         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31495         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31496         clear_db_cache.
31497         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31499 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31501         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31502         loaded if not already and that a failure is permanent.
31504 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31506         [BZ #15006]
31507         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31508         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31510 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31512         [BZ #13550]
31513         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31514         (CHECK_1_NULL_OK): Likewise.
31515         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31516         (__fxstat): Do not use CHECK_1.
31517         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31518         <bp-checks.h>.
31519         (___fxstat64): Do not use CHECK_1.
31520         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31521         <bp-checks.h>.
31522         (__fxstatat): Do not use CHECK_1.
31523         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31524         <bp-checks.h>.
31525         (__fxstatat64): Do not use CHECK_1.
31526         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31527         <bp-checks.h>.
31528         (__fxstat): Do not use CHECK_1.
31529         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31530         <bp-checks.h>.
31531         (__fxstatat): Do not use CHECK_1.
31532         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31533         <bp-checks.h>.
31534         (__getresgid): Do not use CHECK_1.
31535         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31536         <bp-checks.h>.
31537         (__getresuid): Do not use CHECK_1.
31538         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31539         <bp-checks.h>.
31540         (__lxstat): Do not use CHECK_1.
31541         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31542         <bp-checks.h>.
31543         (__old_msgctl): Do not use CHECK_1.
31544         (__new_msgctl): Likewise.
31545         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31546         <bp-checks.h>.
31547         (__new_setrlimit): Do not use CHECK_1.
31548         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31549         <bp-checks.h>.
31550         (__old_shmctl): Do not use CHECK_1.
31551         (__new_shmctl): Likewise.
31552         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31553         <bp-checks.h>.
31554         (__xstat): Do not use CHECK_1.
31555         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31556         (__lxstat): Do not use CHECK_1.
31557         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31558         <bp-checks.h>.
31559         (___lxstat64): Do not use CHECK_1.
31560         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31561         (__old_msgctl): Do not use CHECK_1.
31562         (__new_msgctl): Likewise.
31563         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31564         <bp-checks.h>.
31565         (__gettimeofday): Do not use CHECK_1.
31566         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31567         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31568         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31569         <bp-checks.h>.
31570         (__gettimeofday): Do not use CHECK_1.
31571         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31572         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31573         (__new_shmctl): Do not use CHECK_1.
31574         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31575         <bp-checks.h>.
31576         (do_sigtimedwait): Do not use CHECK_1.
31577         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31578         <bp-checks.h>.
31579         (do_sigwaitinfo): Do not use CHECK_1.
31580         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31581         <bp-checks.h>.
31582         (msgctl): Do not use CHECK_1.
31583         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31584         <bp-checks.h>.
31585         (shmctl): Do not use CHECK_1.
31586         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31587         (ustat): Do not use CHECK_1.
31588         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31589         <bp-checks.h>.
31590         (__fxstat): Do not use CHECK_1.
31591         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31592         <bp-checks.h>.
31593         (__fxstatat): Do not use CHECK_1.
31594         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31595         <bp-checks.h>.
31596         (__lxstat): Do not use CHECK_1.
31597         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31598         <bp-checks.h>.
31599         (__xstat): Do not use CHECK_1.
31600         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31601         (__xstat): Do not use CHECK_1.
31602         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31603         (___xstat64): Do not use CHECK_1.
31605         [BZ #13550]
31606         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31607         definitions.
31608         (CHECK_BOUNDS_HIGH): Likewise.
31609         * string/strcpy.c: Do not include <bp-checks.h>.
31610         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31612 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31614         * nscd/nscd-client.h (__nscd_drop_map_ref):
31615         Add __attribute__ ((unused)).
31616         * nis/nss-nisplus.h (niserr2nss): Likewise.
31618         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31619         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31621         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31622         Remove inline keyword.
31623         * include/rounding-mode.h (round_away): Likewise.
31624         * libio/wfileops.c (adjust_wide_data): Likewise.
31625         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31626         (__m128i_strloadu_tolower): Likewise.
31627         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31628         (__m128i_strloadu_tolower): Likewise.
31629         * time/mktime.c (ydhms_diff): Likewise.
31630         * locale/elem-hash.h (elem_hash): Likewise.
31631         * locale/setlocale.c (setdata): Likewise.
31632         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31633         (re_string_wchar_at): Likewise.
31634         (bitset_not, bitset_merge, bitset_mask): Likewise.
31635         [!(__GNUC__ > 3)] (inline): Remove macro.
31636         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31637         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31638         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31639         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31640         * string/memcmp.c (memcmp_bytes): Likewise.
31641         * locale/programs/locarchive.c (compute_hashval): Likewise.
31642         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31643         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31644         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31645         * nss/getent.c (print_rpc, print_protocols): Likewise.
31646         (print_passwd, print_group, print_aliases): Likewise.
31647         * nis/nss-nisplus.h (niserr2nss): Likewise.
31648         * nscd/connections.c (restart_p): Likewise.
31649         Change return type to bool.
31651 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31653         * Makeconfig (all-Depend-files): Add existing
31654         $(sorted-subdirs:=/Depend) files.
31655         (all-subdirs): Remove nss.
31656         * sysdeps/unix/inet/Subdirs: Add it here instead.
31657         * hesiod/Depend: New file.
31659         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31660         instead of calling alloca.
31662         * io/lseek.c (__lseek): Rename to __libc_lseek.
31663         Define __lseek as an alias.
31665         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31667 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31669         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31670         else clause and remove check for non-standard endianness.
31672 2013-02-04  David S. Miller  <davem@davemloft.net>
31674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31676 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31678         [BZ #13550]
31679         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31680         (__ubp_memchr): Remove prototype.
31681         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31682         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31683         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31684         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31685         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31686         Remove alias.
31687         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31688         (__ubp_memchr): Likewise.
31689         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31690         (__ubp_memchr): Likewise.
31691         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31692         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31693         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31694         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31695         CHECK_STRING.
31696         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31697         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31698         (__getcwd): Do not use CHECK_STRING.
31699         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31700         <bp-checks.h>.
31701         (__real_chown): Do not use CHECK_STRING.
31702         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31703         <bp-checks.h>.
31704         (fchownat): Do not use CHECK_STRING.
31705         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31706         CHECK_STRING.
31707         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31708         <bp-checks.h>.
31709         (__lchown): Do not use CHECK_STRING.
31710         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31711         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31712         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31713         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31715         include <bp-checks.h>.
31716         (truncate64): Do not use CHECK_STRING.
31717         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31718         <bp-checks.h>.
31719         (__real_chown): Do not use CHECK_STRING.
31720         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31721         <bp-checks.h>.
31722         (__lchown): Do not use CHECK_STRING.
31723         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31724         <bp-checks.h>.
31725         (__chown): Do not use CHECK_STRING.
31726         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31727         <bp-checks.h>.
31728         (truncate64): Do not use CHECK_STRING.
31729         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31730         Likewise.
31731         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31732         (__xmknod): Do not use CHECK_STRING.
31733         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31734         <bp-checks.h>.
31735         (__xmknodat): Do not use CHECK_STRING.
31736         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31737         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31739 2013-02-04  Andreas Schwab  <schwab@suse.de>
31741         [BZ #14142]
31742         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31743         * include/netdb.h: Likewise for h_errno.
31744         * elf/tst-stackguard1.c: Include <tls.h>.
31746 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31748         * elf/link.h (struct link_map): Extend the l_addr comment.
31749         * include/link.h (struct link_map): Likewise.
31751 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31753         [BZ #13550]
31754         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31755         (BOUNDED_1): Remove macro.
31756         * debug/backtrace.c: Don't include <bp-checks.h>.
31757         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31758         (__backtrace): Likewise.
31759         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31760         <bp-checks.h>.
31761         (__backtrace): Don't use BOUNDED_1.
31762         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31763         <bp-checks.h>.
31764         (__backtrace): Don't use BOUNDED_1.
31765         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31766         (__backtrace): Don't use BOUNDED_1.
31767         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31768         (shmat): Don't use BOUNDED_N.
31770 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31772         [BZ #13550]
31773         * sysdeps/generic/bp-start.h: Remove file.
31774         * csu/libc-start.c: Don't include <bp-start.h>.
31775         (LIBC_START_MAIN): Set up __environ directly instead of using
31776         INIT_ARGV_and_ENVIRON.
31777         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31778         <bp-start.h>.
31780         [BZ #13550]
31781         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31782         definitions.
31783         (CHECK_FCNTL): Likewise.
31784         (CHECK_N_PAGES): Likewise.
31786         [BZ #13550]
31787         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31788         definitions.
31789         (CHECK_SIGSET_NULL_OK): Likewise.
31790         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31791         <bp-checks.h>.
31792         (sigpending): Don't use CHECK_SIGSET.
31793         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31794         <bp-checks.h>.
31795         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31796         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31797         <bp-checks.h>.
31798         (do_sigsuspend): Don't use CHECK_SIGSET.
31799         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31800         use CHECK_SIGSET.
31801         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31802         (do_sigwait): Don't use CHECK_SIGSET.
31803         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31804         use CHECK_SIGSET.
31805         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31806         include <bp-checks.h>.
31807         (sigpending): Don't use CHECK_SIGSET.
31808         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31809         include <bp-checks.h>.
31810         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31811         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31812         <bp-checks.h>.
31813         (sigpending): Don't use CHECK_SIGSET.
31814         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31815         <bp-checks.h>.
31816         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31818         [BZ #13550]
31819         * sysdeps/generic/bp-semctl.h: Remove file.
31820         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31821         <bp-checks.h> and <bp-semctl.h>.
31822         (__old_semctl): Don't use CHECK_SEMCTL.
31823         (__new_semctl): Likewise.
31824         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31825         and <bp-semctl.h>.
31826         (__old_semctl): Don't use CHECK_SEMCTL.
31827         (__new_semctl): Likewise.
31828         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31829         <bp-checks.h> and <bp-semctl.h>.
31830         (__old_semctl): Don't use CHECK_SEMCTL.
31831         (__new_semctl): Likewise.
31832         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31833         <bp-checks.h> and <bp-semctl.h>.
31834         (semctl): Don't use CHECK_SEMCTL.
31836         [BZ #13550]
31837         * Makerules (elide-bp-thunks): Remove variable.
31838         (elide-routines.oS): Don't use $(elide-bp-thunks).
31839         (elide-routines.os): Likewise.
31840         (elide-routines.o): Likewise.
31841         (elide-routines.op): Likewise.
31842         (elide-routines.og): Likewise.
31843         (objects): Don't use $(bp-thunks).
31844         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31845         include.
31846         (common-generated): Do not add s-proto-bp.d.
31847         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31848         (int): Likewise.
31849         (typ): Likewise.
31850         Do not generate makefile rules for bounded-pointer thunks.
31851         * sysdeps/generic/bp-thunks.h: Remove file.
31852         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31853         * sysdeps/unix/s-proto-bp.S: Likewise.
31855         [BZ #15062]
31856         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31857         parts of result separately when argument is not close to line from
31858         -i to i and one part of argument is small.
31859         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31860         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31861         * math/libm-test.inc (cacos_test): Add more tests.
31862         (casin_test): Likewise.
31863         (casinh_test): Likewise.
31864         * sysdeps/i386/fpu/libm-test-ulps: Update.
31865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31867 2013-01-31  David S. Miller  <davem@davemloft.net>
31869         * po/de.po: Update from translation team.
31871 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31873         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31875 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31877         * configure.in (_AC_PROG_CC_C89): New definition.
31878         * configure: Regenerate.
31880         * configure.in (AC_PROG_CPP): New definition.
31881         * configure: Regenerate.
31883 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31885         * debug/tst-backtrace.h: New file.
31886         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31887         (ret): Remove variable.
31888         (x): Likewise.
31889         (FAIL): Remove macro.
31890         (NO_INLINE): Likewise.
31891         (fn1): Use match function instead of strstr.
31892         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31893         (ret): Remove variable.
31894         (x): Likewise.
31895         (FAIL): Remove macro.
31896         (NO_INLINE): Likewise.
31897         (fn): Use match function instead of strstr.
31898         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31899         (ret): Remove variable.
31900         (x): Likewise.
31901         (FAIL): Remove macro.
31902         (NO_INLINE): Likewise.
31903         (handle_signal): Use match function instead of strstr.
31904         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31905         (ret): Remove variable.
31906         (x): Likewise.
31907         (FAIL): Remove macro.
31908         (NO_INLINE): Likewise.
31909         (handle_signal): Use match function instead of strstr.
31911 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31913         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31915 2013-01-23  David S. Miller  <davem@davemloft.net>
31917         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31918         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31919         argument of CAS if possible.
31920         * sysdeps/sparc/sparc64/bits/atomic.h
31921         (__arch_compare_and_exchange_val_32_acq): Likewise.
31922         (__arch_compare_and_exchange_val_64_acq): Likewise.
31924 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31926         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31927         * sysdeps/posix/ulimit.c: ... this.
31928         Include <limits.h>.
31929         * sysdeps/unix/bsd/ulimit.c: Remove file.
31931 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31933         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31934         (LDFLAGS-tst-array5): Likewise.
31936 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31938         [BZ #15036]
31939         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31940         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31941         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31942         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31944 2013-01-21  David S. Miller  <davem@davemloft.net>
31946         * sysdeps/sparc/backtrace.c: New file.
31947         * sysdeps/sparc/sparc32/backtrace.h: New file.
31948         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31949         * sysdeps/sparc/sparc64/backtrace.h: New file.
31950         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31951         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31952         -funwind-tables.
31954 2013-01-21  Andreas Schwab  <schwab@suse.de>
31956         [BZ #15020]
31957         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31958         closed its stdout.
31960 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31962         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31963         "mpa2.h".
31964         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31966 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31967             Mark Mitchell  <mark@codesourcery.com>
31968             Tom de Vries  <tom@codesourcery.com>
31969             Paul Pluzhnikov  <ppluzhnikov@google.com>
31971         * debug/tst-backtrace2.c: New file.
31972         * debug/tst-backtrace3.c: Likewise.
31973         * debug/tst-backtrace4.c: Likewise.
31974         * debug/tst-backtrace5.c: Likewise.
31975         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31976         (CFLAGS-tst-backtrace3.c): Likewise.
31977         (CFLAGS-tst-backtrace4.c): Likewise.
31978         (CFLAGS-tst-backtrace5.c): Likewise.
31979         (LDFLAGS-tst-backtrace2): Likewise.
31980         (LDFLAGS-tst-backtrace3): Likewise.
31981         (LDFLAGS-tst-backtrace4): Likewise.
31982         (LDFLAGS-tst-backtrace5): Likewise.
31983         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31984         tst-backtrace4 and tst-backtrace5.
31986 2013-01-18  Anton Blanchard  <anton@samba.org>
31987             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31989         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31990         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31991         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31992         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31994         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31995         "+r" and remove output regs list as redundant.  Add explicit inline
31996         asm to specify register of return val to work around compiler codegen
31997         bug.  Remove (int) cast on return value.  Add return type parameter to
31998         use in macro so that this macro does not truncate return value for
31999         64-bit values.
32000         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32001         pass to INTERNAL_VSYSCALL_NCS.
32002         (INLINE_VSYSCALL): Add 'long int' as return type to
32003         INTERNAL_VSYSCALL_NCS macro invocation.
32004         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32005         INTERNAL_VSYSCALL_NCS macro invocation.
32006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32008 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32010         [BZ #14496]
32011         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32012         Fix application of SIMD FP exception mask.
32014         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32015         mp_no from a power of two.
32016         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32017         __mpexp_twomm1.  Use __pow_mp.
32019         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32020         multiplication.
32022 2013-01-17  David S. Miller  <davem@davemloft.net>
32024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32026 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32028         [BZ #15023]
32029         * include/complex.h: Condition contents on [!_COMPLEX_H].
32030         (__kernel_casinhf): New prototype.
32031         (__kernel_casinh): Likewise.
32032         (__kernel_casinhl): Likewise.
32033         * math/Makefile (libm_calls): Add k_casinh.
32034         * math/k_casinh.c: New file.
32035         * math/k_casinhf.c: Likewise.
32036         * math/k_casinhl.c: Likewise.
32037         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32038         finite nonzero arguments.
32039         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32040         finite nonzero arguments.
32041         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32042         finite nonzero arguments.
32043         * math/s_casinh.c: Do not include <float.h>.
32044         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32045         * math/s_casinhf.c: Do not include <float.h>.
32046         (__casinhf): Move code for finite nonzero arguments to
32047         k_casinhf.c.
32048         * math/s_casinhl.c: Do not include <float.h>.
32049         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32050         redefine.
32051         (__casinhl): Move code for finite nonzero arguments to
32052         k_casinhl.c.
32053         * math/libm-test.inc (cacos_test): Add more tests.
32054         * sysdeps/i386/fpu/libm-test-ulps: Update.
32055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32057 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32059         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32060         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32061         [!HAVE_MREMAP]: Remove [defined linux] case.
32062         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32064 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32066         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32068 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32070         * elf/elf.h (R_386_SIZE32): New relocation.
32071         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32072         R_386_SIZE32.
32073         (elf_machine_rela): Likewise.
32074         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32075         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32077 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32079         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32080         (FP_FAST_FMA): Do not define.
32081         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32082         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32083         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32084         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32085         !_SOFT_FLOAT]: Likewise.
32086         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32087         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32088         value.
32089         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32090         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32091         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32092         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32093         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32094         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32095         file.
32097 2013-01-16  Andreas Schwab  <schwab@suse.de>
32099         [BZ #14327]
32100         * include/stdlib.h (__mktemp): Add declaration.
32101         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32102         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32104 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32106         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32107         definitions.
32108         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32109         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32110         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32111         definitions here.
32112         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32113         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32114         definitions.
32115         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32116         and ONE.
32117         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32118         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32119         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32120         definitions.
32121         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32122         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32123         definitions.
32124         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32126         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32128 2013-01-15  David S. Miller  <davem@davemloft.net>
32130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32131         trunc{,f} to libm-sysdep_routes.
32132         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32134         file.
32135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32137         file.
32138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32139         file.
32140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32141         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32142         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32143         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32144         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32145         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32146         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32147         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32150         nearbyint{,f} to libm-sysdep_routes.
32151         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32153         New file.
32154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32155         file.
32156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32157         New file.
32158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32159         file.
32160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32162         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32163         file.
32164         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32165         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32166         file.
32167         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32168         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32169         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32171         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32172         libc_feholdexcept and libc_fesetenv.
32174 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32176         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32178 2013-01-14  David S. Miller  <davem@davemloft.net>
32180         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32181         (SPARC_ASM_VIS2_IFUNC): Likewise.
32182         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32184         use of 'siam' instruction.
32185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32186         Likewise.
32187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32188         Likewise.
32189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32190         Likewise.
32191         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32192         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32193         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32194         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32196         file.
32197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32198         file.
32199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32200         file.
32201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32202         file.
32203         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32204         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32205         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32206         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32208         new VIS2 routines.
32209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32212         Likewise.
32213         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32214         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32215         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32216         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32218         routines to libm-sysdep_routines.
32219         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32222         fdim/fdimf to libm-sysdep_routines.
32223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32224         file.
32225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32227         file.
32228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32230         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32231         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32232         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32233         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32234         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32236 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32238         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32239         to optimize copies.
32241         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32242         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32243         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32245         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32246         local variable MPTWO.
32247         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32248         Likewise.
32250 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32252         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32253         GLOB_NOESCAPE.
32255 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32257         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32259 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32261         * manual/pattern.texi (glob_t): Document gl_flags.
32262         (glob64_t): Likewise.
32264 2013-01-11  David S. Miller  <davem@davemloft.net>
32266         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32267         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32268         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32269         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32270         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32271         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32272         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32273         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32274         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32275         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32276         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32277         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32278         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32280         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32281         sparc V9 rather than using V8 code.
32282         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32283         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32285         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32286         Move to...
32287         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32288         Here.
32290 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32292         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32293         not in the main loop.
32294         * configure: Regenerated.
32296 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32298         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32299         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32300         to just #else.
32301         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32302         [!__GLIBC_HAVE_LONG_LONG] case.
32303         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32304         condition to just #else.
32305         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32306         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32307         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32308         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32309         unconditional.
32310         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32311         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32312         #elif condition to just #else.
32313         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32314         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32315         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32316         #elif condition to just #else.
32318 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32320         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32321         (EF_MIPS_ARCH_64): Fix value.
32322         (EF_MIPS_ARCH_32R2): New.
32323         (EF_MIPS_ARCH_64R2): New.
32325 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32327         * Makeconfig (+link-pie-before-libc): New.
32328         (+link-pie-after-libc): Likewise.
32329         (+link-pie-tests): Likewise.
32330         (+link-pie): Rewritten.
32331         (link-before-libc): Remove $(config-LDFLAGS).
32332         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32333         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32334         (config-LDFLAGS): Renamed to ...
32335         (rtld-LDFLAGS): This.
32336         (rtld-tests-LDFLAGS): New macro.
32337         (link-libc-rpath-link): Likewise.
32338         (link-libc-tests-rpath-link): Likewise.
32339         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32340         (link-libc): Prepand $(link-libc-rpath-link).
32341         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32342         (test-program-prefix): New macro.
32343         (test-via-rtld-prefix): Likewise.
32344         (test-program-cmd): Likewise.
32345         (host-test-program-cmd): Likewise.
32346         * Makefile ($(common-objpfx)testrun.sh): Replace
32347         $(run-program-prefix) with $(test-program-prefix).
32348         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32349         $(rtld-LDFLAGS).
32350         ($(common-objpfx)shlib.lds): Likewise.
32351         (build-module-helper): Likewise.
32352         ($(common-objpfx)format.lds): Likewise.
32353         * Rules (binaries-pie-tests): New.
32354         (binaries-pie-notests): Likewise.
32355         (binaries-pie): Rewritten.
32356         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32357         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32358         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32359         (make-test-out): Replace $(host-built-program-cmd) with
32360         $(host-test-program-cmd).
32361         * config.make.in (build-hardcoded-path-in-tests): New variable.
32362         * configure.in (--enable-hardcoded-path-in-tests): New configure
32363         option.
32364         (hardcoded_path_in_tests): New AC_SUBST.
32365         * configure: Regenerated.
32366         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32367         $(built-program-cmd) with $(test-program-cmd).
32368         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32369         (test_program_cmd): This.
32370         * elf/Makefile ($(objpfx)order.out): Run test with
32371         $(test-program-prefix).
32372         ($(objpfx)order2.out): Likewise.
32373         ($(objpfx)tst-initorder.out): Likewise.
32374         ($(objpfx)tst-initorder2.out): Likewise.
32375         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32376         $(test-program-cmd).
32377         ($(objpfx)tst-array1-static.out): Likewise.
32378         ($(objpfx)tst-array2.out): Likewise.
32379         ($(objpfx)tst-array3.out): Likewise.
32380         ($(objpfx)tst-array4.out): Likewise.
32381         ($(objpfx)tst-array5.out): Likewise.
32382         ($(objpfx)tst-array5-static.out): Likewise.
32383         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32384         $(test-program-cmd).
32385         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32386         $(run-program-prefix) with $(test-program-prefix).
32387         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32388         (test_program_prefix): This.
32389         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32390         $(run-program-prefix) with $(test-program-prefix).
32391         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32392         (test_program_prefix): This.
32393         * iconvdata/tst-tables.sh: Likewise.
32394         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32395         $(run-program-prefix) with $(test-program-prefix).
32396         ($(objpfx)tst-translit.out): Likewise.
32397         ($(objpfx)tst-gettext2.out): Likewise.
32398         ($(objpfx)tst-gettext4.out): Likewise.
32399         ($(objpfx)tst-gettext6.out): Likewise.
32400         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32401         (test_program_prefix): This.
32402         * intl/tst-gettext2.sh: Likewise.
32403         * intl/tst-gettext4.sh  Likewise.
32404         * intl/tst-gettext6.sh: Likewise.
32405         * intl/tst-translit.sh: Likewise.
32406         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32407         with $(test-program-cmd).
32408         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32409         $(run-program-prefix) with $(test-program-prefix).
32410         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32411         (test_program_prefix): This.
32412         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32413         $(run-program-prefix) with $(test-program-prefix).
32414         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32415         (test_program_prefix): This.
32416         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32417         * posix/Makefile ($(objpfx)globtest.out): Replace
32418         $(run-via-rtld-prefix) and $(test-wrapper) with
32419         $(test-program-prefix) and $(test-via-rtld-prefix).
32420         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32421         $(test-program-prefix).
32422         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32423         $(host-test-program-cmd).
32424         (tst-spawn-ARGS): Likewise.
32425         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32426         $(test-program-prefix).
32427         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32428         (test_via_rtld_prefix): This.
32429         (test_wrapper): Renamed to ...
32430         (test_program_prefix): This.
32431         (run_program_prefix): Replaced by test_program_prefix.
32432         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32433         (test_program_prefix): This.
32434         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32435         with $(host-test-program-cmd).
32436         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32437         $(run-program-prefix) with $(test-program-prefix).
32438         ($(objpfx)tst-printf.out): Likewise.
32439         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32440         $(test-program-cmd).
32441         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32442         (test_program_prefix): This.
32443         * stdio-common/tst-unbputc.sh: Likewise.
32444         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32445         $(run-program-prefix) with $(test-program-prefix).
32446         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32447         (test_program_prefix): This.
32448         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32449         $(built-program-cmd) with $(test-program-cmd).
32451 2013-01-11  Andreas Jaeger  <aj@suse.de>
32453         [BZ #15003]
32454         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32455         value. Sync with Linux 3.7.
32457 2013-01-10  David S. Miller  <davem@davemloft.net>
32459         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32460         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32461         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32463 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32465         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32466         never set.
32467         * configure: Regenerated.
32469 2013-01-10  David S. Miller  <davem@davemloft.net>
32471         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32472         sparc V9 rather than using V8 code.
32473         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32474         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32476 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32478         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32479         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32480         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32481         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32482         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32483         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32484         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32485         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32486         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32487         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32488         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32489         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32490         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32491         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32492         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32493         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32494         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32495         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32496         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32497         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32498         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32499         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32500         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32501         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32502         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32503         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32504         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32506 2013-01-10  David S. Miller  <davem@davemloft.net>
32508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32510 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32512         * posix/Makefile (tests-static): New variable.
32513         (tests): Add $(tests-static).
32514         (tst-exec-static-ARGS): New variable.
32515         (tst-spawn-static-ARGS): Likewise.
32516         * posix/tst-exec-static.c: New file.
32517         * posix/tst-spawn-static.c: Likewise.
32518         * posix/tst-exec.c: Support run directly.
32519         * posix/tst-spawn.c: Likewise.
32521 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32523         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32524         long.
32525         * math/bits/mathcalls.h (llrint): Likewise.
32526         (llround): Likewise.
32527         * stdlib/stdlib.h (struct drand48_data): Likewise.
32528         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32529         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32530         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32531         Likewise.
32532         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32533         Likewise.
32534         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32535         (elf_greg_t): Likewise.
32536         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32537         (__jmp_buf): Likewise.
32538         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32539         definitions.
32540         (llrint): Likewise, for all definitions.
32541         (llrintl): Likewise.
32543         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32544         Remove [__GNUC__] condition.
32545         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32546         condition to just [__USE_ISOC99].
32547         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32549 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32551         [BZ #14200]
32552         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32553         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32554         defined.
32555         (_POSIX_V6_ILP32_OFF32): Likewise.
32556         (_XBS5_ILP32_OFF32): Likewise.
32557         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32558         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32560 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32562         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32564         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32565         doubles __mpexp_twomm1.  Adjust usage.
32566         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32567         Remove.
32569 2013-01-10  Andreas Schwab  <schwab@suse.de>
32571         [BZ #14964]
32572         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32573         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32575 2013-01-09  David S. Miller  <davem@davemloft.net>
32577         [BZ #15003]
32578         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32579         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32580         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32581         (TCP_FASTOPEN): Define.
32582         (tcp_repair_opt): New structure.
32583         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32584         enum values.
32585         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32586         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32587         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32588         (tcp_cookie_transactions): New structure.
32590 2013-01-09  Anton Blanchard  <anton@samba.org>
32592         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32593         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32594         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32595         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32597 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32599         * include/features.h (__USE_ANSI): Remove.
32601 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32603         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32605         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32607 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32609         * sysdeps/s390/fpu/libm-test-ulps: Update.
32611         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32613         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32614         (__acr): Likewise.
32615         (__cpy): Likewise.
32616         (norm): Likewise.
32617         (denorm): Likewise.
32618         (__mp_dbl): Likewise.
32619         (__dbl_mp): Likewise.
32620         (add_magnitudes): Likewise.
32621         (sub_magnitudes): Likewise.
32622         (__add): Likewise.
32623         (__sub): Likewise.
32624         (__mul): Likewise.
32625         (__inv): Likewise.
32626         (__dvd): Likewise.
32627         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32628         (__acr): Likewise.
32629         (__cpy): Likewise.
32630         (norm): Likewise.
32631         (denorm): Likewise.
32632         (__mp_dbl): Likewise.
32633         (__dbl_mp): Likewise.
32634         (add_magnitudes): Likewise.
32635         (sub_magnitudes): Likewise.
32636         (__add): Likewise.
32637         (__sub): Likewise.
32638         (__mul): Likewise.
32639         (__inv): Likewise.
32640         (__dvd): Likewise.
32641         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32642         (__acr): Likewise.
32643         (__cpy): Likewise.
32644         (norm): Likewise.
32645         (denorm): Likewise.
32646         (__mp_dbl): Likewise.
32647         (__dbl_mp): Likewise.
32648         (add_magnitudes): Likewise.
32649         (sub_magnitudes): Likewise.
32650         (__add): Likewise.
32651         (__sub): Likewise.
32652         (__mul): Likewise.
32653         (__inv): Likewise.
32654         (__dvd): Likewise.
32656 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32658         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32659         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32660         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32661         2 && __USE_EXTERN_INLINES]: Likewise.
32663 2013-01-08  Andreas Jaeger  <aj@suse.de>
32665         [BZ# 14985]
32666         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32667         Remove.
32668         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32669         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32671 2013-01-07  Anton Blanchard  <anton@samba.org>
32673         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32674         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32675         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32676         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32677         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32678         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32679         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32680         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32681         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32682         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32683         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32684         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32685         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32686         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32687         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32688         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32689         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32690         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32691         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32692         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32693         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32694         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32695         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32696         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32697         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32698         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32699         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32700         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32701         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32702         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32703         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32704         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32705         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32706         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32707         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32708         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32709         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32710         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32711         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32712         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32713         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32714         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32715         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32717 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32719         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32720         (__MALLOC_PMT): Likewise.
32721         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32722         [__GNUC__], only on [_LIBC].
32723         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32724         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32725         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32726         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32727         forward declaration.
32728         (realloc_hook_ini): Likewise.
32729         (memalign_hook_ini): Likewise.
32730         (__libc_memalign): Do not use __MALLOC_PMT in variable
32731         declaration.
32732         (__libc_valloc): Likewise.
32733         (__libc_pvalloc): Likewise.
32734         (__libc_calloc): Likewise.
32735         (__posix_memalign): Likewise.
32737         [BZ #14996]
32738         * math/s_casinh.c: Include <float.h>.
32739         (__casinh): Do not do computation with squaring and square root
32740         for large arguments.
32741         * math/s_casinhf.c: Include <float.h>.
32742         (__casinhf): Do not do computation with squaring and square root
32743         for large arguments.
32744         * math/s_casinhl.c: Include <float.h>.
32745         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32746         (__casinhl): Do not do computation with squaring and square root
32747         for large arguments.
32748         * math/libm-test.inc (casin_test): Add more tests.
32749         (casinh_test): Likewise.
32750         * sysdeps/i386/fpu/libm-test-ulps: Update.
32751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32753 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32755         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32756         (__x86_64_raw_data_cache_size): Likewise.
32757         (__x86_64_data_cache_size_half): Likewise.
32758         (__x86_64_raw_data_cache_size_half): Likewise.
32759         (__x86_64_shared_cache_size): Likewise.
32760         (__x86_64_raw_shared_cache_size): Likewise.
32761         (__x86_64_shared_cache_size_half): Likewise.
32762         (__x86_64_raw_shared_cache_size_half): Likewise.
32763         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32764         to ...
32765         (__x86_data_cache_size): This.
32766         (__x86_64_raw_data_cache_size): Renamed to ...
32767         (__x86_raw_data_cache_size): This.
32768         (__x86_64_data_cache_size_half): Renamed to ...
32769         (__x86_data_cache_size_half): This.
32770         (__x86_64_raw_data_cache_size_half): Renamed to ...
32771         (__x86_raw_data_cache_size_half): This.
32772         (__x86_64_shared_cache_size): Renamed to ...
32773         (__x86_shared_cache_size): This.
32774         (__x86_64_raw_shared_cache_size): Renamed to ...
32775         (__x86_raw_shared_cache_size): This.
32776         (__x86_64_shared_cache_size_half): Renamed to ...
32777         (__x86_shared_cache_size_half): This.
32778         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32779         (__x86_raw_shared_cache_size_half): This.
32780         * sysdeps/x86_64/memcpy.S: Updated.
32781         * sysdeps/x86_64/memset.S: Likewise.
32782         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32783         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32784         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32786 2013-01-04  David S. Miller  <davem@davemloft.net>
32788         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32790 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32792         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32793         1 to avoid redefinition warning.
32794         (__USE_GNU): Don't define.
32795         (init_signaling_nan): Protoize.
32797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32799 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32801         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32802         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32803         (__cpymn): Likewise.
32804         (norm): Remove commented code.
32805         (denorm): Likewise.
32806         (__mp_dbl): Likewise.
32807         (__inv): Likewise.
32808         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32809         (__cpymn): Likewise.
32810         (norm): Remove commented code.
32811         (denorm): Likewise.
32812         (__mp_dbl): Likewise.
32813         (__inv): Likewise.
32815         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32816         mp_no value for 1.0 and 2.0.
32817         (norm): Use RADIXI instead of radixi.d.
32818         (denorm): Likewise.
32819         (__mul): Use 0.0 instead of zero.d.
32820         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32821         mp_no value for 1.0 and 2.0.
32822         (norm): Use RADIXI instead of radixi.d.
32823         (denorm): Likewise.
32824         (__mul): Use 0.0 instead of zero.d.
32826 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32828         [BZ #14994]
32829         * math/s_casinh.c (__casinh): Reduce finite argument to first
32830         quadrant then set signs of results at the end.
32831         * math/s_casinhf.c (__casinhf): Likewise.
32832         * math/s_casinhl.c (__casinhl): Likewise.
32833         * math/libm-test.inc (casin_test): Add more tests.
32834         (casinh_test): Likewise.
32835         * sysdeps/i386/fpu/libm-test-ulps: Update.
32836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32838 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32840         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32842         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32844         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32845         declarations.
32846         (denorm): Likewise.
32847         (__mp_dbl): Likewise.
32848         (__inv): Likewise.
32850         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32851         and adjust the header comment.
32853         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32854         variable name from declaration.
32856 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32858         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32859         Initialize COMMON_CPUID_INDEX_7 element.
32860         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32861         (CPUID_RTM): Likewise.
32862         (HAS_RTM): Likewise.
32863         (COMMON_CPUID_INDEX_7): New enum.
32865 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32867         [BZ #14981]
32868         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32869         size is zero, record memory as freed.
32871 2013-01-03  Andreas Jaeger  <aj@suse.de>
32873         * po/ia.po: Add new Interlingua translation.
32875 2012-01-03  Allan McRae  <allan@archlinux.org>
32877         * locale/programs/localedef.c: Fix description of '--posix' flag.
32879 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32881         * NEWS: Update dates in second copyright notice.
32882         * README: Update copyright dates in example.
32883         * manual/libc.texinfo: Update copyright dates.
32884         * scripts/test-installation.pl: Update copyright date in --version
32885         output.
32887         * hurd/ctty-input.c: Fix copyright notice formatting.
32888         * hurd/ctty-output.c: Likewise.
32889         * hurd/dtable.c: Likewise.
32890         * hurd/hurd-raise.c: Likewise.
32891         * hurd/hurdprio.c: Likewise.
32892         * hurd/msgportdemux.c: Likewise.
32893         * misc/sys/file.h: Likewise.
32894         * misc/sys/ioctl.h: Likewise.
32895         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32896         * sysdeps/mach/hurd/chdir.c: Likewise.
32897         * sysdeps/mach/hurd/fchdir.c: Likewise.
32898         * sysdeps/mach/hurd/rename.c: Likewise.
32899         * sysdeps/mach/hurd/rmdir.c: Likewise.
32900         * sysdeps/mach/hurd/seekdir.c: Likewise.
32901         * sysdeps/mach/hurd/setsid.c: Likewise.
32902         * sysdeps/posix/wait3.c: Likewise.
32904         * All files with FSF copyright notices: Update copyright dates
32905         using scripts/update-copyrights.
32906         * intl/plural.c: Regenerated.
32907         * locale/programs/charmap-kw.h: Likewise.
32908         * locale/programs/locfile-kw.h: Likewise.
32910 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32912         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32913         four values.
32915         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32916         calculation loop and add branch prediction.
32918         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32919         check access beyond bounds of m1np.
32921         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32922         MPTWO.
32923         (__inv): Remove local variable MPTWO to use the global
32924         constant.
32925         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32926         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32927         variable MPTWO.
32928         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32929         MP3HALFS static const.
32931 2013-01-01  David S. Miller  <davem@davemloft.net>
32933         * po/ca.po: Update from translation team.
32935 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32937         * scripts/update-copyrights: New file.
32938         * Makeconfig: Reformat copyright notice.
32939         * ctype/ctype.h: Likewise.
32940         * debug/swprintf_chk.c: Likewise.
32941         * elf/dl-cache.c: Likewise.
32942         * elf/dl-debug.c: Likewise.
32943         * elf/dl-object.c: Likewise.
32944         * grp/initgroups.c: Likewise.
32945         * hurd/Makefile: Likewise.
32946         * hurd/hurd/signal.h: Likewise.
32947         * hurd/hurdfault.c: Likewise.
32948         * hurd/hurdioctl.c: Likewise.
32949         * hurd/hurdlookup.c: Likewise.
32950         * hurd/intr-msg.c: Likewise.
32951         * iconv/gconv_open.c: Likewise.
32952         * libio/swprintf.c: Likewise.
32953         * locale/lc-ctype.c: Likewise.
32954         * locale/nl_langinfo.c: Likewise.
32955         * mach/Machrules: Likewise.
32956         * mach/Makefile: Likewise.
32957         * malloc/obstack.h: Likewise.
32958         * manual/Makefile: Likewise.
32959         * manual/tsort.awk: Likewise.
32960         * misc/bits/stab.def: Likewise.
32961         * nis/nis_print_group_entry.c: Likewise.
32962         * nis/nis_table.c: Likewise.
32963         * nis/nss_compat/compat-pwd.c: Likewise.
32964         * nis/nss_compat/compat-spwd.c: Likewise.
32965         * po/Makefile: Likewise.
32966         * posix/fnmatch.c: Likewise.
32967         * posix/regex.h: Likewise.
32968         * resolv/Makefile: Likewise.
32969         * resolv/nss_dns/dns-network.c: Likewise.
32970         * resolv/res_hconf.c: Likewise.
32971         * scripts/gen-sorted.awk: Likewise.
32972         * soft-fp/soft-fp.h: Likewise.
32973         * stdio-common/printf.h: Likewise.
32974         * stdlib/monetary.h: Likewise.
32975         * stdlib/random.c: Likewise.
32976         * stdlib/random_r.c: Likewise.
32977         * sysdeps/generic/Makefile: Likewise.
32978         * sysdeps/gnu/Makefile: Likewise.
32979         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32980         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32981         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32982         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32983         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32984         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32985         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32986         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32987         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32988         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32989         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32990         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32991         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32992         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32993         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32994         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32995         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32996         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32997         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32998         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32999         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33000         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33001         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33002         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33003         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33004         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33005         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33006         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33007         * sysdeps/mach/hurd/errnos.awk: Likewise.
33008         * sysdeps/mach/hurd/fork.c: Likewise.
33009         * sysdeps/mach/hurd/getcwd.c: Likewise.
33010         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33011         * sysdeps/mach/hurd/mmap.c: Likewise.
33012         * sysdeps/mach/hurd/utimes.c: Likewise.
33013         * sysdeps/mach/hurd/xmknod.c: Likewise.
33014         * sysdeps/posix/profil.c: Likewise.
33015         * sysdeps/posix/readdir_r.c: Likewise.
33016         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33017         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33018         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33019         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33020         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33021         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33022         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33023         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33024         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33025         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33026         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33027         * sysdeps/pthread/lio_listio.c: Likewise.
33028         * sysdeps/sparc/dl-procinfo.h: Likewise.
33029         * sysdeps/unix/i386/sysdep.S: Likewise.
33030         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33031         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33032         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33033         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33035         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33036         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33037         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33038         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33039         * sysdeps/wordsize-32/divdi3.c: Likewise.
33040         * time/sys/time.h: Likewise.
33041         * wcsmbs/Makefile: Likewise.
33043 2013-01-01  David S. Miller  <davem@davemloft.net>
33045         * po/fr.po: Update from translation team.
33047         * catgets/gencat.c: Update copyright year.
33048         * csu/version.c: Likewise.
33049         * debug/catchsegv.sh: Likewise.
33050         * debug/pcprofiledump.c: Likewise.
33051         * debug/xtrace.sh: Likewise.
33052         * elf/ldconfig.c: Likewise.
33053         * elf/ldd.bash.in: Likewise.
33054         * elf/pldd.c: Likewise.
33055         * elf/sotruss.ksh: Likewise.
33056         * elf/sprof.c: Likewise.
33057         * iconv/iconv_prog.c: Likewise.
33058         * iconv/iconvconfig.c: Likewise.
33059         * locale/programs/locale.c: Likewise.
33060         * locale/programs/localedef.c: Likewise.
33061         * login/programs/pt_chown.c: Likewise.
33062         * malloc/memusage.sh: Likewise.
33063         * malloc/memusagestat.c: Likewise.
33064         * malloc/mtrace.pl: Likewise.
33065         * nscd/nscd.c: Likewise.
33066         * nss/getent.c: Likewise.
33067         * nss/makedb.c: Likewise.
33068         * posix/getconf.c: Likewise.
33070 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33072         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33073         numbers.
33075 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33077         * math/bits/mathcalls.h (modf): Use __nonnull.
33079 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33081         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33082         (split): Use macro CN instead of the bare value.
33083         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33084         could be used.
33085         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33086         instead of the bare value.
33087         (power1): Likewise.
33089 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33091         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33092         __ATAN_TWOM.
33093         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33095         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33096         their values.
33097         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33098         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33099         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33100         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33102 2012-12-28  Andreas Jaeger  <aj@suse.de>
33104         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33105         values are from Linux 3.7.
33107         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33108         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33110 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33112         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33113         TRUE case.
33115         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33116         (norm): Likewise.
33117         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33118         variables with preprocessor constants.
33119         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33120         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33121         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33123 2012-12-27  Bruno Haible  <bruno@clisp.org>
33125         [BZ #14317]
33126         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33127         only if needed.
33129 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33131         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33132         and use variable directly.
33133         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33135         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33136         MPONE.
33137         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33138         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33139         variable MPONE.
33140         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33141         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33142         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33143         include directive.  Remove local variable MPONE.
33144         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33145         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33146         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33148 2012-12-25  David S. Miller  <davem@davemloft.net>
33150         * version.h (RELEASE): Set to "development".
33151         (VERSION): Set to "2.17.90".
33152         * NEWS: Add 2.18 section.
33154 2012-12-21  David S. Miller  <davem@davemloft.net>
33156         * po/hr.po: Update from translation team.
33158 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33160         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33162 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33164         * NEWS:  Mention new memcpy for MIPS.
33166 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33168         * manual/contrib.texi (Contributors): Spelling correction.
33170 2012-12-15  David S. Miller  <davem@davemloft.net>
33172         * po/ru.po: Update from translation team.
33174 2012-12-13  David S. Miller  <davem@davemloft.net>
33176         * NEWS: Mention IFUNC testsuite enhancements.
33178         * po/pl.po: Update from translation team.
33179         * po/bg.po: Likewise.
33181         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33182         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33184 2012-12-11  David S. Miller  <davem@davemloft.net>
33186         * po/sv.po: Update from translation team.
33188         * po/vi.po: Update from translation team.
33190         * po/cs.po: Update from translation team.
33192         * po/de.po: Update from translation team.
33193         * po/eo.po: Likewise.
33194         * po/nl.po: Likewise.
33196 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33198         [BZ #14246]
33199         * manual/argp.texi (Argp Helper Functions): Move node to follow
33200         Argp Parsing State.
33202         [BZ #14872]
33203         * manual/conf.texi (Limits on File System Capacity): Mention if
33204         terminating null is included in the max size.
33206 2012-12-10  Andreas Jaeger  <aj@suse.de>
33208         * po/cs.po: Update from translation team.
33210 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33212         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33213         void pointer and cast to uintptr_t.
33214         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33215         path.
33216         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33217         * sysdeps/s390/s390-64/memset.S: Likewise.
33219 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33221         [BZ #14833]
33222         * menual/message.texi (Message Translation): Fix typos.
33223         (Helper programs for gettext): Likewise.
33225 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33227         [BZ #14898]
33228         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33229         Change to -1.
33231 2012-12-07  David S. Miller  <davem@davemloft.net>
33233         * po/libc.pot: Update.
33235 2012-12-07  Richard Henderson  <rth@redhat.com>
33237         [BZ #10114]
33238         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33239         normal/normal case to before the switch.
33240         (_FP_DIV): Likewise.
33242 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33243             Mike Frysinger  <vapier@gentoo.org>
33245         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33246         check for __NR_fadvise64_64.
33248 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33250         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33251         0, not just to plain "0" as a statement.
33252         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33253         with cw.
33255 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33257         * NEWS: Use sourceware.org in Bugzilla URL.
33259 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33262         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33264         * stdio-common/tst-put-error.c (do_test): Add newline to the
33265         padded test to ensure flush.
33267 2012-12-05  Jeff Law  <law@redhat.com>
33269         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33271 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33273         * README: Don't refer to ports add-on as distributed separately.
33274         Mention AArch64 in list of systems supported in the ports add-on.
33276         * LICENSES: Add more non-FSF copyright and license notices.
33278         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33279         ((unused)).
33281         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33283         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33284         10000 as width of padded output.
33286 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33288         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33290         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33291         variable LX with __attribute__ ((unused)).
33292         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33293         Likewise.
33294         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33295         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33296         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33297         with __attribute__ ((unused)).
33299 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33301         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33303 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33305         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33306         (CFLAGS-nldbl-acos.c): New variable.
33307         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33308         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33309         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33310         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33311         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33312         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33313         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33314         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33315         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33316         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33317         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33318         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33319         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33320         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33321         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33322         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33323         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33324         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33325         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33326         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33327         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33328         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33329         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33330         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33331         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33332         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33333         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33334         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33340         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33341         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33342         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33343         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33344         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33345         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33346         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33347         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33348         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33349         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33350         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33351         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33352         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33353         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33354         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33355         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33356         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33357         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33358         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33359         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33360         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33361         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33362         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33363         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33364         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33365         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33366         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33367         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33368         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33369         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33370         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33371         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33372         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33373         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33374         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33375         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33376         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33377         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33378         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33379         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33380         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33381         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33382         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33383         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33384         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33385         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33386         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33387         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33388         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33389         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33390         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33391         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33392         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33393         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33394         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33395         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33396         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33397         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33398         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33399         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33400         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33401         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33402         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33403         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33406         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33408         [BZ #14914]
33409         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33410         whole low double instead of just low 47 bits when splitting values
33411         into two parts.
33413 2012-12-03  Allan McRae  <allan@archlinux.org>
33415         * manual/stdio.texi (Predefined Printf Handlers): Remove
33416         @hsep and @vsep usage.
33418 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33420         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33421         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33423 2012-12-03  Jeff Law  <law@redhat.com>
33425         * time/sys/time.h (settimeofday): Do not mark TV argument
33426         as __nonnull.
33428 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33430         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33431         when currently writing and seek to current position when not.
33432         * libio/Makefile (tests): Remove bug-fclose1.
33433         * libio/bug-fclose1.c: Delete.
33435 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33437         * manual/arith.texi (feenableexcept): Fix typo.
33438         (fedisableexcept): Likewise.
33440 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33442         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33443         second, differently-typed declaration, rather than a cast.
33445 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33447         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33448         * include/rpc/svc.h: ... here.
33450 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33452         [BZ #13013]
33453         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33454         depending n and resplen2 to catch cases where answer
33455         equals answerp2.
33457 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33459         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33460         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33462 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33464         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33466 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33468         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33470 2012-11-28  Jeff Law  <law@redhat.com>
33472         [BZ #13761]
33473         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33474         dataset_temporary.  Track alloca usage into alloca_used.
33475         If dataset is large allocate and release it via malloc/free.
33477 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33479         [BZ #14197]
33480         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33482 2012-11-28  David S. Miller  <davem@davemloft.net>
33484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33486 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33488         [BZ #14803]
33489         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33490         of pi/2 rounded to nearest to 64 bits.
33491         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33492         nearest to 64 bits.
33493         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33494         bits.
33496 2012-11-28  Jeff Law <law@redhat.com>
33497             Martin Osvald <mosvald@redhat.com>
33499         [BZ #14889]
33500         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33501         * sunrpc/svc.c: Include time.h.
33502         (__svc_accept_failed): New function.
33503         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33504         any reason other than EINTR, call __svc_accept_failed.
33505         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33506         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33508 2012-11-28  Andreas Schwab  <schwab@suse.de>
33510         * scripts/abilist.awk: Also handle indirect functions in .opd
33511         section.
33513 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33515         [BZ #13881]
33516         * sysdeps/x86/fpu/powl_helper.c: New file.
33517         * sysdeps/x86/fpu/Makefile: Likewise.
33518         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33519         (p3): New object.
33520         (__ieee754_powl): Use __powl_helper for finite arguments except
33521         integer exponents below 8.
33522         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33523         (p3): New object.
33524         (__ieee754_powl): Use __powl_helper for finite arguments except
33525         integer exponents below 8.
33526         * math/libm-test.inc (pow_test): Add more tests and enable some
33527         previously disabled tests.
33528         * sysdeps/i386/fpu/libm-test-ulps: Update.
33529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33531 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33532             Carlos O'Donell  <carlos_odonell@mentor.com>
33534         * nss/makedb.c (is_prime): Assert that input is odd and greater
33535         than 4.  Note that fact in a comment too.
33536         (next_prime): Add 4 to input.
33538 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33540         [BZ #11741]
33541         * libio/Makefile (tests): Add test case tst-fwrite-error.
33542         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33543         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33544         * libio/tst-fwrite-error.c: New test case.
33546 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33548         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33549         before casting to void *.
33550         * include/libc-internal.h (__pointer_type): New macro.
33551         (__integer_if_pointer_type_sub): Likewise.
33552         (__integer_if_pointer_type): Likewise.
33553         (cast_to_integer): Likewise.
33554         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33555         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33556         before casting to atomic64_t.
33557         (atomic_exchange_acq): Likewise.
33558         (__arch_exchange_and_add_body): Likewise.
33559         (__arch_add_body): Likewise.
33560         (atomic_add_negative): Likewise.
33561         (atomic_add_zero): Likewise.
33563 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33565         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33566         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33567         (add_fdes): Likewise.
33568         (linear_search_fdes): Likewise.
33569         (binary_search_unencoded_fdes): Likewise.
33571 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33573         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33575 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33577         * configure.in: Autodetect C++ header directories.
33578         * configure: Regenerated.
33580 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33582         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33584 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33586         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33588 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33590         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33591         LDBL_MANT_DIG == 106]: Disable some tests.
33592         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33593         Likewise.
33594         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33595         Likewise.
33597         [BZ #14871]
33598         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33599         input for small inputs.  Return +/- pi/2 for large inputs.
33600         * math/libm-test.inc (atan_test): Add more tests.
33602         * sysdeps/generic/unwind-dw2-fde-glibc.c
33603         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33604         __attribute__ ((unused)).
33606         [BZ #14645]
33607         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33608         x * y if x and y are nonzero and z is zero.
33610         [BZ #14811]
33611         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33612         nonzero exponents with absolute value below 0x1p-117 to +/-
33613         0x1p-117.
33615         [BZ #14869]
33616         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33617         up arguments below 2**-450, not just those below 2**-500.
33618         * math/libm-test.inc (hypot_test): Add another test.
33620         [BZ #14868]
33621         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33622         Return a+b for ratio over 2**120, not 2**60.
33623         * math/libm-test.inc (hypot_test): Add another test.
33625         * math/libm-test.inc (clog_test): Use
33626         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33627         (clog10_test): Likewise.
33629         [BZ #6778]
33630         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33632 2012-11-22  Andreas Schwab  <schwab@suse.de>
33634         * sysdeps/i386/fpu/libm-test-ulps: Update.
33636 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33638         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33639         printf output with newline.
33641 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33643         [BZ #14865]
33644         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33645         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33646         -z nodlopen, -z initfirst and -z execstack support.
33647         * configure: Regenerated.
33649         * elf/elf.h (DF_1_NODIRECT): New macro.
33650         (DF_1_IGNMULDEF): Likewise.
33651         (DF_1_NOKSYMS): Likewise.
33652         (DF_1_NOHDR): Likewise.
33653         (DF_1_EDITED): Likewise.
33654         (DF_1_NORELOC): Likewise.
33655         (DF_1_SYMINTPOSE): Likewise.
33656         (DF_1_GLOBAUDIT): Likewise.
33657         (DF_1_SINGLETON): Likewise.
33658         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33659         DT_1_SUPPORTED_MASK bits.
33660         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33662 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33664         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33666 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33668         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33669         macro.
33671         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33672         (sendmmsg): Move declarations...
33673         * socket/sys/socket.h: ... here.
33674         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33675         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33676         include it from...
33677         * socket/recvmmsg.c: ... this new file.
33678         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33679         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33680         definition of __sendmmsg hidden.
33681         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33682         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33683         Move ENOSYS stub into and include it from...
33684         * socket/sendmmsg.c: ... this new file.
33685         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33686         (sysdep_routines): Move recvmmsg and sendmmsg...
33687         * socket/Makefile (routines): ... here.
33688         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33689         (GLIBC_PRIVATE): Add __sendmmsg.
33690         * include/sys/socket.h (__sendmmsg): Add declarations.
33691         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33692         sendmmsg.
33694 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33696         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33697         variable I1 with __attribute__ ((unused)).
33698         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33700 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33702         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33703         DUMMY variables with __attribute__ ((unused)).
33705         * bits/byteswap.h: Include <bits/types.h>.
33706         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33708 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33710         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33711         string_t.  Do not manually set errno.
33712         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33713         length with __strnlen.  Make sure to both set errno and return it on
33714         failure.
33716 2012-11-19  David S. Miller  <davem@davemloft.net>
33718         With help from Joseph Myers.
33719         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33720         very large arguments properly.
33721         * math/libm-test.inc (atan_test): New tests.
33722         (atan2_test): New tests.
33723         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33724         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33726 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33728         [BZ #14856]
33729         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33730         Define to 3.
33732         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33733         [POSIX] (EADDRNOTAVAIL): Likewise.
33734         [POSIX] (EAFNOSUPPORT): Likewise.
33735         [POSIX] (EALREADY): Likewise.
33736         [POSIX] (ECONNABORTED): Likewise.
33737         [POSIX] (ECONNREFUSED): Likewise.
33738         [POSIX] (ECONNRESET): Likewise.
33739         [POSIX] (EDESTADDRREQ): Likewise.
33740         [POSIX] (EDQUOT): Likewise.
33741         [POSIX] (EHOSTUNREACH): Likewise.
33742         [POSIX] (EIDRM): Likewise.
33743         [POSIX] (EISCONN): Likewise.
33744         [POSIX] (ELOOP): Likewise.
33745         [POSIX] (EMULTIHOP): Likewise.
33746         [POSIX] (ENETDOWN): Likewise.
33747         [POSIX] (ENETUNREACH): Likewise.
33748         [POSIX] (ENOBUFS): Likewise.
33749         [POSIX] (ENODATA): Likewise.
33750         [POSIX] (ENOLINK): Likewise.
33751         [POSIX] (ENOMSG): Likewise.
33752         [POSIX] (ENOPROTOOPT): Likewise.
33753         [POSIX] (ENOSR): Likewise.
33754         [POSIX] (ENOSTR): Likewise.
33755         [POSIX] (ENOTCONN): Likewise.
33756         [POSIX] (ENOTSOCK): Likewise.
33757         [POSIX] (EOPNOTSUPP): Likewise.
33758         [POSIX] (EOVERFLOW): Likewise.
33759         [POSIX] (EPROTO): Likewise.
33760         [POSIX] (EPROTONOSUPPORT): Likewise.
33761         [POSIX] (EPROTOTYPE): Likewise.
33762         [POSIX] (ESTALE): Likewise.
33763         [POSIX] (ETIME): Likewise.
33764         [POSIX] (ETXTBSY): Likewise.
33765         [POSIX] (EWOULDBLOCK): Likewise.
33766         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33767         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33768         [POSIX] (SEEK_CUR): Likewise.
33769         [POSIX] (SEEK_END): Likewise.
33770         [POSIX || UNIX98] (mode_t): Do not require.
33771         [POSIX] (off_t): Likewise.
33772         [POSIX] (pid_t): Likewise.
33773         [POSIX] (sys/stat.h): Do not allow header.
33774         [POSIX] (unistd.h): Likewise.
33775         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33776         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33777         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33778         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33779         require.
33780         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33781         sigevent): Specify elements.
33782         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33783         entry.
33784         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33785         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33787         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33788         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33789         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33790         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33791         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33792         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33793         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33794         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33795         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33796         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33797         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33798         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33799         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33800         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33801         Likewise.
33802         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33803         Likewise.
33804         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33805         Likewise.
33806         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33807         Likewise.
33808         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33809         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33810         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33811         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33812         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33813         Specify lower bound on value.
33814         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33815         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33816         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33817         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33818         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33819         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33820         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33821         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33822         value.
33823         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33824         as optional.
33825         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33826         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33827         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33828         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33829         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33830         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33831         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33832         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33833         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33834         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33835         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33836         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33837         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33838         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33839         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33840         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33841         entry.
33842         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33843         optional.
33844         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33845         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33846         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33847         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33848         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33849         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33850         Likewise.
33851         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33852         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33853         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33854         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33855         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33856         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33857         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33858         as optional.
33859         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33860         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33861         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33862         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33863         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33864         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33865         specify as optional.
33866         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33867         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33868         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33869         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33870         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33871         [XPG3] (NL_LANGMAX): Likewise.
33872         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33873         [POSIX || XPG3] (NL_NMAX): Likewise.
33874         [POSIX || XPG3] (NL_SETMAX): Likewise.
33875         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33876         [XPG3] (NZERO): Likewise.
33877         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33878         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33879         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33880         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33881         (REG_ERANGE): Expect.
33882         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33883         optional-constant.
33884         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33885         Use (void) in prototype.
33886         [POSIX] (*_t): Allow.
33887         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33888         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33889         (WRDE_BADVAL): Expect.
33891         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33892         expect.
33893         [XPG3 || XPG4] (O_RSYNC): Likewise.
33894         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33895         Likewise.
33896         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33897         [XPG3 || XPG4] (sigqueue): Likewise.
33898         [XPG3 || XPG4] (sigtimedwait): Likewise.
33899         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33900         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33901         [XPG3 || XPG4] (vsnprintf): Likewise.
33902         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33903         Likewise.
33904         [XPG3 || XPG4] (blksize_t): Likewise.
33905         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33906         Likewise.
33907         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33908         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33909         [XPG3 || XPG4] (struct itimerspec): Likewise.
33910         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33911         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33912         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33913         [XPG3 || XPG4] (clockid_t): Likewise.
33914         [XPG3 || XPG4] (timer_t): Likewise.
33915         [XPG3 || XPG4] (clock_getres): Likewise.
33916         [XPG3 || XPG4] (clock_gettime): Likewise.
33917         [XPG3 || XPG4] (clock_settime): Likewise.
33918         [XPG3 || XPG4] (nanosleep): Likewise.
33919         [XPG3 || XPG4] (timer_create): Likewise.
33920         [XPG3 || XPG4] (timer_delete): Likewise.
33921         [XPG3 || XPG4] (timer_gettime): Likewise.
33922         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33923         [XPG3 || XPG4] (timer_settime): Likewise.
33924         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33925         [XPG3 || XPG4] (getlogin_r): Likewise.
33926         [XPG3 || XPG4] (pread): Likewise.
33927         [XPG3 || XPG4] (pthread_atfork): Likewise.
33928         [XPG3 || XPG4] (pwrite): Likewise.
33930         [BZ #14835]
33931         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33932         <bits/siginfo.h>.
33934 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33936         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33937         finalizing MALLSTREAM.
33939         * sysdeps/mach/hurd/syncfs.c: New file.
33941 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33943         [BZ #14719]
33944         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33945         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33946         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33947         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33948         (_nss_dns_gethostbyname4_r): Likewise.
33949         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33950         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33952 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33954         [BZ #13763]
33955         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33957 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33959         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33960         * elf/cache.c (print_entry): Print ",AArch64" for
33961         FLAG_AARCH64_LIB64
33963         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33964         * elf/cache.c (print_entry): Print ",hard-float" for
33965         FLAG_ARM_LIBHF.
33967 2012-11-18  David S. Miller  <davem@davemloft.net>
33969         With help from Joseph Myers.
33970         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33971         cutoff to 2**-13.
33972         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33973         cutoff to 2**-25.
33974         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33975         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33976         small.
33977         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33978         * math/libm-test.inc (y0_test): New tests.
33979         (y1_test): New tests.
33980         * sysdeps/i386/fpu/libm-test-ulps: Update.
33981         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33982         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33984 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33986         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33987         64-bit targets.
33988         * configure: Regenerated.
33990 2012-11-17  David S. Miller  <davem@davemloft.net>
33992         [BZ #14811]
33993         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33994         nonzero exponents with absolute value below 0x1p-128 to +/-
33995         0x1p-128.
33997 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33999         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34001         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34003         * posix/getconf-speclist.c: New file.
34004         * posix/posix-envs.def: Likewise.
34005         * posix/confstr.c (START_ENV_GROUP): New macro.
34006         (END_ENV_GROUP): Likewise.
34007         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34008         (KNOWN_PRESENT_ENV_STRING): Likewise.
34009         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34010         (UNKNOWN_ENVIRONMENT): Likewise.
34011         (confstr): Include posix-envs.def instead of handling
34012         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34013         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34014         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34015         (END_ENV_GROUP): Likewise.
34016         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34017         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34018         (UNKNOWN_ENVIRONMENT): Likewise.
34019         (__sysconf): Include posix-envs.def instead of handling associated
34020         cases directly here.
34021         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34022         preprocessing getconf-speclist.c rather than running getconf or
34023         generating empty file.
34025 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34027         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34029 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34031         [BZ #14672]
34032         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34034 2012-11-16  David S. Miller  <davem@davemloft.net>
34036         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34037         smaller than LDBL_EPSILON/2.0L, just return xm1.
34039 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34041         * elf/tst-array1.c (init): Set constructor priority to 1000.
34042         (fini): Set destructor priority to 1000.
34043         * elf/tst-array2dep.c: Likewise.
34045 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34047         [BZ #11741]
34048         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34049         (_IO_new_file_xsputn): Also return EOF if none of the input
34050         data was written when overflow failed.
34051         * libio/iopadn.c (_IO_padn): Likewise.
34052         * libio/iowpadn.c (_IO_wpadn): Likewise.
34053         * stdio-common/tst-put-error.c: Add copyright notice.
34054         (do_test): Add case for printing padded string.
34055         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34056         _IO_padn returned error.
34057         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34058         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34059         return EOF.
34061 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34063         * libio/libioP.h: Add comment note that the references to C++
34064         bits are now obsolete.
34066 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34068         * math/libm-test.inc (check_complex): Use asprintf.
34070 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34072         * debug/pcprofiledump.c (print_version): Update copyright year.
34073         * malloc/memusagestat.c (print_version): Likewise.
34075 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34077         [BZ #14831]
34078         * elf/Makefile (tests): Add tst-audit8.
34079         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34080         ($(objpfx)tst-audit8.out): New target.
34081         (tst-audit8-ENV): New variable.
34082         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34083         audit if l_reloc_result is NULL.
34084         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34085         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34086         * elf/tst-audit8.c: New file.
34088 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34090         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34091         * misc/Makefile (CFLAGS-select.c): Define.
34092         * posix/Makefile (CFLAGS-pause.c): Define.
34094 2012-11-13  David S. Miller  <davem@davemloft.net>
34096         * crypt/Makefile: Move test targets after toplevel Rules
34097         inclusion.  Grab any necessary sysdep routines when linking.
34098         * crypt/md5.c (md5_process_block): Remove define, we will always
34099         name it __md5_process_block.
34100         (md5_finish_ctx): Update md5_process_block call.
34101         (md5_stream): Likewise.
34102         (md5_process_bytes): Likewise.
34103         (md5_process_block): Rename to __md5_process_block and move to ...
34104         * crypt/md5-block.c: ... here.
34105         * crypt/sha256.c (sha256_process_block): Move to ...
34106         * crypt/sha256-block.c: ... here.
34107         * crypt/sha512.c (sha512_process_block): Move to ...
34108         * crypt/sha512-block.c: ... here.
34109         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34110         path.
34111         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34112         * sysdeps/sparc/sparc64/multiarch/Makefile
34113         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34114         crypt subdir.
34115         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34116         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34117         multiarch changes.
34118         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34119         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34120         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34121         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34122         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34123         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34124         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34125         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34126         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34127         file.
34128         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34129         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34130         file.
34131         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34133 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34135         * timezone/tzselect.ksh: Update from tzcode git revision
34136         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34137         * timezone/zdump.c: Likewise.
34138         * timezone/zic.c: Likewise.
34139         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34140         in TZVERSION setting, not $(PKGVERSION).
34141         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34142         REPORT_BUGS_TO settings.
34144         [BZ #14838]
34145         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34146         macro.
34148 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34150         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34151         detection to immediately after _FP_ROUND().
34152         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34153         bits are 0.
34155 2012-11-11  David S. Miller  <davem@davemloft.net>
34157         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34158         inttypes.h
34159         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34160         __close rather than their public counterparts.
34162 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34164         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34165         file.
34166         [UNIX98] (sem_timedwait): Do not expect.
34167         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34168         [XPG4 || UNIX98] (sockatmark): Do not expect.
34169         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34170         (clock_getcpuclockid): Do not expect.
34171         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34172         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34173         Do not expect.
34174         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34175         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34176         [UNIX98] (vwscanf): Likewise.
34177         [UNIX98] (vswscanf): Likewise.
34179 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34181         * timezone/version.h: Remove file.
34182         * timezone/README: Do not refer to version.h.
34183         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34184         $(objpfx)version.h.
34185         ($(objpfx)zdump.o): Likewise.
34186         ($(objpfx)version.h): New target.
34188         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34189         2012i.
34190         * timezone/README: Don't mention modification to tzselect.ksh.
34191         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34192         work on unmodified tzselect.ksh.  Substitute version numbers in
34193         tzselect.ksh.
34195         * Makefile (format-me): Remove.
34196         (INSTALL): Adjust indentation.  Use commands directly instead of
34197         using $(format-me).
34199         * aclocal.m4 (ACX_PKGVERSION): New macro.
34200         (ACX_BUGURL): Likewise.
34201         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34202         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34203         (REPORT_BUGS_TO): Likewise.
34204         * configure: Regenerated.
34205         * config.h.in (PKGVERSION): New macro.
34206         (REPORT_BUGS_TO): Likewise.
34207         * config.make.in (PKGVERSION): New variable.
34208         (PKGVERSION_TEXI): Likewise.
34209         (REPORT_BUGS_TO): Likewise.
34210         (REPORT_BUGS_TEXI): Likewise.
34211         * Makefile (format-me): Use -I$(common-objpfx)manual.
34212         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34213         ($(common-objpfx)manual/%): New target.
34214         (manual/%): Remove target.
34215         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34216         (print_version): Use PKGVERSION.
34217         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34218         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34219         and REPORT_BUGS_TO.
34220         ($(objpfx)xtrace): Likewise.
34221         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34222         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34223         (print_version): Use PKGVERSION.
34224         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34225         (do_version): Use PKGVERSION.
34226         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34227         REPORT_BUGS_TO.
34228         (common-ldd-rewrite): Likewise.
34229         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34230         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34231         (print_version): Use PKGVERSION.
34232         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34233         * elf/pldd.c (argp_program_bug_address): Remove variable.
34234         (more_help): New function.
34235         (argp): Use more_help.
34236         (print_version): Use PKGVERSION.
34237         * elf/sln.c (main): Use PKGVERSION.
34238         (usage): Use REPORT_BUGS_TO.
34239         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34240         (top level): Use PKGVERSION.
34241         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34242         (print_version): Use PKGVERSION.
34243         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34244         (print_version): Use PKGVERSION.
34245         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34246         (print_version): Use PKGVERSION.
34247         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34248         (print_version): Use PKGVERSION.
34249         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34250         (print_version): Use PKGVERSION.
34251         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34252         (print_version): Use PKGVERSION.
34253         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34254         and BUGURL.
34255         ($(objpfx)memusage): Likewise.
34256         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34257         (do_version): Use PKGVERSION.
34258         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34259         (print_version): Use PKGVERSION.
34260         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34261         ($PKGVERSION): New variable.
34262         ($REPORT_BUGS_TO): Likewise.
34263         (usage): Use $REPORT_BUGS_TO.
34264         (top level): Use $PKGVERSION.
34265         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34266         ($(objpfx)pkgvers.texi): New rule.
34267         ($(objpfx)stamp-pkgvers): Likewise.
34268         * manual/install.texi: Include pkgvers.texi.
34269         (--with-pkgversion): Document new configure option.
34270         (--with-bugurl): Likewise.
34271         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34272         than necessarily for this particular distribution.  Use
34273         REPORT_BUGS_TO for where to report bugs.
34274         * INSTALL: Regenerated.
34275         * manual/libc.texinfo: Include pkgvers.texi.
34276         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34277         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34278         (print_version): Use PKGVERSION.
34279         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34280         (print_version): Use PKGVERSION.
34281         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34282         (print_version): Use PKGVERSION.
34283         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34284         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34285         macro.
34286         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34287         (print_version): Use PKGVERSION.
34288         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34289         (print_version): Use PKGVERSION.
34290         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34291         and PKGVERSION.
34293         * timezone/checktab.awk: Update from tzcode 2012i.
34294         * timezone/ialloc.c: Likewise.
34295         * timezone/private.h: Likewise.
34296         * timezone/scheck.c: Likewise.
34297         * timezone/tzfile.h: Likewise.
34298         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34299         (TZVERSION): Hardcode tzcode version number.
34300         * timezone/zdump.c: Update from tzcode 2012i.
34301         * timezone/zic.c: Likewise.
34302         * timezone/version.h: New file.
34303         * timezone/README: Describe version.h.  Update upstream location.
34305         [BZ #14824]
34306         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34307         (mktemp): Enable declaration.
34308         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34309         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34310         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34311         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34312         Likewise.
34313         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34314         Likewise.
34315         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34316         Likewise.
34317         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34318         Likewise.
34319         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34320         Likewise.
34321         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34322         Likewise.
34324         [BZ #14821]
34325         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34326         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34327         for copies of such integer values.
34328         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34329         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34331 2012-11-09  Andreas Jaeger  <aj@suse.de>
34333         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34334         definitions and declarations that are provided by
34335         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34337 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34339         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34340         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34341         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34342         definition.
34344 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34346         * elf/elf.h: Update comment before AArch64 relocations.
34348 2012-11-07  David S. Miller  <davem@davemloft.net>
34350         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34351         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34352         (__start_context): Declare.
34353         (__makecontext_ret): Delete.
34354         (__makecontext): Hook up __start_context instead of
34355         __makecontext_ret.
34356         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34357         (sysdep_routines): Add __start_context when in stdlib.
34359 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34361         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34362         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34363         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34364         hardcoded "nm".
34365         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34366         (READELF): New variable.  Use it instead of hardcoded "readelf".
34368 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34370         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34371         * sysdeps/x86/Makefile: Here.
34372         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34373         * sysdeps/x86/tst-xmmymm.sh: This.
34375 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34377         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34378         expectations.
34379         [UNIX98] (pthread_barrier_t): Do not expect.
34380         [UNIX98] (pthread_barrierattr_t): Likewise.
34381         [UNIX98] (pthread_spinlock_t): Likewise.
34382         [UNIX98] (pthread_barrier_destroy): Likewise.
34383         [UNIX98] (pthread_barrier_init): Likewise.
34384         [UNIX98] (pthread_barrier_wait): Likewise.
34385         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34386         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34387         [UNIX98] (pthread_barrierattr_init): Likewise.
34388         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34389         [UNIX98] (pthread_getcpuclockid): Likewise.
34390         [UNIX98] (pthread_mutex_timedlock): Likewise.
34391         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34392         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34393         [UNIX98] (pthread_sigmask): Likewise.
34394         [UNIX98] (pthread_spin_destroy): Likewise.
34395         [UNIX98] (pthread_spin_init): Likewise.
34396         [UNIX98] (pthread_spin_lock): Likewise.
34397         [UNIX98] (pthread_spin_trylock): Likewise.
34398         [UNIX98] (pthread_spin_unlock): Likewise.
34399         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34400         Do not expect.
34401         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34402         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34403         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34404         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34405         [XPG3 || XPG4] (pthread_key_t): Likewise.
34406         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34407         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34408         [XPG3 || XPG4] (pthread_once_t): Likewise.
34409         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34410         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34411         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34412         [XPG3 || XPG4] (pthread_t): Likewise.
34414         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34415         not expect.
34416         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34418         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34419         Change function return type to int.
34421         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34422         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34423         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34424         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34425         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34426         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34427         [!POSIX] (posix_madvise): Likewise.
34428         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34429         && !UNIX98].
34430         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34431         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34432         (mode_t): Likewise.
34433         (posix_mem_offset): Likewise.
34434         (posix_typed_mem_get_info): Likewise.
34435         (posix_typed_mem_open): Likewise.
34437         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34438         Change condition to [XOPEN2K8].
34440         * conform/conformtest.pl: Preprocess allow-header data with -x c
34441         instead of from stdin.
34442         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34443         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34444         [C99-based standards] (cerfc): Likewise.
34445         [C99-based standards] (cexp2): Likewise.
34446         [C99-based standards] (cexpm1): Likewise.
34447         [C99-based standards] (clog10): Likewise.
34448         [C99-based standards] (clog1p): Likewise.
34449         [C99-based standards] (clog2): Likewise.
34450         [C99-based standards] (clgamma): Likewise.
34451         [C99-based standards] (ctgamma): Likewise.
34452         [C99-based standards] (cerff): Likewise.
34453         [C99-based standards] (cerfcf): Likewise.
34454         [C99-based standards] (cexp2f): Likewise.
34455         [C99-based standards] (cexpm1f): Likewise.
34456         [C99-based standards] (clog10f): Likewise.
34457         [C99-based standards] (clog1pf): Likewise.
34458         [C99-based standards] (clog2f): Likewise.
34459         [C99-based standards] (clgammaf): Likewise.
34460         [C99-based standards] (ctgammaf): Likewise.
34461         [C99-based standards] (cerfl): Likewise.
34462         [C99-based standards] (cerfcl): Likewise.
34463         [C99-based standards] (cexp2l): Likewise.
34464         [C99-based standards] (cexpm1l): Likewise.
34465         [C99-based standards] (clog10l): Likewise.
34466         [C99-based standards] (clog1pl): Likewise.
34467         [C99-based standards] (clog2l): Likewise.
34468         [C99-based standards] (clgammal): Likewise.
34469         [C99-based standards] (ctgammal): Likewise.
34470         * conform/data/inttypes.h-data [C99-based standards]: Include
34471         stdint.h-data.  Remove all expectations for stdint.h contents.
34472         [C99-based standards] (PRI*): Do not allow.
34473         [C99-based standards] (SCN*): Likewise.
34474         [C99-based standards] (*_t): Likewise.
34475         [C99-based-standards] (PRId8): Expect macro.
34476         [C99-based-standards] (PRIi8): Likewise.
34477         [C99-based-standards] (PRIo8): Likewise.
34478         [C99-based-standards] (PRIu8): Likewise.
34479         [C99-based-standards] (PRIx8): Likewise.
34480         [C99-based-standards] (PRIX8): Likewise.
34481         [C99-based-standards] (SCNd8): Likewise.
34482         [C99-based-standards] (SCNi8): Likewise.
34483         [C99-based-standards] (SCNo8): Likewise.
34484         [C99-based-standards] (SCNu8): Likewise.
34485         [C99-based-standards] (SCNx8): Likewise.
34486         [C99-based-standards] (PRIdLEAST8): Likewise.
34487         [C99-based-standards] (PRIiLEAST8): Likewise.
34488         [C99-based-standards] (PRIoLEAST8): Likewise.
34489         [C99-based-standards] (PRIuLEAST8): Likewise.
34490         [C99-based-standards] (PRIxLEAST8): Likewise.
34491         [C99-based-standards] (PRIXLEAST8): Likewise.
34492         [C99-based-standards] (SCNdLEAST8): Likewise.
34493         [C99-based-standards] (SCNiLEAST8): Likewise.
34494         [C99-based-standards] (SCNoLEAST8): Likewise.
34495         [C99-based-standards] (SCNuLEAST8): Likewise.
34496         [C99-based-standards] (SCNxLEAST8): Likewise.
34497         [C99-based-standards] (PRIdFAST8): Likewise.
34498         [C99-based-standards] (PRIiFAST8): Likewise.
34499         [C99-based-standards] (PRIoFAST8): Likewise.
34500         [C99-based-standards] (PRIuFAST8): Likewise.
34501         [C99-based-standards] (PRIxFAST8): Likewise.
34502         [C99-based-standards] (PRIXFAST8): Likewise.
34503         [C99-based-standards] (SCNdFAST8): Likewise.
34504         [C99-based-standards] (SCNiFAST8): Likewise.
34505         [C99-based-standards] (SCNoFAST8): Likewise.
34506         [C99-based-standards] (SCNuFAST8): Likewise.
34507         [C99-based-standards] (SCNxFAST8): Likewise.
34508         [C99-based-standards] (PRId16): Likewise.
34509         [C99-based-standards] (PRIi16): Likewise.
34510         [C99-based-standards] (PRIo16): Likewise.
34511         [C99-based-standards] (PRIu16): Likewise.
34512         [C99-based-standards] (PRIx16): Likewise.
34513         [C99-based-standards] (PRIX16): Likewise.
34514         [C99-based-standards] (SCNd16): Likewise.
34515         [C99-based-standards] (SCNi16): Likewise.
34516         [C99-based-standards] (SCNo16): Likewise.
34517         [C99-based-standards] (SCNu16): Likewise.
34518         [C99-based-standards] (SCNx16): Likewise.
34519         [C99-based-standards] (PRIdLEAST16): Likewise.
34520         [C99-based-standards] (PRIiLEAST16): Likewise.
34521         [C99-based-standards] (PRIoLEAST16): Likewise.
34522         [C99-based-standards] (PRIuLEAST16): Likewise.
34523         [C99-based-standards] (PRIxLEAST16): Likewise.
34524         [C99-based-standards] (PRIXLEAST16): Likewise.
34525         [C99-based-standards] (SCNdLEAST16): Likewise.
34526         [C99-based-standards] (SCNiLEAST16): Likewise.
34527         [C99-based-standards] (SCNoLEAST16): Likewise.
34528         [C99-based-standards] (SCNuLEAST16): Likewise.
34529         [C99-based-standards] (SCNxLEAST16): Likewise.
34530         [C99-based-standards] (PRIdFAST16): Likewise.
34531         [C99-based-standards] (PRIiFAST16): Likewise.
34532         [C99-based-standards] (PRIoFAST16): Likewise.
34533         [C99-based-standards] (PRIuFAST16): Likewise.
34534         [C99-based-standards] (PRIxFAST16): Likewise.
34535         [C99-based-standards] (PRIXFAST16): Likewise.
34536         [C99-based-standards] (SCNdFAST16): Likewise.
34537         [C99-based-standards] (SCNiFAST16): Likewise.
34538         [C99-based-standards] (SCNoFAST16): Likewise.
34539         [C99-based-standards] (SCNuFAST16): Likewise.
34540         [C99-based-standards] (SCNxFAST16): Likewise.
34541         [C99-based-standards] (PRId32): Likewise.
34542         [C99-based-standards] (PRIi32): Likewise.
34543         [C99-based-standards] (PRIo32): Likewise.
34544         [C99-based-standards] (PRIu32): Likewise.
34545         [C99-based-standards] (PRIx32): Likewise.
34546         [C99-based-standards] (PRIX32): Likewise.
34547         [C99-based-standards] (SCNd32): Likewise.
34548         [C99-based-standards] (SCNi32): Likewise.
34549         [C99-based-standards] (SCNo32): Likewise.
34550         [C99-based-standards] (SCNu32): Likewise.
34551         [C99-based-standards] (SCNx32): Likewise.
34552         [C99-based-standards] (PRIdLEAST32): Likewise.
34553         [C99-based-standards] (PRIiLEAST32): Likewise.
34554         [C99-based-standards] (PRIoLEAST32): Likewise.
34555         [C99-based-standards] (PRIuLEAST32): Likewise.
34556         [C99-based-standards] (PRIxLEAST32): Likewise.
34557         [C99-based-standards] (PRIXLEAST32): Likewise.
34558         [C99-based-standards] (SCNdLEAST32): Likewise.
34559         [C99-based-standards] (SCNiLEAST32): Likewise.
34560         [C99-based-standards] (SCNoLEAST32): Likewise.
34561         [C99-based-standards] (SCNuLEAST32): Likewise.
34562         [C99-based-standards] (SCNxLEAST32): Likewise.
34563         [C99-based-standards] (PRIdFAST32): Likewise.
34564         [C99-based-standards] (PRIiFAST32): Likewise.
34565         [C99-based-standards] (PRIoFAST32): Likewise.
34566         [C99-based-standards] (PRIuFAST32): Likewise.
34567         [C99-based-standards] (PRIxFAST32): Likewise.
34568         [C99-based-standards] (PRIXFAST32): Likewise.
34569         [C99-based-standards] (SCNdFAST32): Likewise.
34570         [C99-based-standards] (SCNiFAST32): Likewise.
34571         [C99-based-standards] (SCNoFAST32): Likewise.
34572         [C99-based-standards] (SCNuFAST32): Likewise.
34573         [C99-based-standards] (SCNxFAST32): Likewise.
34574         [C99-based-standards] (PRId64): Likewise.
34575         [C99-based-standards] (PRIi64): Likewise.
34576         [C99-based-standards] (PRIo64): Likewise.
34577         [C99-based-standards] (PRIu64): Likewise.
34578         [C99-based-standards] (PRIx64): Likewise.
34579         [C99-based-standards] (PRIX64): Likewise.
34580         [C99-based-standards] (SCNd64): Likewise.
34581         [C99-based-standards] (SCNi64): Likewise.
34582         [C99-based-standards] (SCNo64): Likewise.
34583         [C99-based-standards] (SCNu64): Likewise.
34584         [C99-based-standards] (SCNx64): Likewise.
34585         [C99-based-standards] (PRIdLEAST64): Likewise.
34586         [C99-based-standards] (PRIiLEAST64): Likewise.
34587         [C99-based-standards] (PRIoLEAST64): Likewise.
34588         [C99-based-standards] (PRIuLEAST64): Likewise.
34589         [C99-based-standards] (PRIxLEAST64): Likewise.
34590         [C99-based-standards] (PRIXLEAST64): Likewise.
34591         [C99-based-standards] (SCNdLEAST64): Likewise.
34592         [C99-based-standards] (SCNiLEAST64): Likewise.
34593         [C99-based-standards] (SCNoLEAST64): Likewise.
34594         [C99-based-standards] (SCNuLEAST64): Likewise.
34595         [C99-based-standards] (SCNxLEAST64): Likewise.
34596         [C99-based-standards] (PRIdFAST64): Likewise.
34597         [C99-based-standards] (PRIiFAST64): Likewise.
34598         [C99-based-standards] (PRIoFAST64): Likewise.
34599         [C99-based-standards] (PRIuFAST64): Likewise.
34600         [C99-based-standards] (PRIxFAST64): Likewise.
34601         [C99-based-standards] (PRIXFAST64): Likewise.
34602         [C99-based-standards] (SCNdFAST64): Likewise.
34603         [C99-based-standards] (SCNiFAST64): Likewise.
34604         [C99-based-standards] (SCNoFAST64): Likewise.
34605         [C99-based-standards] (SCNuFAST64): Likewise.
34606         [C99-based-standards] (SCNxFAST64): Likewise.
34607         [C99-based-standards] (PRIdMAX): Likewise.
34608         [C99-based-standards] (PRIiMAX): Likewise.
34609         [C99-based-standards] (PRIoMAX): Likewise.
34610         [C99-based-standards] (PRIuMAX): Likewise.
34611         [C99-based-standards] (PRIxMAX): Likewise.
34612         [C99-based-standards] (PRIXMAX): Likewise.
34613         [C99-based-standards] (SCNdMAX): Likewise.
34614         [C99-based-standards] (SCNiMAX): Likewise.
34615         [C99-based-standards] (SCNoMAX): Likewise.
34616         [C99-based-standards] (SCNuMAX): Likewise.
34617         [C99-based-standards] (SCNxMAX): Likewise.
34618         [C99-based-standards] (PRIdPTR): Likewise.
34619         [C99-based-standards] (PRIiPTR): Likewise.
34620         [C99-based-standards] (PRIoPTR): Likewise.
34621         [C99-based-standards] (PRIuPTR): Likewise.
34622         [C99-based-standards] (PRIxPTR): Likewise.
34623         [C99-based-standards] (PRIXPTR): Likewise.
34624         [C99-based-standards] (SCNdPTR): Likewise.
34625         [C99-based-standards] (SCNiPTR): Likewise.
34626         [C99-based-standards] (SCNoPTR): Likewise.
34627         [C99-based-standards] (SCNuPTR): Likewise.
34628         [C99-based-standards] (SCNxPTR): Likewise.
34629         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34630         allow.
34631         * conform/data/stdint.h-data: Update comments to clarify
34632         requirements.
34633         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34634         type.
34635         [C99-based standards] (INT8_MAX): Likewise.
34636         [C99-based standards] (INT16_MIN): Likewise.
34637         [C99-based standards] (INT16_MAX): Likewise.
34638         [C99-based standards] (INT32_MIN): Likewise.
34639         [C99-based standards] (INT32_MAX): Likewise.
34640         [C99-based standards] (INT64_MIN): Likewise.
34641         [C99-based standards] (INT64_MAX): Likewise.
34642         [C99-based standards] (UINT8_MAX): Likewise.
34643         [C99-based standards] (UINT16_MAX): Likewise.
34644         [C99-based standards] (UINT32_MAX): Likewise.
34645         [C99-based standards] (UINT64_MAX): Likewise.
34646         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34647         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34648         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34649         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34650         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34651         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34652         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34653         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34654         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34655         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34656         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34657         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34658         [C99-based standards] (INT_FAST8_MIN): Likewise.
34659         [C99-based standards] (INT_FAST8_MAX): Likewise.
34660         [C99-based standards] (INT_FAST16_MIN): Likewise.
34661         [C99-based standards] (INT_FAST16_MAX): Likewise.
34662         [C99-based standards] (INT_FAST32_MIN): Likewise.
34663         [C99-based standards] (INT_FAST32_MAX): Likewise.
34664         [C99-based standards] (INT_FAST64_MIN): Likewise.
34665         [C99-based standards] (INT_FAST64_MAX): Likewise.
34666         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34667         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34668         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34669         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34670         [C99-based standards] (INTPTR_MIN): Likewise.
34671         [C99-based standards] (INTPTR_MAX): Likewise.
34672         [C99-based standards] (UINTPTR_MAX): Likewise.
34673         [C99-based standards] (INTMAX_MIN): Likewise.
34674         [C99-based standards] (INTMAX_MAX): Likewise.
34675         [C99-based standards] (UINTMAX_MAX): Likewise.
34676         [C99-based standards] (PTRDIFF_MIN): Likewise.
34677         [C99-based standards] (PTRDIFF_MAX): Likewise.
34678         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34679         [C99-based standards] (SIZE_MAX): Likewise.
34680         [C99-based standards] (WCHAR_MAX): Likewise.
34681         [C99-based standards] (WINT_MAX): Likewise.
34682         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34683         constraint on value.
34684         [C99-based standards] (WCHAR_MIN): Likewise.
34685         [C99-based standards] (WINT_MIN): Likewise.
34686         [C99-based standards] (*_t): Allow.
34687         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34688         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34689         Include math.h-data and complex.h-data.  Remove all expectations
34690         of math.h and complex.h contents.
34691         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34692         at end of line.
34693         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34694         (struct tm): Expect tag.
34695         [C99-based-standards] (wcstof): Expect function.
34696         [C99-based-standards] (wcstold): Likewise.
34697         [C99-based-standards] (wcstoll): Likewise.
34698         [C99-based-standards] (wcstoull): Likewise.
34699         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34700         macro-int-constant.  Specify type.
34701         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34702         constraint on value.
34703         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34704         Specify type.
34705         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34706         Specify value.
34707         [ISO C standards]: Do not allow headers.
34708         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34709         wcs[abcdefghijklmnopqrstuvwxyz]*.
34710         [ISO C standards] (*_t): Do not allow.
34711         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34712         Expect function.
34713         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34714         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34715         Specify type.
34716         [ISO C standards]: Do not allow headers.
34717         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34718         is[abcdefghijklmnopqrstuvwxyz]*.
34719         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34720         to[abcdefghijklmnopqrstuvwxyz]*.
34721         [ISO C standards] (*_t): Do not allow.
34722         * conform/data/stdalign.h-data: New file.
34723         * conform/data/stdbool.h-data: Likewise.
34724         * conform/data/stdnoreturn.h-data: Likewise.
34726 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34728         [BZ #14815]
34729         * manual/filesys.texi (Directory Entries): Typo fix.
34730         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34732 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34734         * elf/elf.h (EM_AARCH64): New macro.
34735         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34736         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34737         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34738         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34739         (R_AARCH64_TLSDESC): Likewise.
34740         (NT_ARM_TLS): Likewise.
34741         (NT_ARM_HW_BREAK): Likewise.
34742         (NT_ARM_HW_WATCH): Likewise.
34744 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34746         [BZ #14811]
34747         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34748         (__ieee754_powl): Saturate nonzero exponents with absolute value
34749         below 0x1p-79 to +/- 0x1p-79.
34750         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34751         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34752         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34753         nonzero exponents with absolute value below 0x1p-32 to +/-
34754         0x1p-32.
34755         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34756         (__ieee754_powl): Saturate nonzero exponents with absolute value
34757         below 0x1p-79 to +/- 0x1p-79.
34758         * math/libm-test.inc (pow_test): Add more tests.
34760 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34762         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34763         _dl_s390_cap_flags with kernel. Increase string length.
34764         (_dl_s390_platforms): Add z196 and zEC12.
34766 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34768         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34769         Change XOPEN21K to XOPEN2K.
34771 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34773         * string/memmove.c: Use memcpy when possible.
34775 2012-11-06  Andreas Jaeger  <aj@suse.de>
34777         * po/eo.po: Update from translation team.
34779 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34781         [BZ #14793]
34782         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34783         exponent and small x and y exponents, scale x or y up.  Increase
34784         by 2 the exponent used in scaling up.
34785         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34786         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34787         * math/libm-test.inc (fma_test): Add more tests.
34788         (fma_test_towardzero): Likewise.
34789         (fma_test_downward): Likewise.
34790         (fma_test_upward): Likewise.
34792 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34794         [BZ #14805]
34795         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34796         fenv_t *.
34798         [BZ #14801]
34799         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34800         namespace for names of struct fields.
34801         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34802         fenv_t fields.
34803         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34804         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34806 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34808         [BZ #3665]
34809         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34811 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34813         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34814         PTR_DEMANGLE.
34816         [BZ #5246]
34817         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34818         PTR_DEMANGLE.
34820 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34822         [BZ #14797]
34823         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34824         definitely overflow as x * y not x * y + z.
34825         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34826         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34827         * math/libm-test.inc (fma_test): Add more tests.
34828         (fma_test_towardzero): Likewise.
34829         (fma_test_downward): Likewise.
34830         (fma_test_upward): Likewise.
34832 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34834         [BZ #157]
34836         * include/stub-tag.h: Remove file.
34837         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34838         '#include' of it.
34839         * manual/maint.texi (Porting): Don't reference it.
34840         * Makerules ($(objpfx)stubs): Likewise.
34841         * dirent/closedir.c: Don't include <stub-tag.h>.
34842         * dirent/dirfd.c: Likewise.
34843         * dirent/fdopendir.c: Likewise.
34844         * dirent/getdents.c: Likewise.
34845         * dirent/getdents64.c: Likewise.
34846         * dirent/opendir.c: Likewise.
34847         * dirent/readdir.c: Likewise.
34848         * dirent/readdir64.c: Likewise.
34849         * dirent/readdir64_r.c: Likewise.
34850         * dirent/readdir_r.c: Likewise.
34851         * dirent/rewinddir.c: Likewise.
34852         * dirent/seekdir.c: Likewise.
34853         * dirent/telldir.c: Likewise.
34854         * gmon/profil.c: Likewise.
34855         * grp/setgroups.c: Likewise.
34856         * inet/if_index.c: Likewise.
34857         * io/access.c: Likewise.
34858         * io/chdir.c: Likewise.
34859         * io/chmod.c: Likewise.
34860         * io/chown.c: Likewise.
34861         * io/close.c: Likewise.
34862         * io/dup.c: Likewise.
34863         * io/dup2.c: Likewise.
34864         * io/dup3.c: Likewise.
34865         * io/euidaccess.c: Likewise.
34866         * io/faccessat.c: Likewise.
34867         * io/fchdir.c: Likewise.
34868         * io/fchmod.c: Likewise.
34869         * io/fchmodat.c: Likewise.
34870         * io/fchown.c: Likewise.
34871         * io/fchownat.c: Likewise.
34872         * io/fcntl.c: Likewise.
34873         * io/flock.c: Likewise.
34874         * io/fstatfs.c: Likewise.
34875         * io/fstatfs64.c: Likewise.
34876         * io/fstatvfs.c: Likewise.
34877         * io/fstatvfs64.c: Likewise.
34878         * io/futimens.c: Likewise.
34879         * io/fxstat.c: Likewise.
34880         * io/fxstat64.c: Likewise.
34881         * io/fxstatat.c: Likewise.
34882         * io/fxstatat64.c: Likewise.
34883         * io/getcwd.c: Likewise.
34884         * io/isatty.c: Likewise.
34885         * io/lchmod.c: Likewise.
34886         * io/lchown.c: Likewise.
34887         * io/link.c: Likewise.
34888         * io/linkat.c: Likewise.
34889         * io/lseek.c: Likewise.
34890         * io/lseek64.c: Likewise.
34891         * io/lxstat64.c: Likewise.
34892         * io/mkdir.c: Likewise.
34893         * io/mkdirat.c: Likewise.
34894         * io/mkfifo.c: Likewise.
34895         * io/mkfifoat.c: Likewise.
34896         * io/open.c: Likewise.
34897         * io/open64.c: Likewise.
34898         * io/openat.c: Likewise.
34899         * io/openat64.c: Likewise.
34900         * io/pipe.c: Likewise.
34901         * io/pipe2.c: Likewise.
34902         * io/poll.c: Likewise.
34903         * io/posix_fadvise.c: Likewise.
34904         * io/posix_fadvise64.c: Likewise.
34905         * io/posix_fallocate.c: Likewise.
34906         * io/posix_fallocate64.c: Likewise.
34907         * io/read.c: Likewise.
34908         * io/readlink.c: Likewise.
34909         * io/readlinkat.c: Likewise.
34910         * io/rmdir.c: Likewise.
34911         * io/sendfile.c: Likewise.
34912         * io/sendfile64.c: Likewise.
34913         * io/statfs.c: Likewise.
34914         * io/statfs64.c: Likewise.
34915         * io/statvfs.c: Likewise.
34916         * io/statvfs64.c: Likewise.
34917         * io/symlink.c: Likewise.
34918         * io/symlinkat.c: Likewise.
34919         * io/ttyname.c: Likewise.
34920         * io/ttyname_r.c: Likewise.
34921         * io/umask.c: Likewise.
34922         * io/unlink.c: Likewise.
34923         * io/unlinkat.c: Likewise.
34924         * io/utime.c: Likewise.
34925         * io/utimensat.c: Likewise.
34926         * io/write.c: Likewise.
34927         * io/xmknod.c: Likewise.
34928         * io/xmknodat.c: Likewise.
34929         * io/xstat.c: Likewise.
34930         * io/xstat64.c: Likewise.
34931         * login/getpt.c: Likewise.
34932         * login/grantpt.c: Likewise.
34933         * login/unlockpt.c: Likewise.
34934         * math/e_acoshl.c: Likewise.
34935         * math/e_acosl.c: Likewise.
34936         * math/e_asinl.c: Likewise.
34937         * math/e_atan2l.c: Likewise.
34938         * math/e_atanhl.c: Likewise.
34939         * math/e_coshl.c: Likewise.
34940         * math/e_expl.c: Likewise.
34941         * math/e_fmodl.c: Likewise.
34942         * math/e_gammal_r.c: Likewise.
34943         * math/e_hypotl.c: Likewise.
34944         * math/e_j0l.c: Likewise.
34945         * math/e_j1l.c: Likewise.
34946         * math/e_jnl.c: Likewise.
34947         * math/e_lgammal_r.c: Likewise.
34948         * math/e_log10l.c: Likewise.
34949         * math/e_log2l.c: Likewise.
34950         * math/e_logl.c: Likewise.
34951         * math/e_powl.c: Likewise.
34952         * math/e_rem_pio2l.c: Likewise.
34953         * math/e_sinhl.c: Likewise.
34954         * math/e_sqrtl.c: Likewise.
34955         * math/fclrexcpt.c: Likewise.
34956         * math/fedisblxcpt.c: Likewise.
34957         * math/feenablxcpt.c: Likewise.
34958         * math/fegetenv.c: Likewise.
34959         * math/fegetexcept.c: Likewise.
34960         * math/fegetround.c: Likewise.
34961         * math/feholdexcpt.c: Likewise.
34962         * math/fesetenv.c: Likewise.
34963         * math/fesetround.c: Likewise.
34964         * math/feupdateenv.c: Likewise.
34965         * math/fgetexcptflg.c: Likewise.
34966         * math/fraiseexcpt.c: Likewise.
34967         * math/fsetexcptflg.c: Likewise.
34968         * math/ftestexcept.c: Likewise.
34969         * math/k_cosl.c: Likewise.
34970         * math/k_rem_pio2l.c: Likewise.
34971         * math/k_sinl.c: Likewise.
34972         * math/k_tanl.c: Likewise.
34973         * math/s_asinhl.c: Likewise.
34974         * math/s_atanl.c: Likewise.
34975         * math/s_cbrtl.c: Likewise.
34976         * math/s_erfl.c: Likewise.
34977         * math/s_expm1l.c: Likewise.
34978         * math/s_log1pl.c: Likewise.
34979         * math/s_tanhl.c: Likewise.
34980         * misc/acct.c: Likewise.
34981         * misc/brk.c: Likewise.
34982         * misc/chflags.c: Likewise.
34983         * misc/chroot.c: Likewise.
34984         * misc/fchflags.c: Likewise.
34985         * misc/fgetxattr.c: Likewise.
34986         * misc/flistxattr.c: Likewise.
34987         * misc/fremovexattr.c: Likewise.
34988         * misc/fsetxattr.c: Likewise.
34989         * misc/fsync.c: Likewise.
34990         * misc/ftruncate.c: Likewise.
34991         * misc/futimes.c: Likewise.
34992         * misc/futimesat.c: Likewise.
34993         * misc/getdomain.c: Likewise.
34994         * misc/getdtsz.c: Likewise.
34995         * misc/gethostid.c: Likewise.
34996         * misc/gethostname.c: Likewise.
34997         * misc/getloadavg.c: Likewise.
34998         * misc/getpagesize.c: Likewise.
34999         * misc/getsysstats.c: Likewise.
35000         * misc/getxattr.c: Likewise.
35001         * misc/gtty.c: Likewise.
35002         * misc/ioctl.c: Likewise.
35003         * misc/lgetxattr.c: Likewise.
35004         * misc/listxattr.c: Likewise.
35005         * misc/llistxattr.c: Likewise.
35006         * misc/lremovexattr.c: Likewise.
35007         * misc/lsetxattr.c: Likewise.
35008         * misc/lutimes.c: Likewise.
35009         * misc/madvise.c: Likewise.
35010         * misc/mincore.c: Likewise.
35011         * misc/mlock.c: Likewise.
35012         * misc/mlockall.c: Likewise.
35013         * misc/mmap.c: Likewise.
35014         * misc/mprotect.c: Likewise.
35015         * misc/msync.c: Likewise.
35016         * misc/munlock.c: Likewise.
35017         * misc/munlockall.c: Likewise.
35018         * misc/munmap.c: Likewise.
35019         * misc/preadv.c: Likewise.
35020         * misc/preadv64.c: Likewise.
35021         * misc/ptrace.c: Likewise.
35022         * misc/pwritev.c: Likewise.
35023         * misc/pwritev64.c: Likewise.
35024         * misc/readv.c: Likewise.
35025         * misc/reboot.c: Likewise.
35026         * misc/remap_file_pages.c: Likewise.
35027         * misc/removexattr.c: Likewise.
35028         * misc/revoke.c: Likewise.
35029         * misc/select.c: Likewise.
35030         * misc/setdomain.c: Likewise.
35031         * misc/setegid.c: Likewise.
35032         * misc/seteuid.c: Likewise.
35033         * misc/sethostid.c: Likewise.
35034         * misc/sethostname.c: Likewise.
35035         * misc/setregid.c: Likewise.
35036         * misc/setreuid.c: Likewise.
35037         * misc/setxattr.c: Likewise.
35038         * misc/sstk.c: Likewise.
35039         * misc/stty.c: Likewise.
35040         * misc/swapoff.c: Likewise.
35041         * misc/swapon.c: Likewise.
35042         * misc/sync.c: Likewise.
35043         * misc/syncfs.c: Likewise.
35044         * misc/syscall.c: Likewise.
35045         * misc/truncate.c: Likewise.
35046         * misc/ualarm.c: Likewise.
35047         * misc/usleep.c: Likewise.
35048         * misc/ustat.c: Likewise.
35049         * misc/utimes.c: Likewise.
35050         * misc/vhangup.c: Likewise.
35051         * misc/writev.c: Likewise.
35052         * posix/_exit.c: Likewise.
35053         * posix/alarm.c: Likewise.
35054         * posix/execve.c: Likewise.
35055         * posix/fexecve.c: Likewise.
35056         * posix/fork.c: Likewise.
35057         * posix/fpathconf.c: Likewise.
35058         * posix/getaddrinfo.c: Likewise.
35059         * posix/getegid.c: Likewise.
35060         * posix/geteuid.c: Likewise.
35061         * posix/getgid.c: Likewise.
35062         * posix/getgroups.c: Likewise.
35063         * posix/getlogin.c: Likewise.
35064         * posix/getlogin_r.c: Likewise.
35065         * posix/getpgid.c: Likewise.
35066         * posix/getpid.c: Likewise.
35067         * posix/getppid.c: Likewise.
35068         * posix/getresgid.c: Likewise.
35069         * posix/getresuid.c: Likewise.
35070         * posix/getsid.c: Likewise.
35071         * posix/getuid.c: Likewise.
35072         * posix/glob64.c: Likewise.
35073         * posix/nanosleep.c: Likewise.
35074         * posix/pathconf.c: Likewise.
35075         * posix/pause.c: Likewise.
35076         * posix/posix_madvise.c: Likewise.
35077         * posix/pread.c: Likewise.
35078         * posix/pread64.c: Likewise.
35079         * posix/pwrite.c: Likewise.
35080         * posix/pwrite64.c: Likewise.
35081         * posix/sched_getaffinity.c: Likewise.
35082         * posix/sched_getp.c: Likewise.
35083         * posix/sched_gets.c: Likewise.
35084         * posix/sched_primax.c: Likewise.
35085         * posix/sched_primin.c: Likewise.
35086         * posix/sched_rr_gi.c: Likewise.
35087         * posix/sched_setaffinity.c: Likewise.
35088         * posix/sched_setp.c: Likewise.
35089         * posix/sched_sets.c: Likewise.
35090         * posix/sched_yield.c: Likewise.
35091         * posix/setgid.c: Likewise.
35092         * posix/setlogin.c: Likewise.
35093         * posix/setpgid.c: Likewise.
35094         * posix/setresgid.c: Likewise.
35095         * posix/setresuid.c: Likewise.
35096         * posix/setsid.c: Likewise.
35097         * posix/setuid.c: Likewise.
35098         * posix/sleep.c: Likewise.
35099         * posix/spawni.c: Likewise.
35100         * posix/sysconf.c: Likewise.
35101         * posix/times.c: Likewise.
35102         * posix/wait.c: Likewise.
35103         * posix/wait3.c: Likewise.
35104         * posix/wait4.c: Likewise.
35105         * posix/waitpid.c: Likewise.
35106         * resolv/gai_sigqueue.c: Likewise.
35107         * resource/getpriority.c: Likewise.
35108         * resource/getrlimit.c: Likewise.
35109         * resource/getrusage.c: Likewise.
35110         * resource/nice.c: Likewise.
35111         * resource/setpriority.c: Likewise.
35112         * resource/setrlimit.c: Likewise.
35113         * resource/ulimit.c: Likewise.
35114         * rt/aio_cancel.c: Likewise.
35115         * rt/aio_fsync.c: Likewise.
35116         * rt/aio_read.c: Likewise.
35117         * rt/aio_sigqueue.c: Likewise.
35118         * rt/aio_suspend.c: Likewise.
35119         * rt/aio_write.c: Likewise.
35120         * rt/clock_getres.c: Likewise.
35121         * rt/clock_gettime.c: Likewise.
35122         * rt/clock_nanosleep.c: Likewise.
35123         * rt/clock_settime.c: Likewise.
35124         * rt/lio_listio.c: Likewise.
35125         * rt/mq_close.c: Likewise.
35126         * rt/mq_getattr.c: Likewise.
35127         * rt/mq_notify.c: Likewise.
35128         * rt/mq_open.c: Likewise.
35129         * rt/mq_receive.c: Likewise.
35130         * rt/mq_send.c: Likewise.
35131         * rt/mq_setattr.c: Likewise.
35132         * rt/mq_timedreceive.c: Likewise.
35133         * rt/mq_timedsend.c: Likewise.
35134         * rt/mq_unlink.c: Likewise.
35135         * rt/shm_open.c: Likewise.
35136         * rt/shm_unlink.c: Likewise.
35137         * rt/timer_create.c: Likewise.
35138         * rt/timer_delete.c: Likewise.
35139         * rt/timer_getoverr.c: Likewise.
35140         * rt/timer_gettime.c: Likewise.
35141         * rt/timer_settime.c: Likewise.
35142         * setjmp/__longjmp.c: Likewise.
35143         * setjmp/setjmp.c: Likewise.
35144         * signal/kill.c: Likewise.
35145         * signal/killpg.c: Likewise.
35146         * signal/raise.c: Likewise.
35147         * signal/sigaction.c: Likewise.
35148         * signal/sigaltstack.c: Likewise.
35149         * signal/sigblock.c: Likewise.
35150         * signal/sigignore.c: Likewise.
35151         * signal/sigintr.c: Likewise.
35152         * signal/signal.c: Likewise.
35153         * signal/sigpause.c: Likewise.
35154         * signal/sigpending.c: Likewise.
35155         * signal/sigqueue.c: Likewise.
35156         * signal/sigreturn.c: Likewise.
35157         * signal/sigset.c: Likewise.
35158         * signal/sigsetmask.c: Likewise.
35159         * signal/sigstack.c: Likewise.
35160         * signal/sigsuspend.c: Likewise.
35161         * signal/sigtimedwait.c: Likewise.
35162         * signal/sigvec.c: Likewise.
35163         * signal/sigwait.c: Likewise.
35164         * signal/sigwaitinfo.c: Likewise.
35165         * signal/sysv_signal.c: Likewise.
35166         * socket/accept.c: Likewise.
35167         * socket/accept4.c: Likewise.
35168         * socket/bind.c: Likewise.
35169         * socket/connect.c: Likewise.
35170         * socket/getpeername.c: Likewise.
35171         * socket/getsockname.c: Likewise.
35172         * socket/getsockopt.c: Likewise.
35173         * socket/isfdtype.c: Likewise.
35174         * socket/listen.c: Likewise.
35175         * socket/recv.c: Likewise.
35176         * socket/recvfrom.c: Likewise.
35177         * socket/recvmsg.c: Likewise.
35178         * socket/send.c: Likewise.
35179         * socket/sendmsg.c: Likewise.
35180         * socket/sendto.c: Likewise.
35181         * socket/setsockopt.c: Likewise.
35182         * socket/shutdown.c: Likewise.
35183         * socket/sockatmark.c: Likewise.
35184         * socket/socket.c: Likewise.
35185         * socket/socketpair.c: Likewise.
35186         * stdio-common/ctermid.c: Likewise.
35187         * stdio-common/cuserid.c: Likewise.
35188         * stdio-common/remove.c: Likewise.
35189         * stdio-common/rename.c: Likewise.
35190         * stdio-common/renameat.c: Likewise.
35191         * stdio-common/tempname.c: Likewise.
35192         * stdlib/getcontext.c: Likewise.
35193         * stdlib/makecontext.c: Likewise.
35194         * stdlib/setcontext.c: Likewise.
35195         * stdlib/swapcontext.c: Likewise.
35196         * stdlib/system.c: Likewise.
35197         * streams/fattach.c: Likewise.
35198         * streams/fdetach.c: Likewise.
35199         * streams/getmsg.c: Likewise.
35200         * streams/getpmsg.c: Likewise.
35201         * streams/putmsg.c: Likewise.
35202         * streams/putpmsg.c: Likewise.
35203         * sysdeps/unix/bsd/getpt.c: Likewise.
35204         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35205         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35206         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35208         Likewise.
35209         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35210         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35211         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35212         * sysvipc/msgctl.c: Likewise.
35213         * sysvipc/msgget.c: Likewise.
35214         * sysvipc/msgrcv.c: Likewise.
35215         * sysvipc/msgsnd.c: Likewise.
35216         * sysvipc/semctl.c: Likewise.
35217         * sysvipc/semget.c: Likewise.
35218         * sysvipc/semop.c: Likewise.
35219         * sysvipc/semtimedop.c: Likewise.
35220         * sysvipc/shmat.c: Likewise.
35221         * sysvipc/shmctl.c: Likewise.
35222         * sysvipc/shmdt.c: Likewise.
35223         * sysvipc/shmget.c: Likewise.
35224         * termios/tcdrain.c: Likewise.
35225         * termios/tcflow.c: Likewise.
35226         * termios/tcflush.c: Likewise.
35227         * termios/tcgetattr.c: Likewise.
35228         * termios/tcgetpgrp.c: Likewise.
35229         * termios/tcsendbrk.c: Likewise.
35230         * termios/tcsetattr.c: Likewise.
35231         * termios/tcsetpgrp.c: Likewise.
35232         * time/adjtime.c: Likewise.
35233         * time/clock.c: Likewise.
35234         * time/getitimer.c: Likewise.
35235         * time/gettimeofday.c: Likewise.
35236         * time/setitimer.c: Likewise.
35237         * time/settimeofday.c: Likewise.
35238         * time/stime.c: Likewise.
35239         * time/time.c: Likewise.
35241 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35243         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35244         /usr/old/bin.
35246         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35247         instead of spaces.
35248         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35250 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35252         [BZ #14796]
35253         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35254         FE_TONEAREST before applying Dekker multiplication and Knuth
35255         addition.  Clear inexact exceptions and check for exact zero
35256         results afterwards.
35257         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35258         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35259         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35260         * math/libm-test.inc (fma_test): Add more tests.
35261         (fma_test_towardzero): Likewise.
35262         (fma_test_downward): Likewise.
35263         (fma_test_upward): Likewise.
35264         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35265         function.
35266         (libc_fesetround): New macro.
35267         (libc_fesetroundf): Likewise.
35268         (libc_fesetroundl): Likewise.
35269         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35270         function.
35271         (libc_fesetround_387): Likewise.
35272         (libc_fesetroundf): New macro.
35273         (libc_fesetround): Likewise.
35274         (libc_fesetroundl): Likewise.
35275         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35276         function.
35277         (libc_fesetroundf): New macro.
35278         (libc_fesetround): Likewise.
35279         (libc_fesetroundl): Likewise.
35280         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35281         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35282         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35283         libm_hidden_ver.
35284         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35285         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35286         libm_hidden_def.
35287         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35288         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35289         libm_hidden_ver.
35290         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35291         libm_hidden_def.
35293         [BZ #3439]
35294         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35295         integer constant usable in #if and use that to give value to enum
35296         constant.
35297         (FE_DIVBYZERO): Likewise.
35298         (FE_UNDERFLOW): Likewise.
35299         (FE_OVERFLOW): Likewise.
35300         (FE_INVALID): Likewise.
35301         (FE_INVALID_SNAN): Likewise.
35302         (FE_INVALID_ISI): Likewise.
35303         (FE_INVALID_IDI): Likewise.
35304         (FE_INVALID_ZDZ): Likewise.
35305         (FE_INVALID_IMZ): Likewise.
35306         (FE_INVALID_COMPARE): Likewise.
35307         (FE_INVALID_SOFTWARE): Likewise.
35308         (FE_INVALID_SQRT): Likewise.
35309         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35310         (FE_TONEAREST): Likewise.
35311         (FE_TOWARDZERO): Likewise.
35312         (FE_UPWARD): Likewise.
35313         (FE_DOWNWARD): Likewise.
35314         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35315         (FE_DIVBYZERO): Likewise.
35316         (FE_OVERFLOW): Likewise.
35317         (FE_UNDERFLOW): Likewise.
35318         (FE_INEXACT): Likewise.
35319         (FE_TONEAREST): Likewise.
35320         (FE_DOWNWARD): Likewise.
35321         (FE_UPWARD): Likewise.
35322         (FE_TOWARDZERO): Likewise.
35323         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35324         (FE_UNDERFLOW): Likewise.
35325         (FE_OVERFLOW): Likewise.
35326         (FE_DIVBYZERO): Likewise.
35327         (FE_INVALID): Likewise.
35328         (FE_TONEAREST): Likewise.
35329         (FE_TOWARDZERO): Likewise.
35330         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35331         (FE_OVERFLOW): Likewise.
35332         (FE_UNDERFLOW): Likewise.
35333         (FE_DIVBYZERO): Likewise.
35334         (FE_INEXACT): Likewise.
35335         (FE_TONEAREST): Likewise.
35336         (FE_TOWARDZERO): Likewise.
35337         (FE_UPWARD): Likewise.
35338         (FE_DOWNWARD): Likewise.
35339         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35340         (FE_DIVBYZERO): Likewise.
35341         (FE_OVERFLOW): Likewise.
35342         (FE_UNDERFLOW): Likewise.
35343         (FE_INEXACT): Likewise.
35344         (FE_TONEAREST): Likewise.
35345         (FE_DOWNWARD): Likewise.
35346         (FE_UPWARD): Likewise.
35347         (FE_TOWARDZERO): Likewise.
35349 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35351         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35353 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35355         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35356         commands.  Quote $PWD.
35357         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35358         -x" by "export".
35359         (remove_newlines): Remove.
35361 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35363         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35364         * stdlib/stdlib.h (atof): Moved to ...
35365         * include/bits/stdlib-float.h: Here.  New file.
35366         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35367         * stdlib/bits/stdlib-float.h: New file.
35368         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35369         -mno-sse -mno-mmx.
35370         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35371         <xmmintrin.h>.
35373 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35375         * conform/conformtest.pl (@headers): Add fenv.h.
35376         * conform/data/fenv.h-data: New file.
35377         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35378         include of <math/fenv.h>.
35380         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35381         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35382         && !UNIX98].  Enables tests for XOPEN2K8.
35383         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35384         POSIX2008]: Likewise.
35386         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35387         (struct rusage): Do not expect type or its members.
35389         [BZ #3439]
35390         * math/math.h (FP_NAN): Define macro to integer constant usable in
35391         #if and use that to give value to enum constant.
35392         (FP_INFINITE): Likewise.
35393         (FP_ZERO): Likewise.
35394         (FP_SUBNORMAL): Likewise.
35395         (FP_NORMAL): Likewise.
35397 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35399         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35400         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35401         arguments.
35403 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35405         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35406         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35407         autoconf-time if not.
35408         * configure.in: Remove AC_PREREQ.
35410 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35412         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35413         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35414         of the internal implementation.
35416 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35418         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35419         except include of <misc/sys/syslog.h>.
35421 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35424         function returns with a NULL context exit with zero.
35426 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35428         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35430 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35432         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35433         (run_program_cmd): This.
35434         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35435         (tst_langinfo): New variable.  Use it.
35437 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35439         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35440         floating point opcodes.
35442 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35444         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35445         variable.
35447         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35449         * sysdeps/mach/hurd/powerpc: Remove directory.
35450         * sysdeps/mach/powerpc: Likewise.
35452 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35454         * scripts/check-local-headers.sh: Ignore c++ headers.
35456 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35458         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35459         __libc_cleanup_region_start argument.
35461 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35463         [BZ #14784]
35464         [BZ #14785]
35465         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35466         x * y using scaling, not as x * y + z.
35467         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35468         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35469         * math/libm-test.inc (fma_test): Add more tests.
35470         (fma_test_towardzero): Likewise.
35471         (fma_test_downward): Likewise.
35472         (fma_test_upward): Likewise.
35474 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35476         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35478 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35480         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35481         New variable.
35483 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35485         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35487 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35490         Fix sort order.
35491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35492         Likewise.
35494 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35497         Fix the order of the list for glibc 2.17.
35498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35499         Likewise.
35501 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35505 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35507         [BZ #14610]
35508         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35509         for low part of x being zero before using __atanl (y).
35510         * math/libm-test.inc (atan2_test): Add another test.
35512         * manual/install.texi (Configuring and compiling): Document
35513         general use of test-wrapper and test-wrapper-env.
35514         * INSTALL: Regenerated.
35516         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35517         (__fma): Do not extract and scale down low bits on after-rounding
35518         systems when result rounded to normal precision would have normal
35519         exponent.
35520         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35521         (__fmal): Do not extract and scale down low bits on after-rounding
35522         systems when result rounded to normal precision would have normal
35523         exponent.
35524         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35525         (__fmal): Do not extract and scale down low bits on after-rounding
35526         systems when result rounded to normal precision would have normal
35527         exponent.
35528         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35529         macro.
35530         (fma_test): Add more tests.
35531         (fma_test_towardzero): Likewise.
35532         (fma_test_downward): Likewise.
35533         (fma_test_upward): Likewise.
35535 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35537         * sysdeps/i386/tininess.h: Renamed to ...
35538         * sysdeps/x86/tininess.h: This.
35539         * sysdeps/x86_64/tininess.h: Removed.
35541 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35543         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35544         input.  Use $(build-program-cmd).
35545         ($(objpfx)tst-array1-static.out): Likewise.
35546         ($(objpfx)tst-array2.out): Likewise.
35547         ($(objpfx)tst-array3.out): Likewise.
35548         ($(objpfx)tst-array4.out): Likewise.
35549         ($(objpfx)tst-array5.out): Likewise.
35550         ($(objpfx)tst-array5-static.out): Likewise.
35552 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35554         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35555         if defined.
35557         * nss/nsswitch.h (nss_interface_function): Provide new
35558         macro for use with NSS functions.
35559         * grp/initgroups.c: Use new macro.
35560         * nss/getXXbyYY.c: Likewise.
35561         * nss/getXXbyYY_r.c: Likewise.
35562         * nss/getXXent.c: Likewise.
35563         * nss/getXXent_r.c: Likewise.
35564         * sysdeps/posix/getaddrinfo.c: Likewise.
35566 2012-10-30  Andreas Jaeger  <aj@suse.de>
35568         * po/ru.po: Update Russion translation from translation project.
35570 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35572         [BZ #14152]
35573         [BZ #14783]
35574         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35575         result and shift together with sticky bit instead of replicating
35576         round-to-nearest rounding.
35577         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35578         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35579         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35580         missing underflow exceptions.
35581         (fma_test_towardzero): Add more tests.
35582         (fma_test_downward): Likewise.
35583         (fma_test_upward): Likewise.
35585         [BZ #14047]
35586         * sysdeps/generic/tininess.h: New file.
35587         * sysdeps/i386/tininess.h: Likewise.
35588         * sysdeps/sh/tininess.h: Likewise.
35589         * sysdeps/x86_64/tininess.h: Likewise.
35590         * stdlib/tst-strtod-underflow.c: Likewise.
35591         * stdlib/tst-tininess.c: Likewise.
35592         * stdlib/strtod_l.c: Include <tininess.h>.
35593         (round_and_return): Do not set errno for exact underflow cases.
35594         Force an underflow exception when setting errno for underflow.
35595         Determine underflow based on rounding to normal precision if
35596         TININESS_AFTER_ROUNDING.
35597         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35598         ERANGE for exact underflow cases.
35599         * stdlib/Makefile (tests): Add tst-tininess and
35600         tst-strtod-underflow.
35601         ($(objpfx)tst-tininess): Use $(link-libm).
35602         ($(objpfx)tst-strtod-underflow): Likewise.
35604 2012-10-30  Andreas Jaeger  <aj@suse.de>
35606         [BZ#14767]
35607         * elf/Makefile (tests): Remove conditional for have-initfini-array
35608         since this is now always required and the variable does not exist
35609         anymore.
35610         (tests-static): Likewise.
35611         (modules-names): Likewise.
35613         * po/eo.po: Add Esperanto translation from translation project.
35615         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35616         merged with constructor/destructor.
35617         (init_array): Likewise.
35618         * elf/tst-array2dep.c (fini_array): Likewise.
35619         (init_array): Likewise.
35621 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35623         * manual/message.texi: Delete @cartouche tags.
35625 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35627         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35628         EOPNOTSUPP.
35629         * sysdeps/mach/hurd/fsync.c: Likewise.
35631         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35632         [_POSIX_REALTIME_SIGNALS]: Change condition to
35633         [_POSIX_REALTIME_SIGNALS > 0].
35635 2012-10-27  Andreas Jaeger  <aj@suse.de>
35637         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35638         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35639         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35640         [__WORDSIZE != 64]: Likewise.
35642 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35644         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35645         *  iconvdata/tst-tables.sh: Likewise.
35647 2012-10-25  David S. Miller  <davem@davemloft.net>
35649         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35650         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35651         of strtoull.
35653         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35654         ifunc-impl-list.c
35655         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35656         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35657         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35658         file.
35660 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35662         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35663         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35664         __getdirentries.
35666 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35667             Jim Blandy  <jimb@codesourcery.com>
35669         * scripts/cross-test-ssh.sh: New file.
35670         * manual/install.texi (Configuring and compiling): Document use of
35671         cross-test-ssh.sh.
35672         * INSTALL: Regenerated.
35674 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35676         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35677         EOPNOTSUPP.
35679 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35681         * Makeconfig (run-program-prefix): Fix comment.
35683 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35684             Jim Blandy  <jimb@codesourcery.com>
35686         * Makeconfig (test-wrapper): New variable,
35687         (test-wrapper-env): Likewise.
35688         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35689         (run-built-tests): Define to yes.
35690         (run-program-prefix): Use $(test-wrapper).
35691         (built-program-cmd): Likewise.
35692         * Rules (make-test-out): Use $(test-wrapper-env) and
35693         $(host-built-program-cmd).
35694         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35695         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35696         tst-pathopt.sh.
35697         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35698         $(test-wrapper-env) to tst-rtld-load-self.sh.
35699         ($(objpfx)order2.out): Use $(test-wrapper).
35700         ($(objpfx)tst-initorder.out): Likewise.
35701         ($(objpfx)tst-initorder2.out): Likewise.
35702         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35703         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35704         (test_wrapper_env): New variable.  Use it to run ld.so.
35705         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35706         Use it to run ld.so.
35707         (test_wrapper_env): Likewise.
35708         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35709         $(test-wrapper) to run-iconv-test.sh.
35710         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35711         (ICONV): Use $test_wrapper.
35712         * posix/Makefile ($(objpfx)globtest.out): Pass
35713         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35714         globtest.sh, not $(run-program-prefix).
35715         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35716         (test_wrapper): Likewise.
35717         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35718         set together with run_via_rtld_prefix.
35719         (run_program_prefix): Define in terms of test_wrapper and
35720         run_via_rtld_prefix.
35722 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35724         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35725         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35726         Targets removed.
35728         [BZ #14743]
35729         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35730         Declare __clock_getres, __clock_gettime, __clock_settime,
35731         __clock_nanosleep, and __clock_getcpuclockid.
35732         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35733         Remove librt_hidden_def (clock_gettime).
35734         * sysdeps/unix/clock_gettime.c: Likewise.
35735         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35736         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35737         * rt/clock_getres.c: Define __clock_getres as an alias.
35738         * sysdeps/posix/clock_getres.c: Likewise.
35739         * rt/clock_settime.c: Define __clock_settime as an alias.
35740         * sysdeps/unix/clock_settime.c: Likewise.
35741         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35742         * sysdeps/unix/clock_nanosleep.c: Likewise.
35743         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35744         * rt/clock-compat.c: New file.
35745         * rt/Makefile (librt-routines): Add clock-compat and move
35746         $(clock-routines) to ...
35747         (routines): ... here, new variable.
35748         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35749         Don't add get_clockfreq here.
35750         * rt/Versions (libc: GLIBC_2.17): New version set.
35751         Add clock_* symbols here.
35752         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35753         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35754         (GLIBC_2.17): Add clock_* symbols.
35755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35756         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35757         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35759         Likewise.
35760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35761         Likewise.
35762         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35765         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35766         * NEWS: Mention the move.
35768         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35769         Use __open, __read, __close rather than their public counterparts.
35770         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35771         (__get_clockfreq_via_cpuinfo): Likewise.
35772         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35773         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35775         * config.h.in (HAVE_IFUNC): New #undef.
35776         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35777         was successful.
35778         * configure: Regenerated.
35780 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35782         * configure.in: Move READELF check to start of file.
35783         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35784         libc_cv_asm_gnu_indirect_function in the process.
35785         * configure: Regenerated.
35787 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35789         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35790         send the output to /dev/null.
35791         (libc_cv_cc_with_libunwind): Likewise.
35792         (libc_cv_as_noexecstack): Likewise.
35793         * configure: Regenerate.
35795 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35797         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35799         * posix/globtest.sh (TMPDIR): Do not set.
35800         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35801         (testout): Likewise.
35803 2012-10-24  Andreas Jaeger  <aj@suse.de>
35805         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35806         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35807         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35808         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35809         posix_fadvise64, posix_fallocate64.
35811         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35812         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35813         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35814         Likewise.
35815         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35816         Likewise.
35817         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35819         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35820         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35821         <bits/fcntl-linux.h>.
35822         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35824         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35825         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35826         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35827         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35828         [__WORDSIZE != 64]: Likewise.
35830 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35832         * Makeconfig (run-built-tests): New variable.
35833         * Rules [$(cross-compiling) = yes]: Change condition to
35834         [$(run-built-tests) = no].
35835         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35836         to [$(run-built-tests) = yes].
35837         * elf/Makefile [$(cross-compiling) = no]: Likewise
35838         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35839         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35840         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35841         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35842         * io/Makefile [$(cross-compiling) = no]: Likewise.
35843         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35844         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35845         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35846         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35847         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35848         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35849         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35850         * string/Makefile [$(cross-compiling) = no]: Likewise.
35852         * posix/Makefile ($(objpfx)globtest.out): Pass
35853         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35854         $(rtld-installed-name).
35855         * posix/globtest.sh (elf_objpfx): Remove variable.
35856         (rtld_installed_name): Likewise.
35857         (library_path): Likewise.
35858         (run_program_prefix): New variable.  Use for running globtest
35859         binary.
35861 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35862             Joseph Myers  <joseph@codesourcery.com>
35864         * Makeconfig (host-built-program-cmd): New variable.
35865         * elf/Makefile (tst-stackguard1-ARGS): Use
35866         $(host-built-program-cmd).
35867         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35868         (tst-spawn-ARGS): Likewise.
35869         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35871 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35872             Jim Blandy  <jimb@codesourcery.com>
35874         * Makeconfig (run-via-rtld-prefix): New variable.
35875         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35876         (built-program-cmd): Likewise.
35878 2012-10-22  Andreas Jaeger  <aj@suse.de>
35880         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35881         __O_RSYNC if it exists, otherwise to O_SYNC.
35883 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35884             Joseph Myers  <joseph@codesourcery.com>
35886         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35887         /dev/null.
35888         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35889         from /dev/null
35890         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35891         /dev/null.
35893 2012-10-22  Andreas Jaeger  <aj@suse.de>
35895         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35896         Define always.
35897         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35899         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35900         bits/fcntl-linux.h.
35902         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35903         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35905         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35906         to __O_LARGEFILE.
35907         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35908         to __O_LARGEFILE.
35910 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35911             Joseph Myers  <joseph@codesourcery.com>
35913         * config.make.in (NM): New variable.
35915 2012-10-21  Andreas Jaeger  <aj@suse.de>
35917         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35918         definitions and declarations that are provided by
35919         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35921 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35923         [BZ #14683]
35924         * elf/Makefile (tests-static): Add tst-leaks1-static.
35925         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35926         ($(objpfx)tst-leaks1-static): New rule.
35927         ($(objpfx)tst-leaks1-static-mem): Likewise.
35928         (tst-leaks1-static-ENV): New macro.
35929         * elf/dl-open.c (dl_open_worker): Check the main application
35930         only if SHARED is defined.
35931         * elf/tst-leaks1-static.c: New file.
35933 2012-10-20  Andreas Jaeger  <aj@suse.de>
35935         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35936         generic values for Linux.
35937         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35938         and declarations that are provided by <bits/fcntl-linux.h> and
35939         include <bits/fcntl-linux.h>.
35940         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35941         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35943 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35945         * io/fcntl.h: Move include of <bits/types.h> to the top and
35946         include it unconditionally.
35948 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35950         * wcsmbs/Makefile (tests-ifunc): New variable.
35951         (tests): Add $(tests-ifunc).
35952         * wcsmbs/test-wcschr-ifunc.c: New file.
35953         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35954         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35955         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35956         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35957         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35959         * string/Makefile (tests-ifunc): New variable.
35960         (tests): Add $(tests-ifunc).
35961         * string/test-memccpy.c (TEST_NAME): New macro.
35962         * string/test-memchr.c (TEST_NAME): Likewise.
35963         * string/test-memcmp.c (TEST_NAME): Likewise.
35964         * string/test-memcpy.c (TEST_NAME): Likewise.
35965         * string/test-memmem.c (TEST_NAME): Likewise.
35966         * string/test-memmove.c (TEST_NAME): Likewise.
35967         * string/test-memset.c (TEST_NAME): Likewise.
35968         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35969         * string/test-stpcpy.c (TEST_NAME): Likewise.
35970         * string/test-stpncpy.c (TEST_NAME): Likewise.
35971         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35972         * string/test-strcasestr.c (TEST_NAME): Likewise.
35973         * string/test-strcat.c (TEST_NAME): Likewise.
35974         * string/test-strchr.c (TEST_NAME): Likewise.
35975         * string/test-strcmp.c(TEST_NAME): Likewise.
35976         * string/test-strcpy.c (TEST_NAME): Likewise.
35977         * string/test-strcspn.c (TEST_NAME): Likewise.
35978         * string/test-strlen.c (TEST_NAME): Likewise.
35979         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35980         * string/test-strncmp.c (TEST_NAME): Likewise.
35981         * string/test-strncpy.c (TEST_NAME): Likewise.
35982         * string/test-strnlen.c (TEST_NAME): Likewise.
35983         * string/test-strpbrk.c (TEST_NAME): Likewise.
35984         * string/test-strrchr.c (TEST_NAME): Likewise.
35985         * string/test-strspn.c (TEST_NAME): Likewise.
35986         * string/test-strstr.c (TEST_NAME): Likewise.
35987         * string/test-bcopy-ifunc.c: New file.
35988         * string/test-bzero-ifunc.c: Likewise.
35989         * string/test-memccpy-ifunc.c: Likewise.
35990         * string/test-memchr-ifunc.c: Likewise.
35991         * string/test-memcmp-ifunc.c: Likewise.
35992         * string/test-memcpy-ifunc.c: Likewise.
35993         * string/test-memmem-ifunc.c: Likewise.
35994         * string/test-memmove-ifunc.c: Likewise.
35995         * string/test-mempcpy-ifunc.c: Likewise.
35996         * string/test-memset-ifunc.c: Likewise.
35997         * string/test-rawmemchr-ifunc.c: Likewise.
35998         * string/test-stpcpy-ifunc.c: Likewise.
35999         * string/test-stpncpy-ifunc.c: Likewise.
36000         * string/test-strcasecmp-ifunc.c: Likewise.
36001         * string/test-strcasestr-ifunc.c: Likewise.
36002         * string/test-strcat-ifunc.c: Likewise.
36003         * string/test-strchr-ifunc.c: Likewise.
36004         * string/test-strchrnul-ifunc.c: Likewise.
36005         * string/test-strcmp-ifunc.c: Likewise.
36006         * string/test-strcpy-ifunc.c: Likewise.
36007         * string/test-strcspn-ifunc.c: Likewise.
36008         * string/test-strlen-ifunc.c: Likewise.
36009         * string/test-strncasecmp-ifunc.c: Likewise.
36010         * string/test-strncat-ifunc.c: Likewise.
36011         * string/test-strncmp-ifunc.c: Likewise.
36012         * string/test-strncpy-ifunc.c: Likewise.
36013         * string/test-strnlen-ifunc.c: Likewise.
36014         * string/test-strpbrk-ifunc.c: Likewise.
36015         * string/test-strrchr-ifunc.c: Likewise.
36016         * string/test-strspn-ifunc.c: Likewise.
36017         * string/test-strstr-ifunc.c: Likewise.
36019         * debug/Makefile (tests-ifunc): New variable.
36020         (tests): Add $(tests-ifunc).
36021         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36022         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36023         * debug/test-stpcpy_chk-ifunc.c: New file.
36024         * debug/test-strcpy_chk-ifunc.c: Likewise.
36026 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36028         [BZ #13601]
36029         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36030         header is not read in.
36032 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36034         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36035         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36036         directly.  Pass built executable to script as
36037         $(built-program-cmd).
36038         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36039         $testprogram without using LD_LIBRARY_PATH and $ldso.
36041         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36042         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36043         $(rtld-installed-name).
36044         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36045         (rtld_installed_name): Likewise.
36046         (library_path): Likewise.
36047         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36048         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36049         $(run-program-prefix) to tst-tables.sh.
36050         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36051         it to run tst-table-from and tst-table-to.
36052         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36053         Pass it to tst-table.sh.
36054         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36055         $(run-program-prefix) to tst-gettext.sh.
36056         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36057         tst-translit.sh.
36058         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36059         tst-gettext2.sh.
36060         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36061         to run tst-gettext.
36062         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36063         to run tst-gettext2.
36064         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36065         to run tst-translit.
36066         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36067         $(run-program-prefix) to tst-mtrace.sh.
36068         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36069         to run tst-mtrace.
36070         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36071         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36072         $(rtld-installed-name).
36073         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36074         (rtld_installed_name): Likewise.
36075         (run_program_prefix): New variable.  Use it to run wordexp-test.
36077         * Makeconfig (ARCH): Remove all definitions.
36078         (machine): Likewise.
36079         [ARCH]: Remove conditional code.
36080         [!objdir]: Give error.
36081         [!objdir] (objpfx): Remove.
36082         [!objdir] (common-objpfx): Likewise.
36083         [!objdir] (common-objdir): Likewise.
36084         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36085         AC_CONFIG_FILES call.
36086         * configure: Regenerated.
36088         [BZ #13888]
36089         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36090         or TMPDIR.
36091         (testout): Likewise.
36093         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36094         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36095         $(rtld-installed-name).
36096         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36097         (rtld_installed_name): Likwise.
36098         (runit): Remove function.
36099         (run_getconf): New variable,  Use it for running getconf binary.
36101 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36103         [BZ #14716]
36104         * string/test-memmem.c (check_result): New function.
36105         (do_one_test): Use it.
36106         (check1): New function.
36107         (test_main): Use it.
36109 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36111         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36113 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36115         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36116         (_G_LSEEK64): Likewise.
36117         (_G_MMAP64): Likewise.
36118         (_G_FSTAT64): Likewise.
36119         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36120         (_G_LSEEK64): Likewise.
36121         (_G_MMAP64): Likewise.
36122         (_G_FSTAT64): Likewise.
36123         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36124         unconditional.  Call __mmap64 directly.
36125         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36126         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36127         __lseek64 directly.
36128         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36129         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36130         __mmap64 directly.
36131         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36132         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36133         __lseek64 directly.
36134         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36135         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36136         __lseek64 directly.
36137         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36138         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36139         __lseek64 directly.
36140         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36141         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36142         __fxstat64 directly.
36143         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36144         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36145         unconditional.
36146         (freopen64) [!_G_OPEN64]: Remove conditional code.
36147         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36148         unconditional.
36149         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36150         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36151         unconditional.
36152         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36153         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36154         unconditional.
36155         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36156         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36157         unconditional.
36158         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36159         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36160         unconditional.
36161         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36162         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36163         unconditional.
36164         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36165         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36166         unconditional.
36167         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36169 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36171         [BZ #12140]
36172         * manual/memory.texi (Malloc Tunable Parameters): Add note
36173         about free list pointers overwriting some perturb bytes.
36174         Wording suggested by Roland McGrath.
36176 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36178         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36179         (lgamma_test): Likewise.
36180         (tgamma_test): Likewise.
36182 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36184         [BZ #14700]
36185         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36186         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36188 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36190         * NEWS: Mention BZ #14716.
36191         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36192         when removing AVAILABLE1_USES_J macro.
36194 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36196         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36197         (__bswap_64): __uint64_t for unsigned 64-bit int.
36199 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36201         * include/string.h (memmem): Declare libc hidden alias.
36202         * string/memmem.c (memmem): Define libc hidden alias.
36203         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36204         __read, __close instead of open, read, close.
36206 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36208         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36209         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36210         global and hidden.
36211         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36212         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36213         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36214         Likewise.
36215         (__rawmemchr_sse2): Likewise.
36216         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36217         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36218         (__strchr_sse2): Likewise.
36219         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36220         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36221         (__strcasecmp_sse2): Likewise.
36222         (__strncasecmp_sse2): Likewise.
36223         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36224         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36225         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36226         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36227         (__strrchr_sse2): Likewise.
36228         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36229         ifunc-impl-list.c.
36230         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36231         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36232         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36233         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36234         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36235         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36236         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36237         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36238         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36239         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36240         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36241         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36242         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36243         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36244         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36245         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36246         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36247         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36248         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36249         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36250         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36251         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36252         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36253         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36254         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36255         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36256         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36257         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36258         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36259         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36261         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36262         global and hidden.
36263         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36264         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36265         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36266         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36267         Likewise.
36268         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36269         Likewise.
36270         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36271         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36272         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36273         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36274         ifunc-impl-list.c.
36275         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36276         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36277         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36278         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36279         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36280         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36281         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36282         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36283         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36284         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36285         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36286         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36287         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36288         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36289         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36290         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36291         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36292         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36293         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36294         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36295         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36296         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36297         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36298         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36299         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36300         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36301         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36302         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36303         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36304         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36305         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36306         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36307         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36308         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36309         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36310         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36311         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36312         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36313         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36314         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36315         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36317         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36318         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36319         * include/ifunc-impl-list.h: New file.
36320         * misc/ifunc-impl-list.c: Likewise.
36321         * misc/Makefile (routines): Add ifunc-impl-list.
36322         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36323         * string/test-string.h: Include <ifunc-impl-list.h>.
36324         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36325         TEST_NAME]: New variables.
36326         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36327         are defined.
36328         (test_init): Call __libc_ifunc_impl_list to initialize
36329         func_list if TEST_IFUNC and TEST_NAME are defined.
36331         * string/Makefile (strop-tests): Add bcopy and bzero.
36332         * string/test-bcopy.c: New file.
36333         * string/test-bzero.c: Likewise.
36334         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36335         defined.
36336         * string/test-memset.c: Support bzero test if TEST_BZERO is
36337         defined.
36338         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36339         __libc_memmove.
36340         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36341         __libc_memset.
36342         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36343         of memset.
36345 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36347         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36348         * configure: Regenerated.
36350         * Makeconfig (+link-static-before-libc): Don't include
36351         $(link-static-libc).
36353         * libio/libio.h (_IO_pos_t): Remove.
36355 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36357         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36358         McGrath.
36360 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36362         * crypt/crypt-entry.c: Include fips-private.h.
36363         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36364         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36365         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36366         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36368 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36370         * crypt/crypt-private.h: Include stdbool.h.
36371         (_ufc_setup_salt_r): Return bool.
36372         * crypt/crypt-entry.c: Include errno.h.
36373         (__crypt_r): Return NULL with EINVAL for bad salt.
36374         * crypt/crypt_util.c (bad_for_salt): New.
36375         (_ufc_setup_salt_r): Check that salt is long enough and within
36376         the specified alphabet.
36377         * crypt/badsalttest.c: New file.
36378         * crypt/Makefile (tests): Add it.
36379         ($(objpfx)badsalttest): New.
36381 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36383         * NEWS: Add entry for BZ #14602.
36385 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36387         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36388         type-generic.
36389         * math/libm-test.inc: Update comment listing what functions and
36390         macros are tested.
36391         (isgreater_test): New function.
36392         (isgreaterequal_test): Likewise.
36393         (isless_test): Likewise.
36394         (islessequal_test): Likewise.
36395         (islessgreater_test): Likewise.
36396         (isunordered_test): Likewise.
36397         (main): Call the new functions.
36399 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36401         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36402         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36403         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36404         * sysdeps/i386/configure: Regenerated.
36405         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36406         * sysdeps/mach/configure: Regenerated.
36407         * sysdeps/mach/hurd/configure: Regenerated.
36408         * sysdeps/powerpc/configure: Regenerated.
36409         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36410         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36411         * sysdeps/s390/s390-32/configure: Regenerated.
36412         * sysdeps/s390/s390-64/configure: Regenerated.
36413         * sysdeps/sh/configure: Regenerated.
36414         * sysdeps/sparc/configure: Regenerated.
36415         * sysdeps/unix/sysv/linux/configure: Regenerated.
36416         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36417         * sysdeps/x86_64/configure: Regenerated.
36419         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36420         defined.  Don't check if MAP is NULL.
36422 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36424         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36425         (_G_stat64): Likewise.
36426         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36427         (_G_stat64): Likewise.
36428         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36429         instead of struct _G_stat64.
36430         * libio/fileops.c (mmap_remap_check): Likewise.
36431         (decide_maybe_mmap): Likewise.
36432         (_IO_new_file_seekoff): Likewise.
36433         (_IO_file_stat): Likewise.
36434         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36435         _G_off64_t.
36436         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36437         instead of struct _G_stat64.
36438         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36440 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36442         [BZ #14602]
36443         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36444         Replace with ...
36445         (CHECK_EOL): New macro.
36446         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36447         CHECK_EOL.
36448         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36449         Replace with CHECK_EOL.
36450         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36451         Replace with CHECK_EOL.
36453 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36455         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36456         type-generic.
36457         * math/libm-test.inc: Update comment listing what functions and
36458         macros are tested.
36459         (finite_test): New function.
36460         (isinf_test): Likewise.
36461         (isnan_test): Likewise.
36462         (fpclassify_test): Test subnormal input.
36463         (isfinite_test): Likewise.
36464         (isnormal_test): Likewise.
36465         (main): Call the new functions.
36467 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36469         [BZ #14660]
36470         * Makerules (%.dynsym): Force C locale when running
36471         $(OBJDUMP) --dynamic-syms.
36473 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36475         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36476         <stdint.h>.
36478 2012-10-06  David S. Miller  <davem@davemloft.net>
36480         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36481         upper 32-bits of the length value in %o2 since we use branch-on-register
36482         tests which consider the entire 64-bit register.
36484 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36486         * string/test-strstr.c (check2): Add a test for page boundary.
36488 2012-10-05  David S. Miller  <davem@davemloft.net>
36490         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36491         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36492         file.
36493         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36494         sysdep_routines.
36495         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36496         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36497         and bzero when HWCAP_SPARC_CRYPTO is present.
36499 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36501         [BZ #14602]
36502         * string/test-strstr.c (check2): New function.
36503         (test_main): Call check2.
36505         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36506         and bug-strchr1.
36507         * string/bug-strcasestr1.c (do_test): Moved to ...
36508         * string/test-strcasestr.c (check1): Here.  New function.
36509         (do_one_test): Break out result checking code into ...
36510         (check_result): This.  New function.
36511         (do_one_test): Call check_result.
36512         (test_main): Call check1.
36513         * string/bug-strchr1.c (do_test): Moved to ...
36514         * string/test-strchr.c (check1): Here.  New function.
36515         (do_one_test): Break out result checking code into ...
36516         (check_result): This.  New function.
36517         (do_one_test): Call check_result.
36518         (test_main): Call check1.
36519         * string/bug-strstr1.c (main): Moved to ...
36520         * string/test-strstr.c (check1): Here.  New function.
36521         (do_one_test): Break out result checking code into ...
36522         (check_result): This.  New function.
36523         (do_one_test): Call check_result.
36524         (test_main): Call check1.
36525         * string/bug-strcasestr1.c: Removed.
36526         * string/bug-strchr1.c: Likewise.
36527         * string/bug-strstr1.c: Likewise.
36529         * elf/Makefile (dl-routines): Add hwcaps.
36530         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36531         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36532         (_dl_important_hwcaps): Moved to ...
36533         * elf/dl-hwcaps.c: Here.  New file.
36534         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36536         [BZ #14557]
36537         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36538         if IS_IN_rtld isn't defined.
36540         * elf/dl-support.c (_dl_sysinfo_map): New.
36541         Include "get-dynamic-info.h" and "setup-vdso.h".
36542         (_dl_non_dynamic_init): Call setup_vdso.
36543         * elf/dynamic-link.h: Don't include <assert.h>.
36544         (elf_get_dynamic_info): Moved to ...
36545         * elf/get-dynamic-info.h: Here.  New file.
36546         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36547         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36548         * elf/setup-vdso.h: Here.  New file.
36549         * elf/rtld.c: Include "setup-vdso.h".
36550         (dl_main): Call setup_vdso.
36552 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36554         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36555         creal in comment listing functions tested.  List finite, isinf,
36556         isnan, isless, islessequal, isgreater, isgreaterequal,
36557         islessgreater, isunordered, lgamma_r and pow10 as functions and
36558         macros not tested.  Mention which functions not tested are aliases
36559         for other functions.  Fix typo.  Note that signs of NaNs are not
36560         tested.
36562         * scripts/config.guess: Update from config.git.
36563         * scripts/config.sub: Likewise.
36565 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36567         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36568         * misc/madvise.c (madvise): Renamed to __madvise.
36569         Make madvise a weak alias.
36570         * include/sys/mman.h: Declare __madvise.
36571         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36572         * sysdeps/unix/syscalls.list
36573         (madvise): Make __madvise the strong name, and madvise a weak alias.
36574         * sysdeps/unix/sysv/linux/syscalls.list
36575         (madvise, mmap): Remove redundant entries.
36576         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36577         * malloc/malloc.c (mtrim): Likewise.
36578         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36580 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36582         * sysdeps/mach/hurd/dl-cache.c: File removed.
36583         * config.h.in (USE_LDCONFIG): New #undef.
36584         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36585         * configure: Regenerated.
36586         * elf/Makefile (dl-routines): Add dl-cache only under
36587         [$(use-ldconfig) = yes].
36588         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36589         cache on [USE_LDCONFIG].
36590         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36591         [USE_LDCONFIG].
36592         * elf/rtld.c (dl_main): Likewise.
36594 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36596         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36597         _SC_LEVEL4_CACHE_LINESIZE.
36599 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36601         * sysdeps/unix/bsd/confstr.h: File removed.
36603 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36605         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36606         sys/sdt-config.h.
36608 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36610         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36611         Make 'mapoff' field ElfW(Off) rather than off_t.
36613 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36615         * nscd/Makefile: Remove nscd-cflags and all its users.
36616         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36617         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36619         [BZ #10631]
36620         * malloc.c (malloc_printerr): Clarify error message.
36622 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36624         [BZ #14648]
36625         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36626         Set bit_FMA_Usable if FMA is supported.
36627         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36628         macro.
36629         (bit_FMA4_Usable): Updated.
36630         (index_FMA_Usable): New macro.
36631         (CPUID_FMA): Likewise
36632         (HAS_FMA): Defined with bit_FMA_Usable.
36634 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36636         * bits/types.h (__swblk_t): Type removed.
36637         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36638         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36639         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36640         (__SWBLK_T_TYPE): Likewise.
36641         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36642         (__SWBLK_T_TYPE): Likewise.
36643         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36644         (__SWBLK_T_TYPE): Likewise.
36645         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36646         (__SWBLK_T_TYPE): Likewise.
36648 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36649             Honza Horak <hhorak@redhat.com>
36651         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36652         (xdr_mapname): Use YPMAXMAP as maxsize.
36653         (xdr_peername): Use YPMAXPEER as maxsize.
36654         (xdr_keydat): Use YPAXRECORD as maxsize.
36655         (xdr_valdat): Use YPMAXRECORD as maxsize.
36657 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36659         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36661         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36662         * csu/init-first.c: ... here.
36663         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36664         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36665         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36666         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36667         * sysdeps/i386/init-first.c: File removed.
36668         * sysdeps/sh/init-first.c: File removed.
36670 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36672         [BZ #14645]
36673         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36674         if x * y might underflow to zero and z is zero.
36675         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36676         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36677         * math/libm-test.inc (min_subnorm_value): New variable.
36678         (fma_test): Add more tests.
36679         (fma_test_towardzero): Likewise.
36680         (fma_test_downward): Likewise
36681         (fma_test_upward): Likewise.
36682         (initialize): Set min_subnorm_value.
36684 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36686         [BZ #14638]
36687         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36688         0 + 0.
36689         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36690         mode for addition resulting in exact zero.
36691         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36692         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36693         exact 0 + 0.
36694         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36695         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36696         * math/libm-test.inc (fma_test): Add more tests.
36697         (fma_test_towardzero): New function.
36698         (fma_test_downward): Likewise.
36699         (fma_test_upward): Likewise.
36700         (main): Call the new functions.
36702 2012-09-28  David S. Miller  <davem@davemloft.net>
36704         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36706 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36708         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36709         instead of SIGALRM.
36711         * sysdeps/gnu/_G_config.h: Moved to ...
36712         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36713         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36714         * sysdeps/generic/_G_config.h: ... here.
36716         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36718         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36720         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36721         Conditionalize target on [libnss_test1.so-version].
36723         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36725         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36726         (elfobjdir): Move out of conditionals.
36728         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36729         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36730         (__nss_lookup_function): Conditionalize label remove_from_tree on
36731         [!DO_STATIC_NSS || SHARED], matching its only use.
36733 2012-09-28  David S. Miller  <davem@davemloft.net>
36735         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36736         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36737         file.
36738         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36739         sysdep_routines.
36740         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36741         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36742         when HWCAP_SPARC_CRYPTO is present.
36744 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36746         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36748 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36750         [BZ #6530]
36751         * stdio-common/vfprintf.c (process_string_arg): Revert
36752         2000-07-22 change.
36754 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36756         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36757         for testcase.
36758         * stdio-common/tst-sprintf.c: Include <locale.h>
36759         (main): Test sprintf's handling of incomplete multibyte
36760         characters.
36762 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36764         * elf/dl-runtime.c (VERSYMIDX): Removed.
36765         * elf/dl-version.c (VERSYMIDX): Likewise.
36766         * elf/do-rel.h (VERSYMIDX): Likewise.
36767         (VALIDX): Likewise.
36768         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36769         * elf/rtld.c (VALIDX): Likewise.
36770         (ADDRIDX): Likewise.
36771         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36772         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36773         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36774         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36775         (VALIDX): Likewise.
36776         (ADDRIDX): Likewise.
36778 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36780         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36782 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36784         [BZ #11438]
36785         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36786         to global scope.
36787         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36788         addresses are in the same scope as 192.0.2/24.
36789         * posix/gai.conf: Document new scope table defaults.
36791 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36793         [BZ #5298]
36794         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36795         for ftell.  Compute offsets from write pointers instead.
36796         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36798 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36800         [BZ #14543]
36801         * libio/Makefile (tests): New test case tst-fseek.
36802         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36803         combination works in wide mode.
36804         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36805         state when the external buffer state changes.
36807 2012-09-27  David S. Miller  <davem@davemloft.net>
36809         [BZ #14376]
36810         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36811         pass reloc->r_addend in as the 'high' argument to
36812         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36814         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36816 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36818         * rt/tst-aio2.c: Include <pthread.h>.
36819         * rt/tst-aio3.c: Likewise.
36821 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36823         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36825 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36827         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36828         contents on [SHARED].
36830 2012-09-26  Marek Polacek  <polacek@redhat.com>
36832         [BZ #14530]
36833         [BZ #13741]
36834         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36835         for C++ and GCC <4.3 as well as for non GCC compilers.
36837 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36839         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36841 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36843         * Makefile.in (all, install): Declare with .PHONY.
36844         Reported by Michael Hope <michael.hope@linaro.org>.
36846 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36848         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36849         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36850         system header.
36851         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36852         Likewise.
36853         (sydep_routines): Add the new and the internal functions.
36854         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36855         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36857         (GLIBC_2.17): Add the new function.
36858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36859         (GLIBC_2.17): Likewise.
36860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36861         (GLIBC_2.17): Likewise.
36862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36863         (GLIBC_2.17): Likewise.
36864         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36866 2012-09-25  Alan Modra  <amodra@gmail.com>
36868         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36869         Add release barrier before setting once_control to say
36870         initialisation is done.  Add hints on lwarx.  Use macro in
36871         place of isync.
36872         (clear_once_control): Add release barrier.
36874 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36876         [BZ #13629]
36877         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36878         specially.
36879         * math/s_clog10.c (__clog10): Likewise.
36880         * math/s_clog10f.c (__clog10f): Likewise.
36881         * math/s_clog10l.c (__clog10l): Likewise.
36882         * math/s_clogf.c (__clogf): Likewise.
36883         * math/s_clogl.c (__clogl): Likewise.
36884         * math/Makefile (libm-calls): Add x2y2m1.
36885         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36886         (__x2y2m1): Likewise.
36887         (__x2y2m1l): Likewise.
36888         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36889         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36890         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36891         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36892         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36893         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36894         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36895         * sysdeps/i386/fpu/libm-test-ulps: Update.
36896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36898         [BZ #14621]
36899         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36900         int as type of variable DEPTH.
36901         (glob): Use size_t instead of int as type of variables NEWCOUNT
36902         and OLD_PATHC.
36904 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36906         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36907         Add s_sincosf-sse2.
36908         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36909         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36910         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36911         macros for using routine as __sincosf_ia32.
36912         Use macro for function declaration and weak_alias.
36913         * sysdeps/i386/fpu/libm-test-ulps: Update.
36915         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36916         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36918         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36919         subnormal argument.
36920         * math/s_cexpf.c (__cexpf): Likewise.
36921         * math/s_csinf.c (__csinf): Likewise.
36922         * math/s_csinhf.c (__csinhf): Likewise.
36923         * math/s_ctanf.c (__ctanf): Likewise.
36924         * math/s_ctanhf.c (__ctanhf): Likewise.
36925         * math/s_ccosh.c (__ccoshf): Likewise.
36926         * math/s_cexp.c (__cexpl): Likewise.
36927         * math/s_csin.c (__csin): Likewise.
36928         * math/s_csinh.c (__csinh): Likewise.
36929         * math/s_ctan.c (__ctan): Likewise.
36930         * math/s_ctanh.c (ctanh): Likewise.
36931         * math/s_ccoshl.c (__ccoshl): Likewise.
36932         * math/s_cexpl.c (__cexpl): Likewise.
36933         * math/s_csinl.c (__csinl): Likewise.
36934         * math/s_csinhl.c (__csinhl): Likewise.
36935         * math/s_ctanl.c (__ctanl): Likewise.
36936         * math/s_ctanhl.c (__ctanhl): Likewise.
36938 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36940         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36941         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36942         (_IO_off_t): Define to __off_t, not _G_off_t.
36943         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36944         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36945         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36946         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36947         type of __dummy and __dummy2 fields.
36948         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36949         (_G_ssize_t): Likewise.
36950         (_G_off_t): Likewise.
36951         (_G_pid_t): Likewise.
36952         (_G_uid_t): Likewise.
36953         (_G_wchar_t): Likewise.
36954         (_G_wint_t): Likewise.
36955         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36956         (_G_ssize_t): Likewise.
36957         (_G_off_t): Likewise.
36958         (_G_pid_t): Likewise.
36959         (_G_uid_t): Likewise.
36960         (_G_wchar_t): Likewise.
36961         (_G_wint_t): Likewise.
36962         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36963         (_G_ssize_t): Likewise.
36964         (_G_off_t): Likewise.
36965         (_G_pid_t): Likewise.
36966         (_G_uid_t): Likewise.
36967         (_G_wchar_t): Likewise.
36968         (_G_wint_t): Likewise.
36970 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36972         * malloc/arena.c: Include malloc-sysdep.h.
36973         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36974         is sufficient to shrink the heap or an unmap is needed.
36975         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36976         new function check_may_shrink_heap.
36977         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36978         new function check_may_shrink_heap.
36980 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36982         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36983         comments.
36985 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36987         * catgets/test-gencat.sh: Add "set -e".
36988         * elf/tst-pathopt.sh: Likewise.
36989         * grp/tst_fgetgrent.sh: Likewise.
36990         * iconvdata/run-iconv-test.sh: Likewise.
36991         * intl/tst-gettext.sh: Likewise.
36992         * intl/tst-gettext2.sh: Likewise.
36993         * intl/tst-gettext4.sh: Likewise.
36994         * intl/tst-gettext6.sh: Likewise.
36995         * intl/tst-translit.sh: Likewise.
36996         * io/ftwtest-sh: Likewise.
36997         * libio/test-freopen.sh: Likewise.
36998         * malloc/tst-mtrace.sh: Likewise.
36999         * posix/globtest.sh: Likewise.
37000         * posix/tst-getconf.sh: Likewise.
37001         * posix/wordexp-tst.sh: Likewise.
37002         * stdio-common/tst-printf.sh: Likewise.
37003         * stdio-common/tst-unbputc.sh: Likewise.
37004         * stdlib/tst-fmtmsg.sh: Likewise.
37005         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37006         * catgets/Makefile: Do not specify -e option when running
37007         testsuite shell scripts.
37008         * elf/Makefile: Likewise.
37009         * grp/Makefile: Likewise.
37010         * iconvdata/Makefile: Likewise.
37011         * intl/Makefile: Likewise.
37012         * io/Makefile: Likewise.
37013         * libio/Makefile: Likewise.
37014         * malloc/Makefile: Likewise.
37015         * posix/Makefile: Likewise.
37016         * stdio-common/Makefile: Likewise.
37017         * stdlib/Makefile: Likewise.
37018         * sysdeps/x86_64/Makefile: Likewise.
37020         * io/ftwtest-sh: Add copyright header.
37021         * posix/globtest.sh: Likewise.
37022         * posix/tst-getconf.sh: Likewise.
37023         * posix/wordexp-tst.sh: Likewise.
37024         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37026 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37028         [BZ #13679]
37029         * Makeconfig (+link): Defined as $(+link-static) if
37030         $(build-shared) isn't yes.
37031         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37032         isn't yes.
37033         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37035         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37037         [BZ #14562]
37038         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37039         new chunk size with MALLOC_ALIGN_MASK.
37041 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37043         [BZ #5044]
37044         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37045         <rounding-mode.h>.
37046         (__printf_fphex): Determine rounding using get_rounding_mode and
37047         round_away.
37048         * stdio-common/tst-printf-round.c (struct hex_test): New
37049         structure.
37050         (hex_tests): New variable.
37051         (test_hex_in_one_mode): New function.
37052         (do_test): Also run tests for hex float output.
37054 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37056         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37057         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37058         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37059         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37060         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37061         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37062         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37063         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37065 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37067         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37068         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37069         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37070         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37072 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37074         [BZ #14579]
37075         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37076         mode only.
37077         * elf/tst-rtld-load-self.sh: New test.
37078         * elf/Makefile: Run it.
37080 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37082         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37083         (tst-writev-ENV): Remove.
37084         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37086 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37088         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37090 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37092         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37093         unconditional.
37094         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37095         Likewise.
37096         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37097         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37098         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37099         Likewise.
37101 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37103         [BZ #14587]
37104         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37105         * config.make.in (have-cpp-asm-debuginfo): Removed.
37106         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37107         * configure: Regenerated.
37109 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37111         [BZ #5044]
37112         * stdio-common/printf_fp.c: Include <stdbool.h> and
37113         <rounding-mode.h>.
37114         (___printf_fp): Determine rounding using get_rounding_mode and
37115         round_away.
37116         * stdio-common/tst-printf-round.c: New file.
37117         * stdio-common/Makefile (tests): Add tst-printf-round.
37118         (link-libm): New variable.
37119         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37121 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37123         [BZ #14576]
37124         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37125         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37126         Likewise.
37127         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37128         Likewise.
37130 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37132         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37133         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37134         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37135         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37137 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37139         [BZ #14518]
37140         * include/rounding-mode.h: New file.
37141         * sysdeps/generic/get-rounding-mode.h: Likewise.
37142         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37143         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37144         (MAX_VALUE): New macro.
37145         (MIN_VALUE): Likewise.
37146         (overflow_value): New function.
37147         (underflow_value): Likewise.
37148         (round_and_return): Use overflow_value and underflow_value to
37149         determine return values in overflow and underflow cases.  Use
37150         round_away to determine rounding depending on rounding mode.
37151         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37152         determine return values in overflow and underflow cases.
37153         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37154         (struct test_results): New structure.
37155         (struct test): Use struct test_results to store expected results
37156         for all rounding modes.
37157         (TEST): Include expected results for all rounding modes.
37158         (test_in_one_mode): New function.
37159         (do_test): Use test_in_one_mode to compute and check results.
37160         Check results for all rounding modes.
37161         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37162         $(link-libm).
37164 2012-12-09  Allan McRae  <allan@archlinux.org>
37166         * sysdeps/i386/fpu/libm-test-ulps: Update
37168 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37170         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37171         (_G_int32_t): Likewise.
37172         (_G_uint16_t): Likewise.
37173         (_G_uint32_t): Likewise.
37174         (_G_HAVE_BOOL): Likewise.
37175         (_G_HAVE_ATEXIT): Likewise.
37176         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37177         (_G_HAVE_IO_FILE_OPEN): Likewise.
37178         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37179         (_G_int32_t): Likewise.
37180         (_G_uint16_t): Likewise.
37181         (_G_uint32_t): Likewise.
37182         (_G_HAVE_BOOL): Likewise.
37183         (_G_HAVE_ATEXIT): Likewise.
37184         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37185         (_G_HAVE_IO_FILE_OPEN): Likewise.
37186         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37187         (_G_int32_t): Likewise.
37188         (_G_uint16_t): Likewise.
37189         (_G_uint32_t): Likewise.
37190         (_G_HAVE_BOOL): Likewise.
37191         (_G_HAVE_ATEXIT): Likewise.
37192         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37193         (_G_HAVE_IO_FILE_OPEN): Likewise.
37195 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37197         * csu/libc-tls.c: Update copyright years.
37199 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37201         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37202         [!_G_USING_THUNKS]: Remove conditional code.
37203         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37204         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37206         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37207         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37208         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37209         (_G_VTABLE_LABEL_PREFIX): Likewise.
37210         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37211         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37212         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37213         (_G_VTABLE_LABEL_PREFIX): Likewise.
37214         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37215         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37216         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37217         (_G_VTABLE_LABEL_PREFIX): Likewise.
37218         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37220 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37222         * libio/Makefile: Include ../Makeconfig before tests.
37223         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37224         only if $(build-shared) is yes.
37226         * iconv/gconv_db.c: Update copyright years.
37228 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37230         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37231         unwind info if defined PIC. Fix special cases description.
37232         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37234         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37235         DP_HI_MASK entry.
37236         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37238 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37240         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37242         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37243         is NULL.
37245         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37246         (LDLIBS-tst-chk4): This.
37247         (LDFLAGS-tst-chk5): Renamed to ...
37248         (LDLIBS-tst-chk5): This.
37249         (LDFLAGS-tst-chk6): Renamed to ...
37250         (LDLIBS-tst-chk6): This.
37251         (LDFLAGS-tst-lfschk4): Renamed to ...
37252         (LDLIBS-tst-lfschk4): This.
37253         (LDFLAGS-tst-lfschk5): Renamed to ...
37254         (LDLIBS-tst-lfschk5): This.
37255         (LDFLAGS-tst-lfschk6): Renamed to ...
37256         (LDLIBS-tst-lfschk6): This.
37258         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37259         on $(common-objpfx)soversions.mk.
37261 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37263         [BZ #10014]
37264         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37265         example host name.
37267 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37269         * malloc/arena.c (arena_get_retry): New function that gets
37270         another arena for the caller to try its request on.
37271         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37272         current arena cannot fulfill the request.
37273         (__libc_memalign): Likewise.
37274         (__libc_memalign): Likewise.
37275         (__libc_pvalloc): Likewise.
37276         (__libc_calloc): Likewise.
37278 2012-09-05  John Tobey  <john.tobey@gmail.com>
37280         [BZ #13542]
37281         * manual/arith.texi (Operations on Complex): Fix description
37282         of carg branch cut.
37284 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37286         [BZ #10014]
37287         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37288         host name.
37290         [BZ #10038]
37291         * manual/memory.texi (Memory): Make order of menu items match
37292         order of sections.
37294 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37296         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37297         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37298         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37300 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37302         * csu/libc-tls.c (static_dtv): Renamed to ...
37303         (_dl_static_dtv): This.  Make it global.
37304         (_dl_initial_dtv): Removed.
37305         (__libc_setup_tls): Updated.
37306         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37307         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37308         DL_INITIAL_DTV.
37310 2012-09-06  Petr Machata  <pmachata@redhat.com>
37312         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37313         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37314         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37315         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37317 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37319         [BZ #14545]
37320         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37321         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37322         freeing dtv[-1].
37324 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37326         [BZ #14544]
37327         * Makeconfig (link-static-before-libc): Replace $(+prector)
37328         with $(+prectorT).
37329         (link-static-after-libc): Replace $(+postctor) with
37330         $(+postctorT).
37331         (link-bounded): Replace $(+prector)/$(+postctor) with
37332         $(+prectorT)/$(+postctorT).
37333         (+prectorT): New macro.
37334         (+postctorT): Likewise.
37336 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37338         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37339         (round_str): Handle values above the maximum for IBM long double
37340         as inexact.
37341         * stdlib/tst-strtod-round.c (tests): Regenerated.
37343 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37345         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37346         assembler flag.
37347         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37348         zarch_nohighgprs around the zarch optimized routines.
37349         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37350         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37351         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37352         for zarch.
37354 2012-09-05  David S. Miller  <davem@davemloft.net>
37356         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37358         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37359         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37360         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37361         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37362         entries.
37364 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37366         * malloc/arena.c: Fold copyright years.
37367         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37369 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37371         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37373 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37375         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37377 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37379         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37380         change internal state upon failure.
37382 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37384         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37385         * malloc/memusage.c (mmap): Likewise.
37386         (mmap64, mremap): Likewise.  Adjust name in comment.
37388 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37390         * libio/fileops.c: Fix typos in comments.
37391         * libio/oldfileops.c: Likewise.
37392         * libio/wfileops.c: Likewise.
37394 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37396         [BZ #1349]
37397         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37398         (tst-malloc-usable-ENV): Set environment for test case.
37399         * malloc/hooks.c (malloc_check_get_size): New function to get
37400         requested size.
37401         * malloc/malloc.c (musable): Use malloc_check_get_size.
37402         * malloc/tst-malloc-usable.c: New test case.
37404 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37406         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37408 2012-09-05  Allan McRae  <allan@archlinux.org>
37410         [BZ #13966]
37411         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37412         determine header location.
37413         * configure: Regenerated.
37415 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37417         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37418         float format.
37419         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37420         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37421         format.
37422         (test): Regenerate.
37424 2012-09-04  David S. Miller  <davem@davemloft.net>
37426         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37427         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37428         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37430 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37432         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37433         failures.
37435         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37437 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37439         [BZ #9914]
37440         * libio/iogetdelim.c: Include <limits.h>.
37441         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37442         + len + 1 would overflow.
37444 2012-09-03  Andreas Jaeger  <aj@suse.de>
37446         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37447         * sysdeps/i386/fpu/libm-test-ulps: Update.
37449 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37451         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37452         Add s_sinf-sse2, s_conf-sse2.
37454         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37455         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37456         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37457         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37459         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37460         for using routine as __sinf_ia32.
37461         Use macro for function declaration and weak_alias.
37462         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37463         for using routine as __cosf_ia32.
37464         Use macro for function declaration and weak_alias.
37466         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37467         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37469         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37470         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37471         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37473         * math/libm-test.inc (cos_test): Add more test cases.
37474         (sin_test): Likewise.
37475         (sincos_test): Likewise.
37477 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37479         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37480         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37481         hidden.
37482         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37484 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37486         [BZ #14538]
37487         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37488         first element of the GOT.
37489         (elf_machine_load_address): Return the difference between
37490         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37492 2012-09-01  Allan McRae  <allan@archlinux.org>
37494         [BZ #13412]
37495         * configure.in (AWK): Require gawk version 3.0 or later.
37496         * configure: Regenerated.
37498 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37500         * sysdeps/unix/sysv/linux/kernel-features.h
37501         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37502         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37503         [__NR_clock_getres]: Make code unconditional.
37504         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37505         (clock_getcpuclockid): Remove code left unreachable by removal of
37506         conditionals.
37507         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37508         code unconditional.
37509         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37510         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37511         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37512         Make code unconditional.
37513         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37514         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37515         * sysdeps/unix/sysv/linux/clock_settime.c
37516         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37517         conditional code.
37518         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37519         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37521 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37523         [BZ #14476]
37524         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37525         scripts/test-installation.pl.
37527         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37528         and $ld_so_version if it is set.
37530 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37532         [BZ #14516]
37533         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37534         failure if reading from procfs failed.
37535         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37537 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37539         * sysdeps/unix/sysv/linux/kernel-features.h
37540         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37541         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37542         Remove conditional code.
37543         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37544         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37545         Remove conditional code.
37546         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37547         * sysdeps/unix/sysv/linux/i386/fxstat.c
37548         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37549         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37550         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37551         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37552         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37553         * sysdeps/unix/sysv/linux/i386/lxstat.c
37554         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37555         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37556         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37557         Remove conditional code.
37558         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37559         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37560         Remove conditional code.
37561         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37562         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37563         <kernel-features.h>.
37564         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37565         Remove.
37566         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37567         Remove conditional code.
37568         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37569         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37570         Remove conditional.
37572 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37574         [BZ #5400]
37575         * NEWS: Add fixed bug number.
37577 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37579         [BZ #14519]
37580         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37581         underflowing exponent in case of negative sign.
37582         * stdlib/tst-strtod-round-data: Add more tests.
37583         * stdlib/tst-strtod-round.c (tests): Regenerated.
37585         [BZ #3479]
37586         * stdlib/strtod_l.c (NDIG): Remove.
37587         (HEXNDIG): Likewise.
37588         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37589         smallest representable value.
37590         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37591         lie within an exact representation of 1/2 ulp of the result.
37592         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37593         unconditionally.
37594         (TENS_P9_IDX): Define unconditionally.
37595         (TENS_P9_SIZE): Likewise.
37596         (TENS_P10_IDX): Likewise.
37597         (TENS_P10_SIZE): Likewise.
37598         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37599         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37600         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37601         entries for 10^2^13 and 10^2^14.
37602         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37603         (TENS_P13_IDX): Define.
37604         (TENS_P13_SIZE): Likewise.
37605         (TENS_P14_IDX): Likewise.
37606         (TENS_P14_SIZE): Likewise.
37607         (_fpioconst_pow10): Change array size to
37608         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37609         unconditional.
37610         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37611         1024]: Add entries for 10^2^13 and 10^2^14.
37612         [LAST_POW10 > _LAST_POW10]: Remove #error.
37613         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37614         (_fpioconst_pow10): Change array size to
37615         FPIOCONST_POW10_ARRAY_SIZE.
37616         * stdlib/gen-fpioconst.c: New file.
37617         * stdlib/gen-tst-strtod-round.c: Likewise.
37618         * stdlib/tst-strtod-round-data: Likewise.
37619         * stdlib/tst-strtod-round.c: Likewise.
37620         * stdlib/Makefile (tests): Add tst-strtod-round.
37622         [BZ #14459]
37623         * stdlib/strtod_l.c: Include <stdint.h>.
37624         (NDEBUG): Do not define.
37625         (round_and_return): Change EXPONENT parameter to type intmax_t.
37626         Rearrange calculations to avoid internal overflow possibilities.
37627         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37628         Rearrange calculations to avoid internal overflow possibilities.
37629         Assert that number fits inside MPNSIZE limbs.
37630         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37631         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37632         calculations and add assertions to avoid internal overflow
37633         possibilities.  Add casts to avoid signed/unsigned operations.
37634         * stdlib/tst-strtod-overflow.c: New file.
37635         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37637 2012-08-25  Marek Polacek  <polacek@redhat.com>
37639         * time/time.h: Fix some typos in comments.
37641 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37643         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37644         * posix/tst-rfc3484-2.c: Likewise.
37645         * posix/tst-rfc3484-3.c: Likewise.
37647 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37649         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37650         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37652 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37654         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37655         #include of fxstatat64.c.
37657 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37659         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37660         * shadow/getspent_r.c: Likewise.
37661         * shadow/getspnam.c: Likewise.
37662         * shadow/getspnam_r.c: Likewise.
37663         * gshadow/getsgent.c: Likewise.
37664         * gshadow/getsgent_r.c: Likewise.
37665         * gshadow/getsgnam.c: Likewise.
37666         * gshadow/getsgnam_r.c: Likewise.
37667         * inet/getnetbyad.c: Likewise.
37668         * inet/getnetbyad_r.c: Likewise.
37669         * inet/getnetbynm.c: Likewise.
37670         * inet/getnetbynm_r.c: Likewise.
37671         * inet/getnetent.c: Likewise.
37672         * inet/getnetent_r.c: Likewise.
37673         * inet/getproto.c: Likewise.
37674         * inet/getproto_r.c: Likewise.
37675         * inet/getprtent.c: Likewise.
37676         * inet/getprtent_r.c: Likewise.
37677         * inet/getprtname.c: Likewise.
37678         * inet/getprtname_r.c: Likewise.
37679         * inet/getrpcbyname.c: Likewise.
37680         * inet/getrpcbyname_r.c: Likewise.
37681         * inet/getrpcbynumber.c: Likewise.
37682         * inet/getrpcbynumber_r.c: Likewise.
37683         * inet/getrpcent.c: Likewise.
37684         * inet/getrpcent_r.c: Likewise.
37685         * inet/getaliasent.c: Likewise.
37686         * inet/getaliasent_r.c: Likewise.
37687         * inet/getaliasname.c: Likewise.
37688         * inet/getaliasname_r.c: Likewise.
37689         * nscd/getgrgid_r.c: Likewise.
37690         * nscd/getgrnam_r.c: Likewise.
37691         * nscd/gethstbyad_r.c: Likewise.
37692         * nscd/gethstbynm3_r.c: Likewise.
37693         * nscd/getpwnam_r.c: Likewise.
37694         * nscd/getpwuid_r.c: Likewise.
37695         * nscd/getsrvbynm_r.c: Likewise.
37696         * nscd/getsrvbypt_r.c: Likewise.
37697         * nscd/gai.c: Likewise.
37699         * configure.in (build_nscd): New substituted variable, set
37700         by --disable-build-nscd and defaults to $use_nscd.
37701         * configure: Regenerated.
37702         * config.make.in (build-nscd): New substituted variable.
37703         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37704         Change conditional to require [$(build-nscd) = yes] as well.
37705         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37707         [BZ# 13696]
37708         * configure.in (use_nscd): New substituted variable, set by
37709         --disable-nscd.  If enabled, define USE_NSCD.
37710         * configure: Regenerated.
37711         * config.h.in: Add USE_NSCD.
37712         * config.make.in (use-nscd): New substituted variable.
37713         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37714         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37715         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37716         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37717         (CFLAGS-getgrnam_r.c): Likewise.
37718         (CFLAGS-initgroups.c): Likewise.
37719         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37720         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37721         Variables removed.
37722         * inet/getnetgrent_r.c
37723         (nscd_setnetgrent): New function, broken out of ...
37724         (setnetgrent): ... here.  Call it.
37725         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37726         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37727         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37728         * nscd/Makefile (routines, aux): Move definitions after include of
37729         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37730         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37731         Conditionalize on [USE_NSCD].
37732         (is_nscd, nscd_init_cb): Likewise.
37733         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37734         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37735         * nss/nss_db/db-init.c: Likewise.
37736         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37737         [USE_NSCD].
37738         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37739         (make_request): Use it.
37740         (cache_valid_p): New function.
37741         (__check_pf): Use it.
37742         * NEWS: Add item for --disable-nscd.
37744 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37746         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37747         to support sed >= 4.2.1-20-ga9bf076.
37748         * configure: Regenerated.
37750 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37752         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37753         Conditionalize whole body on [IREL].
37755 2012-08-22  Jeff Law <law@redhat.com>
37757         [BZ #14505]
37758         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37759         if the family is PF_UNSPEC.
37761 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37763         * Makerules (lib-version): Rename from V.
37764         (install-lib-nosubdir): Change V to lib-version.
37766 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37768         [BZ #14252]
37769         * powerpc32/power6/wcschr.c: New file.
37770         * powerpc32/power6/wcscpy.c: New file.
37771         * powerpc32/power6/wcsrchr.c: New file.
37772         * powerpc64/power6/wcschr.c: New file.
37773         * powerpc64/power6/wcscpy.c: New file.
37774         * powerpc64/power6/wcsrchr.c: New file.
37776 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37778         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37779         (two_way_short_needle): Use it.
37780         * string/strstr.c (AVAILABLE1_USES_J): Define.
37781         * string/strcasestr.c: Likewise.
37783         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37784         array references.
37785         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37787         [BZ #11607]
37788         * NEWS: Add an entry.
37789         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37790         define their defaults.
37791         (two_way_short_needle): Detect end-of-string on-the-fly.
37792         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37793         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37794         * string/bug-strcasestr1.c: New test.
37795         * string/Makefile: Run it.
37797 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37799         [BZ #11607]
37800         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37801         the first character.
37803 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37805         * csu/elf-init.c (__libc_csu_irel): Function removed.
37806         * csu/libc-start.c (apply_irel): New function.
37807         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37809 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37811         * sysdeps/unix/sysv/linux/kernel-features.h
37812         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37813         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37814         <kernel-features.h>.
37815         [__NR_fadvise64_64]: Make code unconditional.
37816         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37817         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37818         !__NR_fadvise64_64)]: Likewise.
37819         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37820         !__NR_fadvise64_64))]: Likewise.
37821         [__NR_fadvise64]: Make code unconditional.
37822         [!__NR_fadvise64]: Remove conditional code.
37823         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37824         <kernel-features.h>.
37825         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37826         unconditional.
37827         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37828         conditional code.
37829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37830         not include <kernel-features.h>.
37831         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37832         unconditional.
37833         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37834         conditional code.
37835         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37836         include <kernel-features.h>.
37837         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37838         unconditional.
37839         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37840         conditional code.
37842 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37844         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37845         slight instruction rearrangements per scrollpipe analysis.
37846         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37848 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37850         * manual/syslog.texi (syslog; vsyslog, closelog):
37851         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37852         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37854         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37855         DSOCAPS to match condition on defining it.
37857 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37859         * sysdeps/unix/sysv/linux/kernel-features.h
37860         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37862         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37863         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37865         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37866         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37868         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37869         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37871         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37872         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37874         * sysdeps/unix/sysv/linux/kernel-features.h
37875         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37876         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37877         unconditional.
37878         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37879         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37880         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37881         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37882         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37883         Make code unconditional.
37884         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37885         (__mmap64) [!__NR_mmap2]: Likewise.
37886         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37887         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37888         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37889         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37890         [__NR_mmap2]: Make code unconditional.
37891         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37892         (__mmap64) [!__NR_mmap2]: Likewise.
37894 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37896         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37898 2012-08-18  Andreas Jaeger  <aj@suse.de>
37900         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37902 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37904         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37905         * include/unistd.h (__have_sock_cloexec): Likewise.
37906         (__have_pipe2): Likewise.
37907         (__have_dup3): Likewise.
37909 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37911         [BZ #9685]
37912         * include/unistd.h (__have_pipe2): Change define into an extern int.
37913         (__have_dup3): Likewise.
37914         * socket/have_sock_cloexec.c: Include fcntl.h.
37915         (__have_pipe2): New variable.
37916         (__have_dup3): Likewise.
37918 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37920         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37922 2012-08-17  Marek Polacek  <polacek@redhat.com>
37924         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37925         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37927 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37929         * configure.in: Add AC_SUBST for sysheaders.
37930         * configure: Regenerated.
37931         * config.make.in (sysheaders): New substituted variable.
37933         * sysdeps/unix/mkfifo.c: Moved ...
37934         * sysdeps/posix/mkfifo.c: ... here.
37935         * sysdeps/unix/mkfifoat.c: Moved ...
37936         * sysdeps/posix/mkfifoat.c: ... here.
37938         * sysdeps/unix/utime.c: Moved ...
37939         * sysdeps/posix/utime.c: ... here.
37941         * sysdeps/unix/time.c: Moved ...
37942         * sysdeps/posix/time.c: ... here.
37943         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37944         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37946         * sysdeps/unix/nice.c: Moved ...
37947         * sysdeps/posix/nice.c: ... here.
37949         * sysdeps/unix/alarm.c: Moved ...
37950         * sysdeps/posix/alarm.c: ... here.
37952         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37954 2012-08-17  Jeff Law <law@redhat.com>
37956         * intl/Makefile (codeset_mo): New variable.
37957         ($(codeset_mo)): New target.
37958         (tst-codeset.out): Depend on that.  Remove explicit rule.
37959         (tst-gettext3.out, tst-gettext5.out): Likewise.
37960         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37961         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37962         * intl/tst-codeset.sh: Remove.
37963         * intl/tst-gettext3.sh: Likewise.
37964         * intl/tst-gettext5.sh: Likewise.
37966 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37968         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37969         * sysdeps/unix/syscalls.list: ... here.
37971         * sysdeps/posix/getaddrinfo.c
37972         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37973         (gaiconf_init, gaiconf_reload): Use them.
37974         [!_STATBUF_ST_NSEC]
37975         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37976         Define using time_t rather than struct timespec.
37978         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37979         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37980         Macros removed.
37981         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37982         [!NO_THREADS].
37983         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37984         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37985         Likewise.
37987         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37988         __libc_cleanup_push argument.
37990         * bits/param.h: New file.
37991         * misc/sys/param.h: New file.
37992         * include/sys/param.h: New file.
37993         * misc/Makefile (headers): Add bits/param.h.
37994         * sysdeps/generic/sys/param.h: File removed.
37995         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37996         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37997         * sysdeps/mach/hurd/bits/param.h: New file.
37998         * sysdeps/mach/hurd/sys/param.h: File removed.
38000         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38001         last change.
38003         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38004         [_IO_MTSAFE_IO].
38005         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38006         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38007         New macros.
38009         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38010         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38011         rather than -D_IO_MTSAFE_IO conditionally.
38012         * stdio-common/Makefile (CPPFLAGS): Likewise.
38013         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38014         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38015         Use $(libio-mtsafe).
38016         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38017         of -D_IO_MTSAFE_IO.
38018         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38019         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38020         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38021         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38022         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38023         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38024         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38025         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38026         (CFLAGS-fread_u_chk.c): Likewise.
38027         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38028         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38029         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38030         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38031         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38032         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38033         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38034         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38035         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38037         * libio/Makefile: Test [$(libc-reentrant) = yes]
38038         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38040         * Makeconfig
38041         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38042         * sysdeps/pthread/configure: File removed.
38043         * sysdeps/pthread/Makeconfig: New file.
38044         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38045         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38047 2012-08-16  Gary Benson  <gbenson@redhat.com>
38049         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38050         unmapping the first object in a namespace.
38052 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38054         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38055         (__internal_setnetgrent): ... this.  Add internal_function to
38056         definition.  Add libc_hidden_def.
38057         (setnetgrent): Update caller.
38058         (internal_endnetgrent): Renamed to ...
38059         (__internal_endnetgrent): ... this.  Add internal_function to
38060         definition.  Add libc_hidden_def.
38061         (endnetgrent): Update caller.
38062         (internal_getnetgrent_r): Renamed to ...
38063         (__internal_getnetgrent_r): ... this.  Add internal_function to
38064         definition.  Add libc_hidden_def.
38065         (__getnetgrent_r): Update caller.
38066         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38068 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38070         * stdlib/longlong.h: Update from GCC.
38072 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38074         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38075         on _QL, which is set by umul_ppmm but never used.
38076         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38077         variables, which are set by GMP macros but never used.
38078         * stdio-common/_itowa.c (_itowa): Likewise.
38079         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38080         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38082 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38084         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38085         struct La_sh_regs is not constant.
38086         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38087         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38088         and struct La_sparc64_regs are not constant.
38090 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38092         * sysdeps/unix/sysv/linux/kernel-features.h
38093         (__ASSUME_POSIX_TIMERS): Remove.
38094         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38095         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38096         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38097         Make code unconditional.
38098         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38099         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38100         Make code unconditional.
38101         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38102         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38103         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38104         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38105         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38106         Make code unconditional.
38107         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38108         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38109         (__libc_missing_posix_timers): Remove.
38111 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38113         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38114         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38116         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38118         * elf/dl-sym.c: Include <stdlib.h>.
38120         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38121         constants, which avoids warnings in 32-bit builds.
38123         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38124         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38126         * misc/lseek.c: File moved to ...
38127         * io/lseek.c: ... here.
38129         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38131         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38132         shifting LEN more than 31 bits at once.
38134 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38136         [BZ #14195]
38137         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38138         segmentation fault for a case of two empty input strings.
38139         * string/test-strncasecmp.c (check1): Renamed to...
38140         (bz12205): ...this.
38141         (bz14195): Add new testcase for two empty input strings and N > 0.
38142         (test_main): Call new testcase, adapt for renamed function.
38144 2012-08-15  Andreas Jaeger  <aj@suse.de>
38146         [BZ #14090]
38147         * crypt/md5test2.c: New test, based on test supplied by Serge
38148         Belyshev <belyshev@depni.sinp.msu.ru>.
38149         * crypt/Makefile (xtests): Add md5test-giant..
38150         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38152 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38154         [BZ #14090]
38155         * crypt/md5.c (md5_process_block): Don't assume the buffer
38156         length is less than 2**32.
38157         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38158         length is less than 2**64.
38160 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38162         * string/str-two-way.h: Include <sys/param.h>.
38163         (MAX): Macro removed.
38165         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38166         Move #define and #undef of memmove to just before and after
38167         including <string.h>.
38169         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38170         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38171         and after including <string.h>.  Move declarations of
38172         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38173         to before #include "string/memmove.c".
38175         * include/dirent.h: Declare __getdirentries.
38177         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38178         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38180 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38182         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38183         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38184         * sysdeps/i386/configure: Regenerated.
38185         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38186         STABS_CURRENT_FILE, and STABS_FUN.
38187         (END): Remove call to STABS_FUN_END.
38188         (STABS_CURRENT_FILE1): Delete.
38189         (STABS_CURRENT_FILE): Likewise.
38190         (STABS_FUN): Likewise.
38191         (STABS_FUN_END): Likewise.
38192         (STABS_FUN2): Likewise.
38193         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38194         * sysdeps/x86_64/configure: Regenerated.
38196 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38198         * elf/dl-open.c: Include <atomic.h>.
38199         * elf/dl-lookup.c: Likewise.
38201 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38203         * sysdeps/unix/sysv/linux/kernel-features.h
38204         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38205         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38206         unconditionally.
38207         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38208         unconditionally.
38209         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38210         condition on __ASSUME_CLONE_THREAD_FLAGS.
38212 2012-08-14  Andreas Jaeger  <aj@suse.de>
38214         * sysdeps/i386/fpu/libm-test-ulps: Update.
38216 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38218         * include/atomic.h (atomic_exchange_and_add): Split into ...
38219         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38220         New atomic macros.
38222 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38224         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38226 2012-08-13  Jeff Law <law@redhat.com>
38228         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38229         null byte in the output string.
38231 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38233         * sysdeps/unix/sysv/linux/kernel-features.h
38234         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38235         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38236         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38237         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38238         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38239         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38240         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38242 2012-08-09  Jeff Law <law@redhat.com>
38244         [BZ #13939]
38245         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38246         When avoid_arena is set, don't retry in the that arena.  Pick the
38247         next one, whatever it might be.
38248         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38249         (arena_lock): Pass in new parameter to arena_get2.
38250         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38251         arena_get2.
38252         (__libc_malloc): Unify retrying after main arena failure with
38253         __libc_memalign version.
38254         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38256 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38258         [BZ #14166]
38259         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38260         to __redirect_strstr.
38261         (__strstr_sse42): Use typeof __redirect_strstr.
38262         (__strstr_ia32): Likewise.
38263         (__libc_strstr): New prototype.
38264         (strstr): Renamed to ...
38265         (__libc_strstr): This.
38266         (strstr): New strong alias of __libc_strstr.
38267         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38268         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38269         __redirect_time.
38270         Include <time.h>.
38271         (__libc_time): New prototype.
38272         (time_ifunc): Replace time with __libc_time.
38273         (time): New strong alias and hidden definition of __libc_time.
38274         (__GI_time): Remove strong alias.
38275         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38276         Include <stddef.h>.
38277         (memmove): Redefined to __redirect_memmove.
38278         (__memmove_sse2): Use typeof __redirect_memmove.
38279         (__memmove_ssse3): Likewise.
38280         (__memmove_ssse3_back): Likewise.
38281         (__libc_memmove): New prototype.
38282         (memmove): Renamed to ...
38283         (__libc_memmove): This.
38284         (memmove): New strong alias of __libc_memmove.
38286 2012-08-08  Mark Salter  <msalter@redhat.com>
38288         * elf/elf.h
38289         (R_MN10300_TLS_GD): Define.
38290         (R_MN10300_TLS_LD): Likewise.
38291         (R_MN10300_TLS_LDO): Likewise.
38292         (R_MN10300_TLS_GOTIE): Likewise.
38293         (R_MN10300_TLS_IE): Likewise.
38294         (R_MN10300_TLS_LE): Likewise.
38295         (R_MN10300_TLS_DTPMOD): Likewise.
38296         (R_MN10300_TLS_DTPOFF): Likewise.
38297         (R_MN10300_TLS_TPOFF): Likewise.
38298         (R_MN10300_SYM_DIFF): Likewise.
38299         (R_MN10300_ALIGN): Likewise.
38300         (R_MN10300_NUM): Update.
38302 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38304         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38305         Remove.
38307 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38309         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38311         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38312         sysdeps/unix -> sysdeps/posix move.
38313         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38315 2012-08-07      Allan McRae     <allan@archlinux.org>
38317         [BZ #14303]
38318         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38319         (SUNOS_CPP): Likewise.
38320         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38321         not found.
38322         (open_input): Call CPP using execvp.
38324 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38326         * sysdeps/unix/sysv/linux/kernel-features.h
38327         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38328         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38329         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38330         (__ASSUME_WAITID_SYSCALL): Likewise.
38331         * sysdeps/unix/sysv/linux/dl-execstack.c
38332         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38333         code unconditional.
38334         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38335         conditional code.
38336         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38337         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38338         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38339         code.
38340         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38341         unconditional.
38342         [__ASSUME_WAITID_SYSCALL]: Likewise.
38343         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38345 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38347         * sysdeps/unix/closedir.c: Renamed to ...
38348         * sysdeps/posix/closedir.c: ... here.
38349         * sysdeps/unix/dirfd.c: Renamed to ...
38350         * sysdeps/posix/dirfd.c: ... here.
38351         * sysdeps/unix/dirstream.h: Renamed to ...
38352         * sysdeps/posix/dirstream.h: ... here.
38353         * sysdeps/unix/fdopendir.c: Renamed to ...
38354         * sysdeps/posix/fdopendir.c: ... here.
38355         * sysdeps/unix/opendir.c: Renamed to ...
38356         * sysdeps/posix/opendir.c: ... here.
38357         * sysdeps/unix/readdir.c: Renamed to ...
38358         * sysdeps/posix/readdir.c: ... here.
38359         * sysdeps/unix/readdir_r.c: Renamed to ...
38360         * sysdeps/posix/readdir_r.c: ... here.
38361         * sysdeps/unix/rewinddir.c: Renamed to ...
38362         * sysdeps/posix/rewinddir.c: ... here.
38363         * sysdeps/unix/seekdir.c: Renamed to ...
38364         * sysdeps/posix/seekdir.c: ... here.
38365         * sysdeps/unix/telldir.c: Renamed to ...
38366         * sysdeps/posix/telldir.c: ... here.
38367         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38368         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38369         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38370         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38372         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38373         * bits/fcntl.h: ... here.
38375         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38376         not 0.
38377         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38378         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38379         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38380         (struct flock): Move l_start, l_len to the beginning.
38381         Use __pid_t for l_pid.
38382         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38383         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38384         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38385         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38386         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38387         [__USE_LARGEFILE64] (struct flock64): New type.
38388         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38390         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38391         * bits/dirent.h: ... here.
38393         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38394         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38396 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38398         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38399         Change from 2.6.0 to 2.6.16.
38400         * sysdeps/unix/sysv/linux/configure: Regenerated.
38401         * sysdeps/unix/sysv/linux/kernel-features.h
38402         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38403         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38404         version.
38405         (__ASSUME_UTIMES): Likewise.
38406         (__ASSUME_CLONE_STOPPED): Remove.
38407         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38408         architectures, not kernel version.
38409         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38410         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38411         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38412         (__ASSUME_WAITID_SYSCALL): Likewise.
38413         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38414         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38415         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38416         refer to older versions.
38418 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38420         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38421         Define alphasort64 as an alias.
38422         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38423         Define versionsort64 as an alias.
38424         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38425         Define scandir64 as an alias.
38426         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38427         Define scandirat64 as an alias.
38428         * dirent/alphasort64.c (alphasort64):
38429         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38430         * dirent/versionsort64.c: Likewise.
38431         * dirent/scandir64.c: Likewise.
38432         * dirent/scandirat64.c: Likewise.
38433         * sysdeps/wordsize-64/alphasort.c: File removed.
38434         * sysdeps/wordsize-64/alphasort64.c: File removed.
38435         * sysdeps/wordsize-64/scandir.c: File removed.
38436         * sysdeps/wordsize-64/scandir64.c: File removed.
38437         * sysdeps/wordsize-64/scandirat.c: File removed.
38438         * sysdeps/wordsize-64/scandirat64.c: File removed.
38439         * sysdeps/wordsize-64/versionsort.c: File removed.
38440         * sysdeps/wordsize-64/versionsort64.c: File removed.
38441         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38442         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38443         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38444         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38445         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38446         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38447         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38448         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38450         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38451         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38452         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38453         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38454         [defined __arch64__ || defined __sparcv9]
38455         (__INO_T_MATCHES_INO64_T): New macro.
38456         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38457         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38458         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38459         * sysdeps/unix/sysv/linux/bits/dirent.h
38460         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38461         (_DIRENT_MATCHES_DIRENT64): New macro.
38463         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38464         Define lockf64 as an alias.
38465         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38466         Define fseeko64 as an alias.
38467         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38468         Define ftello64 as an alias.
38469         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38470         Define _IO_fgetpos64 and fgetpos64 as aliases.
38471         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38472         Define _IO_fsetpos64 and fsetpos64 as aliases.
38473         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38474         Conditionalize body on this.
38475         * libio/fseeko64.c: Likewise.
38476         * libio/ftello64.c: Likewise.
38477         * libio/iofgetpos64.c: Likewise.
38478         * libio/iofsetpos64.c: Likewise.
38479         * sysdeps/wordsize-64/lockf.c: File removed.
38480         * sysdeps/wordsize-64/lockf64.c: File removed.
38481         * sysdeps/wordsize-64/fseeko.c: File removed.
38482         * sysdeps/wordsize-64/fseeko64.c: File removed.
38483         * sysdeps/wordsize-64/ftello.c: File removed.
38484         * sysdeps/wordsize-64/ftello64.c: File removed.
38485         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38486         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38487         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38488         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38489         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38490         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38491         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38492         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38493         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38494         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38495         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38496         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38497         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38498         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38500         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38501         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38502         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38503         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38504         [defined __arch64__ || defined __sparcv9]
38505         (__OFF_T_MATCHES_OFF64_T): New macro.
38506         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38507         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38508         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38509         (__OFF_T_MATCHES_OFF64_T): New macro.
38511 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38513         * stdlib/secure-getenv.c (__secure_getenv): Replace
38514         GLIBC_2_16 with GLIBC_2_17.
38516 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38518         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38519         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38521 2012-08-03  David S. Miller  <davem@davemloft.net>
38523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38525 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38527         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38528         Remove.
38529         (__ASSUME_CORRECT_SI_PID): Likewise.
38530         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38531         (__ASSUME_TMPFS_NAME): Likewise.
38532         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38533         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38534         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38535         (HAVE_AUX_SECURE): Make definition unconditional.
38536         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38537         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38539 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38541         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38542         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38543         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38544         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38545         __eloop_threshold instead of SYMLOOP_MAX.
38547         * sysdeps/generic/eloop-threshold.h: New file.
38548         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38549         of MAXSYMLINKS.
38550         * elf/chroot_canon.c (chroot_canon): Likewise.
38552 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38554         [BZ #13717]
38555         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38556         Change to 2.6.0 everywhere.
38557         * sysdeps/unix/sysv/linux/configure: Regenerated.
38558         * sysdeps/unix/sysv/linux/kernel-features.h
38559         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38560         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38561         kernel versions.
38562         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38563         (__ASSUME_FUTEX_REQUEUE): Remove.
38564         (__ASSUME_STATFS64): Define unconditionally.
38565         (__ASSUME_AT_SECURE): Likewise.
38566         (__ASSUME_CORRECT_SI_PID): Likewise.
38567         (__ASSUME_TGKILL): Define without depending on kernel version for
38568         i386.
38569         (__ASSUME_UTIMES): Likewise.
38570         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38571         kernel version.
38572         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38573         (__ASSUME_TMPFS_NAME): Likewise.
38574         * README: Update reference to Linux kernel versions.
38576 2012-08-02  Marek Polacek  <polacek@redhat.com>
38578         [BZ# 14150]
38579         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38580         libc_cv_asm_type_prefix with %.
38581         * configure: Regenerated.
38582         * include/libc-symbols.h: Remove comment about
38583         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38584         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38585         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38586         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38587         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38588         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38589         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38590         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38591         * elf/tst-unique2mod1.c: Likewise.
38592         * elf/tst-unique1mod2.c: Likewise.
38593         * elf/tst-unique1mod1.c: Likewise.
38594         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38595         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38596         Replace ASM_TYPE_DIRECTIVE with .type.
38597         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38598         * sysdeps/i386/sysdep.h: Likewise.
38599         * sysdeps/x86_64/sysdep.h: Likewise.
38600         * sysdeps/sh/sysdep.h: Likewise.
38601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38602         Do not define ASM_TYPE_DIRECTIVE.
38603         * sysdeps/powerpc/sysdep.h: Likewise.
38604         * sysdeps/powerpc/powerpc32/sysdep.h:
38605         Replace ASM_TYPE_DIRECTIVE with .type.
38606         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38607         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38608         * sysdeps/i386/fpu/e_powf.S: Likewise.
38609         * sysdeps/i386/fpu/e_expl.S: Likewise.
38610         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38611         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38612         * sysdeps/i386/fpu/e_pow.S: Likewise.
38613         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38614         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38615         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38616         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38617         * sysdeps/i386/fpu/e_log2.S: Likewise.
38618         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38619         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38620         * sysdeps/i386/fpu/e_powl.S: Likewise.
38621         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38622         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38623         * sysdeps/i386/fpu/e_logl.S: Likewise.
38624         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38625         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38626         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38627         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38628         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38629         * sysdeps/i386/fpu/e_log.S: Likewise.
38630         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38631         * sysdeps/i386/fpu/e_logf.S: Likewise.
38632         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38633         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38634         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38635         * sysdeps/i386/fpu/e_log10.S: Likewise.
38636         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38637         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38638         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38639         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38640         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38641         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38642         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38643         * sysdeps/i386/i686/strtok.S: Likewise.
38644         * sysdeps/i386/i386-mcount.S: Likewise.
38645         * sysdeps/i386/strtok.S: Likewise.
38646         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38647         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38648         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38649         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38650         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38651         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38652         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38653         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38654         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38655         * sysdeps/x86_64/_mcount.S: Likewise.
38656         * sysdeps/x86_64/strtok.S: Likewise.
38657         * sysdeps/sh/_mcount.S: Likewise.
38659 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38661         * libio/iofopen.c: Include <fcntl.h>.
38662         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38663         (_IO_fopen64, fopen64): Define as aliases.
38664         * libio/iofopen64.c: Include <fcntl.h>.
38665         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38666         Conditionalize body on this.
38667         * sysdeps/wordsize-64/iofopen.c: File removed.
38668         * sysdeps/wordsize-64/iofopen64.c: File removed.
38670 2012-08-01  Marek Polacek  <polacek@redhat.com>
38672         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38673         Use dlfcn directly instead of a variable.
38674         (binfmt-subdir): Do not define.
38675         (dlfcn): Likewise.
38677 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38679         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38680         Remove all definitions.
38681         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38682         <kernel-features.h>.
38683         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38684         (miss_F_GETOWN_EX): Remove all definitions.
38685         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38686         macro definition.
38687         [!__ASSUME_FCNTL64]: Remove conditional code.
38688         [__ASSUME_FCNTL64]: Make code unconditional.
38689         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38690         <kernel-features.h>.
38691         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38692         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38693         (lockf64) [__NR_fcntl64]: Make code unconditional.
38694         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38696         * sysdeps/unix/sysv/linux/kernel-features.h
38697         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38698         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38699         Make code unconditional.
38700         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38701         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38703         [__NR_vfork]: Make code unconditional.
38704         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38705         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38707         [__NR_vfork]: Make code unconditional.
38708         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38709         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38711 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38713         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38714         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38716         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38717         Define mkstemp64 as an alias.
38718         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38719         Define mkstemps64 as an alias.
38720         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38721         Define mkostemp64 as an alias.
38722         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38723         Define mkostemps64 as an alias.
38724         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38725         Conditionalize body on this.
38726         * misc/mkostemp64.c: Likewise.
38727         * misc/mkostemps64.c: Likewise.
38728         * misc/mkstemps64.c: Likewise.
38729         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38730         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38731         * sysdeps/wordsize-64/mkostemp.c: File removed.
38732         * sysdeps/wordsize-64/mkstemp.c: File removed.
38733         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38734         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38735         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38736         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38738         [BZ #14138]
38739         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38740         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38741         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38742         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38744         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38745         compat_symbol macros from <shlib-compat.h> rather than the underlying
38746         default_symbol_version and symbol_version macros, so that DEFAULT
38747         lines in shlib-versions are respected.
38748         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38750 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38752         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38753         Declare with warn_unused_result.
38754         (setgid, setregid, setegid, setresgid): Likewise.
38755         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38756         Likewise.
38757         * WUR-REPORT: Remove set*id functions.
38759 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38761         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38763 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38765         [BZ #10191]
38766         * include/sys/socket.h (__libc_accept, __libc_accept4):
38767         Add attribute_hidden.
38768         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38770         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38771         use of PTR_MANGLE.
38772         * inet/getnetgrent_r.c (setup): Likewise.
38774         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38776 2012-07-31  David S. Miller  <davem@davemloft.net>
38778         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38780 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38782         [BZ #13629]
38783         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38784         value between 1.0 and 2.0 and smaller part has absolute value less
38785         than 1.0.
38786         * math/s_clog10.c (__clog10): Likewise.
38787         * math/s_clog10f.c (__clog10f): Likewise.
38788         * math/s_clog10l.c (__clog10l): Likewise.
38789         * math/s_clogf.c (__clogf): Likewise.
38790         * math/s_clogl.c (__clogl): Likewise.
38791         * math/libm-test.inc (clog_test): Add more tests.
38792         (clog10_test): Likewise.
38793         * sysdeps/i386/fpu/libm-test-ulps: Update.
38794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38796 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38798         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38799         Exit with zero in case no suitable GID is found, and write a
38800         message to standard error.
38802 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38804         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38805         rather than to 1.
38806         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38807         (MAXPATHLEN): Removed.
38808         (NOGROUP, NODEV): New macros.
38809         (setbit, clrbit, isset, isclr): New macros.
38810         (howmany, roundup, powerof2): New macros.
38811         (DEV_BSIZE): New macro.
38813         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38814         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38816         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38817         definition on [!__NO_LONG_DOUBLE_MATH].
38819         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38820         PTR_MANGLE and PTR_DEMANGLE.
38822         * socket/accept4.c (accept4): Rename to __libc_accept4.
38823         Define accept4 as a weak alias.
38825         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38826         on [_DIRENT_HAVE_D_TYPE].
38827         * io/ftw.c (ftw_dir): Likewise.
38829         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38831         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38833         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38834         Use the BSD numbers rather than the arbitrary ones we had.
38835         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38836         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38837         (SIGXCPU, SIGXFSZ): New macros.
38838         (_NSIG): Now 32.
38840         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38841         initializer on [_LIBC_REENTRANT].
38843         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38844         definitions inside [_POSIX_MAPPED_FILES].
38846         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38848         * dirent/opendir.c: Include <fcntl.h>.
38850         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38851         (__libc_getspecific): Likewise.
38852         (__libc_key_create): Likewise.
38854         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38855         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38856         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38857         (tmpfile64): Define as alias.
38858         * sysdeps/wordsize-64/tmpfile.c: File removed.
38859         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38860         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38861         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38863         * stdio-common/vfscanf.c: Include <stdbool.h>.
38864         * nss/makedb.c: Likewise.
38865         * stdio-common/_i18n_number.h: Likewise.
38866         * argp/argp-help.c: Likewise.
38867         * posix/wordexp.c: Likewise.
38868         * sysdeps/posix/spawni.c: Likewise.
38869         * nss/nss_files/files-initgroups.c: Likewise.
38870         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38871         * nss/nss_files/files-initgroups.c: Likewise.
38872         * nss/nss_db/db-netgrp.c: Likewise.
38873         * nss/nss_db/db-initgroups.c: Likewise.
38874         * io/fchmodat.c: Include <sys/stat.h>.
38876         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38877         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38879         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38880         [HAVE_MMAP].
38882         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38883         Add multiple inclusion protection.
38885 2012-07-27  David S. Miller  <davem@davemloft.net>
38887         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38889 2012-07-27  Gary Benson  <gbenson@redhat.com>
38891         [BZ #14298]
38892         * elf/rtld.c: Include <stap-probe.h>.
38893         (dl_main): Added static probes "init_start" and "init_complete".
38894         * elf/dl-load.c: Include <stap-probe.h>.
38895         (lose): Take new parameter "nsid".
38896         Added static probe "map_failed".
38897         (_dl_map_object_from_fd): Pass namespace id to lose.
38898         Added static probe "map_start".
38899         (open_verify): Pass namespace id to lose.
38900         * elf/dl-open.c: Include <stap-probe.h>.
38901         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38902         and "reloc_complete".
38903         * elf/dl-close.c: Include <stap-probe.h>.
38904         (_dl_close_worker): Added static probes "unmap_start" and
38905         "unmap_complete".
38906         * elf/rtld-debugger-interface.txt: New file documenting the above.
38908 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38910         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38911         rather than a string variable.
38912         * sunrpc/rpc_main.c (h_output): Likewise.
38913         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38915 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38917         * inet/check_native.c: New file.
38919 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38921         [BZ #13629]
38922         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38923         if larger part has absolute value 1.0.
38924         * math/s_clog10.c (__clog10): Likewise.
38925         * math/s_clog10f.c (__clog10f): Likewise.
38926         * math/s_clog10l.c (__clog10l): Likewise.
38927         * math/s_clogf.c (__clogf): Likewise.
38928         * math/s_clogl.c (__clogl): Likewise.
38929         * math/libm-test.inc (clog_test): Add more tests.
38930         (clog10_test): Likewise.
38931         * sysdeps/i386/fpu/libm-test-ulps: Update.
38932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38934         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38935         (pltexit): Likewise.
38936         (La_regs): Likewise.
38937         (La_retval): Likewise.
38938         (int_retval): Likewise.
38939         Update #error for removed macros to refer only to definitions in
38940         tst-audit.h.
38941         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38942         macro.
38943         (pltexit): Likewise.
38944         (La_regs): Likewise.
38945         (La_retval): Likewise.
38946         (int_retval): Likewise.
38947         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38948         macro.
38949         (pltexit): Likewise.
38950         (La_regs): Likewise.
38951         (La_retval): Likewise.
38952         (int_retval): Likewise.
38953         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38954         macro.
38955         (pltexit): Likewise.
38956         (La_regs): Likewise.
38957         (La_retval): Likewise.
38958         (int_retval): Likewise.
38959         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38960         macro.
38961         (pltexit): Likewise.
38962         (La_regs): Likewise.
38963         (La_retval): Likewise.
38964         (int_retval): Likewise.
38965         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38966         macro.
38967         (pltexit): Likewise.
38968         (La_regs): Likewise.
38969         (La_retval): Likewise.
38970         (int_retval): Likewise.
38971         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38972         macro.
38973         (pltexit): Likewise.
38974         (La_regs): Likewise.
38975         (La_retval): Likewise.
38976         (int_retval): Likewise.
38977         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38978         macro definitions in tst-audit.h.
38979         * sysdeps/i386/tst-audit.h: New file.
38980         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38981         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38982         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38983         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38984         * sysdeps/sh/tst-audit.h: Likewise.
38985         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38986         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38987         * sysdeps/x86_64/tst-audit.h: Likewise.
38989 2012-07-26  Andreas Jaeger  <aj@suse.de>
38991         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38992         ptrace.
38994         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38995         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38996         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38997         PTRACE_O_MASK.
38998         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38999         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39000         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39002         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39003         value.
39005         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39006         _sigsys.
39007         (si_call_addr, si_syscall, si_arch): Define new macro.
39008         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39009         _sigsys.
39010         (si_call_addr, si_syscall, si_arch): Define new marcro.
39011         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39012         _sigsys.
39013         (si_call_addr, si_syscall, si_arch): Define new macro.
39014         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39015         _sigsys.
39016         (si_call_addr, si_syscall, si_arch): Define new macro.
39018 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39020         [BZ #13717]
39021         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39022         Change to 2.4.21 where previously 2.4.1.
39023         * sysdeps/unix/sysv/linux/configure: Regenerated.
39024         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39025         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39026         Linux kernel version.
39027         (__ASSUME_STD_AUXV): Remove.
39028         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39029         kernel version.
39030         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39031         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39032         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39033         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39034         (__ASSUME_NETLINK_SUPPORT): Likewise.
39035         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39036         (__no_netlink_support): Remove conditional definition.
39037         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39038         Remove.
39039         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39040         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39041         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39042         (if_nameindex_ioctl): Remove.
39043         (if_nameindex_netlink): Do not handle __no_netlink_support.
39044         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39045         code.
39046         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39047         Remove conditional code.
39048         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39049         code.
39050         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39051         unconditional.
39052         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39053         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39054         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39055         Remove.
39056         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39057         [!__ASSUME_STD_AUXV]: Remove conditional code.
39058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39059         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39060         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39062         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39063         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39064         code.
39065         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39067         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39068         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39069         conditional code.
39070         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39072         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39073         code.
39074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39075         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39076         conditional code.
39077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39078         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39079         code unconditional.
39080         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39081         conditional code.
39082         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39083         unconditional.
39084         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39085         conditional code.
39086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39087         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39088         unconditional.
39089         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39090         conditional code.
39091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39092         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39093         code unconditional.
39094         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39095         conditional code.
39096         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39097         unconditional.
39098         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39099         conditional code.
39100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39101         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39102         code unconditional.
39103         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39104         conditional code.
39105         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39106         unconditional.
39107         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39108         conditional code.
39110 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39112         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39113         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39114         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39115         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39116         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39117         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39118         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39119         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39120         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39121         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39122         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39123         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39124         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39125         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39126         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39127         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39128         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39129         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39130         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39131         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39132         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39133         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39134         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39136 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39138         * Versions.def: Add GLIBC_2.17.
39139         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39140         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39141         Introduce __libc_secure_getenv.
39142         * stdlib/Versions (2.17): Add secure_getenv
39143         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39144         * stdlib/secure-getenv.c: Rename __secure_getenv to
39145         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39146         symbol __secure_getenv for GLIBC_2.0.
39147         * stdlib/tst-secure-getenv.c: New.
39148         * stdlib/Makefile (tests): Add testcase.
39149         * manual/startup.texi (Environment Access): Document
39150         secure_getenv.
39151         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39152         __libc_secure_getenv.
39153         * inet/ruserpass.c (ruserpass): Likewise.
39154         * malloc/mtrace.c (mtrace): Likewise.
39155         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39156         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39157         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39158         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39159         HAVE_SECURE_GETENV.
39160         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39161         __secure_getenv to __libc_secure_getenv.
39162         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39164         Likewise.
39165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39166         Likewise.
39167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39168         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39169         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39171         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39172         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39175 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39177         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39178         (struct La_i86_retval): Likewise.
39179         (struct La_x86_64_regs): Likewise.
39180         (struct La_x86_64_retval): Likewise.
39181         (struct La_x32_regs): Likewise.
39182         (struct La_x32_retval): Likewise.
39183         (struct La_ppc32_regs): Likewise.
39184         (struct La_ppc32_retval): Likewise.
39185         (struct La_ppc64_regs): Likewise.
39186         (struct La_ppc64_retval): Likewise.
39187         (struct La_sh_regs): Likewise.
39188         (struct La_sh_retval): Likewise.
39189         (struct La_s390_32_regs): Likewise.
39190         (struct La_s390_32_retval): Likewise.
39191         (struct La_s390_64_regs): Likewise.
39192         (struct La_s390_64_retval): Likewise.
39193         (struct La_sparc32_regs): Likewise.
39194         (struct La_sparc32_retval): Likewise.
39195         (struct La_sparc64_regs): Likewise.
39196         (struct La_sparc64_retval): Likewise.
39197         (struct audit_ifaces): Remove architecture-specific pltenter and
39198         pltexit members.
39199         * sysdeps/i386/ldsodefs.h: New file.
39200         * sysdeps/powerpc/ldsodefs.h: Likewise.
39201         * sysdeps/s390/ldsodefs.h: Likewise.
39202         * sysdeps/sh/ldsodefs.h: Likewise.
39203         * sysdeps/sparc/ldsodefs.h: Likewise.
39204         * sysdeps/x86_64/ldsodefs.h: Likewise.
39206 2012-07-25  Marek Polacek  <polacek@redhat.com>
39208         [BZ #6808]
39209         * math/libm-test.inc (yn_test): Add another test.
39210         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39211         to ERANGE when the result is +-Inf.
39212         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39213         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39214         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39215         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39217 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39219         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39220         equal to 0.
39221         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39222         clock_t.
39223         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39225 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39227         * configure.in <sysdeps resolving>: Correct printing
39228         Implies_before.
39229         * configure: Regenerate.
39231 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39233         * math/w_ilogb.c: Include <limits.h>.
39234         * math/w_ilogbl.c: Likewise.
39236 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39238         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39239         va_copy.  Document allowing for unavailable va_copy only as
39240         pre-C99 compatibility.
39241         * manual/string.texi (Copying and Concatenation): Use va_copy
39242         instead of __va_copy in concat example.
39244 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39246         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39247         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39248         it if not null.
39250         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39251         with O_NOLINK passed to __file_name_lookup.
39253         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39254         with O_NOLINK passed to __file_name_lookup.
39256         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39257         negative N or less than NGIDS.
39259         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39260         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39261         enough.  Use memcpy instead of strncpy.
39263 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39265         * elf/Makefile (check-data): Remove.
39266         (localplt.data): New vpath directive.
39267         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39268         instead of $(check-data).
39269         * scripts/data/localplt-generic.data: Move to ...
39270         * sysdeps/generic/localplt.data: ... here.
39271         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39272         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39273         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39275         ... here.
39276         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39278         ... here.
39279         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39280         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39281         ... here.
39282         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39284         ... here.
39285         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39286         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39287         ... here.
39288         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39289         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39290         ... here.
39292 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39294         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39295         PPC32 and PPC64 files.
39296         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39297         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39299 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39301         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39302         __makecontext_ret to ...
39303         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39304         ... here and call exit if uc_link is NULL.  New file.
39305         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39306         __makecontext_ret.S.
39307         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39308         __makecontext_ret to ...
39309         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39310         ... here and call exit if uc_link is NULL.  New file.
39311         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39312         __makecontext_ret.S.
39314 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39316         * elf/elf.h (R_390_IRELATIVE): New definition.
39317         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39318         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39319         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39320         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39321         (elf_machine_lazy_rel): Likewise.
39322         * sysdeps/s390/dl-irel.h: New file.
39323         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39324         * sysdeps/s390/s390-64/memset.S: New asm code.
39325         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39326         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39327         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39328         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39329         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39330         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39331         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39332         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39333         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39334         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39335         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39336         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39337         * sysdeps/s390/s390-32/memset.S: New asm code.
39338         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39340 2012-07-17  Marek Polacek  <polacek@redhat.com>
39342         [BZ #14349]
39343         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39344         * sysdeps/s390/s390-64/configure.in: Likewise.
39345         * sysdeps/sparc/configure.in: Likewise.
39346         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39347         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39348         * sysdeps/i386/configure.in: Likewise.
39349         * sysdeps/x86_64/configure.in: Likewise.
39350         * sysdeps/sh/configure.in: Likewise.
39351         * sysdeps/s390/s390-32/configure: Regenerated.
39352         * sysdeps/s390/s390-64/configure: Likewise.
39353         * sysdeps/x86_64/configure: Likewise.
39354         * sysdeps/sh/configure: Likewise.
39355         * sysdeps/powerpc/powerpc64/configure: Likewise.
39356         * sysdeps/powerpc/powerpc32/configure: Likewise.
39357         * sysdeps/sparc/configure: Likwise.
39358         * sysdeps/i386/configure: Likewise.
39360         * elf/dl-open.c: Comment fixes.
39362 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39364         * Makefile [CXX] (check-data): Remove.
39365         [CXX] (c++-types.data): New vpath directive.
39366         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39367         vpath.  Do not allow for C++ type data being missing.
39368         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39369         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39370         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39371         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39372         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39373         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39374         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39376         ... here.
39377         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39379         ... here.
39380         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39382         ... here.
39383         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39385         ... here.
39386         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39388         ... here.
39389         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39391         ... here.
39392         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39394         ... here.
39395         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39396         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39398         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39399         definitions to architecture-specific files.
39400         (TLS_IE): Likewise.
39401         (TLS_LD): Likewise.
39402         (TLS_GD): Likewise.
39403         * sysdeps/i386/tls-macros.h: New file.
39404         * sysdeps/powerpc/tls-macros.h: Likewise.
39405         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39406         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39407         * sysdeps/sh/tls-macros.h: Likewise.
39408         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39409         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39410         * sysdeps/x86_64/tls-macros.h: Likewise.
39412 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39414         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39415         zero value for regular exit case.
39417         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39418         (__start_context): Preserve zero value for regular exit case.
39420 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39421             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39423         * manual/setjmp.texi (setcontext): Clarify normal process
39424         termination when uc_link is the null pointer.
39425         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39426         exit call.
39428 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39430         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39431         preprocessor.  Test for each exception mask separately.
39433 2012-07-16  Andreas Jaeger  <aj@suse.de>
39435         * po/ru.po: Update from translation team.
39437 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39439         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39440         equal to 0.
39441         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39442         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39443         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39444         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39445         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39447 2012-07-13  Andreas Jaeger  <aj@suse.de>
39449         * po/fr.po: Update from translation team.
39451 2012-07-12  Marek Polacek  <polacek@redhat.com>
39453         [BZ #14173]
39454         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39455         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39456         loop condition.
39458 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39460         [BZ #13717]
39461         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39462         Change to 2.4.1 where previously 2.4.0.
39463         * sysdeps/unix/sysv/linux/configure: Regenerated.
39464         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39465         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39466         version.
39467         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39468         (__ASSUME_AT_CLKTCK): Remove.
39469         (__ASSUME_AT_PAGESIZE): Likewise.
39470         (__ASSUME_AT_XID): Likewise.
39471         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39472         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39473         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39474         unconditionally.
39475         (HAVE_AUX_PAGESIZE): Likewise.
39476         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39477         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39478         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39480 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39482         [BZ #14307]
39483         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39484         the temporary buffer used to invoke __gethostbyname2_r,
39485         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39486         host_data / struct gaih_addrtuple.
39487         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39488         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39489         header file nss/nsswitch.h.
39490         * nss/nsswitch.h (global scope): Add definition of implementation
39491         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39492         resolv/nss_dns/dns-host.c).
39494 2012-07-11  Andreas Jaeger  <aj@suse.de>
39496         * po/fr.po: Update from translation team.
39498         * po/sv.po: Update from translation team
39499         * po/fr.po: Another update from translation team.
39501 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39503         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39504         for subnormals or multiply small sinh result by itself.
39505         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39506         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39508 2012-07-11  David S. Miller  <davem@davemloft.net>
39510         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39512 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39514         [BZ #14347]
39515         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39516         (INTERNAL_MARK): Shift it here.
39518 2012-07-10  Marek Polacek  <polacek@redhat.com>
39520         [BZ #14151]
39521         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39522         libc_cv_asm_global_directive with .globl.
39523         * configure: Regenerated.
39524         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39525         with .globl.
39526         * sysdeps/i386/configure: Regenerated.
39527         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39528         with .globl.
39529         * sysdeps/x86_64/configure: Regenerated.
39530         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39531         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39532         * elf/tst-unique2mod2.c: Likewise.
39533         * elf/tst-unique2mod1.c: Likewise.
39534         * elf/tst-unique1mod2.c: Likewise.
39535         * elf/tst-unique1mod1.c: Likewise.
39536         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39537         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39538         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39539         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39540         * sysdeps/mach/sysdep.h: Likewise.
39541         * sysdeps/i386/sysdep.h: Likewise.
39542         * sysdeps/i386/i386-mcount.S: Likewise.
39543         * sysdeps/x86_64/_mcount.S: Likewise.
39544         * sysdeps/x86_64/sysdep.h: Likewise.
39545         * sysdeps/sh/_mcount.S: Likewise.
39546         * sysdeps/sh/sysdep.h: Likewise.
39547         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39548         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39549         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39550         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39551         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39552         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39553         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39554         * locale/localeinfo.h: Likewise.
39555         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39556         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39558 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39560         [BZ #14336]
39561         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39562         system".
39563         * manual/message.texi (The Uniforum approach): Likewise.
39564         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39565         (glibc iconv Implementation): Likewise.
39567 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39569         [BZ #14337]
39570         * math/s_clog.c (__clog): Avoid scaling a value down where that
39571         could result in underflow.
39572         * math/s_clog10.c (__clog10): Likewise.
39573         * math/s_clog10f.c (__clog10f): Likewise.
39574         * math/s_clog10l.c (__clog10l): Likewise.
39575         * math/s_clogf.c (__clogf): Likewise.
39576         * math/s_clogl.c (__clogl): Likewise.
39577         * math/libm-test.inc (clog_test): Add more tests.
39578         (clog10_test): Likewise.
39579         * sysdeps/i386/fpu/libm-test-ulps: Update.
39580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39582 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39584         [BZ #14283]
39585         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39586         by 7 not 8 to examine high bit of fractional part.
39588         [BZ #14042]
39589         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39590         for call to __mcount_internal.
39591         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39592         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39593         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39595 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39597         [BZ #14154]
39598         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39599         approximation for values within 0x1p-13f of an odd multiple of
39600         pi/4.
39601         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39602         exception.  Add more tests.
39603         * sysdeps/i386/fpu/libm-test-ulps: Update.
39605         [BZ #6778]
39606         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39607         inputs and return -1 for them.  Do not check for +Inf in case not
39608         reachable for +Inf.
39609         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39610         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39611         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39612         and return -1 for them.  Do not check for +Inf in case not
39613         reachable for +Inf.
39614         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39615         define.
39616         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39617         and return -1 for them.  Do not check for +Inf in case not
39618         reachable for +Inf.
39619         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39620         spurious underflow.
39621         * sysdeps/i386/fpu/libm-test-ulps: Update.
39622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39624 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39626         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39628 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39630         [BZ #14157]
39631         [BZ #14331]
39632         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39633         could result in spurious underflow.  Scale down values above
39634         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39635         * math/s_csqrtf.c (__csqrtf): Likewise.
39636         * math/s_csqrtl.c (__csqrtl): Likewise.
39637         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39638         spurious underflow.
39639         * sysdeps/i386/fpu/libm-test-ulps: Update.
39640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39642 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39644         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39645         xopen-msg.sed.
39646         * catgets/xopen-msg.awk: New file.
39647         * catgets/xopen-msg.sed: Removed.
39649         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39650         po2text.sed.
39651         * intl/po2test.awk: New file.
39652         * intl/po2test.sed: Removed.
39654 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39656         [BZ #14328]
39657         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39658         or multiply small sinh result by itself.
39659         * math/s_ctanf.c (__ctanf): Likewise.
39660         * math/s_ctanh.c (__ctanh): Likewise.
39661         * math/s_ctanhf.c (__ctanhf): Likewise.
39662         * math/s_ctanhl.c (__ctanhl): Likewise.
39663         * math/s_ctanl.c (__ctanl): Likewise.
39664         * math/libm-test.inc (ctan_test_tonearest): New function.
39665         (ctan_test_towardzero): Likewise.
39666         (ctan_test_downward): Likewise.
39667         (ctan_test_upward): Likewise.
39668         (ctanh_test_tonearest): Likewise.
39669         (ctanh_test_towardzero): Likewise.
39670         (ctanh_test_downward): Likewise.
39671         (ctanh_test_upward): Likewise.
39672         (main): Call these new functions.
39673         * sysdeps/i386/fpu/libm-test-ulps: Update.
39674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39676 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39678         * .gitignore: Delete /ports entry.
39680 2012-07-03  Andreas Jaeger  <aj@suse.de>
39682         * po/bg.po: Update from translation team.
39683         * po/cs.po: Likewise.
39684         * po/de.po: Likewise.
39685         * po/hr.po: Likewise.
39686         * po/nl.pl: Likewise.
39687         * po/pl.po: Likewise.
39688         * po/vi.po: Likewise.
39690 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39692         * Makeconfig [!+link] (+link-before-libc): New variable.
39693         [!+link] (+link-after-libc): Likewise.
39694         [!+link] (+link-tests): Likewise.
39695         [!+link] (+link): Define in terms of $(+link-before-libc) and
39696         $(+link-after-libc).
39697         [!+link-static] (+link-static-before-libc): New variable.
39698         [!+link-static] (+link-static-after-libc): Likewise.
39699         [!+link-static] (+link-static-tests): Likewise.
39700         [!+link-static] (+link-static): Define in terms of
39701         $(+link-static-before-libc) and $(+link-static-after-libc).
39702         [build-shared] (link-libc-before-gnulib): New variable.
39703         [build-shared] (link-libc-tests): Likewise.
39704         [build-shared] (link-libc): Define in terms of
39705         $(link-libc-before-gnulib).
39706         [!build-shared] (link-libc-tests): New variable.
39707         (link-libc-static-tests): New variable.
39708         [!gnulib] (gnulib-arch): New variable.
39709         [!gnulib] (gnulib-tests): Likewise.
39710         [!gnulib] (static-gnulib-arch): Likewise.
39711         [!gnulib] (static-gnulib-tests): Likewise.
39712         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39713         Define with "=" instead of ":=".
39714         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39715         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39716         * Rules (binaries-all-notests): New variable.
39717         (binaries-all-tests): Likewise.
39718         (binaries-static-notests): Likewise.
39719         (binaries-static-tests): Likewise.
39720         (binaries-all): Define using $(binaries-all-notests) and
39721         $(binaries-all-tests).
39722         (binaries-static): Define using $(binaries-static-notests) and
39723         $(binaries-static-tests).
39724         (binaries-shared-tests): New variable.
39725         (binaries-shared-notests): Likewise.
39726         (binaries-shared): Remove variable.
39727         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39728         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39729         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39730         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39731         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39732         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39733         * elf/Makefile (sln-modules): New variable.
39734         (extra-objs): Add $(sln-modules:=.o).
39735         (ldconfig-modules): Add static-stubs.
39736         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39737         * elf/static-stubs.c: New file.
39739         [BZ #14283]
39740         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39741         by 7 not 8 to examine high bit of fractional part.  Use volatile
39742         variables when splitting into final array of floats if
39743         __FLT_EVAL_METHOD__ != 0.
39744         * math/libm-test.inc (cos_test): Add another test.
39745         (sin_test): Likewise.
39746         * sysdeps/i386/fpu/libm-test-ulps: Update.
39748         [BZ #14273]
39749         * math/libm-test.inc (cosh_test): Add more tests.
39751         * version.h (RELEASE): Set to "development".
39752         (VERSION): Set to "2.16.90".
39754 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39756         * NEWS: Update copyright. Remove last-updated date.
39757         Mention math library bug fixes and timezone data changes.
39758         * README: Mention GNU/Hurd, x32, and HPPA support status.
39760 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39762         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39764 2012-06-27  Andreas Jaeger  <aj@suse.de>
39766         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39768 2012-06-25  Andreas Jaeger  <aj@suse.de>
39770         * sysdeps/s390/fpu/libm-test-ulps: Update.
39772 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39773             Thomas Schwinge  <thomas@codesourcery.com>
39775         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39776         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39777         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39778         fanotify_mark.
39780 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39782         * sysdeps/mach/start.c: Remove file.
39783         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39784         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39785         * sysdeps/sh/init-first.c: Likewise.
39787         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39788         registers for frame unwinding purposes, add CFI directives.
39789         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39790         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39791         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39792         Likewise.
39794         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39795         __fortify_fail returning.
39796         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39798         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39799         sysdeps/sh/____longjmp_chk.S.
39800         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39801         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39802         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39803         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39805         * sysdeps/sh/abort-instr.h: New file.
39806         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39807         process in case exit returns.
39809         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39810         initialize the GOT register before use.
39812         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39813         calculation of ARGC > 4.
39815         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39816         meaningful names to some local labels.
39818 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39819             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39821         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39822         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39823         (__arch_compare_and_exchange_val_16_acq): Likewise.
39824         (__arch_compare_and_exchange_val_32_acq): Likewise.
39825         (atomic_exchange_and_add): Fix gUSA sequence.
39826         (atomic_add): Likewise.
39827         (atomic_add_negative): Likewise.
39828         (atomic_add_zero): Likewise.
39829         (atomic_bit_test_set): Likewise.
39831 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39833         [BZ #13579]
39834         * include/link.h (struct link_map): Add l_free_initfini.
39835         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39836         l_initfini.
39837         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39838         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39839         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39840         set.
39842 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39844         * configure.in: Use AC_LANG_SOURCE.
39845         * configure: Regenerate.
39847 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39849         * configure.in (libc_cv_localstatedir): New substituted variable.
39850         * configure: Regenerated.
39851         * config.make.in (localstatedir): New variable, substituted from
39852         libc_cv_localstatedir.
39853         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39854         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39855         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39856         * sysdeps/gnu/configure: Regenerated.
39858 2012-06-21  Jeff Law  <law@redhat.com>
39860         [BZ #14277]
39861         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39862         free.  Simplify list management for _LIBC case.
39864 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39866         [BZ #14273]
39867         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39868         Clear sign bit of 64-bit integer value before comparing against
39869         overflow value.
39871         * sysdeps/mach/configure: Regenerated.
39873 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39875         [BZ #14278]
39876         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39878 2012-06-21  Jeff Law  <law@redhat.com>
39880         [BZ #13882]
39881         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39882         uint16_t for elements in the "seen" array to avoid char overflows.
39883         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39884         * elf/dl-open.c (dl_open_worker): Likewise.
39886 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39888         * scripts/list-sources.sh: Scan PORTS for translations.
39889         * po/libc.pot: Regenerated.
39891 2012-06-21  Andreas Jaeger  <aj@suse.de>
39893         [BZ #12194]
39894         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39895         warning.
39896         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39897         * bits/byteswap-16.h (__bswap_16): Likewise.
39898         * bits/byteswap.h (__bswap_constant_16): Likewise.
39900 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39902         [BZ #14117]
39903         * sysdeps/i386/fpu_control.h: Removed.
39904         * sysdeps/x86_64/fpu_control.h: Moved to ...
39905         * sysdeps/x86/fpu_control.h: Here.
39907         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39908         (_FPU_SETCW): Likewise.
39910 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39912         [BZ #14117]
39913         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39914         * sysdeps/x86/fpu/bits/mathinline.h: This.
39915         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39917         [BZ #14050]
39918         [BZ #14117]
39919         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39920         functions if __x86_64__ is defined.
39922 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39924         * string/endian.h: Add !__ASSEMBLER__ condition for including
39925         conversion interfaces.
39927 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39929         [BZ #14241]
39930         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39931         of ABS(x) in calculating zero to negative powers other than odd
39932         integers.
39933         * math/libm-test.inc (pow_test): Add more tests.
39935 2012-06-15  Andreas Jaeger  <aj@suse.de>
39937         * manual/contrib.texi (Contributors): Update entry of Liubov
39938         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39939         Machado Filho.
39941 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39943         * string/string.h: Add __wur to GNU version of strerror_r.
39945 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39947         [BZ #14229]
39948         * string/Makefile (tests): Add tst-strtok_r.
39949         * string/tst-strtok_r.c: New file.
39950         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39951         RAX_LP/RDX_LP on SAVE_PTR.
39953 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39955         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39957 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39959         * libm_test.inc (csqrt_test): Allow more spurious underflow
39960         exceptions.
39961         (j0_test): Likewise.
39962         (j1_test): Likewise.
39963         (y0_test): Likewise.
39964         (y1_test): Likewise.
39966 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39968         * po/Makefile (libc.pot): Use UTF-8 charset.
39970 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39972         [BZ #14210]
39973         Suppress sign-conversion warning from FD_SET.
39974         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39975         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39976         not unsigned long int.
39977         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39979 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39981         [BZ #14050]
39982         [BZ #14117]
39983         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39984         __extern_always_inline instead of __extern_inline.
39985         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39986         (__signbit): Likewise.
39987         (__signbitl): Support C++ namespace.
39988         (lrintf): New inline function.
39989         (lrint): Likewise.
39990         (llrintf): Likewise.
39991         (llrint): Likewise.
39992         (fmaxf): Likewise.
39993         (fmax): Likewise.
39994         (fminf): Likewise.
39995         (fmin): Likewise.
39996         (rint): Likewise.
39997         (rintf): Likewise.
39998         (ceil): Likewise.
39999         (ceilf): Likewise.
40000         (floor): Likewise.
40001         (floorf): Likewise.
40002         (nearbyint): Likewise.
40003         (nearbyintf): Likewise.
40005 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40007         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40008         non-default versions.
40010 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40012         [BZ #14218]
40013         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40015 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40017         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40018         (FE_UPWARD, FE_DOWNWARD): Don't define.
40019         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40020         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40022         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40023         reading it.
40024         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40025         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40027 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40029         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40030         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40031         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40032         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40034 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40036         [BZ #14117]
40037         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40038         * sysdeps/i386/fpu/Implies: New file.
40039         * sysdeps/x86_64/fpu/Implies: Likewise.
40040         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40041         * sysdeps/x86/fpu/bits/fenv.h: This.
40043         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40044         __SSE_MATH__.
40046 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40048         [BZ #14134]
40049         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40050         character 0xffff that matches the last element of the
40051         conversion table.
40053 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40055         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40056         fmodl commit.
40058 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40060         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40061         values higher than 25.6283.
40063 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40065         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40066         subnormal exponent extraction and add some __builtin_expect.
40067         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40068         Fix for subnormal mantissa calculation.
40070 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40072         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40073         cpu2 is -1 and errno is not ENOSYS.
40075 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40077         [BZ #14117]
40078         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40079         * sysdeps/x86/bits/string.h: This.
40080         * sysdeps/x86_64/bits/string.h: Removed.
40082         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40083         if not compiling for x86-64, but compiling for >= i486.
40085         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40086         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40088         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40089         New macro from Linux kernel 3.4.0.
40090         (FP_XSTATE_MAGIC2): Likewise.
40091         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40092         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40093         (struct _fpx_sw_bytes): New struct.
40094         (struct _xsave_hdr): Likewise.
40095         (struct _ymmh_state): Likewise.
40096         (struct _xstate): Likewise.
40098         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40099         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40100         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40101         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40102         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40103         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40105         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40106         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40107         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40108         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40109         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40110         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40112 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40114         [BZ #13743]
40115         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40116         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40117         (sysdep_headers): Include sys/platform/ppc.h.
40118         * sysdeps/powerpc/test-gettimebase.c: Test for
40119         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40120         * manual/Makefile (appendices): Include platform.texi.
40121         * manual/contrib.texi (Contributors): Update @node pointers.
40122         * manual/maint.texi (Maintenance): Likewise.
40123         (Platform): New node.
40124         * manual/platform.texi: New file.  Document the new features.
40126 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40127             Jakub Jelinek  <jakub@redhat.com>
40129         [BZ #14188]
40130         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40131         where __builtin_expect is unavailable.
40133 2012-06-03  David S. Miller  <davem@davemloft.net>
40135         * stdlib/longlong.h: Updated from GCC.
40137 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40139         [BZ #14042]
40140         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40141         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40142         __mcount_internal.
40143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40144         (GLIBC_2.16): Likewise.
40146 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40148         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40150 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40153         (default-abi): New variable.
40154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40155         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40156         variable.
40157         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40158         Likewise.
40159         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40160         Likewise.
40161         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40162         Likewise.
40164         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40165         definition.  Document in comment.
40167 2012-06-01  David S. Miller  <davem@davemloft.net>
40169         * stdlib/longlong.h: Updated from GCC.
40171 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40173         [BZ #14117]
40174         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40175         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40176         sys/debugreg.h sys/io.h here.
40177         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40178         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40179         sys/io.h.
40180         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40181         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40182         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40183         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40184         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40185         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40187         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40188         Define only if __x86_64__ is defined.
40190 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40192         [BZ #14048]
40193         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40194         Use int64_t for variable i.
40195         * math/libm-test.inc (fmod_test): Add more tests.
40197         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40198         z computation is not scheduled after fetestexcept.
40199         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40200         Use math_force_eval instead of asm to ensure calculation scheduled
40201         before exception test.
40202         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40203         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40205 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40207         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40208         computation is not scheduled after fetestexcept.
40210 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40212         [BZ #14117]
40213         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40214         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40216 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40218         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40219         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40221 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40223         [BZ #14117]
40224         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40225         <bits/wordsize.h>.
40226         (__WCHAR_MIN): Support __WORDSIZE == 64.
40227         (__WCHAR_MAX): Likewise.
40229         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40230         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40232         [BZ #14183]
40233         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40234         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40236         [BZ #14117]
40237         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40238         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40240         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40241         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40243         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40244         Defined to 1 if __x86_64__ isn't defined.
40245         (_STAT_VER_LINUX_OLD): New.
40246         (st_atime): Remove duplicate.
40247         (st_mtime): Likewise.
40248         (st_ctime): Likewise.
40250 2012-05-31  David S. Miller  <davem@davemloft.net>
40252         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40253         entries.
40255 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40257         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40258         gen-libm-test.pl.
40260         [BZ #14132]
40261         * elf/dl-reloc.c: Include <_itoa.h>.
40262         (_dl_reloc_bad_type): Remove use of INTUSE.
40263         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40264         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40265         * stdio-common/psiginfo.c (psiginfo): Likewise.
40266         * stdio-common/psignal.c (psignal): Likewise.
40267         * string/strsignal.c (strsignal): Likewise.
40268         * include/signal.h (_sys_siglist): Declare hidden proto.
40269         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40270         INTVARDEF with libc_hidden_data_def.
40271         * stdio-common/itoa-udigits.c: Likewise.
40272         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40273         (_itoa_lower_digits_internal): Remove declaration.
40274         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40275         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40276         (_sys_sigabbrev_internal): Remove aliases.
40277         (_sys_siglist): Define hidden alias.
40279 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40281         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40282         bits/sysctl.h.
40284 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40286         [BZ #14117]
40287         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40288         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40290         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40291         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40292         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40293         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40294         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40295         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40297         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40298         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40299         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40301         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40302         with __addr.
40303         (insw): Likewise.
40304         (insl): Likewise.
40305         (outsb): Likewise.
40306         (outsw): Likewise.
40307         (outsl): Likewise.
40309         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40310         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40311         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40313         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40314         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40315         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40316         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40317         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40318         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40320         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40321         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40323         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40324         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40326         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40327         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40328         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40330         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40331         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40332         to ...
40333         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40335         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40336         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40337         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40339         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40340         for x86-64.
40341         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40343 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40345         * math/math.h (M_El): Use two more decimal places.
40346         (M_LOG2El): Likewise.
40347         (M_LOG10El): Likewise.
40348         (M_LN2l): Likewise.
40349         (M_LN10l): Likewise.
40350         (M_PIl): Likewise.
40351         (M_PI_2l): Likewise.
40352         (M_PI_4l): Likewise.
40353         (M_1_PIl): Likewise.
40354         (M_2_PIl): Likewise.
40355         (M_2_SQRTPIl): Likewise.
40356         (M_SQRT2l): Likewise.
40357         (M_SQRT1_2l): Likewise.
40359 2012-05-31  David S. Miller  <davem@davemloft.net>
40361         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40362         values between float registers.
40363         * sysdeps/sparc/sparc64/memset.S: Likewise.
40364         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40366 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40368         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40369         -D_FORTIFY_SOURCE=1.
40370         (CPPFLAGS-tst-longjmp_chk.c): Define.
40371         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40372         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40373         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40374         CFLAGS-tst-wchar-h.c.
40376 2012-05-31  Marek Polacek  <polacek@redhat.com>
40378         [BZ #14132]
40379         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40380         __endmntent_internal): Remove declaration.
40381         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40382         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40383         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40385 2012-05-30  David S. Miller  <davem@davemloft.net>
40387         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40388         (___Q_simulate_exceptions): Use real FP ops rather than writing
40389         into the %fsr.
40390         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40391         Likewise.
40393 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40395         [BZ #14117]
40396         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40397         * sysdeps/x86/bits/xtitypes.h: This.
40399         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40400         * sysdeps/x86/bits/wordsize.h: This.
40402         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40403         * sysdeps/x86/bits/huge_vall.h: This.
40405         * sysdeps/i386/bits/select.h: Removed.
40406         * sysdeps/x86_64/bits/select.h: Renamed to ...
40407         * sysdeps/x86/bits/select.h: This.
40409         * sysdeps/i386/bits/setjmp.h: Removed.
40410         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40411         * sysdeps/x86/bits/setjmp.h: This.
40413         * sysdeps/i386/bits/mathdef.h: Removed.
40414         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40415         * sysdeps/x86/bits/mathdef.h: This.
40417 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40419         [BZ #14132]
40420         * include/sys/socket.h (__connect_internal)
40421         (__libc_sa_len_internal): Remove declaration.
40422         (__connect, __libc_sa_len): Declare hidden_proto.
40423         (SA_LEN): Remove use of INTUSE.
40424         * socket/connect.c: Add libc_hidden_def.
40425         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40426         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40427         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40428         alias.
40429         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40430         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40431         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40432         of adding _internal alias.
40434 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40436         [BZ #14117]
40437         * sysdeps/i386/bits/link.h: Removed.
40438         * sysdeps/i386/bits/linkmap.h: Likewise.
40439         * sysdeps/x86_64/bits/link.h: Renamed to ...
40440         * sysdeps/x86/bits/link.h: This.
40441         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40442         * sysdeps/x86/bits/linkmap.h: This.
40444         * sysdeps/i386/bits/endian.h: Removed.
40445         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40446         * sysdeps/x86/bits/endian.h: This.
40448         * sysdeps/i386/bits/byteswap.h: Removed.
40449         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40450         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40451         * sysdeps/x86/bits/byteswap.h: This.
40452         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40453         * sysdeps/x86/bits/byteswap-16.h: This.
40454         * sysdeps/i386/Implies: Add x86.
40455         * sysdeps/x86_64/Implies: Likewise.
40457 2012-05-30  David S. Miller  <davem@davemloft.net>
40459         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40460         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40461         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40462         (FP_TRAPPING_EXCEPTIONS): Define.
40463         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40464         (FP_TRAPPING_EXCEPTIONS): Define.
40465         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40466         subnormals only when inexact has been signalled or underflow
40467         exceptions are enabled.
40468         (_FP_PACK_CANONICAL): Likewise.
40470 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40472         [BZ #14183]
40473         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40474         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40476 2012-05-30  Richard Henderson  <rth@twiddle.net>
40478         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40479         with #ifndef NOT_IN_libc.
40481         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40482         marked to avoid plt entry.
40484 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40486         [BZ #14112]
40487         * Makeconfig (default-abi): New macro.
40488         (abi-includes): Likewise.
40489         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40490         $(abi-$(default-abi)-lib-soname) for soname if defined.
40491         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40492         abi-variants.
40493         * Makefile (installed-stubs): Likewise.
40494         * include/stubs-biarch.h: Removed.
40495         * scripts/lib-names.awk: Only handle one library at a time.
40496         * scripts/soversions.awk: Remove WORDSIZE support.
40497         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40498         entries.
40499         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40500         Removed.
40501         (syscall-list-default-condition): Likewise.
40502         (syscall-list-default-condition): Likewise.
40503         (syscall-list-includes): Likewise.
40504         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40505         syscall-list-* with abi-*.  Handle undefined abi-variants.
40506         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40507         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40508         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40509         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40510         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40511         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40512         Removed.
40513         (syscall-list-32-options): Likewise.
40514         (syscall-list-32-condition): Likewise.
40515         (syscall-list-64-options): Likewise.
40516         (syscall-list-64-condition): Likewise.
40517         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40518         macro.
40519         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40520         Renamed to ...
40521         (abi-*): This.
40522         (abi-64-ld-soname): New macro.
40523         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40524         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40525         Renamed to ...
40526         (abi-*): This.
40527         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40528         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40530 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40532         * sysdeps/unix/sysv/linux/kernel-features.h
40533         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40534         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40535         include <kernel-features.h>.
40536         [!__NR_ftruncate64]: Remove conditional code.
40537         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40538         [__NR_ftruncate64]: Make code unconditional.
40539         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40540         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40541         include <kernel-features.h>.
40542         [!__NR_ftruncate64]: Remove conditional code.
40543         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40544         [__NR_ftruncate64]: Make code unconditional.
40545         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40547         include <kernel-features.h>.
40548         [!__NR_ftruncate64]: Remove conditional code.
40549         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40550         [__NR_ftruncate64]: Make code unconditional.
40551         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40553         include <kernel-features.h>.
40554         [!__NR_ftruncate64]: Remove conditional code.
40555         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40556         [__NR_ftruncate64]: Make code unconditional.
40557         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40559         * configure.in (libc_cv_fpie): Weaken to a compile test using
40560         LIBC_TRY_CC_OPTION.
40561         * configure: Regenerated.
40563 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40566         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40567         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40568         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40569         Refreshed.
40570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40573         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40574         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40575         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40576         Refreshed.
40578 2012-05-27  David S. Miller  <davem@davemloft.net>
40580         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40581         (___Q_zero): New.
40582         (__Q_simulate_exceptions): Return void.  Change to simulate
40583         exceptions by writing into the %fsr.
40584         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40585         (__Qp_handle_exceptions): Likewise.
40586         (numbers): Delete.
40587         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40588         __Qp_handle_exceptions.
40589         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40590         __Qp_handle_exceptions.
40591         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40592         as unused and give dummy FP_RND_NEAREST initializer.
40593         (FP_INHIBIT_RESULTS): Define.
40594         (___Q_simulate_exceptions): Update declaration.
40595         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40596         formatting.
40597         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40598         as unused and give dummy FP_RND_NEAREST initializer.
40599         (__Qp_handle_exceptions): Update declaration.
40600         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40601         formatting.
40603 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40605         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40606         the temporary FPU control word.
40607         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40608         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40609         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40610         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40611         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40612         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40613         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40614         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40615         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40616         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40617         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40619 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40621         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40622         fields.
40624 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40626         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40627         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40628         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40629         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40630         Likewise.
40631         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40632         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40633         Likewise.
40635 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40637         * po/h.po: Update from translation team.
40639 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40641         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40643         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40644         handling of denormals.
40645         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40646         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40647         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40648         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40649         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40650         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40651         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40652         Likewise.
40654 2012-05-26  Marek Polacek  <polacek@redhat.com>
40656         [BZ #14152]
40657         * math/libm-test.inc (fma_test): Don't always expect underflow
40658         exception.
40660 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40662         [BZ #12416]
40663         * elf/tst-execstack.c: Include stackinfo.h.
40664         (do_test): Adjust test case to ensure that pthread_getattr_np
40665         behaviour remains the same after marking stack executable.
40667 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40669         * sysdeps/unix/sysv/linux/kernel-features.h
40670         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40671         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40672         kernel-features.h.
40673         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40674         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40675         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40676         kernel-features.h.
40677         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40678         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40680 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40682         * configure.in: Define the default includes to being none.
40683         * configure: Regenerated.
40685 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40687         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40688         * sysdeps/x86_64/setjmp.S: Likewise.
40689         * sysdeps/i386/bsd-setjmp.S: Likewise.
40690         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40691         * sysdeps/i386/setjmp.S: Likewise.
40692         * sysdeps/i386/__longjmp.S: Likewise.
40693         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40694         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40696         * include/stap-probe.h: New file.
40697         * configure.in: Handle --enable-systemtap.
40698         * configure: Regenerated.
40699         * config.h.in (USE_STAP_PROBE): New #undef.
40700         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40701         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40702         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40704 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40706         [BZ #13717]
40707         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40708         to 2.4.0 where earlier.
40709         * sysdeps/unix/sysv/linux/configure: Regenerated.
40710         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40711         <kernel-features.h>.
40712         [__ASSUME_32BITUIDS]: Make code unconditional.
40713         [!__ASSUME_32BITUIDS]: Remove conditional code.
40714         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40715         <kernel-features.h>.
40716         [__ASSUME_32BITUIDS]: Make code unconditional.
40717         [!__ASSUME_32BITUIDS]: Remove conditional code.
40718         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40719         [__ASSUME_32BITUIDS]: Make code unconditional.
40720         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40721         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40722         <kernel-features.h>.
40723         [__ASSUME_32BITUIDS]: Make code unconditional.
40724         [!__ASSUME_32BITUIDS]: Remove conditional code.
40725         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40726         <kernel-features.h>.
40727         [__ASSUME_32BITUIDS]: Make code unconditional.
40728         [!__ASSUME_32BITUIDS]: Remove conditional code.
40729         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40730         <kernel-features.h>.
40731         [__ASSUME_32BITUIDS]: Make code unconditional.
40732         [!__ASSUME_32BITUIDS]: Remove conditional code.
40733         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40734         <kernel-features.h>.
40735         [__ASSUME_32BITUIDS]: Make code unconditional.
40736         [!__ASSUME_32BITUIDS]: Remove conditional code.
40737         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40738         <kernel-features.h>.
40739         [__ASSUME_32BITUIDS]: Make code unconditional.
40740         [!__ASSUME_32BITUIDS]: Remove conditional code.
40741         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40742         <kernel-features.h>.
40743         [__ASSUME_32BITUIDS]: Make code unconditional.
40744         [!__ASSUME_32BITUIDS]: Remove conditional code.
40745         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40746         <kernel-features.h>.
40747         [__ASSUME_32BITUIDS]: Make code unconditional.
40748         [!__ASSUME_32BITUIDS]: Remove conditional code.
40749         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40750         <kernel-features.h>.
40751         [__ASSUME_32BITUIDS]: Make code unconditional.
40752         [!__ASSUME_32BITUIDS]: Remove conditional code.
40753         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40754         <kernel-features.h>.
40755         [__ASSUME_32BITUIDS]: Make code unconditional.
40756         [!__ASSUME_32BITUIDS]: Remove conditional code.
40757         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40758         <kernel-features.h>.
40759         [__ASSUME_32BITUIDS]: Make code unconditional.
40760         [!__ASSUME_32BITUIDS]: Remove conditional code.
40761         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40762         <kernel-features.h>.
40763         [__NR_setresgid] (__setresgid): Do not declare.
40764         [__ASSUME_32BITUIDS]: Make code unconditional.
40765         [!__ASSUME_32BITUIDS]: Remove conditional code.
40766         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40767         <kernel-features.h>.
40768         [__NR_setresuid] (__setresuid): Do not declare.
40769         [__ASSUME_32BITUIDS]: Make code unconditional.
40770         [!__ASSUME_32BITUIDS]: Remove conditional code.
40771         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40772         <kernel-features.h>.
40773         [__ASSUME_32BITUIDS]: Make code unconditional.
40774         [!__ASSUME_32BITUIDS]: Remove conditional code.
40775         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40776         <kernel-features.h>.
40777         [__ASSUME_32BITUIDS]: Make code unconditional.
40778         [!__ASSUME_32BITUIDS]: Remove conditional code.
40779         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40780         <kernel-features.h>.
40781         [__ASSUME_32BITUIDS]: Make code unconditional.
40782         [!__ASSUME_32BITUIDS]: Remove conditional code.
40783         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40784         <kernel-features.h>.
40785         [__ASSUME_32BITUIDS]: Make code unconditional.
40786         [!__ASSUME_32BITUIDS]: Remove conditional code.
40787         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40788         <kernel-features.h>.
40789         [__ASSUME_32BITUIDS]: Make code unconditional.
40790         [!__ASSUME_32BITUIDS]: Remove conditional code.
40791         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40792         <kernel-features.h>.
40793         [__ASSUME_32BITUIDS]: Make code unconditional.
40794         [!__ASSUME_32BITUIDS]: Remove conditional code.
40795         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40796         <kernel-features.h>.
40797         [__ASSUME_32BITUIDS]: Make code unconditional.
40798         [!__ASSUME_32BITUIDS]: Remove conditional code.
40799         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40800         <kernel-features.h>.
40801         [__ASSUME_32BITUIDS]: Make code unconditional.
40802         [!__ASSUME_32BITUIDS]: Remove conditional code.
40803         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40804         <kernel-features.h>.
40805         [__ASSUME_32BITUIDS]: Make code unconditional.
40806         [!__ASSUME_32BITUIDS]: Remove conditional code.
40807         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40808         <kernel-features.h>.
40809         [__ASSUME_32BITUIDS]: Make code unconditional.
40810         [!__ASSUME_32BITUIDS]: Remove conditional code.
40811         * sysdeps/unix/sysv/linux/kernel-features.h
40812         (__ASSUME_SETRESUID_SYSCALL): Remove.
40813         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40814         (__ASSUME_32BITUIDS): Likewise.
40815         (__ASSUME_LDT_WORKS): Likewise.
40816         (__ASSUME_O_DIRECTORY): Likewise.
40817         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40818         architecture but not kernel version.
40819         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40820         (__ASSUME_MMAP2_SYSCALL): Likewise.
40821         (__ASSUME_STAT64_SYSCALL): Likewise.
40822         (__ASSUME_IPC64): Likewise.
40823         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40824         <kernel-features.h>.
40825         [__ASSUME_32BITUIDS]: Make code unconditional.
40826         [!__ASSUME_32BITUIDS]: Remove conditional code.
40827         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40828         <kernel-features.h>.
40829         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40830         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40831         132096]: Remove conditional code.
40832         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40833         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40834         <kernel-features.h>.
40835         [__ASSUME_32BITUIDS]: Make code unconditional.
40836         [!__ASSUME_32BITUIDS]: Remove conditional code.
40837         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40838         <kernel-features.h>.
40839         [__ASSUME_32BITUIDS]: Make code unconditional.
40840         [!__ASSUME_32BITUIDS]: Remove conditional code.
40841         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40842         <kernel-features.h>.
40843         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40844         unconditional.
40845         (__setresgid): Do not declare.
40846         [__ASSUME_32BITUIDS]: Make code unconditional.
40847         [!__ASSUME_32BITUIDS]: Remove conditional code.
40848         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40849         <kernel-features.h>.
40850         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40851         unconditional.
40852         (__setresuid): Do not declare.
40853         [__ASSUME_32BITUIDS]: Make code unconditional.
40854         [!__ASSUME_32BITUIDS]: Remove conditional code.
40855         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40856         <kernel-features.h>.
40857         [__ASSUME_32BITUIDS]: Make code unconditional.
40858         [!__ASSUME_32BITUIDS]: Remove conditional code.
40859         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40860         <kernel-features.h>.
40861         [__ASSUME_32BITUIDS]: Make code unconditional.
40862         [!__ASSUME_32BITUIDS]: Remove conditional code.
40864 2012-05-25  Richard Henderson  <rth@twiddle.net>
40866         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40867         dl_hwcap to ifunc resolver.
40868         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40869         elf_ifunc_invoke.
40870         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40871         dl_hwcap to ifunc resolver.
40872         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40874 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40876         [BZ #14153]
40877         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40878         for |x| <= 2**-26, not 2**-57.
40879         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40880         exception.
40882 2012-05-24  Jeff Law  <law@redhat.com>
40884         * stdio-common/Makefile (tests): Add bug25.
40885         * stdio-common/bug25.c: New test.
40887 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40889         [BZ #13576]
40890         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40891         multiple of MALLOC_ALIGNMENT in size.
40892         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40894 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40896         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40897         Require >= 256.
40898         (FILENAME_MAX): Use macro-int-constant.
40899         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40900         (_IOFBF): Use macro-int-constant.
40901         (_IOLBF): Likewise.
40902         (_IONBF): Likewise.
40903         (SEEK_CUR): Likewise.
40904         (SEEK_END): Likewise.
40905         (SEEK_SET): Likewise.
40906         (TMP_MAX): Likewise.
40907         (EOF): Use macro-int-constant.  Require < 0.
40908         (NULL): Use macro-constant.  Require == 0.
40909         (stdin): Require type to be FILE *.
40910         (stdout): Likewise.
40911         (stderr): Likewise.
40912         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40913         macro-int-constant.
40914         (EXIT_SUCCESS): Likewise.
40915         (NULL): Use macro-constant.  Require == 0.
40916         (RAND_MAX): Use macro-int-constant.
40917         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40918         [C99-based standards] (strtof): Require function.
40919         [C99-based standards] (strtold): Likewise.
40920         [C99-based standards] (strtoll): Likewise.
40921         [C99-based standards] (strtoull): Likewise.
40922         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40923         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40924         [ISO || ISO99 || ISO11] (math.h): Likewise.
40925         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40926         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40927         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40929 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40931         [BZ #14132]
40932         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40933         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40934         * intl/dgettext.c (DCGETTEXT): Likewise.
40935         * intl/gettext.c (DCGETTEXT): Likewise.
40936         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40937         * posix/regex_internal.h (gettext): Likewise.
40938         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40939         Remove declaration.
40940         * include/argz.h (__argz_count_internal)
40941         (__argz_stringify_internal): Remove declaration.
40942         (__argz_count, __argz_stringify): Declare hidden proto.
40943         * intl/dcgettext.c: Remove use of INTDEF.
40944         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40945         * string/argz-stringify.c: Likewise.
40946         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40947         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40948         Declare hidden proto.
40949         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40950         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40951         Declare hidden proto.
40952         * include/stdio.h (__asprintf_internal): Don't declare.
40953         (__asprintf): Don't define as macro.  Declare hidden proto.
40954         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40955         (__fsetlocking): Declare hidden proto.
40956         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40957         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40958         hidden proto.
40959         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40960         (_IO_setlinebuf): Remove use of INTUSE.
40961         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40962         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40963         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40964         Remove declaration.
40965         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40966         (_IO_do_flush): Remove use of INTUSE.
40967         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40968         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40969         (_IO_adjust_column, _IO_least_wmarker)
40970         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40971         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40972         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40973         (_IO_default_doallocate, _IO_wdefault_doallocate)
40974         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40975         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40976         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40977         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40978         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40979         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40980         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40981         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40982         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40983         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40984         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40985         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40986         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40987         proto.
40988         (_IO_flush_all_internal, _IO_adjust_column_internal)
40989         (_IO_default_uflow_internal, _IO_default_finish_internal)
40990         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40991         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40992         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40993         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40994         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40995         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40996         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40997         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40998         (_IO_file_close_internal, _IO_file_close_it_internal)
40999         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41000         (_IO_file_init_internal, _IO_file_attach_internal)
41001         (_IO_file_fopen_internal, _IO_file_read_internal)
41002         (_IO_file_sync_internal, _IO_file_seek_internal)
41003         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41004         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41005         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41006         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41007         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41008         (_IO_list_all_internal, _IO_link_in_internal)
41009         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41010         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41011         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41012         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41013         (_IO_do_write_internal, _IO_padn_internal)
41014         (_IO_getline_info_internal, _IO_getline_internal)
41015         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41016         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41017         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41018         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41019         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41020         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41021         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41022         with libc_hidden_ver, remove use of INTUSE.
41023         * libio/genops.c: Likewise.
41024         * libio/freopen.c: Likewise.
41025         * libio/freopen64.c: Likewise.
41026         * libio/iofclose.c: Likewise.
41027         * libio/iofdopen.c: Likewise.
41028         * libio/iofflush.c: Likewise.
41029         * libio/iofflush_u.c: Likewise.
41030         * libio/iofgets.c: Likewise.
41031         * libio/iofgets_u.c: Likewise.
41032         * libio/iofopen.c: Likewise.
41033         * libio/iofopncook.c: Likewise.
41034         * libio/iofread.c: Likewise.
41035         * libio/iofread_u.c: Likewise.
41036         * libio/ioftell.c: Likewise.
41037         * libio/iofwrite.c: Likewise.
41038         * libio/iogetline.c: Likewise.
41039         * libio/iogets.c: Likewise.
41040         * libio/iogetwline.c: Likewise.
41041         * libio/iopadn.c: Likewise.
41042         * libio/iopopen.c: Likewise.
41043         * libio/ioseekoff.c: Likewise.
41044         * libio/ioseekpos.c: Likewise.
41045         * libio/iosetbuffer.c: Likewise.
41046         * libio/iosetvbuf.c: Likewise.
41047         * libio/ioungetc.c: Likewise.
41048         * libio/ioungetwc.c: Likewise.
41049         * libio/iovdprintf.c: Likewise.
41050         * libio/iovsprintf.c: Likewise.
41051         * libio/iovsscanf.c: Likewise.
41052         * libio/memstream.c: Likewise.
41053         * libio/obprintf.c: Likewise.
41054         * libio/oldfileops.c: Likewise.
41055         * libio/oldiofclose.c: Likewise.
41056         * libio/oldiofdopen.c: Likewise.
41057         * libio/oldiofopen.c: Likewise.
41058         * libio/oldiopopen.c: Likewise.
41059         * libio/oldstdfiles.c: Likewise.
41060         * libio/putc.c: Likewise.
41061         * libio/setbuf.c: Likewise.
41062         * libio/setlinebuf.c: Likewise.
41063         * libio/stdfiles.c: Likewise.
41064         * libio/strops.c: Likewise.
41065         * libio/vasprintf.c: Likewise.
41066         * libio/vscanf.c: Likewise.
41067         * libio/vsnprintf.c: Likewise.
41068         * libio/vswprintf.c: Likewise.
41069         * libio/wfiledoalloc.c: Likewise.
41070         * libio/wfileops.c: Likewise.
41071         * libio/wgenops.c: Likewise.
41072         * libio/wmemstream.c: Likewise.
41073         * libio/wstrops.c: Likewise.
41074         * libio/__fpurge.c: Likewise.
41075         * libio/__fsetlocking.c: Likewise.
41076         * assert/assert.c: Likewise.
41077         * debug/fgets_chk.c: Likewise.
41078         * debug/fgets_u_chk.c: Likewise.
41079         * debug/fread_chk.c: Likewise.
41080         * debug/fread_u_chk.c: Likewise.
41081         * debug/gets_chk.c: Likewise.
41082         * debug/obprintf_chk.c: Likewise.
41083         * debug/vasprintf_chk.c: Likewise.
41084         * debug/vdprintf_chk.c: Likewise.
41085         * debug/vsnprintf_chk.c: Likewise.
41086         * debug/vsprintf_chk.c: Likewise.
41087         * malloc/mtrace.c: Likewise.
41088         * misc/error.c: Likewise.
41089         * misc/syslog.c: Likewise.
41090         * stdio-common/asprintf.c: Likewise.
41091         * stdio-common/fxprintf.c: Likewise.
41092         * stdio-common/getw.c: Likewise.
41093         * stdio-common/isoc99_fscanf.c: Likewise.
41094         * stdio-common/isoc99_scanf.c: Likewise.
41095         * stdio-common/isoc99_vfscanf.c: Likewise.
41096         * stdio-common/isoc99_vscanf.c: Likewise.
41097         * stdio-common/isoc99_vsscanf.c: Likewise.
41098         * stdio-common/printf-prs.c: Likewise.
41099         * stdio-common/printf_fp.c: Likewise.
41100         * stdio-common/printf_fphex.c: Likewise.
41101         * stdio-common/printf_size.c: Likewise.
41102         * stdio-common/putw.c: Likewise.
41103         * stdio-common/scanf.c: Likewise.
41104         * stdio-common/sprintf.c: Likewise.
41105         * stdio-common/tmpfile.c: Likewise.
41106         * stdio-common/vfprintf.c: Likewise.
41107         * stdio-common/vfscanf.c: Likewise.
41108         * stdlib/strfmon_l.c: Likewise.
41109         * sunrpc/openchild.c: Likewise.
41110         * sunrpc/xdr_stdio.c: Likewise.
41111         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41112         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41114 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41116         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41118         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41119         in the third column, to generate for the shared library an IFUNC
41120         that uses _dl_vdso_vsym.
41121         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41122         * Makeconfig (object-suffixes-noshared): New variable.
41124         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41125         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41126         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41127         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41129         [BZ #14132]
41130         * include/sys/time.h (__gettimeofday): Remove macro.
41131         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41132         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41133         Remove INTDEF.
41134         (__gettimeofday): Add libc_hidden_def.
41135         (gettimeofday): Add libc_hidden_weak.
41136         * sysdeps/mach/gettimeofday.c: Likewise.
41137         * sysdeps/posix/gettimeofday.c: Likewise.
41138         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41139         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41140         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41141         (__gettimeofday_internal): Remove strong_alias.
41142         (__gettimeofday): Add libc_hidden_def.
41143         (gettimeofday): Add libc_hidden_weak.
41144         * sysdeps/unix/syscalls.list (gettimeofday):
41145         Remove __gettimeofday_internal alias.
41147 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41148             H.J. Lu  <hongjiu.lu@intel.com>
41150         [BZ #12495]
41151         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41152         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41153         (largebin_index_32_big): New.
41154         (largebin_index): Use it for 16-byte alignment.
41155         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41156         correction with front_misalign.
41158 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41162         Likewise.
41163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41164         Likewise.
41165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41166         Likewise.
41167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41168         Likewise.
41169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41170         Likewise.
41171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41172         Likewise.
41173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41174         Likewise.
41175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41176         Likewise.
41177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41178         Likewise.
41179         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41180         Likewise.
41181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41182         Likewise.
41183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41184         Likewise.
41186         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41187         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41189 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41191         [BZ #10846]
41192         [BZ #14036]
41193         * math/libm-test.inc (exp_test): Add test from bug 14036.
41194         (pow_test): Add test from bug 10846.
41196         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41197         and other flags.
41198         (special_function): Do not include flags in test name.
41199         (parse_args): Likewise.
41200         * sysdeps/i386/fpu/libm-test-ulps: Update.
41201         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41202         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41203         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41206         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41207         exceptions.
41208         * math/libm-test.inc ("Philosophy"): Update comment about
41209         exception testing.
41210         (UNDERFLOW_EXCEPTION): New macro.
41211         (UNDERFLOW_EXCEPTION_OK): Likewise.
41212         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41213         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41214         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41215         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41216         (INVALID_EXCEPTION_OK): Update value.
41217         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41218         (OVERFLOW_EXCEPTION_OK): Likewise.
41219         (IGNORE_ZERO_INF_SIGN): Likewise.
41220         (test_exceptions): Handle underflow exceptions.
41221         (acos_test): Update for underflow exception expectations.
41222         (cexp_test): Likewise.
41223         (clog_test): Likewise.
41224         (clog10_test): Likewise.
41225         (csqrt_test): Likewise.
41226         (ctan_test): Likewise.
41227         (ctanh_test): Likewise.
41228         (exp_test): Likewise.
41229         (exp10_test): Likewise.
41230         (exp2_test): Likewise.
41231         (expm1_test): Likewise.
41232         (fma_test): Likewise.
41233         (j0_test): Likewise.
41234         (jn_test): Likewise.
41235         (nexttoward_test): Likewise.
41236         (pow_test): Likewise.
41237         (scalbn_test): Likewise.
41238         (scalbln_test): Likewise.
41239         (tan_test): Likewise.
41240         (y1_test): Likewise.
41241         * sysdeps/i386/fpu/libm-test-ulps: Update.
41242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41244 2012-05-23  David S. Miller  <davem@davemloft.net>
41246         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41247         (__libc_sigaction): Remove unused local variables.
41249 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41251         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41253 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41255         mktime: avoid signed integer overflow
41256         * time/mktime.c (__mktime_internal): Do not mishandle the case
41257         where diff == INT_MIN.
41259         mktime: simplify computation of average
41260         * time/mktime.c (ranged_convert): Use new time_t_avg function
41261         instead of rolling our own (probably-slower) code.
41263         mktime: do not assume signed right shift propagates sign bit
41264         * time/mktime.c (isdst_differ): New static function.
41265         (__mktime_internal): No need to normalize tm_isdst now.
41266         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41267         tm_isdst values.
41269         mktime: merge another wrapv change from gnulib
41270         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41271         from some compilers.
41273         mktime: remove incorrect attempt at unusual arithmetics
41274         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41275         The code didn't really work on such machines anyway.
41276         (TYPE_MINIMUM): Assume two's complement.
41277         (twos_complement_arithmetic): Verify that long_int and time_t
41278         are two's complement (or unsigned, in the latter case).
41280         mktime: check signed shifts on long_int and time_t, too
41281         * time/mktime.c (SHR): Check that shifts work as desired
41282         on the types long_int and time_t too, as SHR is used on
41283         such types.
41285         mktime: do not assume 'long' is wide enough
41286         * time/mktime.c (verify): Move decl up.
41287         (long_int): New type.
41288         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41289         to remove assumption in the code that 'long' is wide enough to
41290         store year values.  This assumption is not true on x32 and on
41291         some non-glibc platforms.
41293         mktime: merge wrapv change from gnulib
41294         * time/mktime.c (WRAPV): New macro.
41295         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41296         (guess_time_tm, __mktime_internal): Do not assume that signed
41297         integer overflow wraps around; modern compilers generate code
41298         where this assumption is no longer valid.
41300 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41302         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41303         Replace "jmp L(pseudo_end)" with "ret".
41304         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41305         Likewise.
41307 2012-05-23  Andreas Jaeger  <aj@suse.de>
41309         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41310         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41312 2012-05-23  Andreas Jaeger  <aj@suse.de>
41313             Maximilian Attems  <max@stro.at>
41315         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41316         New macros.
41318 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41320         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41321         code so that pseudo_end is just ret and the stack pointer is
41322         correct also for static library in error case.
41324 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41326         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41327         move to syscalls.list.
41328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41333         * manual/install.texi (Running make install): Do not mention Linux
41334         kernel version for which pt_chown is not needed.
41335         (Linux): Do not mention problems with nscd with 2.0 kernels.
41336         * INSTALL: Regenerated.
41338 2012-05-23  Andreas Jaeger  <aj@suse.de>
41340         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41341         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41342         macro.
41343         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41344         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41345         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41346         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41347         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41348         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41349         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41350         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41351         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41352         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41353         * sysdeps/unix/sysv/linux/bits/in.h
41354         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41356 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41358         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41359         (PREPARE_VERSION): Just use assert instead, it will be elided
41360         under [NDEBUG] anyway.
41362 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41364         * sysdeps/unix/sysv/linux/Makefile: Include
41365         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41366         (sysdep_routines): Remove sysctl.
41367         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41368         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41369         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41370         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41371         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41373 2012-05-22  Andreas Jaeger  <aj@suse.de>
41375         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41376         that pseudo_end is just ret and the stack pointer is correct also
41377         for static library in error case.
41379 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41381         [BZ #14122]
41382         * nss/nsswitch.c (defconfig_entries): New variable.
41383         (__nss_database_lookup): Don't leak defconfig entries.
41384         (nss_parse_service_list): Don't leak on error paths.
41385         (free_database_entries): New function.
41386         (free_defconfig): New function.
41387         (free_mem): Move common code to free_database_entries.
41389 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41391         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41392         Add arch_prctl.
41393         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41395         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41396         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41397         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41398         New macro.
41399         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41400         (INTERNAL_SYSCALL_TYPES): Likewise.
41401         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41402         (LOAD_REGS_TYPES_[1-6]): Likewise.
41403         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41404         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41406 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41408         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41409         copysignl for GLIBC_2_0.
41410         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41411         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41412         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41413         logbl for GLIBC_2_0.
41414         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41415         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41417 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41419         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41420         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41422         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41423         Use "neg %eax".
41425         * time/mktime.c: Update copyright years.
41427 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41429         mktime: merge comment-quoting-style change from gnulib
41430         * time/mktime.c: Quote 'like this' in comments.
41431         The GNU coding standards suggest that we no longer quote `like this',
41432         as "`" and "'" are typically rendered asymmetrically nowadays.
41433         The typical gnulib style is to quote 'like this' when quoting
41434         code, and "like this" when quoting English.
41436         * time/mktime.c (compile-command): Add "-I.".
41438         mktime: merge mktime-internal.h change from gnulib
41439         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41441         mktime: merge time_r change from gnulib
41442         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41444         mktime: merge DEBUG change from gnulib
41445         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41446         case system <time.h> has a #define.
41448         mktime: merge <sys/types.h> change from gnulib
41449         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41450         since <time.t> is now guaranteed to define time_t.
41452         mktime: merge HAVE_CONFIG_H change from gnulib
41453         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41455 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41457         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41458         Use "neg %eax".
41460         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41461         __rlim_t cast.
41462         (struct rusage): Use anonymous union to pad each field to
41463         __syscall_slong_t.
41465 2012-05-21  David S. Miller  <davem@davemloft.net>
41467         * Makefules (o-iterator): Remove .s cases.
41468         (compile-command.s): Delete.
41469         (COMPILE.s): Delete.
41470         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41472 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41474         * configure.in (libc_cv_predef_stack_protector): Only consider
41475         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41476         * configure: Regenerated.
41478 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41480         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41481         New macro.  Use R*LP on int and pointer.
41482         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41483         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41484         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41485         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41487         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41488         [__WORDSIZE_TIME64_COMPAT32] instead of
41489         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41490         (struct utmp): Likewise.
41491         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41492         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41493         Renamed to ...
41494         (__WORDSIZE_TIME64_COMPAT32): This.
41495         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41496         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41497         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41498         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41499         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41500         (__WORDSIZE_TIME64_COMPAT32): New macro.
41502 2012-05-21  Andreas Jaeger  <aj@suse.de>
41504         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41505         only if [SHARED]. Add prototype for __wcschr_ia32.
41507 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41509         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41510         of %rbp unmolested in the jmp_buf while mangling the low bits.
41511         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41512         unmolested high bits of %rbp while demangling the low bits.
41513         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41515 2012-05-21  Andreas Jaeger  <aj@suse.de>
41517         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41518         * sunrpc/svc_simple.c: Use it for registerrpc.
41519         * sunrpc/xcrypt.c: Use it for passwd2des.
41521         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41523 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41525         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41526         Don't define if [__SYSCALL_WORDSIZE != 32].
41527         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41528         New macro.
41530 2012-05-21  Bruno Haible  <bruno@clisp.org>
41531             Andreas Jaeger  <aj@suse.de>
41533         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41534         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41535         inptr and inend for must_buffer_ch.
41536         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41537         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41538         * stdio-common/Makefile (tests): Remove bug15.
41539         (bug15-ENV): Remove macro.
41540         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41541         anymore.
41543 2012-05-19  Andreas Jaeger  <aj@suse.de>
41544             Roland McGrath  <roland@hack.frob.com>
41546         * manual/contrib.texi: Completely rewritten. It contains now an
41547         alphabetical list of contributors and their contributions.
41549 2012-05-21  Richard Henderson  <rth@twiddle.net>
41551         * misc/getauxval.c (__getauxval): Use unsigned long int.
41552         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41553         (getauxval): Use unsigned long int.
41555 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41557         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41559 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41561         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41562         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41563         __alignof__ (long double).
41565 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41567         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41569 2012-05-20  Richard Henderson  <rth@twiddle.net>
41571         * misc/getauxval.c: New file.
41572         * misc/sys/auxv.h: New file.
41573         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41574         (routines): Add getauxval.
41575         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41576         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41577         * elf/dl-sysdep.c (_dl_auxv): Remove.
41578         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41579         * elf/dl-support.c (_dl_auxv): New variable.
41580         (_dl_aux_init): Initialize it.
41581         * manual/startup.texi (Auxiliary Vector): New node.
41582         * sysdeps/generic/bits/hwcap.h: New file.
41583         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41584         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41585         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41586         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41587         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41588         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41590         Update.
41591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41594         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41595         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41597         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41598         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41600 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41604 2012-05-19  David S. Miller  <davem@davemloft.net>
41606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41608 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41610         [BZ #14123]
41611         * math/s_ccosh.c: Include <float.h>
41612         (__ccosh): Avoid internal overflow calculating sinh and cosh
41613         values before multiplying by sin and cos values.
41614         * math/s_ccoshf.c: Likewise.
41615         * math/s_ccoshl.c: Likewise.
41616         * math/s_csin.c: Likewise.
41617         * math/s_csinf.c: Likewise.
41618         * math/s_csinl.c: Likewise.
41619         * math/s_csinh.c: Likewise.
41620         * math/s_csinhf.c: Likewise.
41621         * math/s_csinhl.c: Likewise.
41622         * math/libm-test.inc (ccos_test): Add more tests.
41623         (ccosh_test): Likewise.
41624         (csin_test): Likewise.
41625         (csinh_test): Likewise.
41626         * sysdeps/i386/fpu/libm-test-ulps: Update.
41627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41629 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41631         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41632         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41634         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41636 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41638         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41639         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41640         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41641         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41642         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41643         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41644         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41645         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41646         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41647         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41648         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41649         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41650         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41651         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41652         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41653         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41654         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41655         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41656         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41657         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41658         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41659         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41660         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41661         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41662         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41663         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41664         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41665         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41666         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41667         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41668         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41670 2012-05-18  Andreas Jaeger  <aj@suse.de>
41672         * csu/.gitignore: Delete.
41674 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41676         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41677         (timex): Use __syscall_slong_t.
41679 2012-05-18  Andreas Jaeger  <aj@suse.de>
41680             Carlos O'Donell  <carlos_odonell@mentor.com>
41682         * manual/install.texi (Configuring and compiling): Update
41683         description about files modified in the source directory.
41684         * INSTALL: Regenerated.
41686 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41688         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41689         value.  Use "or" to set return value to -1.
41690         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41691         negate return value.
41693 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41695         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41696         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41697         failure if the compiler has Graphite support disabled.
41698         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41699         Likewise.
41700         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41701         (CFLAGS-memmove.c): Likewise.
41702         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41703         Likewise.
41705 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41707         * sysdeps/x86_64/x32/_itoa.h: New file.
41709         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41710         getdents system call only if kernel and user dirents have the
41711         same d_ino and d_off.
41713         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41714         LLONG_MAX != LONG_MAX.
41715         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41716         (_fitoa_word): Likewise.
41718         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41719         years.
41720         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41721         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41722         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41724         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41725         include <bits/wordsize.h>.  Check __x86_64__ instead of
41726         __WORDSIZE.
41727         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41728         if __x86_64__ is defined.  Use anonymous union on fpstate.
41730         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41731         anonymous union.
41733 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41735         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41736         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41737         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41738         Refer to _rtld_local_ro instead of _rtld_global_ro.
41739         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41740         Likewise.
41741         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41742         Likewise.
41743         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41744         Likewise.
41745         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41746         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41747         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41749         * sysdeps/powerpc/powerpc32/dl-machine.c
41750         (__elf_machine_runtime_setup) [PROF]: Don't reference
41751         _dl_prof_resolve.
41753 2012-05-18  Andreas Jaeger  <aj@suse.de>
41755         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41756         function only available for GCCs before 3.4 since GCC 3.4
41757         introduced a builtin.
41758         (lrint): Likewise.
41759         (llrintf): Likewise.
41760         (llrint): Likewise.
41761         (fmaxf): Likewise.
41762         (fmax): Likewise.
41763         (fminf): Likewise.
41764         (fmin): Likewise.
41765         (rint): Likewise.
41766         (rintf): Likewise.
41767         (nearbyint): Likewise.
41768         (nearbyintf): Likewise.
41769         (ceil): Likewise.
41770         (ceilf): Likewise.
41771         (floor): Likewise.
41772         (floorf): Likewise.
41774 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41776         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41777         on both fields and cast pointer to __syscall_ulong_t.
41779         * bits/types.h (__fsword_t): New type.
41780         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41781         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41782         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41783         (__FSWORD_T_TYPE): Likewise.
41784         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41785         (__FSWORD_T_TYPE): Likewise.
41786         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41787         (__FSWORD_T_TYPE): Likewise.
41788         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41789         (__FSWORD_T_TYPE): Likewise.
41790         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41791         __SWORD_TYPE with __fsword_t.
41792         (statfs64): Likewise.
41794 2012-05-17  David S. Miller  <davem@davemloft.net>
41796         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41798 2012-05-17  Andreas Jaeger  <aj@suse.de>
41800         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41801         warning.
41803 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41805         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41807 2012-05-17  Andreas Jaeger  <aj@suse.de>
41809         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41810         when it is used.
41812 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41814         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41816 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41818         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41819         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41821 2012-05-17  Andreas Jaeger  <aj@suse.de>
41822             Carlos O'Donell  <carlos_odonell@mentor.com>
41824         [BZ #14059]
41825         * sysdeps/x86_64/multiarch/init-arch.h
41826         (bit_YMM_Usable): Rename to...
41827         (bit_AVX_Usable): ... this.
41828         (bit_FMA4_Usable): New macro.
41829         (bit_XMM_state): New macro.
41830         (bit_YMM_state): New macro.
41831         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41832         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41833         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41834         (CPUID_OSXSAVE): New macro.
41835         (CPUID_AVX): New macro.
41836         (CPUID_FMA4): New macro.
41837         (index_YMM_Usable): Rename to...
41838         (index_AVX_Usable): ... this.
41839         (HAS_AVX): Use HAS_ARCH_FEATURE.
41840         (HAS_FMA4): Likewise.
41841         (HAS_YMM_USABLE): Remove.
41842         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41843         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41844         are present.
41845         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41846         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41847         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41848         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41849         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41851 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41853         * math/libm-test.c: Support platforms without multiple rounding modes.
41854         * math/bug-nextafter.c: Support platforms without FP exceptions.
41855         * math/bug-nexttoward.c: Likewise.
41856         * math/test-fenv.c: Likewise.
41857         * math/test-misc.c: Likewise.
41858         * stdlib/bug-getcontext.c: Likewise.
41860 2012-05-17  Andreas Jaeger  <aj@suse.de>
41862         * manual/examples/search.c (critter_cmp): Change signature to
41863         avoid warnings.
41864         * manual/string.texi (Collation Functions): Likewise.
41866 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41868         * bits/types.h: Fold copyright years.
41869         * bits/typesizes.h: Likewise.
41870         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41871         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41872         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41873         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41874         * time/time.h: Likewise.
41876 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41878         [BZ #208]
41879         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41880         in instead of returning them.  Return void.
41881         (__libc_mallinfo): Accumulate over all arenas.
41882         (__malloc_stats): Adjust for change in int_mallinfo interface.
41884 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41886         [BZ #10375]
41887         * configure.in (NM): Add AC_CHECK_TOOL for it.
41888         (libc_extra_cflags): New substituted variable.
41889         Check for -fstack-protector being used implicitly.
41890         * configure: Regenerated.
41891         * config.make.in (config-extra-cflags): New variable,
41892         gets @libc_extra_cflags@.
41893         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41895         [BZ #10375]
41896         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41897         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41898         * configure: Regenerated.
41899         * config.make.in (CPPUNDEFS): New substituted variable.
41900         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41901         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41902         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41904 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41906         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41907         (mq_attr): Use __syscall_slong_t.
41909 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41911         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41912         Check __x86_64__ instead of __WORDSIZE.
41913         (_STAT_VER_LINUX): Likewise.
41914         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41915         __syscall_ulong_t and __syscall_slong_t.
41916         (stat64): Likewise.
41918 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41920         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41922 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41924         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41926 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41928         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41929         __syscall_ulong_t.
41931         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41932         include <bits/wordsize.h>.  Check __x86_64__ instead of
41933         __WORDSIZE.
41934         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41935         defined.
41936         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41938         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41939         include <bits/wordsize.h>.  Check __x86_64__ instead of
41940         __WORDSIZE.
41941         (user_regs_struct): Use "__extension__ unsigned long long"
41942         instead of "unsigned long" if __x86_64__ is defined.
41943         (user): Likewise.  Pad after pointer field if __ILP32__ is
41944         defined.
41946 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41948         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41949         versions 5 to 9.
41950         * configure: Regenerated.
41951         * manual/install.texi (texinfo): Increase version requirement to
41952         4.5 or later.
41953         * INSTALL: Regenerated.
41955         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41957 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41959         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41961         * sysdeps/x86_64/x32/ffs.c: New file.
41963         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41964         __syscall_ulong_t.
41965         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41966         defined.  Use __syscall_ulong_t.
41967         (shminfo): Use __syscall_ulong_t.
41968         (shm_info): Likewise.
41970         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41971         __syscall_ulong_t.
41973         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41974         <bits/wordsize.h>.
41975         (msgqnum_t): Use __syscall_ulong_t.
41976         (msglen_t): Likewise.
41977         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41978         __syscall_ulong_t.
41980         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41981         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41983         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41985         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41986         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41988         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41989         __syscall_slong_t.
41991         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41992         include <bits/wordsize.h>.  Check __x86_64__ instead of
41993         __WORDSIZE.
41995         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41996         "unsigned long long int" if __x86_64__ is defined.
41997         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41999         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42000         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42001         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42003         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42004         <stdint.h>.
42005         (GET_PC): Cast to uintptr_t first.
42006         (GET_FRAME): Likewise.
42007         (GET_STACK): Likewise.
42009         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42010         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42011         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42012         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42013         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42014         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42015         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42016         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42017         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42018         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42019         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42020         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42021         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42022         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42023         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42024         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42025         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42026         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42027         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42028         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42029         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42030         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42031         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42032         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42033         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42034         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42035         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42036         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42037         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42039 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42041         * Makerules (+depfiles): Also collect depfiles from .oS in
42042         $(extra-objs).
42043         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42044         .oS, $(libnldbl-routines)).
42046         * Makerules (native-compile-mkdep-flags): Define.
42047         * sunrpc/Makefile (extra-objs): Add $(addprefix
42048         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42049         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42050         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42051         calling $(make-target-directory).
42053 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42055         * bits/types.h (__snseconds_t): Removed.
42056         * time/time.h (struct timespec): Replace __snseconds_t with
42057         __syscall_slong_t.
42058         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42059         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42060         Likewise.
42061         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42062         (__SNSECONDS_T_TYPE): Likewise.
42063         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42064         (__SNSECONDS_T_TYPE): Likewise.
42065         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42066         (__SNSECONDS_T_TYPE): Likewise.
42068 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42070         * sysdeps/mach/hurd/bits/typesizes.h
42071         (__SYSCALL_SLONG_TYPE): New macro.
42072         (__SYSCALL_ULONG_TYPE): Likewise.
42074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42076         * bits/types.h (__syscall_slong_t): New type.
42077         (__syscall_ulong_t): Likewise.
42079         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42080         (__SYSCALL_ULONG_TYPE): Likewise.
42081         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42082         (__SYSCALL_SLONG_TYPE): Likewise.
42083         (__SYSCALL_ULONG_TYPE): Likewise.
42084         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42085         (__SYSCALL_SLONG_TYPE): Likewise.
42086         (__SYSCALL_ULONG_TYPE): Likewise.
42087         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42088         (__SYSCALL_SLONG_TYPE): Likewise.
42089         (__SYSCALL_ULONG_TYPE): Likewise.
42091 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42093         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42094         Add sigaltstack-offsets.sym.
42095         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42096         <sigaltstack-offsets.h>.
42097         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42098         longjmp_msg pointer.
42099         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42100         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42101         signal stack.
42102         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42104 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42106         * elf/stackguard-macros.h: Remove file.
42107         * sysdeps/generic/stackguard-macros.h: New file.
42108         * sysdeps/i386/stackguard-macros.h: Likewise.
42109         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42110         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42111         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42112         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42113         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42114         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42115         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42116         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42117         <elf/stackguard-macros.h>.
42119         [BZ #14109]
42120         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42121         __aligned__ in attribute.
42122         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42123         (gregset_t): Likewise.
42125 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42127         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42128         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42129         * sysdeps/x86_64/x32/Implies-after: New file.
42131 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42133         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42134         and access return value for _dl_profile_fixup.  Use R10_LP to
42135         load frame size.
42137 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42139         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42141 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42143         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42144         * sysdeps/x86_64/x32/sysdep.h: New file.
42146 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42148         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42149         * sysdeps/x86_64/setjmp.S: Likewise.
42151 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42153         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42154         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42155         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42156         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42157         remove unused global constant.
42159 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42161         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42162         include of <not-cancel.h>.
42164 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42166         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42168 2012-05-15  Jeff Law  <law@redhat.com>
42169             Andreas Jaeger  <aj@suse.de>
42171         [BZ #13594]
42172         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42173         out from...
42174         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42175         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42176         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42177         code changing __hst_map_handle.map.
42179 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42181         * configure.in (sysnames): Look for Implies-before and Implies-after
42182         files.
42183         * configure: Regenerated.
42185 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42187         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42188         8-byte data alignment with LP_SIZE alignment.
42190 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42192         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42193         into R10_LP.
42195 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42197         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42199 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42201         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42202         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42203         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42204         Likewise.
42205         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42207 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42209         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42210         (stackinfo_sub_sp): Likewise.
42212 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42214         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42215         RAX_LP.
42217 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42219         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42220         into R*_LP.
42222 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42224         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42225         sizes into R*_LP.
42227 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42229         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42231 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42233         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42234         into R11_LP and load __x86_64_shared_cache_size_half into
42235         R8_LP.
42237 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42239         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42240         R8_LP.
42242 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42244         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42245         logb for POWER7.
42246         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42247         logbf for POWER7.
42248         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42249         logbl for POWER7.
42250         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42251         powerpc32/power7/fpu/s_logb.c via #include.
42252         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42253         powerpc32/power7/fpu/s_logbf.c via #include.
42254         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42255         powerpc32/power7/fpu/s_logbl.c via #include.
42257 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42259         * README.libm: Remove file.
42261 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42263         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42264         count for x32.  Use R*_LP and omit operand-size suffix.
42266 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42268         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42269         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42270         * sysdeps/x86_64/x32/shlib-versions: New file.
42272 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42274         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42275         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42276         Use _dl_fatal_printf instead.
42278 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42280         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42281         set if not set by the user.  Do not allow for being unset.
42282         * sysdeps/unix/sysv/linux/configure: Regenerated.
42284 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42286         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42287         the `q' suffix from lea and replace .quad with ASM_ADDR.
42289 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42291         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42292         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42293         instead of $17.
42294         (PTR_DEMANGLE): Likewise.
42296 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42298         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42299         (LP_OP): Likewise.
42300         (ASM_ADDR): Likewise.
42301         (RAX_LP): Likewise.
42302         (RBP_LP): Likewise.
42303         (RBX_LP): Likewise.
42304         (RCX_LP): Likewise.
42305         (RDI_LP): Likewise.
42306         (RSI_LP): Likewise.
42307         (RSP_LP): Likewise.
42308         (R8_LP): Likewise.
42309         (R9_LP): Likewise.
42310         (R10_LP): Likewise.
42311         (R10_LP): Likewise.
42312         (R11_LP): Likewise.
42313         (R12_LP): Likewise.
42314         (R13_LP): Likewise.
42315         (R14_LP): Likewise.
42316         (R15_LP): Likewise.
42318 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42320         * sysdeps/x86_64/x32/dl-machine.h: New file.
42322 2012-05-14  Andreas Jaeger  <aj@suse.de>
42324         * manual/Makefile (subdir): Remove export of subdir.
42325         (all): Remove target.
42326         (.PHONY): Remove all from list.
42327         (mkinstalldirs): Remove.
42328         (.PHONY): Remove installdirs from list.
42329         ($(inst_infodir)/libc.info): Use make-target-directory.
42330         (installdirs): Remove.
42331         (subdir_%): Remove.
42332         (glibc-targets): Remove.
42333         (lib): Remove.
42334         (stubs): Remove.
42335         ($(objpfx)stubs ../po/manual.pot): Remove.
42336         ($(objpfx)stamp%): Remove.
42337         (make-target-directory): Remove.
42338         (subdir_install): Remove.
42339         (routines): Remove.
42340         (aux): Remove.
42341         (sources): Remove.
42342         (objects): Remove.
42343         (headers): Remove.
42345         [BZ #13750]
42346         * manual/.gitignore: Remove, it's not needed anymore.
42347         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42348         all files in it.
42349         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42350         directory.
42351         (texis): Renamed to $(objpfx)texis.
42352         (texis-path): New, contains path to generated files.
42353         (chapters.%): Use texis-path for complete path, add extra argument
42354         libc-texinfo.sh.
42355         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42356         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42357         (summary,texi, stamp-summary): Use complete path of
42358         files. Generate files in build dir.
42359         (dir-add.texi): Build in build dir.
42360         (libm-err.texi,stamp-libm-err): Likewise.
42361         (version.texi, stamp-version): Likewise.
42362         (.%c.texi): Likewise.
42363         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42364         (mostlyclean): Remove target.
42365         (realclean): Remove target.
42366         (generated): Add new variable with contents from mostlyclean and
42367         realclean, remove entries duplicated in common-mostlyclean, add
42368         stamp-libm-err and stamp-version.
42369         (generated-dirs): Add libc directory.
42370         ($(inst_infodir)/libc.info): Install files from build dir.
42372         * manual/install.texi (Configuring and compiling): Adjust since
42373         the info files are not part of the tar ball anymore.
42375 2012-05-14  Andreas Jaeger  <aj@suse.de>
42377         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42378         variable.
42380 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42382         [BZ #13717]
42383         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42384         to 2.2.0 where earlier.
42385         * sysdeps/unix/sysv/linux/configure: Regenerated.
42386         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42387         Remove conditional code.
42388         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42389         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42390         Remove conditional code.
42391         [!__NR_lchown]: Likewise.
42392         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42393         [__NR_lchown]: Likewise.
42394         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42395         comment referencing __ASSUME_LCHOWN_SYSCALL.
42396         * sysdeps/unix/sysv/linux/i386/sigaction.c
42397         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42398         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42399         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42400         Remove conditional code.
42401         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42402         (__protocol_available): Remove #if 0 code.
42403         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42404         conditional code.
42405         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42406         * sysdeps/unix/sysv/linux/kernel-features.h
42407         (__ASSUME_GETCWD_SYSCALL): Don't define.
42408         (__ASSUME_REALTIME_SIGNALS): Likewise.
42409         (__ASSUME_PREAD_SYSCALL): Likewise.
42410         (__ASSUME_PWRITE_SYSCALL): Likewise.
42411         (__ASSUME_POLL_SYSCALL): Likewise.
42412         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42413         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42414         non-SPARC.
42415         (__ASSUME_SIOCGIFNAME): Don't define.
42416         (__ASSUME_MSG_NOSIGNAL): Likewise.
42417         (__ASSUME_SENDFILE): Define unconditionally.
42418         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42419         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42420         conditional code.
42421         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42422         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42423         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42424         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42425         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42426         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42427         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42429         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42430         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42432         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42433         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42435         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42436         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42438         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42439         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42441         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42442         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42444         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42445         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42447         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42448         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42450         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42451         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42452         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42453         Remove conditional code.
42454         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42455         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42456         Remove conditional code.
42457         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42458         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42459         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42460         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42461         Remove conditional code.
42462         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42463         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42464         Remove conditional code.
42465         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42466         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42467         Remove conditional code.
42468         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42469         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42470         Remove conditional code.
42471         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42472         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42473         Remove conditional code.
42474         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42475         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42476         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42477         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42478         * sysdeps/unix/sysv/linux/sigaction.c
42479         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42480         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42481         * sysdeps/unix/sysv/linux/sigpending.c
42482         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42483         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42484         * sysdeps/unix/sysv/linux/sigprocmask.c
42485         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42486         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42487         * sysdeps/unix/sysv/linux/sigsuspend.c
42488         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42489         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42490         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42491         (__libc_missing_rt_sigs): Remove.
42492         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42493         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42494         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42495         Remove conditional code.
42496         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42497         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42498         return 1.
42499         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42500         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42501         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42502         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42504 2012-05-14  Andreas Jaeger  <aj@suse.de>
42506         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42507         it's not used in glibc.
42508         (__coshm1): Likewise.
42509         (__acosh1p): Likewise.
42510         (__sgn): Likewise.
42512         * manual/string.texi (Copying and Concatenation): Add missing
42513         variable in concat example.
42514         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42516 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42518         [BZ #14103]
42519         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42520         __builtin_clzl with __builtin_clzll.
42522 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42524         [BZ #14104]
42525         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42526         libc_freeres_ptr.
42528 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42530         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42531         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42532         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42533         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42535 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42537         * NEWS: Update ia64 info.
42539 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42541         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42542         used as bcopy.
42544 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42546         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42547         * sysdeps/unix/syscalls.list (dup3): Likewise.
42548         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42549         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42551 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42553         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42554         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42556 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42558         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42559         thread pointer.
42560         (TLS_IE): Use mov/add instead of movq/addq to load thread
42561         pointer.
42562         (TLS_GD_PREFIX): New.
42563         (TLS_GD): Use it.
42565 2012-05-11  David S. Miller  <davem@davemloft.net>
42567         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42568         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42569         (_FPU_SETCW): Likewise.
42571 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42573         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42574         is 32-byte aligned.
42576 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42578         [BZ #11837]
42579         * iconvdata/gb18030.c: Update tables.
42580         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42581         characters specially.
42582         (BODY for TO_LOOP): Add encoding of missing ranges.
42584 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42586         [BZ #13673]
42587         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42588         * sysdeps/mach/hurd/dup3.c: Likewise.
42589         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42590         * sysdeps/powerpc/memmove.c:: Likewise.
42592 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42594         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42595         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42597 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42599         * elf/elf.h (R_X86_64_RELATIVE64): New.
42600         (R_X86_64_NUM): Updated.
42601         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42602         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42603         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42604         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42605         tst-quad1pie tst-quad2pie
42606         (modules-names): Add tst-quadmod1 tst-quadmod2.
42607         ($(objpfx)tst-quad1): New dependency.
42608         ($(objpfx)tst-quad2): Likewise.
42609         ($(objpfx)tst-quad1pie): Likewise.
42610         ($(objpfx)tst-quad2pie): Likewise.
42611         * sysdeps/x86_64/tst-quad1.c: New file.
42612         * sysdeps/x86_64/tst-quad1pie.c: New file.
42613         * sysdeps/x86_64/tst-quad2.c: Likewise.
42614         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42615         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42616         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42617         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42618         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42620 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42622         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42623         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42624         * streams/stropts.h (t_scalar_t): Define type.
42626         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42627         (_PATH_PRESERVE): Set to "/var/lib".
42628         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42630         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42631         instead of int.
42633         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42634         if __dir_mkfile succeeded.
42636         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42637         checking for _hurd_dtablesize.  Unlock it right after having
42638         finished _hurd_dtable allocation.
42640 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42642         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42643         * sysdeps/mach/hurd/configure: Regenerated.
42644         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42645         special-casing to...
42646         * sysdeps/gnu/configure.in: ... this new file.
42647         * sysdeps/unix/sysv/linux/configure: Regenerated.
42648         * sysdeps/gnu/configure: New generated file.
42650         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42651         for Linux: use nsec instead of usec, as well as:
42652         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42653         members of type struct timespec.
42654         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42655         New macros.
42656         (struct stat64): Likewise.
42657         (_STATBUF_ST_NSEC): New macro.
42658         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42660         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42661         __strtoul_internal rather than strtoul.
42663 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42665         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42666         and reject them.
42668 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42670         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42671         which preserves existing values.
42672         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42674 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42676         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42677         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42678         greater than FD_SETSIZE.
42680 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42682         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42683         allocated, call __vm_protect to finish enabling the existing space, and
42684         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42685         allocate the remainder.
42687 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42689         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42690         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42692 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42694         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42695         sysdeps/mach/hurd/readlink.c.
42697         * posix/tst-sysconf.c (posix_options): Only use
42698         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42699         _POSIX_SYNCHRONIZED_IO when they are defined
42700         * sysdeps/mach/hurd/bits/posix_opt.h:
42701         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42702         (_XOPEN_REALTIME): Undefine macro.
42703         (_XOPEN_REALTIME_THREADS): Undefine macro.
42704         (_XOPEN_SHM): Undefine macro.
42705         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42706         macro to -1.
42707         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42708         macro to -1.
42709         (_POSIX_ASYNC_IO): Undefine macro.
42710         (_POSIX_PRIORITIZED_IO): Undefine macro.
42711         (_POSIX_SPIN_LOCKS): Define macro to -1.
42713         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42714         SA_NODEFER, SA_RESETHAND.
42715         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42716         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42717         F_DUPFD_CLOEXEC.
42719 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42721         * elf/Makefile (pldd-modules): Define unconditionally.
42723 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42725         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42727 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42729         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42730         Return ENOENT when name is empty.
42731         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42733 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42735         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42737         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42739 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42741         Fix mlock in all cases except non-readable pages.
42742         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42743         instead of VM_PROT_ALL as parameter to __vm_wire function.
42745         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42746         (__mkdir): When path is `/', just fail with EEXIST.
42747         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42749 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42751         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42752         <sys/uio.h> (for writev).
42753         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42754         and <sys/param.h> (for MIN).
42756 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42758         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42759         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42760         if interrupted.
42762 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42764         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42765         Depend on against $(link-rpcuserlibs).
42767 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42769         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42770         (__libc_stack_end): Do not use attribute_relro.
42771         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42772         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42773         to libthread-provided value.
42774         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42775         attribute_relro.
42777 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42779         [BZ #3748]
42780         * bits/libc-lock.h (__libc_once_get): New macro.
42781         * sysdeps/mach/bits/libc-lock.h: Likewise.
42782         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42783         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42784         instead of using implementation details.
42786         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42787         * libio/freopen.c: Likewise.
42788         * libio/freopen64.c: Likewise.
42789         * misc/syslog.c: Likewise.
42790         * nscd/connections.c: Likewise.
42791         * nscd/netgroupcache.c: Likewise.
42792         * sysdeps/posix/getcwd.c: Likewise.
42794 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42796         * math/w_ilogbf.c: Add #include <limits.h>.
42798 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42800         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42801         path instead of returning without unlocking.
42803         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42804         immediate-write ioctls.
42805         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42807 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42809         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42810         __builtin_frame_address instead of making assumptions about the
42811         location of the return address relative to DATA.  Force early load of
42812         the return address.
42813         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42814         __builtin_frame_address.
42816         dup3 for GNU Hurd.
42817         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42818         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42819         implement dup3 and do some further code clean-ups.
42820         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42821         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42823 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42825         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42827         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42828         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42829         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42830         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42831         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42832         d->port.lock.
42834         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42835         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42836         when handler == SIG_ERR, not when handler != SIG_ERR.
42838 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42840         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42841         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42842         definitions.
42844         accept4 for GNU Hurd.
42845         * include/sys/socket.h (__libc_accept4): New prototype.
42846         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42847         to implement __libc_accept4.
42848         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42849         __libc_accept4.
42850         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42852         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42853         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42854         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42855         signal-defines.sym.
42857 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42859         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42861 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42863         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42864         assertion on O_CLOEXEC flag.
42865         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42866         * hurd/intern-fd.c: Likewise.
42867         * hurd/port2fd.c: Likewise.
42869 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42871         [BZ #3906]
42872         * bits/in.h (IPV6_PKTINFO): Define new macro.
42873         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42875 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42877         [BZ #13954]
42878         [BZ #13955]
42879         [BZ #13956]
42880         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42881         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42882         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42883         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42884         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42885         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42886         * math/libm-test.inc (logb_test) : Additional logb tests.
42888 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42889             Andreas Jaeger  <aj@suse.de>
42891         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42892         * configure: Regenerated.
42893         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42894         * config.make.in (link-obsolete-rpc): New substituted variable.
42895         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42896         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42897         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42898         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42899         so that libc.a contains the symbols.
42900         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42901         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42902         * sunrpc/auth_none.c: Likewise.
42903         * sunrpc/auth_unix.c: Likewise.
42904         * sunrpc/authdes_prot.c: Likewise.
42905         * sunrpc/authuxprot.c: Likewise.
42906         * sunrpc/clnt_gen.c: Likewise.
42907         * sunrpc/clnt_perr.c: Likewise.
42908         * sunrpc/clnt_raw.c: Likewise.
42909         * sunrpc/clnt_simp.c: Likewise.
42910         * sunrpc/clnt_tcp.c: Likewise.
42911         * sunrpc/clnt_udp.c: Likewise.
42912         * sunrpc/clnt_unix.c: Likewise.
42913         * sunrpc/des_crypt.c: Likewise.
42914         * sunrpc/des_soft.c: Likewise.
42915         * sunrpc/get_myaddr.c: Likewise.
42916         * sunrpc/key_call.c: Likewise.
42917         * sunrpc/key_prot.c: Likewise.
42918         * sunrpc/netname.c: Likewise.
42919         * sunrpc/pm_getmaps.c: Likewise.
42920         * sunrpc/pm_getport.c: Likewise.
42921         * sunrpc/pmap_clnt.c: Likewise.
42922         * sunrpc/pmap_prot.c: Likewise.
42923         * sunrpc/pmap_prot2.c: Likewise.
42924         * sunrpc/pmap_rmt.c: Likewise.
42925         * sunrpc/publickey.c: Likewise.
42926         * sunrpc/rpc_cmsg.c: Likewise.
42927         * sunrpc/rpc_common.c: Likewise.
42928         * sunrpc/rpc_dtable.c: Likewise.
42929         * sunrpc/rpc_prot.c: Likewise.
42930         * sunrpc/rpc_thread.c: Likewise.
42931         * sunrpc/rtime.c: Likewise.
42932         * sunrpc/svc.c: Likewise.
42933         * sunrpc/svc_auth.c: Likewise.
42934         * sunrpc/svc_raw.c: Likewise.
42935         * sunrpc/svc_run.c: Likewise.
42936         * sunrpc/svc_tcp.c: Likewise.
42937         * sunrpc/svc_udp.c: Likewise.
42938         * sunrpc/svc_unix.c: Likewise.
42939         * sunrpc/svcauth_des.c: Likewise.
42940         * sunrpc/xcrypt.c: Likewise.
42941         * sunrpc/xdr.c: Likewise.
42942         * sunrpc/xdr_array.c: Likewise.
42943         * sunrpc/xdr_float.c: Likewise.
42944         * sunrpc/xdr_intXX_t.c: Likewise.
42945         * sunrpc/xdr_mem.c: Likewise.
42946         * sunrpc/xdr_rec.c: Likewise.
42947         * sunrpc/xdr_ref.c: Likewise.
42948         * sunrpc/xdr_sizeof.c: Likewise.
42949         * sunrpc/xdr_stdio.c: Likewise.
42951 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42953         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42954         change.  Update copyright years.
42956 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42958         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42960 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42961             Joseph Myers  <joseph@codesourcery.com>
42962             Paul Pluzhnikov  <ppluzhnikov@google.com>
42964         [BZ #14012]
42965         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42966         requiring rpcgen.
42967         [cross-compiling] (extra-libs): Likewise.
42968         [cross-compiling] (extra-libs-others): Likewise.
42969         [cross-compiling] (librpcsvc-routines): Likewise.
42970         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42971         [cross-compiling] (omit-deps): Likewise.
42972         (sunrpc-CPPFLAGS): New variable.
42973         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42974         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42975         (cross-rpcgen-objs): New variable.
42976         (extra-objs): Append $(cross-rpcgen-objs).
42977         ($(cross-rpcgen-objs)): New rule.
42978         ($(objpfx)cross-rpcgen): Likewise.
42979         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42980         comment.
42981         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42982         ($(objpfx)x%.stmp): Likewise.
42983         * sunrpc/proto.h [IS_IN_build] (_): Define.
42984         [IS_IN_build] (_libc_intl_domainname): Likewise.
42986 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42988         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42989         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42990         and R_X86_64_TPOFF64.
42992 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42994         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42995         sysdeps/unix/sysv/syscalls.list.
42996         (stime): Likewise.
42997         (utime): Likewise.
42998         * sysdeps/unix/sysv/syscalls.list: Remove file.
43000 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43002         [BZ #3440]
43003         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43004         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43005         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43006         (__LC_IDENTIFICATION): Make these macros useful in #if
43007         expressions, as required by C99.
43009 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43011         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43012         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43013         after this.
43015 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43017         * stdlib/longlong.h: Updated from GCC.
43019 2012-05-09  Andreas Jaeger  <aj@suse.de>
43021         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43022         default is first entry.
43023         (run_mode): Set type.
43024         (main): Remove informal message about syslog.
43025         (options): Fix typo.
43027         [BZ #14053]
43028         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43029         to asm.
43030         (lrint): Likewise.
43031         (llrintf): Likewise.
43032         (llrint): Likewise.
43033         (rint): Likewise.
43034         (rintf): Likewise.
43035         (nearbyint): Likewise.
43036         (nearbyintf): Likewise.
43038 2012-05-09  Andreas Jaeger  <aj@suse.de>
43039             Pedro Alves  <palves@redhat.com>
43041         * nscd/nscd.c (run_mode): Use enum.
43042         (main): Cleanup coding style issue.
43044 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43045             Andreas Jaeger  <aj@suse.de>
43047         * nscd/nscd.c (go_background): Replaced with...
43048         (run_mode): ... this.
43049         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43050         (options): Add -F --foreground.
43051         (main): Implement it.
43052         (parse_opt): Parse it.
43054 2012-05-09  Andreas Jaeger  <aj@suse.de>
43056         [BZ #14083]
43057         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43058         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43059         -Wconversion warning.
43060         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43061         Likewise.
43063 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43065         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43066         == 0.
43067         (LC_ALL): Use macro-int-constant.
43068         (LC_COLLATE): Likewise.
43069         (LC_CTYPE): Likewise.
43070         (LC_MESSAGES): Likewise.
43071         (LC_MONETARY): Likewise.
43072         (LC_NUMERIC): Likewise.
43073         (LC_TIME): Likewise.
43074         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43075         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43076         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43077         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43078         Specify type.
43079         [C99-based standards] (float_t): Expect type.
43080         [C99-based standards] (double_t): Expect type.
43081         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43082         type.
43083         [C99-based standards] (HUGE_VALL): Likewise.
43084         [C99-based standards] (INFINITY): Likewise.
43085         [C99-based standards] (NAN): Likewise.
43086         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43087         [C99-based standards] (FP_NAN): Likewise.
43088         [C99-based standards] (FP_NORMAL): Likewise.
43089         [C99-based standards] (FP_SUBNORMAL): Likewise.
43090         [C99-based standards] (FP_ZERO): Likewise.
43091         [C99-based standards] (FP_FAST_FMA): Use
43092         optional-macro-int-constant.  Specify type.  Require == 1.
43093         [C99-based standards] (FP_FAST_FMAF): Likewise.
43094         [C99-based standards] (FP_FAST_FMAL): Likewise.
43095         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43096         [C99-based standards] (FP_ILOGBNAN): Likewise.
43097         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43098         Specify type.
43099         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43100         [C99-based standards] (math_errhandling): Specify type.
43101         [ISO99 || ISO11] (signgam): Do not allow.
43102         [non-C99-based standards] (copysignf): Do not allow.
43103         [non-C99-based standards] (exp2f): Likewise.
43104         [non-C99-based standards] (log2f): Likewise.
43105         [non-C99-based standards] (modff): Allow.
43106         [non-C99-based standards] (erff): Do not allow.
43107         [non-C99-based standards] (erfcf): Likewise.
43108         [non-C99-based standards] (gammaf): Likewise.
43109         [non-C99-based standards] (hypotf): Likewise.
43110         [non-C99-based standards] (j0f): Likewise.
43111         [non-C99-based standards] (j1f): Likewise.
43112         [non-C99-based standards] (jnf): Likewise.
43113         [non-C99-based standards] (lgammaf): Likewise.
43114         [non-C99-based standards] (tgammaf): Likewise.
43115         [non-C99-based standards] (y0f): Likewise.
43116         [non-C99-based standards] (y1f): Likewise.
43117         [non-C99-based standards] (ynf): Likewise.
43118         [non-C99-based standards] (isnanf): Likewise.
43119         [non-C99-based standards] (acoshf): Likewise.
43120         [non-C99-based standards] (asinhf): Likewise.
43121         [non-C99-based standards] (atanhf): Likewise.
43122         [non-C99-based standards] (cbrtf): Likewise.
43123         [non-C99-based standards] (expm1f): Likewise.
43124         [non-C99-based standards] (ilogbf): Likewise.
43125         [non-C99-based standards] (log1pf): Likewise.
43126         [non-C99-based standards] (logbf): Likewise.
43127         [non-C99-based standards] (nextafterf): Likewise.
43128         [non-C99-based standards] (remainderf): Likewise.
43129         [non-C99-based standards] (rintf): Likewise.
43130         [non-C99-based standards] (scalbf): Likewise.
43131         [non-C99-based standards] (copysignl): Likewise.
43132         [non-C99-based standards] (exp2l): Likewise.
43133         [non-C99-based standards] (log2l): Likewise.
43134         [non-C99-based standards] (modfl): Allow.
43135         [non-C99-based standards] (erfl): Do not allow.
43136         [non-C99-based standards] (erfcl): Likewise.
43137         [non-C99-based standards] (gammal): Likewise.
43138         [non-C99-based standards] (hypotl): Likewise.
43139         [non-C99-based standards] (j0l): Likewise.
43140         [non-C99-based standards] (j1l): Likewise.
43141         [non-C99-based standards] (jnl): Likewise.
43142         [non-C99-based standards] (lgammal): Likewise.
43143         [non-C99-based standards] (tgammal): Likewise.
43144         [non-C99-based standards] (y0l): Likewise.
43145         [non-C99-based standards] (y1l): Likewise.
43146         [non-C99-based standards] (ynl): Likewise.
43147         [non-C99-based standards] (isnanl): Likewise.
43148         [non-C99-based standards] (acoshl): Likewise.
43149         [non-C99-based standards] (asinhl): Likewise.
43150         [non-C99-based standards] (atanhl): Likewise.
43151         [non-C99-based standards] (cbrtl): Likewise.
43152         [non-C99-based standards] (expm1l): Likewise.
43153         [non-C99-based standards] (ilogbl): Likewise.
43154         [non-C99-based standards] (log1pl): Likewise.
43155         [non-C99-based standards] (logbl): Likewise.
43156         [non-C99-based standards] (nextafterl): Likewise.
43157         [non-C99-based standards] (remainderl): Likewise.
43158         [non-C99-based standards] (rintl): Likewise.
43159         [non-C99-based standards] (scalbl): Likewise.
43160         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43161         [non-C99-based standards] (FP_*): Do not allow.
43162         [C99-based standards] (FP_*): Change to
43163         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43164         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43165         allow.
43166         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43167         (SIG_ERR): Likewise.
43168         [X/Open-based standards] (SIG_HOLD): Likewise.
43169         (SIG_IGN): Likewise.
43170         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43171         positive value.
43172         (SIGFPE): Likewise.
43173         (SIGILL): Likewise.
43174         (SIGINT): Likewise.
43175         (SIGSEGV): Likewise.
43176         (SIGTER): Likewise.
43177         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43178         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43179         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43180         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43181         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43182         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43183         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43184         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43185         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43186         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43187         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43188         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43189         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43190         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43191         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43192         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43193         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43194         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43195         [X/Open-based standards] (SIGTRAP): Likewise.
43196         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43197         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43198         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43199         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43200         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43201         allow.
43203 2012-05-08  Ian Wienand  <ianw@vmware.com>
43205         [BZ #14080]
43206         * time/tzset.c (__tzset_parse_tz): Update default rules for
43207         daylight time changes in the Energy Policy Act of 2005.
43209 2012-05-09  Andreas Jaeger  <aj@suse.de>
43211         [BZ #13983]
43212         * elf/ldconfig.c (parse_conf): Change string to make clear that
43213         ldconfig only issued a warning if ld.so.conf does not exist.
43215 2012-05-08  David S. Miller  <davem@davemloft.net>
43217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43218         movxtod instead of popping the value on the stack.
43220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43222 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43224         * config.h.in: Add HAVE_ARM_PCS_VFP.
43226 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43228         [BZ #13979]
43229         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43230         checking but the checks are disabled for any reason.
43232 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43234         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43235         and ELF64_R_TYPE with ELFW(R_TYPE).
43237 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43239         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43240         (ulimit): Likewise.
43242         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43243         (settimeofday): Likewise.
43245 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43247         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43248         a struct th_u2 inside the union, and move tu_block/tu_code into
43249         a new th_u3 union of tu_block/tu_code inside of that.  Move
43250         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43251         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43252         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43253         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43254         (th_stuff): Change to th_u1.tu_stuff.
43255         (th_data): Define.
43256         (th_msg): Change to th_u1.th_u2.tu_data.
43258 2012-05-07  David S. Miller  <davem@davemloft.net>
43260         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43262         [BZ #14074]
43263         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43264         (SETUP_PIC_REG): Use it.
43265         (SETUP_PIC_REG_LEAF): Use it.
43267 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43269         [BZ #13885]
43270         [BZ #13923]
43271         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43272         USE_AS_EXPM1L.
43273         (EXPL_FINITE): Likewise.
43274         (FLDLOG): Likewise.
43275         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43276         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43277         e_expl.S.
43278         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43279         USE_AS_EXPM1L.
43280         (EXPL_FINITE): Likewise.
43281         (FLDLOG): Likewise.
43282         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43283         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43284         e_expl.S.
43285         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43286         test of -max_value argument for long double.
43287         * sysdeps/i386/fpu/libm-test-ulps: Update.
43288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43290 2012-05-06  David S. Miller  <davem@davemloft.net>
43292         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43293         quad soft-float symbols whose references which are compiler
43294         generated.
43295         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43297 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43299         [BZ #13884]
43300         [BZ #13914]
43301         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43302         USE_AS_EXP10L.
43303         (EXPL_FINITE): Likewise.
43304         (FLDLOG): Likewise.
43305         (c0): Likewise.
43306         (c1): Likewise.
43307         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43308         Adjust comments for base varying.
43309         (__expl_finite): Change alias to EXPL_FINITE.
43310         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43311         e_expl.S.
43312         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43313         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43314         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43315         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43316         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43317         USE_AS_EXP10L.
43318         (EXPL_FINITE): Likewise.
43319         (FLDLOG): Likewise.
43320         (c0): Likewise.
43321         (c1): Likewise.
43322         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43323         Adjust comments for base varying.
43324         (__expl_finite): Change alias to EXPL_FINITE.
43325         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43326         tests for bugs.
43327         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43329         [BZ #14064]
43330         * math/libm-test.inc (check_float_internal): Correct ulp
43331         calculation for subnormal expected results.
43333 2012-05-06  Andreas Jaeger  <aj@suse.de>
43335         * Makeconfig (+math-flags): New, set to -frounding-math.
43336         (+cflags): Add +math-flags so that all of glibc gets compiled with
43337         it.
43339         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43341 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43343         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43344         Disable one test.
43346         [BZ #13787]
43347         [BZ #13922]
43348         [BZ #14036]
43349         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43350         (__ieee754_expl): Allow for and saturate large arguments.
43351         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43352         (u_threshold): Likewise.
43353         (__exp): Call __ieee754_exp before checking for overflow and
43354         underflow.
43355         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43356         (u_threshold): Likewise.
43357         (__expf): Call __ieee754_expf before checking for overflow and
43358         underflow.
43359         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43360         (u_threshold): Likewise.
43361         (__expl): Call __ieee754_expl before checking for overflow and
43362         underflow.
43363         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43364         (__ieee754_expl): Allow for and saturate large arguments.
43365         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43366         missing overflow exception on overflow.
43367         (expm1_test): Do not allow missing overflow exception on overflow.
43369         * sysdeps/i386/fpu/e_expl.c: Move to ...
43370         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43371         rather than using inline asm.
43372         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43373         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43374         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43376         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43377         (nice): Likewise.
43378         (poll): Likewise.
43379         (signal): Likewise.
43380         (time): Likewise.
43381         (times): Likewise.
43383 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43385         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43386         sysdeps/unix/common/syscalls.list.
43387         (fchmod): Likewise.
43388         (fchown): Likewise.
43389         (ftruncate): Likewise.
43390         (getrusage): Likewise.
43391         (gettimeofday): Likewise.
43392         (setpgid): Likewise.
43393         (setregid): Likewise.
43394         (setreuid): Likewise.
43395         (sigaction): Likewise.
43396         (truncate): Likewise.
43397         (vhangup): Likewise.
43398         * sysdeps/unix/common/syscalls.list: Remove file.
43399         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43400         * sysdeps/unix/sysv/linux/Implies: Likewise.
43402 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43404         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43406         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43407         Moved to ...
43408         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43409         Here.
43410         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43411         to ...
43412         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43413         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43414         to ...
43415         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43416         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43417         to ...
43418         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43419         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43420         to ...
43421         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43422         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43423         to ...
43424         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43425         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43426         to ...
43427         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43428         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43429         to ...
43430         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43431         Here.
43432         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43433         to ...
43434         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43435         Here.
43436         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43437         to ...
43438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43439         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43440         Moved to ...
43441         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43442         Here.
43443         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43444         to ...
43445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43447 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43449         * sysdeps/unix/common/bits/dirent.h: Remove file.
43450         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43452         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43453         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43454         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43455         * sysdeps/unix/bsd/isatty.c: Likewise.
43456         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43457         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43458         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43460 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43462         [BZ #13563]
43463         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43464         long double comparison inaccuracies.
43465         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43468 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43470         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43471         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43473 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43475         [BZ #14049]
43476         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43477         nonzero digits before rounding a hex value.
43478         * stdlib/tst-strtod.c (tests): Add another test.
43480 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43482         * sysdeps/s390/fpu/libm-test-ulps: Update.
43484 2012-05-03  Andreas Jaeger  <aj@suse.de>
43486         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43487         does not get optimized out.
43488         (malloc_opt_barrier): New.
43490 2012-05-03  Andreas Jaeger  <aj@suse.de>
43491             Roland McGrath  <roland@hack.frob.com>
43493         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43494         intermediate file deletion.
43495         (generated): Add .symlist files.
43497 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43499         [BZ #13775]
43500         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43501         Redirect under this condition.
43502         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43503         [__USE_GNU] (__dprintf_chk): Not under this condition.
43504         [__USE_GNU] (__vdprintf_chk): Likewise.
43505         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43506         under this condition.
43507         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43508         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43509         [__USE_XOPEN2K8] (vdprintf): Likewise.
43510         [__USE_GNU] (__dprintf_chk): Not under this condition.
43511         [__USE_GNU] (__vdprintf_chk): Likewise.
43512         [__USE_GNU] (dprintf): Likewise.
43513         [__USE_GNU] (vdprintf): Likewise.
43515 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43517         * elf/Makefile (common-generated): Set this instead of generated for
43518         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43519         $(all-built-dso)-derived lists.
43521 2012-05-03  Andreas Jaeger  <aj@suse.de>
43523         * sysdeps/i386/fpu/libm-test-ulps: Update.
43525         * FAQ: Removed.
43526         * FAQ.in: Likewise.
43527         * scripts/gen-FAQ.pl: Likewise.
43528         * manual/install.texi (Installation): Point to online location of
43529         FAQ.
43530         * Makefile (files-for-dist): Remove FAQ.
43531         (FAQ): Remove.
43533 2012-05-02  Allan McRae  <allan@archlinux.org>
43535         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43536         (LDFLAGS-reldepmod5.so): Likewise.
43537         (LDFLAGS-reldep6mod1.so): Likewise.
43538         (LDFLAGS-reldep6mod4.so): Likewise.
43539         (LDFLAGS-reldep8mod3.so): Likewise.
43540         (LDFLAGS-unload4mod1.so): Likewise.
43541         (LDFLAGS-unload4mod2.so): Likewise.
43542         (LDFLAGS-tst-initorder): Likewise.
43543         (LDFLAGS-tst-initordera2.so): Likewise.
43544         (LDFLAGS-tst-initordera3.so): Likewise.
43545         (LDFLAGS-tst-initordera4.so): Likewise.
43546         (LDFLAGS-tst-initorderb2.so): Likewise.
43547         (LDFLAGS-noload): Likewise.
43548         (LDFLAGS-next): Likewise.
43549         (LDFLAGS-order2mod1.so): Likewise.
43550         (LDFLAGS-order2mod2.so): Likewise.
43551         (LDFLAGS-tst-initorder2): Likewise.
43552         (LDFLAGS-tst-initorder2a.so): Likewise.
43553         (LDFLAGS-tst-initorder2b.so): Likewise.
43554         (LDFLAGS-tst-initorder2c.so): Likewise.
43555         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43557 2012-05-02  David S. Miller  <davem@davemloft.net>
43559         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43561 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43563         [BZ #14055]
43564         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43566 2012-05-02  Andreas Jaeger  <aj@suse.de>
43568         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43569         since we manipulate rounding mode.
43570         (CPPFLAGS-test-idouble.c): Likewise.
43571         (CPPFLAGS-test-ifloat.c): Likewise.
43572         (CFLAGS-test-ldouble.c): Likewise.
43573         (CFLAGS-test-double.c): Likewise.
43574         (CFLAGS-test-float.c): Likewise.
43575         (CFLAGS-test-misc.c): Likewise.
43576         (CFLAGS-test-test-fenv.c): Likewise.
43578 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43580         [BZ #2550]
43581         [BZ #2570]
43582         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43583         comparisons to determine direction to adjust input.
43585 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43587         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43588         output to the target.
43590         * scripts/localplt.awk: New file.
43591         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43592         (check-localplt-CFLAGS): Variable removed.
43593         ($(all-built-dso:=.jmprel)): New static pattern rule.
43594         (generated): Add those targets.
43595         (localplt-built-dso): New variable.
43596         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43598         * elf/check-localplt.c: File removed.
43600         * scripts/check-execstack.awk: New file.
43601         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43602         (check-execstack-CFLAGS): Variable removed.
43603         ($(objpfx)check-execstack.h): Target removed.
43604         ($(objpfx)execstack-default): New target.
43605         (generated): Add that instead of check-execstack.h.
43606         ($(all-built-dso:=.phdr)): New static pattern rule.
43607         (generated): Add those targets.
43608         * elf/check-execstack.c: File removed.
43610         * scripts/check-textrel.awk: New file.
43611         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43612         (check-textrel-CFLAGS): Variable removed.
43613         (all-built-dso): Use := to define.o
43614         ($(all-built-dso:=.dyn)): New static pattern rule.
43615         (generated): Add those targets.
43616         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43617         * config.make.in (READELF): New substituted variable.
43618         * elf/check-textrel.c: File removed.
43620 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43622         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43623         allow.
43624         * conform/data/ctype.h-data [C99-based standards] (isblank):
43625         Expect function.
43626         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43627         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43628         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43629         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43630         Specify type.  Require positive value.
43631         (EILSEQ): Likewise.
43632         (ERANGE): Likewise.
43633         [ISO || POSIX] (EILSEQ): Do not expect.
43634         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43635         Specify type.  Require positive value.
43636         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43637         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43638         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43639         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43640         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43641         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43642         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43643         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43644         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43645         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43646         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43647         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43648         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43649         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43650         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43651         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43652         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43653         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43654         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43655         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43656         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43657         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43658         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43659         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43660         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43661         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43662         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43663         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43664         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43665         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43666         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43667         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43668         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43669         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43670         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43671         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43672         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43673         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43674         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43675         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43676         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43677         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43678         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43679         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43680         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43681         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43682         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43683         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43684         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43685         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43686         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43687         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43688         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43689         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43690         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43691         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43692         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43693         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43694         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43695         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43696         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43697         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43698         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43699         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43700         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43701         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43702         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43703         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43704         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43705         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43706         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43707         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43708         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43709         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43710         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43711         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43712         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43713         Require >= 2.
43714         (FLT_ROUNDS): Expect as macro, not constant.
43715         (FLT_MANT_DIG): Use macro-int-constant.
43716         (DBL_MANT_DIG): Likewise.
43717         (LDBL_MANT_DIG): Likewise.
43718         (FLT_DIG): Likewise.
43719         (DBL_DIG): Likewise.
43720         (LDBL_DIG): Likewise.
43721         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43722         (DBL_MIN_EXP): Likewise.
43723         (LDBL_MIN_EXP): Likewise.
43724         (FLT_MAX_EXP): Use macro-int-constant.
43725         (DBL_MAX_EXP): Likewise.
43726         (LDBL_MAX_EXP): Likewise.
43727         (FLT_MAX_10_EXP): Likewise.
43728         (DBL_MAX_10_EXP): Likewise.
43729         (LDBL_MAX_10_EXP): Likewise.
43730         (FLT_MAX): Use macro-constant.
43731         (DBL_MAX): Likewise.
43732         (LDBL_MAX): Likewise.
43733         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43734         (DBL_EPSILON): Likewise.
43735         (LDBL_EPSILON): Likewise.
43736         (FLT_MIN): Likewise.
43737         (DBL_MIN): Likewise.
43738         (LDBL_MIN): Likewise.
43739         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43740         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43741         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43742         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43743         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43744         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43745         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43746         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43747         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43748         [ISO11] (FLT_TRUE_MIN): Likewise.
43749         [ISO11] (LDBL_TRUE_MIN): Likewise.
43750         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43751         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43752         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43753         (SCHAR_MAX): Likewise.
43754         (UCHAR_MAX): Likewise.
43755         (CHAR_MIN): Likewise.
43756         (CHAR_MAX): Likewise.
43757         (MB_LEN_MAX): Use macro-int-constant.
43758         (SHRT_MIN): Use macro-int-constant.  Specify type.
43759         (SHRT_MAX): Likewise.
43760         (USHRT_MAX): Likewise.
43761         (INT_MAX): Likewise.
43762         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43763         bound negative.
43764         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43765         bound with "U".
43766         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43767         bound with "L".
43768         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43769         bound negative.  Suffix upper bound with "L".
43770         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43771         bound with "UL".
43772         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43773         Specify type.
43774         [C99-based standards] (LLONG_MAX): Likewise.
43775         [C99-based standards] (ULLONG_MAX): Likewise.
43776         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43777         == 0.
43778         [ISO11] (max_align_t): Require type.
43779         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43781         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43782         from $CFLAGS, without defining away __attribute__ calls.
43783         (checknamespace): Use $CFLAGS_namespace.
43785         * conform/conformtest.pl (@keywords): Only include C99 keywords
43786         for standards based on C99 or C11.
43788         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43789         Disable tests.
43790         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43791         UNIX98]: Likewise.
43793         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43794         usability of symbols in #if.
43796         * conform/conformtest.pl: If macro or constant types start
43797         "promoted:", expect the symbol to be of the following type
43798         promoted by the integer promotions.
43800         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43801         in one place.  Also handle "macro-constant".
43803         * conform/conformtest.pl: Only accept expected macro values with
43804         "==".  Parse all "macro" lines in one place.
43805         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43807         * conform/conformtest.pl: Handle braced types on "constant" lines
43808         instead of handling "typed-constant".
43809         * conform/data/signal.h-data: Use "constant" instead of
43810         "typed-constant".
43812         * conform/conformtest.pl: Handle "optional-" at start of lines in
43813         one place rather than duplicating several cases.  Handle each
43814         format of "macro" line with initial "optional-".
43816         * conform/conformtest.pl: Only accept expected constant or
43817         optional-constant values with "==".  Parse all "constant" lines in
43818         one place.  Parse all "optional-constant" lines in one place.
43819         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43820         * conform/data/fmtmsg.h-data: Likewise.
43821         * conform/data/netinet/in.h-data: Likewise.
43822         * conform/data/tar.h-data: Likewise.
43823         * conform/data/limits.h-data: Use "==" form on "constant" and
43824         "optional-constant" lines.
43826         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43827         Use -std=c99 for XOPEN2K.
43828         (@knownproblems): Remove.
43829         (newtoken): Don't check %isknown.
43831         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43832         Do not expect macro.
43833         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43834         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43835         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43836         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43837         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43838         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43839         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43840         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43841         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43842         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43843         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43844         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43845         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43846         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43847         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43848         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43849         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43850         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43851         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43852         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43853         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43854         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43855         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43856         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43857         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43858         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43859         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43860         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43863         [XPG3] (acosh): Likewise.
43864         [XPG3] (asinh): Likewise.
43865         [XPG3] (atanh): Likewise.
43866         [XPG3] (cbrt): Likewise.
43867         [XPG3] (expm1): Likewise.
43868         [XPG3] (ilogb): Likewise.
43869         [XPG3] (log1p): Likewise.
43870         [XPG3] (logb): Likewise.
43871         [XPG3] (nextafter): Likewise.
43872         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43873         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43874         [XPG3] (remainder): Likewise.
43875         [XPG3] (rint): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43883         [UNIX98 || XOPEN2K] (scalb): Expect.
43884         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43885         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43886         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43887         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43888         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43889         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43890         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43891         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43892         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43893         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43894         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43895         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43896         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43897         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43898         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43901         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43902         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43903         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43904         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43905         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43906         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43910         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43911         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43912         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43957         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43958         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43959         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43960         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43961         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43962         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43963         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43964         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43965         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43966         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43967         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43968         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43969         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43970         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43971         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43972         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43973         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43974         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43975         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43976         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43977         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43978         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43979         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43980         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43981         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43982         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43983         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43984         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43985         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43986         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43987         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43988         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43989         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43990         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43991         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43992         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43993         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43994         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43995         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43996         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43997         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43998         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43999         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44000         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44001         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44002         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44003         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44004         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44005         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44006         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44007         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44008         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44009         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44010         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44011         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44012         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44013         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44014         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44015         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44016         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44017         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44018         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44019         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44020         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44022         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44023         _XOPEN_SOURCE_EXTENDED for XPG4.
44025         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44027         * Makeconfig (localtime): Remove variable.
44028         (inst_localtime-file): Likewise.
44030 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44033         Update.
44034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44035         Update.
44036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44037         Update.
44038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44039         Update.
44040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44041         Update.
44042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44043         Update.
44044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44045         Update.
44046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44047         Update.
44048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44049         Update.
44051 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44053         [BZ #2550]
44054         [BZ #2570]
44055         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44056         comparisons to determine direction to adjust input.
44057         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44058         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44059         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44060         Likewise.
44061         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44062         Likewise.
44063         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44064         Likewise.
44065         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44066         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44067         Likewise.
44068         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44069         Likewise.
44070         * math/libm-test.inc (nexttoward_test): Add more tests.
44072 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44074         [BZ #14040]
44075         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44076         in version GLIBC_2.1, not GLIBC_2.0.
44077         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44078         Likewise.
44080 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44082         [BZ #13942]
44083         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44084         (1 - x) * (1 + x).
44085         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44086         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44087         * math/libm-test.inc (acos_test): Add more tests.
44088         (asin_test): Likewise.
44089         * sysdeps/i386/fpu/libm-test-ulps: Update.
44090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44092         [BZ #14034]
44093         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44094         of square root.
44095         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44096         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44097         * math/libm-test.inc (acos_test_tonearest): New function.
44098         (acos_test_towardzero): Likewise.
44099         (acos_test_downward): Likewise.
44100         (acos_test_upward): Likewise.
44101         (asin_test_tonearest): Likewise.
44102         (asin_test_towardzero): Likewise.
44103         (asin_test_downward): Likewise.
44104         (asin_test_upward): Likewise.
44105         (main): Call the new functions.
44106         * sysdeps/i386/fpu/libm-test-ulps: Update.
44107         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44109         [BZ #13884]
44110         [BZ #13924]
44111         * math/e_exp10.c: Include <float.h>.
44112         (__ieee754_exp10): Handle underflow here rather than multiplying
44113         large negative argument by M_LN10.
44114         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44115         of __ieee754_expf.
44116         * math/e_exp10l.c: Include <float.h>.
44117         (__ieee754_exp10l): Handle underflow here rather than multiplying
44118         large negative argument by M_LN10l.
44119         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44120         spurious overflow exception on underflow.
44122 2012-04-29  Marek Polacek  <polacek@redhat.com>
44124         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44125         (__fortify_function): New macro.
44126         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44127         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44128         __extern_always_inline.
44129         * libio/bits/stdio2.h: Likewise.
44130         * libio/bits/stdio.h: Likewise.
44131         * string/string.h: Likewise.
44132         * string/bits/string3.h: Likewise.
44133         * include/stdio.h: Likewise.
44134         * stdlib/bits/stdlib.h: Likewise.
44135         * stdlib/stdlib.h: Likewise.
44136         * rt/bits/mqueue2.h: Likewise.
44137         * rt/mqueue.h: Likewise.
44138         * posix/bits/unistd.h: Likewise.
44139         * posix/unistd.h: Likewise.
44140         * io/bits/poll2.h: Likewise.
44141         * io/bits/fcntl2.h: Likewise.
44142         * io/fcntl.h: Likewise.
44143         * io/sys/poll.h: Likewise.
44144         * misc/bits/syslog.h: Likewise.
44145         * misc/bits/syslog-ldbl.h: Likewise.
44146         * misc/sys/syslog.h: Likewise.
44147         * socket/bits/socket2.h: Likewise.
44148         * socket/sys/socket.h: Likewise.
44149         * debug/tst-chk1.c: Likewise.
44150         * wcsmbs/bits/wchar2.h: Likewise.
44151         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44152         * wcsmbs/wchar.h: Likewise.
44154 2012-04-29  Andreas Jaeger  <aj@suse.de>
44156         * Makerules (tests): Remove enable-check-abi protection.
44157         (check-abi-warn): Remove.
44158         (check-abi-%): Remove check-abi-warn usage.
44160         * configure.in: Remove check-abi configure option.
44161         * configure: Regenerated.
44162         * config.make.in (enable-check-abi): Remove.
44164 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44166         [BZ #14033]
44167         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44168         double functions to double *_finite functions.
44170         [BZ #13941]
44171         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44172         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44173         LDBL_MIN_EXP.
44174         * stdio-common/Makefile (tests): Add tst-sprintf3.
44175         * stdio-common/tst-sprintf3.c: New file.
44177         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44178         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44180 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44182         * conform/conformtest.pl: Remove duplicate typed-constant
44183         handling.
44185 2012-04-28  David S. Miller  <davem@davemloft.net>
44187         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44188         (check-abi-%): Remove AWK script prerequisite and explicit
44189         abilist directory.
44190         (check-abi): Rewrite to just diff the symlist with the abilist.
44191         (config-tls, config-abi-config): Delete, no longer used.
44192         (update-abi-%): Remove AWK script and explicit abilist directory.
44193         (update-abi): Rewrite to simply compare and conditionally copy the
44194         symlist and the sysdep abilist file.  Remove update-abi-config
44195         checks.
44196         * abilist/ld.abilist: Remove.
44197         * abilist/libBrokenLocale.abilist: Remove.
44198         * abilist/libanl.abilist: Remove.
44199         * abilist/libcrypt.abilist: Remove.
44200         * abilist/libdl.abilist: Remove.
44201         * abilist/librt.abilist: Remove.
44202         * abilist/libthread_db.abilist: Remove.
44203         * abilist/libutil.abilist: Remove.
44204         * scripts/extract-abilist.awk: Remove.
44205         * scripts/merge-abilist.awk: Remove.
44206         * sysdeps/generic/libcidn.abilist: New file.
44207         * sysdeps/generic/libnss_compat.abilist: New file.
44208         * sysdeps/generic/libnss_db.abilist: New file.
44209         * sysdeps/generic/libnss_dns.abilist: New file.
44210         * sysdeps/generic/libnss_files.abilist: New file.
44211         * sysdeps/generic/libnss_hesiod.abilist: New file.
44212         * sysdeps/generic/libnss_nis.abilist: New file.
44213         * sysdeps/generic/libnss_nisplus.abilist: New file.
44214         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44215         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44216         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44217         file.
44218         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44219         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44220         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44221         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44222         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44223         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44224         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44225         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44226         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44227         file.
44228         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44229         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44230         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44231         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44232         file.
44233         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44234         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44235         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44236         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44237         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44238         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44239         file.
44240         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44241         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44242         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44243         file.
44244         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44245         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44246         New file.
44247         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44248         New file.
44249         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44250         New file.
44251         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44252         New file.
44253         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44254         New file.
44255         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44256         New file.
44257         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44258         New file.
44259         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44260         New file.
44261         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44262         New file.
44263         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44264         New file.
44265         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44266         New file.
44267         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44268         New file.
44269         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44270         New file.
44271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44272         file.
44273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44274         New file.
44275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44276         New file.
44277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44278         file.
44279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44280         New file.
44281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44282         New file.
44283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44284         file.
44285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44286         New file.
44287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44288         New file.
44289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44290         New file.
44291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44292         New file.
44293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44294         New file.
44295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44296         New file.
44297         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44298         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44299         file.
44300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44301         New file.
44302         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44303         file.
44304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44305         file.
44306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44307         file.
44308         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44309         file.
44310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44311         file.
44312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44313         New file.
44314         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44315         file.
44316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44317         file.
44318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44319         New file.
44320         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44321         file.
44322         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44323         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44324         file.
44325         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44326         New file.
44327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44328         file.
44329         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44330         file.
44331         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44332         file.
44333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44334         file.
44335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44336         file.
44337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44338         New file.
44339         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44340         file.
44341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44342         file.
44343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44344         New file.
44345         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44346         file.
44347         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44348         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44349         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44350         file.
44351         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44352         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44353         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44354         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44355         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44356         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44357         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44358         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44359         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44360         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44361         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44362         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44363         file.
44364         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44365         New file.
44366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44367         file.
44368         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44369         file.
44370         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44371         file.
44372         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44373         file.
44374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44375         file.
44376         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44377         New file.
44378         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44379         New file.
44380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44381         file.
44382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44383         New file.
44384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44385         file.
44386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44387         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44388         file.
44389         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44390         New file.
44391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44392         file.
44393         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44394         file.
44395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44396         file.
44397         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44398         file.
44399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44400         file.
44401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44402         New file.
44403         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44404         New file.
44405         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44406         file.
44407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44408         New file.
44409         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44410         file.
44412 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44414         * conform/conformtest.pl: Fix typo in handling typed-constant from
44415         allow-header.
44417 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44419         * README: Cut down references to pre-2.6 Linux kernels and
44420         Linuxthreads.  Update lists of configurations in libc and ports
44421         and sort alphabetically.  Say "or newer" with Linux kernel version
44422         requirements.
44424         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44426 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44428         [BZ #887]
44429         * math/libm-test.inc (logb_test_downward): New test to expose
44430         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44431         rounding mode.
44433 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44435         [BZ #14027]
44436         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44437         to be done.
44438         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44439         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44441 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44443         * sysdeps/unix/i386/brk.S: Remove file.
44444         * sysdeps/unix/i386/dl-brk.S: Likewise.
44445         * sysdeps/unix/i386/pipe.S: Likewise.
44446         * sysdeps/unix/i386/sigreturn.S: Likewise.
44447         * sysdeps/unix/i386/syscall.S: Likewise.
44448         * sysdeps/unix/i386/vfork.S: Likewise.
44449         * sysdeps/unix/i386/wait.S: Likewise.
44451         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44452         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44454         * configure.in (arm*-none*): Do not allow without
44455         --enable-hacker-mode.
44456         (netbsd*): Remove case setting base_os.
44457         (386bsd*): Likewise.
44458         (freebsd*): Likewise.
44459         (bsdi*): Likewise.
44460         (osf*): Likewise.
44461         (sunos*): Likewise.
44462         (ultrix*): Likewise.
44463         (newsos*): Likewise.
44464         (dynix*): Likewise.
44465         (*bsd*): Likewise.
44466         (sysv*): Likewise.
44467         (isc*): Likewise.
44468         (esix*): Likewise.
44469         (sco*): Likewise.
44470         (minix*): Likewise.
44471         (irix4*): Likewise.
44472         (irix6*): Likewise.
44473         (solaris[2-9]*): Likewise.
44474         (none): Likewise.
44475         * configure: Regenerated.
44477 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44479         [BZ #11521]
44480         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44481         overflow or cancellation in calculating denominator.
44482         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44483         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44484         down expression to avoid unexpected rounding in newer GCCs.
44485         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44487 2012-04-26  David S. Miller  <davem@davemloft.net>
44489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44490         long-double compat symbols.
44491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44497         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44498         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44499         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44505 2012-04-25  David S. Miller  <davem@davemloft.net>
44507         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44508         HWCAP_* values only after the memory barriers have been defined.
44509         (atomic_full_barrier): Define.
44510         (atomic_read_barrier): Define.
44511         (atomic_write_barrier): Define.
44513 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44515         * shlib-versions: Add libgcc_s version information.
44516         * sysdeps/generic/libgcc_s.h: Remove.
44517         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44518         libgcc_s.h.
44519         * sysdeps/gnu/unwind-resume.c: Likewise.
44520         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44522 2012-04-25  David S. Miller  <davem@davemloft.net>
44524         * sysdeps/unix/sparc/brk.S: Delete.
44525         * sysdeps/unix/sparc/dl-brk.S: Delete.
44526         * sysdeps/unix/sparc/pipe.S: Delete.
44527         * sysdeps/unix/sparc/sysdep.S: Delete.
44528         * sysdeps/unix/sparc/sysdep.h: Delete.
44529         * sysdeps/unix/sparc/vfork.S: Delete.
44530         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44531         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44532         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44533         (ret_ERRVAL, r0, r1, MOVE): Define.
44534         (JUMPTARGET): Remove.
44535         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44536         sysdeps/unix/sparc/sysdep.h
44537         (ENTRY, END): Remove.
44538         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44540 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44542         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44543         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44544         -DIS_IN_build.
44546         * timezone/README: Update upstream location and email address for
44547         tzcode and tzdata.
44548         * timezone/zdump.c: Update from tzcode 2012b.
44549         * timezone/zic.c: Likewise.
44551         * configure.in (libc_cv_as_needed): Remove test.
44552         * configure: Regenerated.
44553         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44554         conditional definition.
44555         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44556         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44557         * config.make.in (have-as-needed): Remove variable.
44559 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44560             Paul Pluzhnikov  <ppluzhnikov@google.com>
44562         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44563         strings correctly.
44565 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44567         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44568         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44569         * sysdeps/sh/strlen.S: Likewise.
44571 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44573         * sysdeps/unix/fork.S: Remove file.
44574         * sysdeps/unix/i386/fork.S: Likewise.
44575         * sysdeps/unix/sparc/fork.S: Likewise.
44577         * sysdeps/unix/system.c: Remove file.
44578         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44580         * sysdeps/unix/getegid.S: Remove file.
44581         * sysdeps/unix/geteuid.S: Likewise.
44583 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44585         * scripts/check-localplt.awk: New file.
44586         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44587         of diff.
44588         * scripts/data/localplt-generic.data: Add a comment.
44590         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44591         NODE when __dir_mkfile failed.
44592         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44593         Reported by Ludovic Courtès <ludo@gnu.org>.
44595 2012-04-24  Andreas Jaeger  <aj@suse.de>
44597         * Makerules (common-clean): Also remove gen-as-const-headers
44598         files.
44600 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44602         * Makerules (native-compile): Do not change working directory for
44603         build.  Use $(OUTPUT_OPTION) in command.
44604         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44606 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44608         [BZ #13886]
44609         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44610         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44611         * math/libm-test.inc (floor_test): Add more tests.
44612         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44614 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44616         * sysdeps/unix/getdents.c: Remove file.
44617         * sysdeps/unix/sysv/getdents.c: Likewise.
44618         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44620         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44621         sysdeps/unix/mman/syscalls.list.
44622         (mmap): Likewise.
44623         (mprotect): Likewise.
44624         (msync): Likewise.
44625         (munmap): Likewise.
44626         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44627         * sysdeps/unix/mman/syscalls.list: Remove.
44628         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44630         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44631         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44632         * configure: Regenerated.
44633         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44634         $(libgcc_s_suffix).
44635         * config.make.in (libgcc_s_suffix): Remove variable.
44637 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44639         * sysdeps/unix/sysv/gethostname.c: Move to ...
44640         * sysdeps/posix/gethostname.c: ... here.
44642         * sysdeps/unix/execve.S: Remove file.
44644         * sysdeps/unix/_exit.S: Remove file.
44646 2012-04-23  Andreas Jaeger  <aj@suse.de>
44648         [BZ #13739]
44649         * manual/Makefile: Remove make dist support, there's no
44650         need for a stand-alone documentation tar ball.
44651         (TEXI2DVI): Define always, it's not in Makeconfig.
44652         (dist): Removed.
44653         (tar-it): Removed.
44654         (edition): Removed.
44655         (glibc-doc-$(edition).tar): Removed
44656         (%.Z): Removed.
44657         (%.gz): Removed.
44658         (%.uu): Removed.
44659         (ETAGS): Remove, it's in Makeconfig.
44660         (move-if-change): Remove, it's in Makeconfig.
44662 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44664         [BZ #13970]
44665         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44666         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44667         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44668         (strtod_l, strtof_l, strtold_l): Remove __wur.
44669         It is not necessarily an error to ignore strtol's return value.
44670         One can reliably look at the stored endptr to decide whether
44671         the number had valid syntax.
44673 2012-04-21  Andreas Jaeger  <aj@suse.de>
44675         [BZ #13739]
44676         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44678 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44680         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44681         * sysdeps/unix/sysv/Versions: Remove file.
44683 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44685         [BZ #13927]
44686         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44688 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44690         [BZ #7064]
44691         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44692         version from __vm86.
44694 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44696         * sysdeps/unix/common/lxstat.c: Remove file.
44697         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44699         * sysdeps/unix/sysv/Makefile: Remove file.
44701         * sysdeps/unix/sysv/direct.h: Remove file.
44703         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44704         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44705         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44706         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44707         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44708         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44709         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44711         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44713         * sysdeps/unix/xmknod.c: Remove file.
44714         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44716         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44718         * sysdeps/unix/sysv/i386/time.S: Remove file.
44720         * sysdeps/unix/fxstat.c: Remove file.
44721         * sysdeps/unix/xstat.c: Likewise.
44722         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44724         * sysdeps/unix/sysv/sigaction.c: Remove file.
44726         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44727         (sysdep_headers): Remove variable.
44728         [termio.h not in sysdep_headers] (generated): Likewise.
44729         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44730         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44731         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44732         * sysdeps/unix/sysv/tcflow.c: Likewise.
44733         * sysdeps/unix/sysv/tcflush.c: Likewise.
44734         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44735         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44736         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44737         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44738         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44740         * sysdeps/unix/siglist.c: Remove file.
44742         * sysdeps/unix/getppid.S: Remove file.
44744         * sysdeps/unix/mkdir.c: Remove file.
44745         * sysdeps/unix/rmdir.c: Likewise.
44747 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44749         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44750         ERR_MAX value.
44751         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44752         errlist-compat value.
44754 2012-04-18  David S. Miller  <davem@davemloft.net>
44756         * sysdeps/generic/memcopy.h (reg_char): Delete.
44757         * debug/strcat_chk.c: Use char, not reg_char.
44758         * debug/strcpy_chk.c: Likewise.
44759         * debug/strncat_chk.c: Likewise.
44760         * debug/strncpy_chk.c: Likewise.
44761         * string/memchr.c: Likewise.
44762         * string/memrchr.c: Likewise.
44763         * string/rawmemchr.c: Likewise.
44764         * string/strcat.c: Likewise.
44765         * string/strchr.c: Likewise.
44766         * string/strchrnul.c: Likewise.
44767         * string/strcmp.c: Likewise.
44768         * string/strcpy.c: Likewise.
44769         * string/strncat.c: Likewise.
44770         * string/strncmp.c: Likewise.
44771         * string/strncpy.c: Likewise.
44773 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44775         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44776         __builtin_memcopy is called when src and dest ranges are known to not
44777         overlap.
44779 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44781         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44782         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44783         fwd_align_merge macro call.
44784         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44785         bwd_align_merge macro call.
44786         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44788 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44790         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44791         bwd_align_merge macros.
44792         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44793         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44794         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44796 2012-04-18  David S. Miller  <davem@davemloft.net>
44798         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44800 2012-04-18  Andreas Jaeger  <aj@suse.de>
44802         [BZ# 6794]
44803         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44804         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44805         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44807         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44808         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44809         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44811         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44812         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44813         Adjust for changed ldbl-128 files.
44815         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44816         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44817         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44819 2012-04-17  David S. Miller  <davem@davemloft.net>
44821         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44823 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44825         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44826         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44827         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44828         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44829         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44830         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44832 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44834         [BZ #6794]
44835         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44836         * math/libm-test.inc: Add ilogb errno and exception tests.
44837         * math/w_ilogb.c: New file: ilogb wrapper.
44838         * math/w_ilogbf.c: New file: ilogbf wrapper.
44839         * math/w_ilogbl.c: New file: ilogbl wrapper.
44840         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44841         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44842         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44843         exception being thrown with 0.0 as argument.
44844         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44845         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44846         exception being thrown with 0.0 as argument.
44847         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44848         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44849         exception being thrown with 0.0 as argument.
44850         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44851         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44852         exception being thrown with 0.0 as argument.
44853         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44854         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44855         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44856         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44857         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44858         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44859         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44860         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44861         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44863 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44865         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44866         with altivec.
44868 2012-04-16  Marek Polacek  <polacek@redhat.com>
44870         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44872 2012-04-16  Marek Polacek  <polacek@redhat.com>
44874         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44875         operands of fdivp instruction.
44877 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44879         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44880         * elf/tst-auditmod3b.c: Likewise.
44881         * elf/tst-auditmod4b.c: Likewise.
44882         * elf/tst-auditmod5b.c: Likewise.
44883         * elf/tst-auditmod6b.c: Likewise.
44884         * elf/tst-auditmod6c.c: Likewise.
44885         * elf/tst-auditmod7b.c: Likewise.
44886         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44887         * sysdeps/x86_64/preconfigure.in: Likewise.
44888         * sysdeps/x86_64/preconfigure: Regenerated.
44890 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44892         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44893         __ILP32__.
44895 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44897         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44898         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44900 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44902         [BZ #13973]
44903         * locale/iso-639.def: Fix gl language name. Spotted by
44904         Yaron Shahrabani.
44906 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44908         [BZ #2074]
44909         * libio/libio.h (__io_write_fn): Update comment.
44911 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44913         [BZ #2074]
44914         * stdio.texi (Hook Functions): The user provided writer function
44915         is not allowed to return -1.
44917 2012-04-11  David S. Miller  <davem@davemloft.net>
44919         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44921 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44923         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44924         Add a leading slash to rtkaio.
44926 2012-04-11  Jim Meyering  <meyering@redhat.com>
44928         [BZ #11959]
44929         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44930         It is not necessarily an error to ignore fwrite's return
44931         value.  One can reliably use ferror to test for errors after
44932         the fact.
44934 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44936         * bits/types.h (__snseconds_t): New type.
44937         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44939         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44940         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44941         (__SNSECONDS_T_TYPE): Likewise.
44942         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44943         (__SNSECONDS_T_TYPE): Likewise.
44944         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44945         (__SNSECONDS_T_TYPE): Likewise.
44947 2012-04-10  Andreas Jaeger  <aj@suse.de>
44949         [BZ #2636]
44950         * manual/time.texi (Processor Time): Return type of times is
44951         elapsed real time since an arbitrary point in the past.
44952         (CPU Time): Move CLK_TCK from here...
44953         (Processor Time): ...to here.  Correct description.
44954         * manual/conf.texi (Constants for Sysconf): Correct description of
44955         _SC_CLK_TCK.
44957 2012-04-10  David S. Miller  <davem@davemloft.net>
44959         [BZ #13967]
44960         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44961         where the is a gap between DT_REL(A) and DT_JMPREL.
44963 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44965         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44966         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44967         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44969 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44971         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44972         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44973         (dl_main): Handle --inhibit-cache.
44974         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44975         _dl_inhibit_cache.
44976         * elf/dl-load.c (_dl_map_object): Use it.
44977         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44979 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44981         [BZ #13872]
44982         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44983         (__ieee754_powl): Saturate large exponents rather than testing for
44984         overflow of y*log2(x).
44985         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44986         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44987         exceptions.
44989         [BZ #11521]
44990         * math/s_ctan.c: Include <float.h>.
44991         (__ctan): Avoid internal overflow or cancellation in calculating
44992         denominator.
44993         * math/s_ctanf.c: Likewise.
44994         * math/s_ctanl.c: Likewise.
44995         * math/s_ctanh.c: Likewise.
44996         * math/s_ctanhf.c: Likewise.
44997         * math/s_ctanhl.c: Likewise.
44998         * math/libm-test.inc (ctan_test): Add more tests.
44999         (ctanh_test): Likewise.
45000         * sysdeps/i386/fpu/libm-test-ulps: Update.
45001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45003 2012-04-09  Andreas Jaeger  <aj@suse.de>
45005         [BZ #6894]
45006         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45007         is an optional BSD extension.
45009         [BZ #10254]
45010         * manual/stdio.texi (Opening Streams): Document additional fopen
45011         parameters.
45013 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45015         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45016         %eax without telling the compiler.
45018 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45020         [BZ # 13963]
45021         * manual/install.texi: Use sourceware.org.
45023 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45025         [BZ #13873]
45026         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45027         (__ieee754_pow): Generate overflow and underflow using huge*huge
45028         and tiny*tiny rather than just returning constant infinity or zero
45029         for large exponents.
45030         * math/libm-test.inc (pow_test): Require overflow exceptions for
45031         applicable cases of large exponents.
45033         [BZ #706]
45034         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45035         (__ieee754_pow): Use iterative multiplication algorithm only for
45036         integer exponents with absolute value below 1024.  Check for odd
45037         integer exponents when using algorithm for real exponents.
45038         * math/libm-test.inc (pow_test): Add more tests.
45039         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45041 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45043         [BZ #13705]
45044         * math/libm-test.inc (exp_test): Do not allow overflow exception
45045         on underflow test.
45047 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45049         [BZ #13705]
45050         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45051         instead of __kernel_standard_f.
45053 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45055         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45056         * sysdeps/x86_64/memset_chk.S: Likewise.
45058 2012-04-08  Andreas Jaeger  <aj@suse.de>
45060         [BZ #10153]
45061         * manual/startup.texi (Environment Access): Describe return value
45062         for putenv and setenv.
45064         [BZ #6895]
45065         * manual/filesys.texi (Directory Entries): Add description for
45066         DT_LNK.
45068         [BZ #6890]
45069         * manual/filesys.texi (Directory Entries): Clarify that it's file
45070         system not operating system in the description of DT_UNKNOWN.
45072         [BZ #6578]
45073         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45075 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45077         [BZ #6649]
45078         * manual/llio.texi (Opening and Closing Files): Add cross
45079         reference to explain mode argument.
45081 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45083         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45084         * sysdeps/x86_64/memset_chk.S: Likewise.
45086 2012-04-07  David S. Miller  <davem@davemloft.net>
45088         * elf/elf.h (R_SPARC_WDISP10): Define.
45089         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45090         R_SPARC_SIZE32.
45091         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45092         R_SPARC_SIZE64 and R_SPARC_H34.
45094 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45096         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45097         conditions and remove no longer applicable assertion.
45099 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45101         * bits/byteswap.h: Include <features.h>.
45102         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45103         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45105 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45107         * bits/byteswap.h (__bswap_16): Removed.
45108         Include <bits/byteswap-16.h> to get __bswap_16.
45109         * sysdeps/i386/bits/byteswap.h: Likewise.
45110         * sysdeps/s390/bits/byteswap.h: Likewise.
45111         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45112         * bits/byteswap-16.h: New file.
45113         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45114         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45115         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45116         * string/Makefile (headers): Add bits/byteswap-16.h.
45118 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45120         [BZ #13895]
45121         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45122         extra indirection.
45123         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45124         * nss/tst-nss-static.c: New.
45126 2012-04-06  Robert Millan  <rmh@gnu.org>
45128         [BZ #6486]
45129         * manual/llio.texi (File Position Primitive): lseek
45130         refers to WHENCE when it really means OFFSET.
45132 2012-04-06  Andreas Jaeger  <aj@suse.de>
45134         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45135         strncmp declarations.
45137         * abilist/libc.abilist: Add __poll and __ppoll.
45139 2012-04-05  David S. Miller  <davem@davemloft.net>
45141         * scripts/check-local-headers.sh: Accept a host triplet in the
45142         path matched by the exclude regexp.
45144         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45145         definition.
45146         * sysdeps/powerpc/powerpc32/dl-machine.h
45147         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45148         * sysdeps/s390/s390-32/dl-machine.h
45149         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45150         * sysdeps/sparc/sparc32/dl-machine.h
45151         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45152         * sysdeps/sparc/sparc64/dl-machine.h
45153         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45155         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45156         lazy binding.
45157         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45158         undefined symbol errors.
45160         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45161         DT_NEEDED entries.
45163 2012-04-05  Michael Matz  <matz@suse.de>
45165         [BZ #13592]
45166         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45168 2012-04-05  Andreas Jaeger  <aj@suse.de>
45170         [BZ #13908]
45171         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45172         comment.
45174 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45176         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45177         which ROUND is no valid rounding mode.
45179 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45181         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45182         read again.
45183         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45185 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45187         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45188         an exception using FPU order intentionally.
45190 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45192         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45193         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45194         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45195         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45197 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45199         [BZ #12340]
45200         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45201         EINVAL when BUFLEN is too smal.
45203 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45205         [BZ #13553]
45206         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45207         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45209 2012-04-03  Andreas Jaeger  <aj@suse.de>
45211         [BZ #13938]
45212         * manual/setjmp.texi (System V contexts): Fix sentence.
45214         [BZ #13926]
45215         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45216         New macro for this case.
45217         [!__GNUC__] (__bswap_64): New inline function for this case.
45218         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45219         * bits/byteswap.h: Likewise.
45220         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45221         ull, guard with __GLIBC_HAVE_LONG_LONG.
45223         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45224         __GLIBC_HAVE_LONG_LONG.
45226         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45227         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45229 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45231         [BZ #13691]
45232         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45233         inptr and inend, rather than using last_ch.
45235 2012-04-02  David S. Miller  <davem@davemloft.net>
45237         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45238         * stdio-common/printf-parse.h (read_int): Change return type to
45239         'int', return -1 on INT_MAX overflow.
45240         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45241         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45242         overflows INT_MAX.  Check for overflow of in-format-string precision
45243         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45244         SIZE_MAX not INT_MAX for integer overflow test.
45245         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45246         skip the construct in the format string but do not record anything.
45247         * stdio-common/bug22.c: Adjust to test both width/prevision
45248         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45249         explicitly for proper errno values.
45251 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45253         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45254         CHAR_MAX.
45255         * string/test-strcmp.c [! WIDE]: Likewise.
45256         * time/tst-mktime2.c: Likewise for INT_MAX.
45257         * string/test-string.h: #include <sys/param.h> for MIN.
45259         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45260         * sysdeps/i386/init-first.c (init): Likewise.
45261         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45262         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45263         * sysdeps/sh/init-first.c (init): Likewise.
45265 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45267         * po/ru.po: Update from translation team.
45268         * po/vi.po: Likewise.
45270 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45272         * resolv/nss_dns/dns-host.c: Merge copyright years.
45274 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45276         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45277         Optimize memcpy with prefetch if
45278         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45279         src, dst pointers have unequal 16 byte alignments.
45281 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45283         [BZ #13928]
45284         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45285         from a CNAME entry and return the minimum ttl for the query.
45286         (gaih_getanswer_slice): Likewise.
45288 2012-03-30  Jeff Law  <law@redhat.com>
45290         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45291         due to long keys.
45292         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45293         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45295         * resolv/nss_dns/dns-host.c: Update copyright year.
45297 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45299         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45300         requests to save a system call.  Fix check that all bytes are sent.
45302         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45303         comments for sendmmsg.
45305 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45307         [BZ #13691]
45308         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45309         with only 1 character between 0x0041 and 0x01b0.
45310         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45311         * wcsmbs/tst-mbsnrtowcs.c: New file.
45313 2012-03-29  David S. Miller  <davem@davemloft.net>
45315         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45316         small copies by hand.
45318 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45320         [BZ #13761]
45321         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45322         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45323         group memberships.
45325 2012-03-28  David S. Miller  <davem@davemloft.net>
45327         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45328         that branches into memcpy.
45329         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45330         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45331         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45332         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45333         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45334         bits.
45335         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45336         implementation too.
45337         * sysdeps/sparc/mempcpy.S: New file.
45339         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45340         the IFUNC routine in the libc case.
45341         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45343         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45344         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45345         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45346         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45347         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45348         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45349         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45350         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45352         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45353         loop to 256 bytes instead of 64 bytes and fix test signedness.
45355         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45356         * sysdeps/sparc/sparc32/Makefile: rather than here...
45357         * sysdeps/sparc/sparc64/Makefile: and here.
45359 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45361         * malloc/mallocbug.c: Avoid warnings about unused variables.
45363 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45365         [BZ #13760]
45366         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45367         in the right place. Discard and retry query if response is
45368         larger than input buffer size.
45370 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45372         [BZ #369]
45373         [BZ #2678]
45374         [BZ #3866]
45375         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45376         x for large integer exponent.
45377         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45378         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45379         sign of result as needed afterwards.
45380         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45381         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45382         result for underflowing pow the same as for overflow.
45383         (__kernel_standard_l): Handle powl overflow and underflow here
45384         rather than calling __kernel_standard.
45385         * math/libm-test.inc (pow_test): Add more tests.
45387         [BZ #3868]
45388         [BZ #13879]
45389         [BZ #13910]
45390         [BZ #13911]
45391         [BZ #13912]
45392         [BZ #13913]
45393         [BZ #13915]
45394         [BZ #13916]
45395         [BZ #13917]
45396         [BZ #13918]
45397         [BZ #13919]
45398         [BZ #13920]
45399         [BZ #13921]
45400         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45401         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45402         (__kernel_standard_l): New function.
45403         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45404         __kernel_standard.
45405         * math/w_acosl.c (__acosl): Likewise.
45406         * math/w_asinl.c (__asinl): Likewise.
45407         * math/w_atan2l.c (__atan2l): Likewise.
45408         * math/w_atanhl.c (__atanhl): Likewise.
45409         * math/w_coshl.c (__coshl): Likewise.
45410         * math/w_exp10l.c (__exp10l): Likewise.
45411         * math/w_exp2l.c (__exp2l): Likewise.
45412         * math/w_fmodl.c (__fmodl): Likewise.
45413         * math/w_hypotl.c (__hypotl): Likewise.
45414         * math/w_j0l.c (__j0l, __y0l): Likewise.
45415         * math/w_j1l.c (__j1l, __y1l): Likewise.
45416         * math/w_jnl.c (__jnl, __ynl): Likewise.
45417         * math/w_lgammal.c (__lgammal): Likewise.
45418         * math/w_log10l.c (__log10l): Likewise.
45419         * math/w_log2l.c (__log2l): Likewise.
45420         * math/w_logl.c (__logl): Likewise.
45421         * math/w_powl.c (__powl): Likewise.
45422         * math/w_remainderl.c (__remainderl): Likewise.
45423         * math/w_scalbl.c (sysv_scalbl): Likewise.
45424         * math/w_sinhl.c (__sinhl): Likewise.
45425         * math/w_sqrtl.c (__sqrtl): Likewise.
45426         * math/w_tgammal.c (__tgammal): Likewise.
45427         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45428         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45429         * math/libm-test.inc (acos_test): Add more tests.
45430         (acosh_test): Likewise.
45431         (asin_test): Likewise.
45432         (atanh_test): Likewise.
45433         (exp_test): Likewise.
45434         (exp10_test): Likewise.
45435         (exp2_test): Likewise.
45436         (expm1_test): Likewise.
45437         (lgamma_test): Likewise.
45438         (log_test): Likewise.
45439         (log10_test): Likewise.
45440         (log1p_test): Likewise.
45441         (log2_test): Likewise.
45442         (pow_test): Do not allow some spurious overflow exceptions.
45443         (sqrt_test): Add more tests.
45444         (tgamma_test): Likewise.
45445         (y0_test): Likewise.
45446         (y1_test): Likewise.
45447         (yn_test): Likewise.
45449 2012-03-27  Anton Blanchard  <anton@samba.org>
45451         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45452         MAP_HUGETLB.
45453         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45454         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45455         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45457 2012-03-27  David S. Miller  <davem@davemloft.net>
45459         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45461         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45462         have-as-vis3 check.
45464 2012-03-27  Andreas Jaeger  <aj@suse.de>
45466         * sysdeps/x86_64/elf/configure.in: Moved to ...
45467         * sysdeps/x86_64/configure.in: ... here.
45468         * sysdeps/x86_64/elf/start.S: Moved to ...
45469         * sysdeps/x86_64/start.S: ... here.
45470         * sysdeps/x86_64/elf/configure: Delete.
45472         * sysdeps/x86_64/configure.in: Merge contents from
45473         sysdeps/i386/configure.in (without i686 check).
45475         * sysdeps/i386/elf/Versions: Merge into ...
45476         * sysdeps/i386/Versions: ... this.
45477         * sysdeps/i386/elf/Versions: Delete file.
45478         * sysdeps/i386/elf/start.S: Moved to ...
45479         * sysdeps/i386/start.S: ...here.
45480         * sysdeps/i386/elf/configure.in: Merge into...
45481         * sysdeps/i386/configure.in: ...here.
45482         * sysdeps/i386/elf/configure.in: Delete file.
45483         * sysdeps/i386/elf/configure: Delete file.
45485         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45486         * debug/backtracesyms.c: ... here.
45487         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45488         * debug/backtracesymsfd.c: ... here.
45489         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45490         * sysdeps/generic/ifunc-sel.h: ... here.
45492         * sysdeps/unix/i386/start.c: Delete file.
45493         * sysdeps/unix/sparc/start.c: Delete file.
45494         * sysdeps/unix/start.c: Delete file.
45496         * sysdeps/sh/elf/configure.in: Moved to ...
45497         * sysdeps/sh/configure.in: ... here.
45498         * sysdeps/sh/elf/start.S: Moved to ...
45499         * sysdeps/sh/start.S: ... here.
45500         * sysdeps/sh/elf/configure: Delete file.
45502         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45503         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45504         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45505         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45506         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45507         * sysdeps/powerpc/powerpc64/start.S: here.
45508         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45509         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45510         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45511         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45512         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45514         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45515         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45516         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45517         * sysdeps/powerpc/powerpc32/start.S: ... here.
45518         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45519         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45520         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45522         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45523         * sysdeps/powerpc/ifunc-sel.h: ... here.
45524         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45525         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45527         * sysdeps/sparc/elf/configure.in: Moved to ...
45528         * sysdeps/sparc/configure.in: ... here.
45529         * sysdeps/sparc/elf/configure: Delete file.
45530         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45531         * sysdeps/sparc/sparc32/start.S: ... here.
45532         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45533         * sysdeps/sparc/sparc64/start.S: ... here.
45534         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45535         * sysdeps/sparc/sparc32/Makefile: ... this.
45536         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45537         * sysdeps/sparc/sparc64/Makefile: ... this.
45539         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45540         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45541         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45542         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45543         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45544         * sysdeps/s390/s390-32/setjmp.S: ... here.
45545         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45546         * sysdeps/s390/s390-32/configure.in: ... here.
45547         * sysdeps/s390/s390-32/elf/configure: Delete file.
45548         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45549         * sysdeps/s390/s390-32/start.S: ... here.
45551         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45552         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45553         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45554         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45555         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45556         * sysdeps/s390/s390-64/setjmp.S: ... here.
45557         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45558         * sysdeps/s390/s390-64/configure.in: ... here
45559         * sysdeps/s390/s390-64/elf/configure: Delete file.
45560         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45561         * sysdeps/s390/s390-64/start.S: ... here.
45562         * sysdeps/s390/s390-64/elf/configure: Delete.
45564         * configure.in: Remove support for elf directories in sysdeps.
45566         * configure: Regenerated.
45567         * sysdeps/i386/configure: Regenerated.
45568         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45569         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45570         * sysdeps/s390/s390-32/configure: Regenerated.
45571         * sysdeps/s390/s390-64/configure: Regenerated.
45572         * sysdeps/sh/configure: Regenerated.
45573         * sysdeps/sparc/configure: Regenerated.
45574         * sysdeps/x86_64/configure: Regenerated.
45576 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45580         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45581         denormal result into account.
45583 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45585         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45586         Reported by Allan McRae <allan@archlinux.org>.
45588 2012-03-23  Jeff Law  <law@redhat.com>
45590         * nss/getnssent.c (__nss_getent): Fix typo.
45592 2012-03-23  David S. Miller  <davem@davemloft.net>
45594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45596 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45598         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45599         to pad to uint64_t for each field.
45600         (dl_tls_index): Replace unsigned long with uint64_t.
45602 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45603         Paul Pluzhnikov  <ppluzhnikov@google.com>
45605         [BZ #6528]
45606         * grp/Makefile (otherlibs): Don't set it.
45607         * inet/Makefile (otherlibs): Likewise.
45608         * login/Makefile (otherlibs): Likewise.
45609         * nscd/Makefile (otherlibs): Likewise.
45610         * posix/Makefile (otherlibs): Likewise.
45611         * pwd/Makefile (otherlibs): Likewise.
45612         * rt/Makefile (otherlibs): Likewise.
45613         * sunrpc/Makefile (otherlibs): Likewise.
45614         * nss/Makefile (otherlibs): Likewise.
45615         Add libnss_files to routines and static-only-routines.
45616         ($(objpfx)getent): Remove rule.
45617         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45618         static-only-routines.
45620 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45622         [BZ #13892]
45623         * math/s_cexp.c: Include <float.h>.
45624         (__cexp): Handle exp result overflowing not necessarily
45625         overflowing both real and imaginary parts of result.
45626         * math/s_cexpf.c: Likewise.
45627         * math/s_cexpl.c: Likewise.
45628         * math/libm-test.inc (cexp_test): Add more tests.
45629         * sysdeps/i386/fpu/libm-test-ulps: Update.
45630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45632 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45634         * include/link.h (ELFW): New macro.
45635         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45636         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45638 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45640         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45641         with uint64_t.
45643 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45645         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45646         declaration.
45647         (struct La_x32_retval): Likewise.
45649 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45651         * sysdeps/x86_64/preconfigure.in: New file.
45652         * sysdeps/x86_64/preconfigure: New generated file.
45654 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45656         [BZ #13824]
45657         * math/e_exp2l.c: Include <float.h>.
45658         (__ieee754_exp2l): Handle overflow and underflow cases
45659         separately.  Only pass fractional part of argument to
45660         __ieee754_expl.
45661         * math/libm-test.inc (exp2_test): Add more tests.
45663         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45664         negating x to take absolute value.
45665         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45666         Likewise.
45667         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45668         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45669         Likewise.
45670         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45671         computing low part if x was negated.
45672         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45674 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45676         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45677         la_x32_gnu_pltexit.
45678         (pltexit): Cast int_retval to ptrdiff_t.
45679         * elf/tst-auditmod3b.c: Likewise.
45680         * elf/tst-auditmod4b.c: Likewise.
45681         * elf/tst-auditmod5b.c: Likewise.
45682         * elf/tst-auditmod6b.c: Likewise.
45683         * elf/tst-auditmod6c.c: Likewise.
45684         * elf/tst-auditmod7b.c: Likewise.
45686         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45687         and x32_gnu_pltexit.
45689         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45690         __ELF_NATIVE_CLASS.
45691         (La_x32_regs): New macro.
45692         (La_x32_retval): Likewise.
45693         (la_x32_gnu_pltenter): New function prototype.
45694         (la_x32_gnu_pltexit): Likewise.
45696 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45698         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45699         exponent.
45701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45703         * configure.in (libc_cv_cc_nofma): Check for option to disable
45704         generation of FMA instructions.
45705         * configure: Regenerate.
45706         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45707         * sysdeps/ieee754/dbl-64/Makefile: New file.
45708         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45709         Remove brandred-fma4.
45710         (CFLAGS-brandred-fma4.c): Remove.
45711         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45712         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45713         define.
45714         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45715         define.
45717 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45719         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45720         LLONG_MAX != LONG_MAX.
45721         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45722         (_fitoa_word): Likewise.
45723         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45724         LLONG_MAX != LONG_MAX.
45725         * stdio-common/_itowa.h: Include <_itoa.h>.
45726         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45727         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45728         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45729         only if not defined.
45730         (_ITOA_WORD_TYPE): Likewise.
45731         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45732         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45734 2012-03-21  David S. Miller  <davem@davemloft.net>
45736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45738 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45740         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45741         of x86_64 when setting libc_cv_slibdir, libdir and
45742         libc_cv_localedir.
45743         * sysdeps/unix/sysv/linux/configure: Regenerated.
45745 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45747         * manual/lang.texi (Old Varargs): Remove section.
45748         (How Variadic): Update menu.
45749         (va_start): Do not mention varargs.h.
45751 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45752             Joseph Myers  <joseph@codesourcery.com>
45754         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45755         link test.
45756         * configure: Regenerated.
45758 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45760         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45761         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45762         conformtest.pl
45764 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45766         * NOTES: Remove.
45767         * Makefile (files-for-dist): Remove NOTES.
45768         (NOTES): Remove rule.
45769         * README: Don't refer to NOTES.
45770         * manual/creature.texi: Don't include macros.texi.
45771         * manual/intro.texi (creature.texi): Remove comment referring to
45772         NOTES.
45774         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45775         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45776         * configure: Regenerated.
45777         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45778         LIBC_TRY_CC_OPTION.
45779         (libc_cv_as_i686): Likewise.
45780         (libc_cv_cc_avx): Likewise.
45781         (libc_cv_cc_sse2avx): Likewise.
45782         (libc_cv_cc_fma4): Likewise.
45783         (libc_cv_cc_novzeroupper): Likewise.
45784         * sysdeps/i386/configure: Regenerated.
45786         [BZ #13883]
45787         * sysdeps/i386/fpu/s_cexp.S: Remove.
45788         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45789         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45790         * math/libm-test.inc (cexp_test): Add more tests.
45791         * sysdeps/i386/fpu/libm-test-ulps: Update.
45792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45794 2012-03-21  Allan McRae  <allan@archlinux.org>
45796         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45798 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45800         [BZ #13871]
45801         * math/w_exp2.c: Do not include <float.h>.
45802         (o_threshold, u_threshold): Remove.
45803         (__exp2): Calculate result before checking finiteness and calling
45804         __kernel_standard.
45805         * math/w_exp2f.c: Likewise.
45806         * math/w_exp2l.c: Likewise.
45807         * math/libm-test.inc (exp2_test): Require overflow exception for
45808         1e6 input.
45810         [BZ #3866]
45811         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45812         range of signed 64-bit integers before using fistpll.  Remove
45813         checks for whether integers fit in mantissa bits.
45814         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45815         the range of signed 32-bit integers before using fistpl.  Remove
45816         checks for whether integers fit in mantissa bits.
45817         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45818         (__ieee754_powl): Test for y outside the range of signed 64-bit
45819         integers before using fistpll.  Reduce 64-bit values to 63-bit
45820         ones as needed.
45821         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45822         divide-by-zero is raised for zero to large negative powers.
45823         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45824         (__ieee754_powl): Test for y outside the range of signed 64-bit
45825         integers before using fistpll.  Reduce 64-bit values to 63-bit
45826         ones as needed.
45827         * math/libm-test.inc (pow_test): Add more tests.
45829 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45831         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45832         <stdio-common/_itoa.h>.
45833         * debug/segfault.c: Likewise.
45834         * elf/dl-cache.c: Likewise.
45835         * elf/dl-minimal.c: Likewise.
45836         * elf/dl-misc.c: Likewise.
45837         * elf/dl-sysdep.c: Likewise.
45838         * elf/dl-version.c: Likewise.
45839         * elf/rtld.c: Likewise.
45840         * hurd/hurdsock.c: Likewise.
45841         * hurd/lookup-retry.c: Likewise.
45842         * malloc/malloc.c: Likewise.
45843         * malloc/mtrace.c: Likewise.
45844         * nscd/nscd_getgr_r.c: Likewise.
45845         * nscd/nscd_getpw_r.c: Likewise.
45846         * nscd/nscd_getserv_r.c: Likewise.
45847         * posix/getopt_init.c: Likewise.
45848         * posix/wordexp.c: Likewise.
45849         * stdio-common/_itoa.c: Likewise.
45850         * stdio-common/printf_fphex.c: Likewise.
45851         * stdio-common/vfprintf.c: Likewise.
45852         * string/_strerror.c: Likewise.
45853         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45854         * sysdeps/i386/i686/hp-timing.h: Likewise.
45855         * sysdeps/mach/_strerror.c: Likewise.
45856         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45857         * sysdeps/mach/hurd/sethostid.c: Likewise.
45858         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45859         * sysdeps/mach/xpg-strerror.c: Likewise.
45860         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45861         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45862         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45863         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45864         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45865         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45866         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45867         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45868         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45869         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45870         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45871         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45872         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45873         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45874         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45875         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45876         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45877         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45878         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45879         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45880         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45882         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45884         * stdio-common/_itoa.h: Moved to ...
45885         * sysdeps/generic/_itoa.h: Here.
45887         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45889         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45890         instead of "_itoa.h" and "_itowa.h".
45891         * stdio-common/vfprintf.: Likewise.
45893 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45895         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45896         <bits/wordsize.h>.
45897         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45898         (__signbit): Likwise.
45899         (llrintf): Likwise.
45900         (llrint): Likwise.
45902 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45904         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45905         __WORDSIZE != 64.
45907 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45909         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45910         OVERFLOW_EXCEPTION_OK.
45911         * math/libm-test.inc ("Philosophy"): Update comment about
45912         exception testing.
45913         (OVERFLOW_EXCEPTION): Define.
45914         (OVERFLOW_EXCEPTION_OK): Likewise.
45915         (INVALID_EXCEPTION_OK): Renumber.
45916         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45917         (IGNORE_ZERO_INF_SIGN): Likewise.
45918         (test_exceptions): Handle FE_OVERFLOW.
45919         (exp10_test): Expect overflow exceptions.
45920         (exp2_test): Likewise.
45921         (expm1_test): Likewise.
45922         (nextafter_test): Likewise.
45923         (pow_test): Likewise.
45924         (scalbn_test): Likewise.
45925         (scalbln_test): Likewise.
45927 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45929         * sysdeps/x86_64/bits/atomic.h
45930         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45931         64bit integer.
45932         (atomic_exchange_acq): Likewise.
45933         (__arch_exchange_and_add_body): Likewise.
45934         (__arch_add_body): Likewise.
45935         (atomic_add_negative): Likewise.
45936         (atomic_add_zero): Likewise.
45938 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45940         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45941         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45943 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45945         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45946         Check __x86_64__ instead of __WORDSIZE.
45948 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45950         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45952 2012-03-19  David S. Miller  <davem@davemloft.net>
45954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45956         * sysdeps/sparc/fpu/fenv_private.h: New file.
45957         * sysdeps/sparc/fpu/math_private.h: Use it.
45958         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45959         Remove.
45960         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45961         (libc_feholdexcept_setroundl): Remove.
45962         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45963         Remove.
45964         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45965         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45967 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45969         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45970         int64_t instead of long int.
45971         (INSERT_WORDS64): Likwise.
45973 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45975         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45976         _Unwind_GetCFA return to _Unwind_Ptr first.
45978 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45980         [BZ #13629]
45981         * math/s_clog.c: Include <float.h>.
45982         (__clog): Scale large or subnormal inputs.
45983         * math/s_clogf.c: Likewise.
45984         * math/s_clogl.c: Likewise.
45985         * math/s_clog10.c: Include <float.h>.
45986         (M_LOG10_2): Define.
45987         (__clog10): Scale large or subnormal inputs.
45988         * math/s_clog10f.c: Likewise.
45989         * math/s_clog10l.c: Likewise.
45990         * math/libm-test.inc (clog_test): Add more tests.
45991         (clog10_test): Likewise.
45992         * sysdeps/i386/fpu/libm-test-ulps: Update.
45993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45995         [BZ #11451]
45996         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45997         x and y.
45998         * math/libm-test.inc (atan2_test): Add another test.
46000         * Makerules (common-objdir-compile): Remove.
46001         * sysdeps/unix/Makefile (config-generated): Do not add
46002         $(unix-generated) to variable.
46003         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46004         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46005         Remove rule.
46006         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46007         Likewise.
46008         [generic bits/local_lim.h] (before-compile): Do not append to
46009         variable.
46010         [generic bits/local_lim.h] (common-generated): Likewise.
46011         [generic sys/param.h] (before-compile): Do not append to variable.
46012         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46013         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46014         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46015         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46016         include.
46017         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46018         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46019         [generic sys/param.h] ($(addprefix
46020         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46021         [generic sys/param.h] (common-generated): Do not append to
46022         variable.
46023         [generic sys/param.h] (sysdep_headers): Likewise.
46024         [generic bits/errno.h] (before-compile): Do not append to
46025         variable.
46026         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46027         rule.
46028         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46029         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46030         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46031         [generic bits/errno.h] (common-generated): Do not append to
46032         variable.
46033         [generic bits/ioctls.h] (before-compile): Do not append to
46034         variable.
46035         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46036         rule.
46037         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46038         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46039         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46040         rule.
46041         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46042         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46043         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46044         [generic bits/ioctls.h] (common-generated): Do not append to
46045         variable.
46046         [generic sys/syscall.h] (syscall.h): Remove variable.
46047         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46048         rule.
46049         [generic sys/syscall.h] (before-compile): Do not append to
46050         variable.
46051         [generic sys/syscall.h] (common-generated): Likewise.
46052         * sysdeps/unix/errnos-tmpl.c: Remove file.
46053         * sysdeps/unix/errnos.awk: Likewise.
46054         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46055         * sysdeps/unix/ioctls.awk: Likewise.
46056         * sysdeps/unix/mk-local_lim.c: Likewise.
46057         * sysdeps/unix/snarf-ioctls: Likewise.
46059 2012-03-19  Richard Henderson  <rth@twiddle.net>
46061         * sysdeps/i386/fpu/fenv_private.h: New file.
46062         * sysdeps/i386/fpu/math_private.h: Use it.
46063         (math_opt_barrier, math_force_eval): Remove.
46064         (libc_feholdexcept_setround_53bit): Remove.
46065         (libc_feupdateenv_53bit): Remove.
46066         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46067         (math_opt_barrier, math_force_eval): Remove.
46068         (libc_feholdexcept): Remove.
46069         (libc_feholdexcept_setround): Remove.
46070         (libc_fetestexcept, libc_fesetenv): Remove.
46071         (libc_feupdateenv_test): Remove.
46072         (libc_feupdateenv, libc_feholdsetround): Remove.
46073         (libc_feresetround): Remove.
46075         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46076         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46078         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46079         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46080         (libc_feupdateenv_testl): New.
46081         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46082         (libc_feupdateenv_testf): New.
46083         (libc_feupdateenv): Use libc_feupdateenv_test.
46084         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46085         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46087         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46088         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46089         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46090         (libc_feresetround_noex): New.
46091         (libc_feresetround_noexf): New.
46092         (libc_feresetround_noexl): New.
46093         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46094         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46095         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46096         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46097         SET_RESTORE_ROUND.
46098         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46099         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46100         (__cos): Likewise.
46101         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46102         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46103         SET_RESTORE_ROUND_NOEX.
46104         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46105         SET_RESTORE_ROUND_NOEXF.
46106         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46107         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46108         (libc_feholdsetroundf): New.
46109         (libc_feresetround, libc_feresetroundf): New.
46111         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46112         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46113         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46115         * sysdeps/generic/math_private.h: Include <fenv.h>.
46116         (default_libc_feholdexcept): New.
46117         (default_libc_feholdexcept_setround): New.
46118         (default_libc_fesetenv, default_libc_feupdateenv): New.
46119         (libc_feholdexcept): Only define if undefined.
46120         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46121         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46122         (libc_feholdexcept_setroundl): Likewise.
46123         (libc_feholdexcept_setround_53bit): Likewise.
46124         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46125         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46126         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46127         (libc_feupdateenv_53bit): Likewise.
46128         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46129         (libc_feholdexcept): Convert from macro to inline function.
46130         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46131         (libc_fesetenv, libc_feupdateenv): Likewise.
46133         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46134         not previously defined.
46135         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46136         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46137         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46138         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46139         * sysdeps/ieee754/flt-32/math_private.h: New file.
46140         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46141         math_private.h below SET_FLOAT_WORD.
46142         (__isnan, __isinf_ns, __finite): Remove.
46143         (__isnanf, __isinf_nsf, __finitef): Remove.
46145 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46149 2012-03-17  David S. Miller  <davem@davemloft.net>
46151         [BZ #6471]
46152         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46153         for 2.16.
46155 2012-03-16  David S. Miller  <davem@davemloft.net>
46157         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46158         warnings.
46160         [BZ #6471]
46161         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46162         properly.
46163         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46164         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46165         sysdep_routines when subdir is sysvipc.
46166         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46167         __getshmlba helper.
46169         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46171 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46173         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46174         [__LP64__].
46176 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46178         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46179         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46180         (__lround): Renamed to ...
46181         (__llround): This.  Replace long int with long long int.
46182         Define lround functions as aliases of llround functions.
46183         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46185 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46187         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46188         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46189         adresses to uintptr_t.  Replace "long int" and "unsigned long
46190         int" with "greg_t" on va_arg.
46192 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46194         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46195         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46197         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46198         Move e_machine check before EI_CLASS check.  Handle x32
46199         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46200         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46201         SKIP_EM_IA_64 and include
46202         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46204         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46205         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46206         (add_system_dir): New macro.
46208         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46209         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46211 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46213         [BZ #2551]
46214         [BZ #2552]
46215         [BZ #2553]
46216         [BZ #2554]
46217         [BZ #2562]
46218         [BZ #2563]
46219         [BZ #2565]
46220         [BZ #2566]
46221         [BZ #2576]
46222         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46223         (y0): Likewise.
46224         * math/w_j0f.c (j0f): Likewise.
46225         (y0f): Likewise.
46226         * math/w_j0l.c (__j0l): Likewise.
46227         (__y0l): Likewise.
46228         * math/w_j1.c (j1): Likewise.
46229         (y1): Likewise.
46230         * math/w_j1f.c (j1f): Likewise.
46231         (y1f): Likewise.
46232         * math/w_j1l.c (__j1l): Likewise.
46233         (__y1l): Likewise.
46234         * math/w_jn.c (jn): Likewise.
46235         (yn): Likewise.
46236         * math/w_jnf.c (jnf): Likewise.
46237         (ynf): Likewise.
46238         * math/w_jnl.c (__jnl): Likewise.
46239         (__ynl): Likewise.
46240         * math/libm-test.inc (j0_test): Add more tests.
46241         (j1_test): Likewise.
46242         (jn_test): Likewise.  Add trailing semicolon to existing test.
46243         (y0_test): Likewise.
46244         (y1_test): Likewise.
46245         * sysdeps/i386/fpu/libm-test-ulps: Update.
46246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46248         [BZ #13851]
46249         [BZ #13854]
46250         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46251         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46252         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46253         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46254         (__tanl): Set errno for infinite argument.
46255         * sysdeps/i386/fpu/mptan.c: Remove.
46256         * sysdeps/i386/fpu/s_tan.S: Likewise.
46257         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46258         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46259         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46260         * math/libm-test.inc (tan_test): Add more tests and enable more
46261         tests for double and long double.
46262         * sysdeps/i386/fpu/libm-test-ulps: Update.
46263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46265 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46267         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46268         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46270 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46272         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46273         * configure.in: Use it for both main tree and add-ons.
46274         * configure: Regenerated.
46276 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46278         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46280 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46282         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46283         in comment.
46285         [BZ #13851]
46286         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46287         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46288         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46289         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46290         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46291         infinite argument.
46292         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46293         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46294         != 0 for prec == 2.
46295         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46296         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46297         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46298         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46299         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46300         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46301         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46302         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46303         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46304         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46305         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46306         * math/libm-test.inc (cos_test): Add more tests and enable more
46307         tests for long double.
46308         (sin_test): Likewise.
46309         (sincos_test): Likewise.
46310         * sysdeps/i386/fpu/libm-test-ulps: Update.
46311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46313 2012-03-16  David S. Miller  <davem@davemloft.net>
46315         * sysdeps/sparc/fpu/math_private.h: New file.
46317 2012-03-15  David S. Miller  <davem@davemloft.net>
46319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46320         file.
46321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46323         file.
46324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46325         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46326         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46327         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46328         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46329         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46330         sysdep routines.
46331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46333         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46334         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46336         * sysdeps/sparc/sparc-ifunc.h: New file.
46337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46338         sparc-ifunc.h
46339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46341         Likewise.
46342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46343         Likewise.
46344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46348         Likewise.
46349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46354         Likewise.
46355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46356         Likewise.
46357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46361         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46362         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46363         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46364         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46365         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46366         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46367         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46368         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46369         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46370         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46371         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46372         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46373         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46374         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46375         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46376         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46377         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46378         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46379         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46380         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46382 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46384         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46385         scaling.
46386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46388 2012-03-15  Andreas Jaeger  <aj@suse.de>
46390         [BZ #13852]
46391         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46392         ieee754/flt-32 implementation for sin, cos and sincos.
46393         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46394         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46395         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46396         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46397         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46398         ieee754/flt-32 implementation for tan.
46400         * math/libm-test.inc (cos_test): Enable some large input tests for
46401         float as well
46402         (sin_test): Likewise.
46403         (sincos_test): Likewise.
46404         (tan_test): Add tests for large input.
46406         * sysdeps/i386/fpu/libm-test-ulps: Update.
46408 2012-03-15  Andreas Jaeger  <aj@suse.de>
46410         [BZ #13658]
46411         * math/libm-test.inc (cos_test): Add more test cases.
46412         (sin_test): Likewise.
46413         (sincos_test): Likewise.
46415 2012-03-15  Andreas Jaeger  <aj@suse.de>
46417         [BZ #13837]
46418         * math/libm-test.inc (cos_test): Add a test case for large input
46419         value.
46420         (sin_test): Likewise.
46421         (sincos_test): Likewise.
46423 2012-03-15  Andreas Jaeger  <aj@suse.de>
46424             Joseph Myers  <joseph@codesourcery.com>
46426         [BZ #13658]
46427         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46428         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46429         * sysdeps/i386/fpu/branred.c: Likewise.
46430         * sysdeps/i386/fpu/dosincos.c: Likewise.
46431         * sysdeps/i386/fpu/mpa.c: Likewise.
46432         * sysdeps/i386/fpu/s_cos.S: Likewise.
46433         * sysdeps/i386/fpu/s_sin.S: Likewise.
46434         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46435         * sysdeps/i386/fpu/sincos32.c: Likewise.
46437         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46438         Define.
46439         (libc_feupdateenv_53bit): Define.
46440         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46441         Define.
46442         (libc_feupdateenv_53bit): Define.
46444         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46445         53 bit (without extend i386 double precision).
46447         * math/libm-test.inc (sincos_test): Add tests for large input.
46448         (sin): Likewise.
46449         (cos): Likewise.
46451         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46453 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46455         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46457 2012-03-15  David S. Miller  <davem@davemloft.net>
46459         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46460         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46461         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46462         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46464         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46465         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46466         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46467         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46468         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46469         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46470         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46471         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46472         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46473         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46475         file.
46476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46478         file.
46479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46481         file.
46482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46484         file.
46485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46486         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46487         fmin/fmax sysdep routines.
46488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46490 2012-03-14  David S. Miller  <davem@davemloft.net>
46492         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46493         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46494         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46495         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46496         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46497         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46498         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46499         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46500         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46501         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46502         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46503         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46504         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46505         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46506         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46507         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46508         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46509         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46510         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46511         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46512         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46513         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46514         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46515         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46516         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46517         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46518         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46519         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46520         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46521         routines.
46522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46523         file.
46524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46526         file.
46527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46529         file.
46530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46532         file.
46533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46535         file.
46536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46538         file.
46539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46540         file.
46541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46542         file.
46543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46544         file.
46545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46546         New file.
46547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46548         file.
46549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46550         file.
46551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46553         file.
46554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46556         file.
46557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46559         file.
46560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46562         VIS3 routines.
46564         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46565         New file.
46567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46569         * sysdeps/sparc/configure.in: New file.
46570         * sysdeps/sparc/configure: Generate.
46571         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46572         * configure: Regenerate.
46573         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46574         * config.make.in (have-as-vis3): New.
46575         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46576         available use -Av9d instead of -Av9a.
46577         * sysdeps/sparc/sparc64/Makefile: Likewise.
46578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46580         New file.
46581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46582         file.
46583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46584         New file.
46585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46586         file.
46587         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46588         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46589         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46590         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46591         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46593         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46594         fzeros/fnegs to load 0x80000000 into a float register instead of
46595         using the stack.
46596         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46598 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46600         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46601         bits/syscall.h.
46602         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46603         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46604         ($(inst_includedir)/bits/syscall.h): Remove rule.
46605         ($(objpfx)bits/syscall.d): Include instead of
46606         $(objpfx)syscall-list.d.
46607         (generated): Change syscall-list.h and syscall-list.d to
46608         bits/syscall.h and bits/syscall.d.
46610 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46612         [BZ #13846]
46613         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46615 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46617         [BZ #13841]
46618         * math/s_csqrt.c: Include <float.h>.
46619         (__csqrt): Scale large or subnormal inputs.
46620         * math/s_csqrtf.c: Likewise.
46621         * math/s_csqrtl.c: Likewise.
46622         * math/libm-test.inc (csqrt_test): Add more tests.
46623         * sysdeps/i386/fpu/libm-test-ulps: Update.
46624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46626         [BZ #13840]
46627         * math/libm-test.inc (hypot_test): Add more tests.
46629 2012-03-13  David S. Miller  <davem@davemloft.net>
46631         [BZ #13840]
46632         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46633         double-precision for the calculation instead of scaling.
46635 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46637         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46638         manipulate bits before adding and subtracting TWO52[sx].
46639         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46640         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46641         Likewise.
46642         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46644 2012-03-13  David S. Miller  <davem@davemloft.net>
46646         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46647         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46648         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46649         rtld-global-offsets.h
46650         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46652         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46653         large parameters.
46655         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46657         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46658         'err' in the ifdef scope in which it is actually used.
46660         * nss/nss_db/db-init.c: Include string.h
46662 2012-03-12  David S. Miller  <davem@davemloft.net>
46664         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46665         masking out of the most significant byte of random value used.
46666         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46667         Fix coding style in previous change.
46669         * sysdeps/unix/sysv/linux/kernel-features.h
46670         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46671         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46672         expression.
46673         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46674         later.
46676 2012-03-11  David S. Miller  <davem@davemloft.net>
46678         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46679         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46680         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46681         for 'resultvar' otherwise things get truncated on 64-bit.
46683         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46684         Fix masking out of the most significant byte of random value used.
46686         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46688 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46692 2012-03-09  David S. Miller  <davem@davemloft.net>
46694         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46695         variables with appropriate CPP guards.
46696         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46697         from the frame pointer, not the stack pointer.  Correct layout
46698         comments.  Fix test on resulting framesize and the management of
46699         the outregs buffer for pltexit.  Preserve floating point return
46700         values across _dl_call_pltexit call.
46701         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46702         framesize and the management of the outregs buffer for pltexit.
46703         Preserve floating point return values across _dl_call_pltexit
46704         call.
46705         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46706         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46707         (la_sparc64_gnu_pltexit): New functions.
46708         (print_exit): Fix format string for return register value.
46710 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46712         * sunrpc/Makefile (others): Add rpcgen.
46713         ($(objpfx)rpcgen): Remove special build rule and dependency on
46714         libc.
46715         * sunrpc/rpcgen.c: New file.
46717 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46719         [BZ #13673]
46720         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46721         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46722         * sysdeps/i386/crti.S: Likewise.
46723         * sysdeps/i386/crtn.S: Likewise.
46724         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46725         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46726         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46727         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46728         * sysdeps/sh/crti.S: Likewise.
46729         * sysdeps/sh/crtn.S: Likewise.
46730         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46732         [BZ #13673]
46733         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46734         with URL.
46735         * locale/programs/locfile-kw.gperf: Likewise.
46736         * locale/programs/charmap-kw.h: Regenerated.
46737         * locale/programs/locfile-kw.h: Likewise.
46739         [BZ #13673]
46740         * intl/plural.y: Replace FSF snail mail address with URL.
46741         * intl/plural.c: Regenerated.
46743 2012-03-09  Richard Henderson  <rth@twiddle.net>
46745         * include/math_private.h: Remove file.
46746         * math/math_private.h: Move file ...
46747         * sysdeps/generic/math_private.h: ... here.
46749         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46750         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46751         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46753         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46754         and <math_private.h>.
46755         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46756         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46757         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46758         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46759         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46760         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46761         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46762         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46763         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46764         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46765         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46766         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46767         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46768         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46769         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46770         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46771         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46772         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46773         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46774         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46775         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46776         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46777         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46778         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46779         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46780         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46781         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46782         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46783         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46784         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46785         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46786         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46787         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46788         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46789         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46790         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46791         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46792         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46793         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46794         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46795         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46796         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46811         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46812         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46813         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46814         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46815         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46816         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46817         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46818         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46819         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46820         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46821         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46822         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46823         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46824         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46825         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46826         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46827         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46828         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46829         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46830         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46831         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46832         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46833         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46834         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46835         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46836         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46837         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46838         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46839         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46840         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46841         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46842         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46843         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46844         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46845         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46846         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46847         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46848         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46849         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46850         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46851         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46852         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46853         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46854         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46855         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46856         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46857         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46858         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46859         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46860         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46861         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46862         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46863         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46864         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46865         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46866         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46867         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46868         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46869         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46870         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46871         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46872         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46873         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46874         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46875         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46876         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46877         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46878         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46879         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46880         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46881         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46882         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46883         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46884         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46885         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46886         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46887         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46888         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46889         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46890         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46891         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46892         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46893         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46894         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46895         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46896         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46897         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46898         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46899         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46900         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46901         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46902         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46903         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46904         * sysdeps/ieee754/k_standard.c: Likewise.
46905         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47009         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47010         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47020         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47024         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47025         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47027         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47029         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47030         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47031         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47032         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47037         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47041         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47044         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47045         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47051         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47053         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47054         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47055         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47065         * sysdeps/ieee754/s_lib_version.c: Likewise.
47066         * sysdeps/ieee754/s_matherr.c: Likewise.
47067         * sysdeps/ieee754/s_signgam.c: Likewise.
47068         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47069         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47070         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47071         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47072         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47073         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47074         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47075         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47076         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47077         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47078         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47079         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47080         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47081         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47082         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47083         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47084         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47085         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47086         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47087         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47088         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47090 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47092         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47093         * sunrpc/rpc_main.c: Likewise.
47094         * sunrpc/rpc_svcout.c: Likewise.
47096 2012-03-09  David S. Miller  <davem@davemloft.net>
47098         * include/math_private.h: New file.
47100 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47102         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47103         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47104         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47105         from <bits/socket_type.h>.
47106         (enum __socket_type): Don't define here.
47107         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47108         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47109         bits/socket_type.h.
47111         [BZ #13566]
47112         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47113         checking __USE_GNU.
47115         * Makerules ($(inst_includedir)/%.h): New rule.
47116         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47117         (install-others): Remove variable setting.
47118         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47120 2012-03-08  Richard Henderson  <rth@twiddle.net>
47122         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47123         from macro to inline function; merge with the
47124         !__LIBC_INTERNAL_MATH_INLINES version.
47125         (__ieee754_sqrtf): Likewise.
47127         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47128         to inline function.
47129         (__rintf, __floor, __floorf): Likewise.
47131         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47132         macro to inline function.
47133         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47135         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47136         not <math/math_private.h>.
47138 2012-03-08  David S. Miller  <davem@davemloft.net>
47140         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47141         copyright year.
47142         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47144 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47146         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47147         normalization.
47148         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47149         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47151 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47153         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47154         be defined individually, they must be defined as a block.  Define
47155         S for printing a string instead of hidint the different by using a
47156         macro for adding the 'l'.
47157         * stdio-common/tst-fphex-wide.c: Adjust.
47159 2012-03-07  Marek Polacek  <polacek@redhat.com>
47161         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47163 2012-03-08  Marek Polacek  <polacek@redhat.com>
47165         [BZ #13806]
47166         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47167         * stdio-common/tst-fphex.c: Define a few macros to make the
47168         test reusable.  Use them.
47169         * stdio-common/tst-fphex-wide.c: New file.
47171 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47173         [BZ #6911]
47174         * manual/macros.texi (gnusystems): New macro.
47175         (nongnusystems): Likewise.
47176         (gnulinuxhurdsystems): Likewise.
47177         (gnuhurdsystems): Likewise..
47178         (gnulinuxsystems): Likewise.
47179         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47180         variants of the GNU system, not "GNU system".
47181         * manual/conf.texi: Likewise.
47182         * manual/errno.texi: Likewise.  Update example of errno macro
47183         expansion.
47184         * manual/filesys.texi: Likewise.
47185         (getumask): Document as specific to GNU/Hurd.
47186         * manual/install.texi: Likewise.  Reword some references to
47187         GNU/Linux.
47188         * manual/intro.texi: Likewise.
47189         * manual/io.texi: Likewise.
47190         (File Name Portability): Detail which constraints are inapplicable
47191         to all GNU systems and which are only inapplicable to GNU/Hurd.
47192         * manual/job.texi: Likewise.
47193         * manual/llio.texi: Likewise.
47194         (O_NOCTTY): Document as present on GNU/Linux.
47195         * manual/maint.texi: Likewise.
47196         * manual/memory.texi: Likewise.
47197         * manual/pattern.texi: Likewise.
47198         * manual/pipe.texi: Likewise.
47199         * manual/process.texi: Likewise.
47200         * manual/resource.texi: Likewise.
47201         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47202         child on GNU/Hurd.
47203         * manual/setjmp.texi: Likewise.
47204         * manual/signal.texi: Likewise.
47205         * manual/startup.texi: Likewise.
47206         * manual/stdio.texi: Likewise.
47207         * manual/terminal.texi: Likewise.
47208         (ONLCR): Document as POSIX.
47209         (OXTABS): Document availability on GNU/Linux as XTABS.
47210         (ONOEOT): Document availability separately from other bits.
47211         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47212         * manual/time.texi: Likewise.
47213         * manual/users.texi: Likewise.
47214         * INSTALL: Regenerated.
47215         * sysdeps/gnu/errlist.c: Regenerated.
47217         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47218         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47219         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47220         puts.
47221         * configure: Regenerated.
47223 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47225         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47226         default includes instead of AC_HEADER_CHECK.
47227         * sysdeps/i386/configure: Regenerated.
47229         [BZ #10716]
47230         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47231         * math/s_cacoshf.c (__cacoshf): Likewise.
47232         * math/s_cacoshl.c (__cacoshl): Likewise.
47233         * math/s_casinh.c (__casinh): Set signs of result from argument.
47234         * math/s_casinhf.c (__casinhf): Likewise.
47235         * math/s_casinhl.c (__casinhl): Likewise.
47236         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47237         (casinh_test): Add more tests.
47238         * sysdeps/i386/fpu/libm-test-ulps: Update.
47239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47241 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47243         * po/zh_TW.po: Update from translation team.
47245         * login/Makefile (distribute): Remove variable.
47246         * catgets/Makefile: Likewise.
47247         * mach/Makefile: Likewise.
47248         * malloc/Makefile: Likewise.
47249         * misc/Makefile: Likewise.
47250         * iconv/Makefile: Likewise.
47251         * nscd/Makefile: Likewise.
47252         * hurd/Makefile: Likewise.
47253         * manual/Makefile: Likewise.
47254         * locale/Makefile: Likewise.
47255         * intl/Makefile: Likewise.
47256         * conform/Makefile: Likewise.
47257         * nss/Makefile: Likewise.
47258         * time/Makefile: Likewise.
47259         * soft-fp/Makefile: Likewise.
47260         * dirent/Makefile: Likewise.
47261         * gmon/Makefile: Likewise.
47262         * po/Makefile: Likewise.
47263         * rt/Makefile: Likewise.
47264         * socket/Makefile: Likewise.
47265         * math/Makefile: Likewise.
47266         * signal/Makefile: Likewise.
47267         * debug/Makefile: Likewise.
47268         * elf/Makefile: Likewise.
47269         * timezone/Makefile: Likewise.
47270         * stdlib/Makefile: Likewise.
47271         * iconvdata/Makefile: Likewise.
47272         * sunrpc/Makefile: Likewise.
47273         * io/Makefile: Likewise.
47274         * argp/Makefile: Likewise.
47275         * inet/Makefile: Likewise.
47276         * hesiod/Makefile: Likewise.
47277         * grp/Makefile: Likewise.
47278         * csu/Makefile: Likewise.
47279         * wctype/Makefile: Likewise.
47280         * crypt/Makefile: Likewise.
47281         * libio/Makefile: Likewise.
47282         * string/Makefile: Likewise.
47283         * nis/Makefile: Likewise.
47284         * resolv/Makefile: Likewise.
47285         * stdio-common/Makefile: Likewise.
47286         * wcsmbs/Makefile: Likewise.
47287         * dlfcn/Makefile: Likewise.
47288         * posix/Makefile: Likewise.
47290         [BZ #6959]
47291         * timezone/Makefile: Don't install timezone files, just the programs
47292         and scripts.
47294 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47296         * nss/databases.def: Add missing gshadow entry.
47298         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47300 2012-03-06  Marek Polacek  <polacek@redhat.com>
47302         [BZ #13726]
47303         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47304         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47305         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47306         * stdio-common/tst-long-dbl-fphex.c: New file.
47308 2012-03-06  David S. Miller  <davem@davemloft.net>
47310         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47311         (set_obp_int): New function.
47312         (get_obp_int): New function.
47313         (__get_clockfreq_via_dev_openprom): Likewise.
47314         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47315         Avoid unused variable warnings on 'val' and use builtin_expect.
47316         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47317         __builtin_expect.
47318         (INLINE_CLONE_SYSCALL): Likewise.
47320 2012-03-05  David S. Miller  <davem@davemloft.net>
47322         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47324 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47328         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47329         only for |x| >= 40.
47330         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47332 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47334         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47335         Replace gettimeofday with __vdso_gettimeofday.
47337         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47338         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47339         __vdso_clock_gettime and __vdso_getcpu.
47341         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47342         time with __vdso_time.
47344 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47346         * manual/lang.texi (size_t): Note types to which size_t may be
47347         equivalent with the GNU C Library, but do not describe when
47348         differences between them are significant.
47350 2012-03-05  Andreas Jaeger  <aj@suse.de>
47352         * sysdeps/i386/fpu/libm-test-ulps: Update.
47354 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47356         [BZ #3976]
47357         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47358         (__ieee754_pow): Save and restore rounding mode and use
47359         round-to-nearest for main computations.
47360         * math/libm-test.inc (pow_test_tonearest): New function.
47361         (pow_test_towardzero): Likewise.
47362         (pow_test_downward): Likewise.
47363         (pow_test_upward): Likewise.
47364         (main): Call the new functions.
47365         * sysdeps/i386/fpu/libm-test-ulps: Update.
47366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47368         [BZ #3976]
47369         * math/libm-test.inc (cosh_test_tonearest): New function.
47370         (cosh_test_towardzero): Likewise.
47371         (cosh_test_downward): Likewise.
47372         (cosh_test_upward): Likewise.
47373         (sinh_test_tonearest): Likewise.
47374         (sinh_test_towardzero): Likewise.
47375         (sinh_test_downward): Likewise.
47376         (sinh_test_upward): Likewise.
47377         (main): Call the new functions.
47378         * sysdeps/i386/fpu/libm-test-ulps: Update.
47379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47381 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47383         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47384         default stack guard is set in last bytes.
47385         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47387 2012-03-05  Kees Cook  <keescook@chromium.org>
47389         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47391         [BZ #13656]
47392         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47393         possibly allocate from heap instead of stack.
47394         * stdio-common/bug-vfprintf-nargs.c: New file.
47395         * stdio-common/Makefile (tests): Add nargs overflow test.
47397 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47401 2012-03-03  Marek Polacek  <polacek@redhat.com>
47403         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47404         * math/math_private.h: Likewise.
47405         * stdlib/tst-strtod.c: Likewise.
47406         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47407         * sysdeps/x86_64/bits/atomic.h: Likewise.
47409 2012-03-02  David S. Miller  <davem@davemloft.net>
47411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47412         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47413         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47414         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47415         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47416         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47417         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47418         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47420 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47422         [BZ #13792]
47423         * manual/examples/README: New file, says the example source files
47424         can be used under GPL>=2.
47425         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47426         line containing just "*/".
47427         * manual/examples/add.c: Add copyright header (GPL>=2).
47428         * manual/examples/argp-ex1.c: Likewise.
47429         * manual/examples/argp-ex2.c: Likewise.
47430         * manual/examples/argp-ex3.c: Likewise.
47431         * manual/examples/argp-ex4.c: Likewise.
47432         * manual/examples/atexit.c: Likewise.
47433         * manual/examples/db.c: Likewise.
47434         * manual/examples/dir.c: Likewise.
47435         * manual/examples/dir2.c: Likewise.
47436         * manual/examples/execinfo.c: Likewise.
47437         * manual/examples/filecli.c: Likewise.
47438         * manual/examples/filesrv.c: Likewise.
47439         * manual/examples/fmtmsgexpl.c: Likewise.
47440         * manual/examples/genpass.c: Likewise.
47441         * manual/examples/inetcli.c: Likewise.
47442         * manual/examples/inetsrv.c: Likewise.
47443         * manual/examples/isockad.c: Likewise.
47444         * manual/examples/longopt.c: Likewise.
47445         * manual/examples/memopen.c: Likewise.
47446         * manual/examples/memstrm.c: Likewise.
47447         * manual/examples/mkfsock.c: Likewise.
47448         * manual/examples/mkisock.c: Likewise.
47449         * manual/examples/mygetpass.c: Likewise.
47450         * manual/examples/pipe.c: Likewise.
47451         * manual/examples/popen.c: Likewise.
47452         * manual/examples/rprintf.c: Likewise.
47453         * manual/examples/search.c: Likewise.
47454         * manual/examples/select.c: Likewise.
47455         * manual/examples/setjmp.c: Likewise.
47456         * manual/examples/sigh1.c: Likewise.
47457         * manual/examples/sigusr.c: Likewise.
47458         * manual/examples/stpcpy.c: Likewise.
47459         * manual/examples/strdupa.c: Likewise.
47460         * manual/examples/strftim.c: Likewise.
47461         * manual/examples/strncat.c: Likewise.
47462         * manual/examples/subopt.c: Likewise.
47463         * manual/examples/swapcontext.c: Likewise.
47464         * manual/examples/termios.c: Likewise.
47465         * manual/examples/testopt.c: Likewise.
47466         * manual/examples/testpass.c: Likewise.
47467         * manual/examples/timeval_subtract.c: Likewise.
47469         [BZ #13792]
47470         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47471         function to ...
47472         * manual/timeval_subtract.c.texi: ... here, new file.
47474 2012-03-02  David S. Miller  <davem@davemloft.net>
47476         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47478 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47480         [BZ #3976]
47481         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47482         (__sin): Save and restore rounding mode and use round-to-nearest
47483         for all computations.
47484         (__cos): Save and restore rounding mode and use round-to-nearest
47485         for all computations.
47486         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47487         <fenv.h>.
47488         (tan): Save and restore rounding mode and use round-to-nearest for
47489         all computations.
47490         * math/libm-test.inc (cos_test_tonearest): New function.
47491         (cos_test_towardzero): Likewise.
47492         (cos_test_downward): Likewise.
47493         (cos_test_upward): Likewise.
47494         (sin_test_tonearest): Likewise.
47495         (sin_test_towardzero): Likewise.
47496         (sin_test_downward): Likewise.
47497         (sin_test_upward): Likewise.
47498         (tan_test_tonearest): Likewise.
47499         (tan_test_towardzero): Likewise.
47500         (tan_test_downward): Likewise.
47501         (tan_test_upward): Likewise.
47502         (main): Call the new functions.
47503         * sysdeps/i386/fpu/libm-test-ulps: Update.
47504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47506         [BZ #10135]
47507         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47508         small n, then large n, before computing and testing k+n.
47509         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47510         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47511         Likewise.
47512         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47513         Likewise.
47514         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47515         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47516         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47517         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47518         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47519         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47520         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47521         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47522         * math/libm-test.inc (scalbn_test): Add more tests.
47523         (scalbln_test): Likewise.
47525         * manual/filesys.texi (mode_t): Describe constraints on size and
47526         signedness, not exact equivalence to a particular type.
47527         (ino_t): Likewise.
47528         (ino64_t): Likewise.
47529         (dev_t): Likewise.
47530         (nlink_t): Likewise.
47531         (blkcnt_t): Likewise.
47532         (blkcnt64_t): Likewise.
47533         * manual/llio.texi (off_t): Likewise.
47535         [BZ #3976]
47536         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47537         (__ieee754_exp): Save and restore rounding mode and use
47538         round-to-nearest for all computations.
47539         * math/libm-test.inc (exp_test_tonearest): New function.
47540         (exp_test_towardzero): Likewise.
47541         (exp_test_downward): Likewise.
47542         (exp_test_upward): Likewise.
47543         (main): Call the new functions.
47544         * sysdeps/i386/fpu/libm-test-ulps: Update.
47545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47547 2012-03-01  Chris Demetriou  <cgd@google.com>
47549         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47550         have predictable order.
47552 2012-03-01  David S. Miller  <davem@davemloft.net>
47554         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47556         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47557         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47558         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47559         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47561         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47562         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47563         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47565         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47566         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47567         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47568         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47569         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47573         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47574         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47575         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47577         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47578         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47579         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47580         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47581         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47582         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47583         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47584         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47585         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47586         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47587         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47588         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47589         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47590         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47591         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47592         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47593         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47594         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47595         * sysdeps/sparc/elf/configure: Regenerated.
47597 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47599         * configure.in (AS, LD): Require binutils 2.20 or later.
47600         * configure: Regenerated.
47601         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47602         as required minimum version.
47603         * INSTALL: Regenerated.
47605         [BZ #2541]
47606         [BZ #4108]
47607         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47608         before squaring exponent.
47609         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47610         bottom long double and 27 bits of top long double before squaring
47611         exponent.
47612         * math/libm-test.inc (erfc_test): Add more tests.
47613         * sysdeps/i386/fpu/libm-test-ulps: Update.
47614         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47617 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47619         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47620         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47621         containing bit-fields.
47622         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47623         * soft-fp/single.h (_FP_UNION_S): Likewise.
47624         * soft-fp/double.h (_FP_UNION_D): Likewise.
47626 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47628         [BZ #13786]
47629         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47630         not include ../strcmp.S.
47631         [USE_AS_STRNCASECMP_L]: Likewise.
47632         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47633         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47634         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47635         (__strncasecmp_l_ia32): Define as alias to
47636         __strncasecmp_l_nonascii.
47638         [BZ #5794]
47639         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47640         * sysdeps/i386/fpu/libm-test-ulps: Update.
47641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47643         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47646 2012-02-29  Jeff Law  <law@redhat.com>
47648         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47649         out of bounds read.
47651 2012-02-29  Marek Polacek  <polacek@redhat.com>
47653         [BZ #13706]
47654         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47655         * elf/Makefile: Add rules to run tst-unused-dep.out.
47657 2012-02-28  David S. Miller  <davem@davemloft.net>
47659         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47660         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47661         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47662         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47663         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47664         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47666 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47668         * math/libm-test.inc (llround_test): Move one test from
47669         lround_test.  Use TEST_f_L in moved test.
47670         (lround_test): Move misplaced test to llround_test.  Add testcase
47671         from bug 2561.
47673 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47675         * sysdeps/x86_64/fpu/e_expf.S: New file.
47676         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47678 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47680         [BZ #13637]
47681         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47682         of remain_len that may cause incomplete multi-byte character and
47683         false match.
47684         * posix/bug-regex33.c: New file.
47685         * posix/Makefile (tests): Add bug-regex33.
47687 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47689         * manual/macros.texi: New file.
47690         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47691         * manual/libc.texinfo: Include macros.texi.
47692         * manual/creatute.texi: Likewise.
47693         * manual/install.texi: Likewise.
47694         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47695         @glibcadj{} in references to the GNU C Library.
47696         * manual/charset.texi: Likewise.
47697         * manual/conf.texi: Likewise.
47698         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47699         when not using those macros.
47700         * manual/creature.texi: Likewise.
47701         * manual/crypt.texi: Likewise.
47702         * manual/errno.texi: Likewise.
47703         * manual/filesys.texi: Likewise.
47704         * manual/header.texi: Likewise.
47705         * manual/install.texi: Likewise.
47706         * manual/intro.texi: Likewise.
47707         * manual/io.texi: Likewise.
47708         * manual/job.texi: Likewise.
47709         * manual/lang.texi: Likewise.
47710         * manual/libc.texiinfo: Likewise.
47711         * manual/llio.texi: Likewise.
47712         * manual/locale.texi: Likewise.
47713         * manual/maint.texi: Likewise.
47714         * manual/math.texi: Likewise.
47715         * manual/memory.texi: Likewise.
47716         * manual/message.texi: Likewise.
47717         * manual/nss.texi: Likewise.
47718         * manual/pattern.texi: Likewise.
47719         * manual/process.texi: Likewise.
47720         * manual/resource.texi: Likewise.
47721         * manual/search.texi: Likewise.
47722         * manual/setjmp.texi: Likewise.
47723         * manual/signal.texi: Likewise.
47724         * manual/socket.texi: Likewise.
47725         * manual/startup.texi: Likewise.
47726         * manual/stdio.texi: Likewise.
47727         * manual/string.texi: Likewise.
47728         * manual/sysinfo.texi: Likewise.
47729         * manual/syslog.texi: Likewise.
47730         * manual/terminal.texi: Likewise.
47731         * manual/time.texi: Likewise.
47732         * manual/users.texi: Likewise.
47733         * INSTALL: Regenerated.
47734         * NOTES: Regenerated.
47735         * sysdeps/gnu/errlist.c: Regenerated.
47737 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47739         * include/dirent.h: Include <dirstream.h> before
47740         <dirent/dirent.h>.
47742 2012-02-28  David S. Miller  <davem@davemloft.net>
47744         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47745         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47746         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47747         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47749 2012-02-27  David S. Miller  <davem@davemloft.net>
47751         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47752         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47753         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47754         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47756         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47757         frame pointer instead of stack pointer relative arg slot.
47758         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47759         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47760         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47762 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47764         [BZ #3992]
47765         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47767 2012-02-27  David S. Miller  <davem@davemloft.net>
47769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47773         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47774         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47775         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47776         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47778 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47780         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47781         later.  Allow versions 5-9.
47782         * configure: Regenerated.
47783         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47784         required minimum version and 4.6 as recommended version.  Do not
47785         mention bugs in GCC 2.7 and 2.8.
47786         * INSTALL: Regenerated.
47788 2012-02-27  David S. Miller  <davem@davemloft.net>
47790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47794         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47795         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47796         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47797         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47799         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47800         manipulate bits before adding and subtracting TWO112[sx].
47801         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47803 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47805         [BZ #13775]
47806         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47807         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47808         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47809         being in POSIX, because they are in 1003.1-2008.
47811         * rt/tst-aio.c: Include <fcntl.h>.
47812         * rt/tst-aio7.c: Likewise.
47813         * rt/tst-aio64.c: Likewise.
47815         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47817 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47819         * manual/install.texi (--with-headers): Describe headers as
47820         interface headers, not private headers.
47821         (Specific advice for GNU/Linux systems): Describe use of headers
47822         from "make headers_install", not private headers from older
47823         kernels.
47824         * INSTALL: Regenerated.
47825         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47826         Change to 2.6.19.
47827         * sysdeps/unix/sysv/linux/configure: Regenerated.
47829         * manual/llio.texi (fclean): Remove documentation.
47831         * manual/Makefile (libc-texi-generated): New variable.  Include
47832         version.texi.
47833         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47834         $(libc-texi-generated), not duplicated list of files.
47835         (version.texi, stamp-version): New rules.
47836         (realclean): Remove $(libc-texi-generated), not individual files
47837         from that list.  Do not remove dir-add.texinfo.
47838         * manual/libc.texinfo: Comment out uses of edition numbers and
47839         references to printed manual.  Remove last-updated dates.
47840         (EDITION): Comment out.
47841         (ISBN): Likewise.
47842         (VERSION, UPDATED): Remove.
47843         (version.texi): Include.
47845 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47847         * sysdeps/posix/spawni.c: Include <signal.h>.
47848         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47849         * sysdeps/pthread/aio_fsync.c: Likewise.
47851 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47853         * conform/Makefile (tests): Run only when not cross-compiling and
47854         when fast-check is not defined.
47856         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47857         * conform/data/limits.h-data: Fixes for POSIX2008.
47858         * conform/run-conformtest.sh: Run all tests.
47859         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47860         headers.
47861         * include/bits/dlfcn.h: Likewise.
47862         * include/langinfo.h: Likewise.
47863         * include/monetary.h: Likewise.
47864         * include/sys/poll.h: Likewise.
47866         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47867         for __USE_GNU.
47868         * posix/spawn.h: Define __need_sigset_t.
47869         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47870         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47871         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47872         to get sigevent_t only.
47873         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47874         only for __USE_GNU.
47875         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47876         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47877         process_vm_writev only for __USE_GNU.
47878         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47880         * conform/Makefile: For now ignore errors from run-conformtest.
47881         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47882         POSIX to avoid namespace pollution.  Don't prepend headers.
47883         * conform/data/aio.h-data: Fixes for POSIX testing.
47884         * conform/data/fcntl.h-data: Likewise.
47885         * conform/data/glob.h-data: Likewise.
47886         * conform/data/grp.h-data: Likewise.
47887         * conform/data/pthread.h-data: Likewise.
47888         * conform/data/pwd.h-data: Likewise.
47889         * conform/data/signal.h-data: Likewise.
47890         * conform/data/spawn.h-data: Likewise.
47891         * conform/data/stdio.h-data: Likewise.
47892         * conform/data/stdlib.h-data: Likewise.
47893         * conform/data/stropts.h-data: Likewise.
47894         * conform/data/sys/mman.h-data: Likewise.
47895         * conform/data/sys/stat.h-data: Likewise.
47896         * conform/data/sys/types.h-data: Likewise.
47897         * conform/data/sys/wait.h-data: Likewise.
47898         * conform/data/time.h-data: Likewise.
47899         * conform/data/unistd.h-data: Likewise.
47900         * conform/data/utime.h-data: Likewise.
47902         * io/sys/stat.h: fchmod was always in POSIX.
47903         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47904         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47905         * rt/aio.h: Define __need_timespec before including <time.h>.
47906         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47907         struct.  Add forward declaration of pthread_attr_t and use it in
47908         sigevent.
47909         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47910         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47911         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47912         always remove CLK_TCK definition.
47914 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47916         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47918 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47920         * conform/run-conformtest.sh: New file.
47921         * conform/Makefile: Run run-conformtest for tests.
47922         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47923         support.
47925         * conform/data/uchar.h-data: New file.
47926         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47927         * conform/data/arpa/inet.h-data: Likewise.
47928         * conform/data/assert.h-data: Likewise.
47929         * conform/data/complex.h-data: Likewise.
47930         * conform/data/cpio.h-data: Likewise.
47931         * conform/data/ctype.h-data: Likewise.
47932         * conform/data/dirent.h-data: Likewise.
47933         * conform/data/dlfcn.h-data: Likewise.
47934         * conform/data/errno.h-data: Likewise.
47935         * conform/data/fcntl.h-data: Likewise.
47936         * conform/data/float.h-data: Likewise.
47937         * conform/data/fmtmsg.h-data: Likewise.
47938         * conform/data/fnmatch.h-data: Likewise.
47939         * conform/data/ftw.h-data: Likewise.
47940         * conform/data/glob.h-data: Likewise.
47941         * conform/data/grp.h-data: Likewise.
47942         * conform/data/iconv.h-data: Likewise.
47943         * conform/data/inttypes.h-data: Likewise.
47944         * conform/data/langinfo.h-data: Likewise.
47945         * conform/data/libgen.h-data: Likewise.
47946         * conform/data/limits.h-data: Likewise.
47947         * conform/data/locale.h-data: Likewise.
47948         * conform/data/math.h-data: Likewise.
47949         * conform/data/monetary.h-data: Likewise.
47950         * conform/data/mqueue.h-data: Likewise.
47951         * conform/data/ndbm.h-data: Likewise.
47952         * conform/data/net/if.h-data: Likewise.
47953         * conform/data/netdb.h-data: Likewise.
47954         * conform/data/netinet/in.h-data: Likewise.
47955         * conform/data/nl_types.h-data: Likewise.
47956         * conform/data/poll.h-data: Likewise.
47957         * conform/data/pthread.h-data: Likewise.
47958         * conform/data/pwd.h-data: Likewise.
47959         * conform/data/regex.h-data: Likewise.
47960         * conform/data/sched.h-data: Likewise.
47961         * conform/data/search.h-data: Likewise.
47962         * conform/data/semaphore.h-data: Likewise.
47963         * conform/data/setjmp.h-data: Likewise.
47964         * conform/data/signal.h-data: Likewise.
47965         * conform/data/spawn.h-data: Likewise.
47966         * conform/data/stdarg.h-data: Likewise.
47967         * conform/data/stdio.h-data: Likewise.
47968         * conform/data/stdlib.h-data: Likewise.
47969         * conform/data/string.h-data: Likewise.
47970         * conform/data/strings.h-data: Likewise.
47971         * conform/data/stropts.h-data: Likewise.
47972         * conform/data/sys/ipc.h-data: Likewise.
47973         * conform/data/sys/mman.h-data: Likewise.
47974         * conform/data/sys/msg.h-data: Likewise.
47975         * conform/data/sys/resource.h-data: Likewise.
47976         * conform/data/sys/select.h-data: Likewise.
47977         * conform/data/sys/sem.h-data: Likewise.
47978         * conform/data/sys/shm.h-data: Likewise.
47979         * conform/data/sys/socket.h-data: Likewise.
47980         * conform/data/sys/stat.h-data: Likewise.
47981         * conform/data/sys/statvfs.h-data: Likewise.
47982         * conform/data/sys/time.h-data: Likewise.
47983         * conform/data/sys/timeb.h-data: Likewise.
47984         * conform/data/sys/times.h-data: Likewise.
47985         * conform/data/sys/types.h-data: Likewise.
47986         * conform/data/sys/uio.h-data: Likewise.
47987         * conform/data/sys/un.h-data: Likewise.
47988         * conform/data/sys/utsname.h-data: Likewise.
47989         * conform/data/sys/wait.h-data: Likewise.
47990         * conform/data/syslog.h-data: Likewise.
47991         * conform/data/tar.h-data: Likewise.
47992         * conform/data/termios.h-data: Likewise.
47993         * conform/data/utime.h-data: Likewise.
47994         * conform/data/utmpx.h-data: Likewise.
47995         * conform/data/varargs.h-data: Likewise.
47996         * conform/data/wchar.h-data: Likewise.
47997         * conform/data/wctype.h-data: Likewise.
47998         * conform/data/wordexp.h-data: Likewise.
48000         * include/stropts.h: New file.
48001         * include/uchar.h: New file.
48002         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48003         * include/assert.h: Likewise.
48004         * include/ctype.h: Likewise.
48005         * include/dirent.h: Likewise.
48006         * include/dlfcn.h: Likewise.
48007         * include/fcntl.h: Likewise.
48008         * include/fnmatch.h: Likewise.
48009         * include/glob.h: Likewise.
48010         * include/grp.h: Likewise.
48011         * include/libio.h: Likewise.
48012         * include/locale.h: Likewise.
48013         * include/math.h: Likewise.
48014         * include/net/if.h: Likewise.
48015         * include/netdb.h: Likewise.
48016         * include/netinet/in.h: Likewise.
48017         * include/pthread.h: Likewise.
48018         * include/pwd.h: Likewise.
48019         * include/regex.h: Likewise.
48020         * include/sched.h: Likewise.
48021         * include/search.h: Likewise.
48022         * include/setjmp.h: Likewise.
48023         * include/signal.h: Likewise.
48024         * include/stdio.h: Likewise.
48025         * include/stdlib.h: Likewise.
48026         * include/string.h: Likewise.
48027         * include/sys/cdefs.h: Likewise.
48028         * include/sys/mman.h: Likewise.
48029         * include/sys/msg.h: Likewise.
48030         * include/sys/resource.h: Likewise.
48031         * include/sys/select.h: Likewise.
48032         * include/sys/socket.h: Likewise.
48033         * include/sys/stat.h: Likewise.
48034         * include/sys/statvfs.h: Likewise.
48035         * include/sys/time.h: Likewise.
48036         * include/sys/times.h: Likewise.
48037         * include/sys/uio.h: Likewise.
48038         * include/sys/utsname.h: Likewise.
48039         * include/sys/wait.h: Likewise.
48040         * include/termios.h: Likewise.
48041         * include/time.h: Likewise.
48042         * include/ulimit.h: Likewise.
48043         * include/unistd.h: Likewise.
48044         * include/utime.h: Likewise.
48045         * include/wchar.h: Likewise.
48046         * include/wctype.h: Likewise.
48047         * include/wordexp.h: Likewise.
48049         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48051         * time/time.h: TIME_UTC must be a macro.
48052         Make timespec_get available for ISO C11 only as well.
48054 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48056         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48057         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48059 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48061         * configure.in: Use -o not -a in test for unsupported multi-arch.
48063 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48065         * manual/texinfo.tex: Update to version 2012-01-19.16.
48067 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48069         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48071 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48073         [BZ #13738]
48074         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48075         * manual/fdl-1.3.texi: New file.
48076         * manual/fdl-1.1.texi: File removed.
48078         [BZ #13738]
48079         * manual/libc.texinfo (FDL_VERSION): New @set.
48080         Use it for mention of FDL in cover text.
48081         (Documentation License): Use it in @include file name.
48083 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48084             Roland McGrath  <roland@hack.frob.com>
48086         [BZ #5461]
48087         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48088         (not LONG_LONG_MAX and LONG_LONG_MIN.
48089         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48090         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48091         name.
48092         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48094 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48096         [BZ #2547]
48097         [BZ #11365]
48098         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48099         manipulate bits before adding and subtracting TWO23[sx].
48100         * math/libm-test.inc (nearbyint_test): Add more tests.
48102 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48104         [BZ #2548]
48105         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48106         bits before adding and subtracting TWO23[sx].
48107         * math/libm-test.inc (rint_test): Add more tests.
48108         (rint_test_tonearest): Likewise.
48109         (rint_test_towardzero): Likewise.
48110         (rint_test_downward): Likewise.
48111         (rint_test_upward: Likewise.
48113 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48115         [BZ #10110]
48116         * include/stdc-predef.h: New file.  Extracted from features.h.
48117         * include/features.h: Include stdc-predef.h.
48118         * Makefile (headers): Add stdc-predef.h.
48119         * CONFORMANCE (Compiler limitations): Update.
48121 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48123         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48125 2012-02-21  David S. Miller  <davem@davemloft.net>
48127         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48128         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48130 2012-02-20  David S. Miller  <davem@davemloft.net>
48132         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48133         using a normal save/restore sequence, rather than allocating a
48134         dummy stack frame just to store a frame pointer and restore.
48135         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48137 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48139         * manual/install.texi: Fix stray word in line-wrapped comment.
48141 2012-02-20  David S. Miller  <davem@davemloft.net>
48143         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48144         both binutils and gcc support GOTDATA.
48146         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48147         "rd %pc" in the PIC register setup sequences.
48149         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48150         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48151         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48152         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48153         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48154         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48155         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48156         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48157         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48158         (SYSCALL_ERROR_HANDLER): Likewise.
48159         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48160         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48161         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48162         (SYSCALL_ERROR_HANDLER): Likewise.
48164         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48165         (HAVE_GCC_GOTDATA): New.
48166         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48167         relocation support in both binutils and gcc.
48168         * sysdeps/sparc/elf/configure: Regenerate.
48170         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48171         * sysdeps/sparc/sparc32/elf/configure: Delete.
48172         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48173         * sysdeps/sparc/sparc64/elf/configure: Delete.
48174         * sysdeps/sparc/elf/configure.in: New file.
48175         * sysdeps/sparc/elf/configure: Generate.
48177         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48178         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48179         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48180         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48181         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48183 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48185         * manual/install.texi: Do not mention specific glibc version
48186         numbers.
48187         * manual/libc.texinfo (VERSION, UPDATED): Update.
48188         (@copying): Use @copyright{} and range of years.
48190 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48192         [BZ #13695]
48193         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48194         [crti.S not in sysdirs] (generated): Do not append.
48195         [crti.S not in sysdirs] (omit-deps): Likewise.
48196         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48197         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48198         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48199         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48200         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48201         Likewise.
48202         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48203         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48204         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48205         * csu/defs.awk: Remove file.
48206         * sysdeps/generic/initfini.c: Likewise.
48207         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48208         variable.
48209         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48210         Likewise.
48212 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48214         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48215         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48216         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48217         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48218         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48219         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48220         <bits/epoll.h>.
48221         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48222         (__EPOLL_PACKED): Define to empty if not defined by
48223         <bits/epoll.h>.
48224         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48225         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48226         bits/epoll.h.
48228 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48230         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48231         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48232         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48233         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48234         <bits/timerfd.h>.
48235         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48236         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48237         bits/timerfd.h.
48239 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48241         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48242         in C locale.
48243         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48244         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48245         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48248 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48250         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48251         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48253 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48255         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48256         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48257         defined.
48258         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48259         Likewise.
48260         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48261         entry for 2.16.
48263 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48265         * math/w_acos.c: Use non-signaling floating-point comparisons.
48266         * math/w_acosf.c: Likewise.
48267         * math/w_acosh.c: Likewise.
48268         * math/w_acoshf.c: Likewise.
48269         * math/w_acoshl.c: Likewise.
48270         * math/w_acosl.c: Likewise.
48271         * math/w_asin.c: Likewise.
48272         * math/w_asinf.c: Likewise.
48273         * math/w_asinl.c: Likewise.
48274         * math/w_atanh.c: Likewise.
48275         * math/w_atanhf.c: Likewise.
48276         * math/w_atanhl.c: Likewise.
48277         * math/w_exp2.c: Likewise.
48278         * math/w_exp2f.c: Likewise.
48279         * math/w_exp2l.c: Likewise.
48280         * math/w_j0.c: Likewise.
48281         * math/w_j0f.c: Likewise.
48282         * math/w_j0l.c: Likewise.
48283         * math/w_j1.c: Likewise.
48284         * math/w_j1f.c: Likewise.
48285         * math/w_j1l.c: Likewise.
48286         * math/w_jn.c: Likewise.
48287         * math/w_jnf.c: Likewise.
48288         * math/w_log.c: Likewise.
48289         * math/w_log10.c: Likewise.
48290         * math/w_log10f.c: Likewise.
48291         * math/w_log10l.c: Likewise.
48292         * math/w_log2.c: Likewise.
48293         * math/w_log2f.c: Likewise.
48294         * math/w_log2l.c: Likewise.
48295         * math/w_logf.c: Likewise.
48296         * math/w_logl.c: Likewise.
48297         * math/w_sqrt.c: Likewise.
48298         * math/w_sqrtf.c: Likewise.
48299         * math/w_sqrtl.c: Likewise.
48300         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48301         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48302         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48303         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48304         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48306 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48308         [BZ #9739]
48309         * manual/string.texi (strnlen): Use correct parameter name in
48310         equivalent expression.
48312 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48314         [BZ #11174]
48315         * manual/users.texi (seteuid): Consistently use neweuid for
48316         argument name.
48318 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48320         [BZ #13704]
48321         * manual/nss.texi (Services in the NSS configuration): Correct
48322         list of services in example configuration file.
48324 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48326         [BZ #11322]
48327         * manual/arith.texi: Remove statements about negative zero
48328         behaving identically to zero.
48330 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48332         [BZ #5993]
48333         * manual/install.texi: Do not document upgrading from libc5.
48335 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48337         [BZ #4596]
48338         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48340 2012-02-18  David S. Miller  <davem@davemloft.net>
48342         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48343         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48344         %o7 across the call.
48345         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48346         instead.
48347         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48348         SETUP_PIC_REG_LEAF.
48349         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48350         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48351         * sysdeps/sparc/crtn.S: Likewise.
48353 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48355         * aout/Makefile: Remove.
48357 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48359         [BZ #13058]
48360         * manual/examples/argp-ex1.c (main): Format definition in GNU
48361         style.
48362         * manual/examples/argp-ex2.c (main): Likewise.
48363         * manual/examples/argp-ex3.c (main): Likewise.
48364         * manual/examples/argp-ex4.c (main): Likewise.
48365         * manual/examples/longopt.c (main): Use new-style prototype
48366         definition.
48367         * manual/examples/strncat.c (main): Specify return type and use
48368         (void) for arguments.
48369         * manual/examples/subopt.c (main): Use char **argv argument.
48371 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48373         [BZ #5077]
48374         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48375         rounding modes.
48377 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48379         [BZ #6907]
48380         * manual/string.texi (strchr): Change when strchrnul is
48381         recommended.
48383 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48385         [BZ #174]
48386         * manual/locale.texi (setlocale): Document LOCPATH.
48388 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48390         [BZ #10210]
48391         * manual/process.texi (execle): Move @dots{} before last argument.
48393 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48395         [BZ #12047]
48396         * manual/charset.texi (Generic Charset Conversion): Fix typo
48397         (LC_TYPE -> LC_CTYPE).
48399 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48401         [BZ #5805]
48402         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48403         (scalbnf): Likewise.
48404         (scalbnl): Likewise.
48405         (scalbln): Likewise.
48406         (scalblnf): Likewise.
48407         (scalblnl): Likewise.
48408         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48409         (vwarnx): Likewise.
48410         (verr): Likewise.
48411         (verrx): Likewise.
48412         * manual/filesys.texi (telldir): Use braces around return type.
48413         * manual/llio.texi (mmap): Add space after comma.
48414         (mmap64): Likewise.
48415         * manual/math.texi (jn): Use @var{} on parameter names.
48416         (jnf): Likewise.
48417         (jnl): Likewise.
48418         (yn): Likewise.
48419         (ynf): Likewise.
48420         (ynl): Likewise.
48421         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48422         line.
48423         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48424         "...".
48425         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48426         (sched_get_priority_max): Likewise.
48427         * manual/signal.texi (sigvec): Add space after comma.
48428         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48429         names.
48430         (if_indextoname): Likewise.
48431         (if_freenameindex): Likewise.
48432         (sendto): Use ',' instead of '.' in prototype.
48433         * manual/startup.texi (syscall): Use @dots{} instead of literal
48434         "...".
48435         * manual/stdio.texi (__fpending): Separate initial words of
48436         paragraph from @deftypefun line.
48437         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48438         "...".
48439         (vsyslog): Use @var{} on parameter names.
48440         * manual/terminal.texi (stty): Use @var{} on parameter names.
48441         * manual/users.texi (getutmp): Use @var{} on parameter names.
48442         (getutmpx): Likewise.
48444 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48446         [BZ #6884]
48447         * manual/stdio.texi (fopen): Fix typos in description of
48448         ",ccs=STRING".
48450 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48452         [BZ #4026]
48453         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48454         get clock_id definition.
48456 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48458         [BZ #4822]
48459         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48460         (madvise): Cast every argument to void on its own.
48462 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48464         [BZ #9902]
48465         * manual/startup.texi (Exit Status): Fix typo.
48467 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48469         [BZ #10140]
48470         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48471         * manual/examples/argp-ex2.c: Likewise.
48472         * manual/examples/argp-ex3.c: Likewise.
48474 2012-02-16  Richard Henderson  <rth@redhat.com>
48476         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48477         * sysdeps/s390/s390-32/initfini.c: Remove.
48478         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48479         * sysdeps/s390/s390-64/initfini.c: Remove.
48481 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48483         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48484         compiler output for sysdeps/generic/initfini.c.
48485         * sysdeps/sh/elf/initfini.c: Remove file.
48487 2012-02-16  David S. Miller  <davem@davemloft.net>
48489         [BZ #11494]
48490         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48492         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48493         * sysdeps/sparc/crti.S: New file.
48494         * sysdeps/sparc/crtn.S: New file.
48495         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48496         * sysdeps/sparc/sparc64/Makefile: Likewise.
48498 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48500         [BZ #3335]
48501         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48503 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48505         [BZ #4822]
48506         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48508         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48509         (write, read, close): Likewise.
48510         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48512 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48514         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48515         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48516         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48517         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48518         <bits/signalfd.h>.
48519         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48520         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48521         bits/signalfd.h.
48523 2012-02-14  Marek Polacek  <polacek@redhat.com>
48525         * sysdeps/x86_64/crti.S: New file.
48526         * sysdeps/x86_64/crtn.S: New file.
48527         * sysdeps/x86_64/elf/initfini.c: Remove file.
48529 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48531         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48532         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48533         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48534         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48535         <bits/inotify.h>.
48536         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48537         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48538         bits/inotify.h.
48540 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48542         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48543         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48544         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48545         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48546         <bits/eventfd.h>.
48547         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48548         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48549         bits/eventfd.h.
48551 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48553         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48554         __feraiseexcept instead of feraiseexcept.
48556         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48557         nanosleep invocations.
48558         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48559         strings, and add error checking for a nanosleep invocations.
48561 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48563         Replace FSF snail mail address with URLs, as per GNU coding standards.
48564         Most of the snail mail addresses were wrong anyway, and omitting
48565         them makes the source code easier to maintain.  Almost all of the
48566         changes are to license notices and to locale LC_IDENTIFICATION
48567         addresses, except for this one:
48568         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48569         not its snail mail address.
48571 2012-02-09  Richard Henderson  <rth@twiddle.net>
48573         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48574         of kernel-features.h.
48576         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48578 2012-02-08  Marek Polacek  <polacek@redhat.com>
48580         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48581         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48582         * sysdeps/gnu/_G_config.h: Likewise.
48583         * sysdeps/generic/_G_config.h: Likewise.
48585 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48587         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48588         tests.
48589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48591         * sysdeps/powerpc/powerpc32/crti.S: New file.
48592         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48593         * sysdeps/powerpc/powerpc64/crti.S: New file.
48594         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48596         * Makeconfig (have-initfini): Don't set.
48597         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48598         * configure.in (nopic_initfini): Don't substitute.
48599         * config.h.in (HAVE_INITFINI): Don't #undef.
48600         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48601         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48603 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48605         Support crti.S and crtn.S provided directly by architectures.
48606         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48607         [crti.S in sysdirs] (omit-deps): Likewise.
48608         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48609         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48610         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48611         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48612         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48613         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48614         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48615         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48616         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48617         compiler output for sysdeps/generic/initfini.c.
48618         * sysdeps/i386/elf/Makefile: Remove file.
48619         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48621 2012-02-07  Marek Polacek  <polacek@redhat.com>
48623         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48624         * sysdeps/gnu/_G_config.h: Likewise.
48625         * sysdeps/mach/hurd/_G_config.h: Likewise.
48627 2012-02-07  Marek Polacek  <polacek@redhat.com>
48629         * math/Makefile (tests): Add tst-CMPLX2.
48630         * math/tst-CMPLX2.c: New file.
48632 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48634         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48636         * math/libm-test.inc (jn_test): Add missing L suffix.
48638 2012-02-06  Marek Polacek  <polacek@redhat.com>
48640         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48641         * sysdeps/i386/fpu/e_powf.S: Likewise.
48642         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48643         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48644         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48645         * sysdeps/i386/fpu/e_pow.S: Likewise.
48646         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48647         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48648         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48649         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48650         * sysdeps/i386/fpu/e_log2.S: Likewise.
48651         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48652         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48653         * sysdeps/i386/fpu/e_powl.S: Likewise.
48654         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48655         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48656         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48657         * sysdeps/i386/fpu/e_logl.S: Likewise.
48658         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48659         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48660         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48661         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48662         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48663         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48664         * sysdeps/i386/fpu/e_log.S: Likewise.
48665         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48666         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48667         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48668         * sysdeps/i386/fpu/e_logf.S: Likewise.
48669         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48670         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48671         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48672         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48673         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48674         * sysdeps/i386/fpu/e_log10.S: Likewise.
48675         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48676         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48677         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48678         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48679         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48680         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48681         * sysdeps/i386/asm-syntax.h: Likewise.
48682         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48683         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48684         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48685         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48686         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48687         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48688         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48689         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48690         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48691         * sysdeps/powerpc/sysdep.h: Likewise.
48692         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48693         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48695 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48697         [BZ #411]
48698         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48700 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48702         * sysdeps/i386/sysdep.h: Include <features.h>.
48703         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48704         version.
48706 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48708         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48709         Define.
48710         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48711         LOAD_PIC_REG_STR.
48713 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48715         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48716         (SETUP_PIC_REG): Use GET_PC_THUNK.
48717         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48718         macro.
48720 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48722         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48723         for non-PIC compilation.
48724         (SETUP_PIC_REG): Add .p2align directive.
48725         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48726         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48727         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48728         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48729         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48730         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48731         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48732         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48733         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48734         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48735         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48736         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48737         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48738         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48739         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48740         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48741         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48742         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48743         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48744         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48745         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48746         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48747         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48748         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48749         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48750         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48751         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48752         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48753         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48754         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48755         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48756         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48757         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48758         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48759         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48760         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48761         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48762         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48763         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48764         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48765         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48767 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48769         * math/tst-CMPLX.c: Include <stdio.h>.
48771 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48773         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48774         float.
48775         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48776         * sysdeps/sparc/bits/mathdef.h: Likewise.
48778 2012-01-31  Marek Polacek  <polacek@redhat.com>
48780         * libio/libio.h: Don't define _PARAMS.
48781         * locale/programs/config.h: Don't define PARAMS.
48782         * stdlib/strtol_l.c: Likewise.
48783         (__strtol_l): Remove PARAMS from the prototype.
48785 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48787         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48788         names.  Just use the correct names.  Remove unnecessary wrapper
48789         functions.
48790         * malloc/arena.c: Likewise.
48791         * malloc/hooks.c: Likewise.
48793         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48794         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48795         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48797 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48799         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48800         into tail calls.
48801         (update_get_addr): New function.
48802         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48803         GET_ADDR_MODULE parameter.
48805 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48807         * crypt/cert.c: Remove __STDC__ conditionals.
48808         * crypt/crypt-entry.c: Likewise.
48809         * crypt/crypt_util.c: Likewise.
48810         * libio/filedoalloc.c: Likewise.
48811         * libio/fileops.c: Likewise.
48812         * libio/genops.c: Likewise.
48813         * libio/iofclose.c: Likewise.
48814         * libio/iofdopen.c: Likewise.
48815         * libio/iofopen.c: Likewise.
48816         * libio/iofopen64.c: Likewise.
48817         * libio/iogetdelim.c: Likewise.
48818         * libio/iopopen.c: Likewise.
48819         * libio/obprintf.c: Likewise.
48820         * libio/oldfileops.c: Likewise.
48821         * libio/oldiofclose.c: Likewise.
48822         * libio/oldiofdopen.c: Likewise.
48823         * libio/oldiofopen.c: Likewise.
48824         * libio/oldiopopen.c: Likewise.
48825         * libio/wfiledoalloc.c: Likewise.
48826         * libio/wgenops.c: Likewise.
48827         * locale/programs/xmalloc.c: Likewise.
48828         * misc/syslog.c: Likewise.
48829         * stdio-common/xbug.c: Likewise.
48830         * string/memchr.c: Likewise.
48831         * string/memcmp.c: Likewise.
48832         * string/memrchr.c: Likewise.
48833         * string/rawmemchr.c: Likewise.
48834         * sysdeps/posix/getcwd.c: Likewise.
48835         * time/strftime_l.c: Likewise.
48837 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48839         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48840         * config.make.in (config-cflags-sse2avx): Define.
48841         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48842         Fix typo.
48844 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48846         * scripts/config.guess: Update from upstream config git repository.
48847         * scripts/config.sub: Likewise.
48849 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48851         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48852         (EM_NUM): Update.
48853         (R_TILEPRO_*, R_TILEGX_*): New macros.
48855         * scripts/firstversions.awk: Fix bug in version range handling.
48857         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48859         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48861         * include/sys/epoll.h: New file.
48862         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48863         libc_hidden_def.
48865 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48867         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48868         Avoid unnecessary __WORDSIZE == 64 test.
48869         (fmaxf): Use VEX format if possible.
48870         (fmax): Likewise.
48871         (fminf): Likewise.
48872         (fmin): Likewise.
48874         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48875         * math/math_private.h: Remove libc_fegetround* and
48876         libc_fesetround*.
48877         * sysdeps/i386/configure.in: Check for -msse2avx.
48878         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48879         also if SSE2AVX is defined.
48880         Remove libc_fegetround* and libc_fesetround*.
48881         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48882         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48883         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48884         of HAS_YMM_USABLE.
48885         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48886         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48887         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48888         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48889         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48891         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48893 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48895         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48896         size is not set.
48897         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48899 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48901         [BZ #13618]
48902         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48903         relocation.
48904         * Makeconfig (libm): Define.
48905         * elf/Makefile: Add rules to build and run tst-relsort1.
48906         * elf/tst-relsort1.c: New file.
48907         * elf/tst-relsort1mod1.c: New file.
48908         * elf/tst-relsort1mod2.c: New file.
48910 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48912         * math/s_ldexp.c: Remove __STDC__ conditionals.
48913         * math/s_ldexpf.c: Likewise.
48914         * math/s_ldexpl.c: Likewise.
48915         * math/s_nextafter.c: Likewise.
48916         * math/s_nexttowardf.c: Likewise.
48917         * math/s_significand.c: Likewise.
48918         * math/s_significandf.c: Likewise.
48919         * math/s_significandl.c: Likewise.
48920         * math/w_jnl.c: Likewise.
48921         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48922         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48923         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48924         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48925         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48926         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48927         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48928         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48929         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48930         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48931         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48932         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48933         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48934         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48935         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48936         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48938         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48939         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48940         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48941         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48942         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48943         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48944         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48945         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48946         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48947         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48948         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48949         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48950         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48951         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48952         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48953         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48954         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48955         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48956         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48957         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48958         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48959         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48960         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48961         * sysdeps/ieee754/k_standard.c: Likewise.
48962         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48966         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48969         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48971         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48976         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48980         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48981         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48982         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48986         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48987         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48994         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48998         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49000         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49001         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49002         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49020         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49021         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49022         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49023         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49024         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49028         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49029         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49030         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49031         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49032         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49034         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49036         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49037         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49038         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49041         * sysdeps/ieee754/s_matherr.c: Likewise.
49042         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49043         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49044         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49045         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49047 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49049         * crypt/md5.h: Remove __STDC__ conditionals.
49050         * libio/libioP.h: Likewise.
49051         * locale/programs/config.h: Likewise.
49052         * sysdeps/generic/sysdep.h: Likewise.
49053         * sysdeps/i386/asm-syntax.h: Likewise.
49054         * sysdeps/s390/asm-syntax.h: Likewise.
49055         * sysdeps/unix/sysdep.h: Likewise.
49056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49059 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49061         * libio/libio.h: Remove __STDC__ conditionals.
49062         * malloc/obstack.h: Likewise.
49063         * math/complex.h: Likewise.
49064         * math/math.h: Likewise.
49065         * sysdeps/generic/_G_config.h: Likewise.
49066         * sysdeps/gnu/_G_config.h: Likewise.
49067         * sysdeps/mach/hurd/_G_config.h: Likewise.
49068         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49069         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49070         * sysdeps/sparc/bits/mathdef.h: Likewise.
49072 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49074         [BZ #13583]
49075         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49076         Clean up HAS_* macros.
49077         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49078         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49079         possible.
49080         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49081         HAS_AVX.
49082         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49083         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49084         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49085         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49086         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49088 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49090         * elf/tst-unique3.cc (gets): Remove declaration.
49091         * elf/tst-unique3lib.cc (gets): Likewise.
49092         * elf/tst-unique3lib2.cc (gets): Likewise.
49093         * elf/tst-unique4.cc (gets): Likewise.
49095 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49097         * include/stdio.h: Add C++ protection.  Add gets declarations and
49098         definitions.
49099         * debug/tst-chk1.c: Don't declare gets here.
49100         * stdio-common/tst-gets.c: Likewise.
49102 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49104         * posix/glob: Remove directory.
49106 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49108         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49110 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49112         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49113         of the non-standard EPFNOSUPPORT.
49115 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49117         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49118         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49119         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49121 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49123         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49125 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49127         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49128         transient errors.
49129         * nscd/grpcache.c (cache_addgr): Likewise.
49130         * nscd/hstcache.c (cache_addhst): Likewise.
49131         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49132         * nscd/pwdcache.c (cache_addpw): Likewise.
49133         * nscd/servicescache.c (cache_addserv): Likewise.
49135 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49137         * malloc/malloc.c: Various cleanups.
49138         * malloc/hooks.c: Likewise.
49140         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49141         * stdlib/bug-fmtmsg1.c: New file.
49143         * stdlib/fmtmsg.c (init): Add missing unlock.
49144         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49146 2012-01-12  Marek Polacek  <polacek@redhat.com>
49148         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49149         and _GNU_SOURCE.
49151 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49153         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49154         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49155         macro to ensure uniqueness of label name.
49156         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49157         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49159 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49161         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49163         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49164         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49165         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49168 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49170         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49172         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49173         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49174         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49176         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49178         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49179         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49180         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49181         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49183         * math/bits/math-finite.h: Add ldexp support.
49185 2012-01-10  Marek Polacek  <polacek@redhat.com>
49187         * locale/programs/localedef.h (show_archive_content): Add noreturn
49188         attribute.
49190 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49192         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49194 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49196         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49198         * io/Makefile (headers): Add bits/poll2.h.
49200 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49203         typo #include statement.
49205 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49207         * include/sys/cdefs.h: Define __attribute_alloc_size.
49208         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49209         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49210         * elf/pldd.c: Likewise.
49211         * iconv/iconv_charmap.c: Likewise.
49212         * iconv/iconvconfig.c: Likewise.
49213         * iconv/strtab.c: Likewise.
49214         * locale/programs/locale.c: Likewise.
49215         * locale/programs/localedef.h: Likewise.
49216         * locale/programs/simple-hash.c: Likewise.
49217         * nscd/nscd.h: Likewise.
49218         * nss/makedb.c: Likewise.
49219         * sysdeps/generic/ldconfig.h: Likewise.
49220         * locale/programs/localedef.c: Remove xmalloc prototype.
49221         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49223 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49225         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49226         appropriate.
49228 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49230         * math/Makefile (tests): Add tst-CMPLX.
49231         * math/tst-CMPLX.c: New file.
49233         * math/complex.h (CMPLXL): Fix typo.
49235         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49236         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49237         GLIBC_2.16.
49238         * debug/tst-chk1.c: Add poll and ppoll tests.
49239         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49240         * include/sys/poll.h: Add hidden proto for ppoll.
49241         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49242         * sysdeps/mach/hurd/ppoll.c: Likewise.
49243         * io/ppoll.c: Likewise.
49244         * debug/poll_chk.c: New file.
49245         * debug/ppoll_chk.c: New file.
49246         * include/bits/poll2.h: New file.
49247         * io/bits/poll2.h: New file.
49249         [BZ #1350]
49250         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49252         * configure.in: static is always set to yes.  Remove.
49253         * config.make.in: Don't set build-static.
49254         * Makeconfig: Remove use of build-static.
49255         * dlfcn/Makefile: Likewise.
49256         * elf/Makefile: Likewise.
49257         * math/Makefile: Likewise.
49258         * misc/Makefile: Likewise.
49259         * nptl/Makefile: Likewise.
49260         * sysdeps/mach/hurd/Makefile: Likewise.
49262         * configure.in: PWD_P is not used anymore.
49263         * config.make.in: Remove PWD_P entry.
49265         * configure.in: Remove last remnants of RANLIB.
49266         No need to check for signed size_t anymore.
49267         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49268         and IA-64.
49269         Remove __builtin_expect test because we require at least gcc 3.4.
49270         * aclocal.m4: Likewise.
49272         * wcsmbs/mbrtoc16.c: Implement using towc function.
49273         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49274         * wcsmbs/wcsmbsload.c: Likewise.
49275         * iconv/gconv_simple.c: Likewise.
49276         * iconv/gconv_int.h: Likewise.
49277         * iconv/gconv_builtin.h: Likewise.
49278         * iconv/iconv_prog.c: Remove CHAR16 handling.
49280         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49282         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49284         * configure.in: Remove --with-elf and --enable-bounded options.
49285         Dont set base_machine for ia64.  More non-ELF conditions removed.
49286         Remove testing and setting of leading underscore information.
49287         * config.make.in (build-bounded): Set to no.
49288         * config.h.in: Remove NO_UNDERSCORES entry.
49289         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49290         them.
49291         * csu/start.c: Remove !NO_UNDERSCORE code.
49292         * locale/localeinfo.h: Likewise.
49293         * sysdeps/generic/machine-gmon.h: Likewise.
49294         * sysdeps/generic/sysdep.h: Likewise.
49295         * sysdeps/i386/sysdep.h: Likewise.
49296         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49297         * sysdeps/mach/sysdep.h: Likewise.
49298         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49299         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49300         * sysdeps/sh/sysdep.h: Likewise.
49301         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49302         * sysdeps/unix/i386/sysdep.S: Likewise.
49303         * sysdeps/unix/sparc/start.c: Likewise.
49304         * sysdeps/unix/sparc/sysdep.S: Likewise.
49305         * sysdeps/unix/sparc/sysdep.h: Likewise.
49306         * sysdeps/unix/start.c: Likewise.
49307         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49308         * sysdeps/x86_64/sysdep.h: Likewise.
49310 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49312         [BZ #13553]
49313         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49314         for non-gcc.
49315         * argp/argp-fmtstream.h: Use const instead __const.
49316         * argp/argp.h: Likewise.
49317         * assert/assert.h: Likewise.
49318         * bits/fenv.h: Likewise.
49319         * bits/sched.h: Likewise.
49320         * bits/sigset.h: Likewise.
49321         * bits/sigthread.h: Likewise.
49322         * catgets/nl_types.h: Likewise.
49323         * conform/data/pthread.h-data: Likewise.
49324         * crypt/crypt-private.h: Likewise.
49325         * crypt/crypt.h: Likewise.
49326         * crypt/crypt_util.c: Likewise.
49327         * ctype/ctype.h: Likewise.
49328         * debug/execinfo.h: Likewise.
49329         * debug/mbsnrtowcs_chk.c: Likewise.
49330         * debug/mbsrtowcs_chk.c: Likewise.
49331         * debug/wcsnrtombs_chk.c: Likewise.
49332         * debug/wcsrtombs_chk.c: Likewise.
49333         * debug/wcstombs_chk.c: Likewise.
49334         * dirent/dirent.h: Likewise.
49335         * dlfcn/dlfcn.h: Likewise.
49336         * elf/neededtest4.c: Likewise.
49337         * grp/grp.h: Likewise.
49338         * gshadow/gshadow.h: Likewise.
49339         * iconv/gconv.h: Likewise.
49340         * iconv/gconv_int.h: Likewise.
49341         * iconv/gconv_simple.c: Likewise.
49342         * iconv/iconv.h: Likewise.
49343         * iconv/loop.c: Likewise.
49344         * iconv/skeleton.c: Likewise.
49345         * include/aio.h: Likewise.
49346         * include/aliases.h: Likewise.
49347         * include/argz.h: Likewise.
49348         * include/arpa/inet.h: Likewise.
49349         * include/assert.h: Likewise.
49350         * include/dirent.h: Likewise.
49351         * include/dlfcn.h: Likewise.
49352         * include/execinfo.h: Likewise.
49353         * include/fcntl.h: Likewise.
49354         * include/fenv.h: Likewise.
49355         * include/glob.h: Likewise.
49356         * include/grp.h: Likewise.
49357         * include/libintl.h: Likewise.
49358         * include/mntent.h: Likewise.
49359         * include/netdb.h: Likewise.
49360         * include/pwd.h: Likewise.
49361         * include/rpc/netdb.h: Likewise.
49362         * include/sched.h: Likewise.
49363         * include/search.h: Likewise.
49364         * include/shadow.h: Likewise.
49365         * include/signal.h: Likewise.
49366         * include/stdio.h: Likewise.
49367         * include/stdlib.h: Likewise.
49368         * include/string.h: Likewise.
49369         * include/sys/socket.h: Likewise.
49370         * include/sys/stat.h: Likewise.
49371         * include/sys/statfs.h: Likewise.
49372         * include/sys/statvfs.h: Likewise.
49373         * include/sys/syslog.h: Likewise.
49374         * include/sys/time.h: Likewise.
49375         * include/sys/uio.h: Likewise.
49376         * include/time.h: Likewise.
49377         * include/unistd.h: Likewise.
49378         * include/utmp.h: Likewise.
49379         * include/wchar.h: Likewise.
49380         * include/wctype.h: Likewise.
49381         * inet/aliases.h: Likewise.
49382         * inet/arpa/inet.h: Likewise.
49383         * inet/netinet/ether.h: Likewise.
49384         * inet/netinet/in.h: Likewise.
49385         * intl/libintl.h: Likewise.
49386         * io/bits/fcntl2.h: Likewise.
49387         * io/fcntl.h: Likewise.
49388         * io/ftw.h: Likewise.
49389         * io/sys/poll.h: Likewise.
49390         * io/sys/stat.h: Likewise.
49391         * io/sys/statfs.h: Likewise.
49392         * io/sys/statvfs.h: Likewise.
49393         * io/utime.h: Likewise.
49394         * libio/bits/stdio.h: Likewise.
49395         * libio/bits/stdio2.h: Likewise.
49396         * libio/libio.h: Likewise.
49397         * libio/libioP.h: Likewise.
49398         * libio/stdio.h: Likewise.
49399         * locale/lc-ctype.c: Likewise.
49400         * locale/locale.h: Likewise.
49401         * login/utmp.h: Likewise.
49402         * malloc/arena.c: Likewise.
49403         * malloc/malloc.c: Likewise.
49404         * malloc/malloc.h: Likewise.
49405         * malloc/mcheck.c: Likewise.
49406         * malloc/mtrace.c: Likewise.
49407         * math/bits/mathcalls.h: Likewise.
49408         * math/fenv.h: Likewise.
49409         * math/math_private.h: Likewise.
49410         * misc/bits/error.h: Likewise.
49411         * misc/bits/syslog.h: Likewise.
49412         * misc/err.h: Likewise.
49413         * misc/error.h: Likewise.
49414         * misc/fstab.h: Likewise.
49415         * misc/mntent.h: Likewise.
49416         * misc/regexp.h: Likewise.
49417         * misc/search.h: Likewise.
49418         * misc/sgtty.h: Likewise.
49419         * misc/sys/mman.h: Likewise.
49420         * misc/sys/syslog.h: Likewise.
49421         * misc/sys/uio.h: Likewise.
49422         * misc/sys/xattr.h: Likewise.
49423         * misc/ttyent.h: Likewise.
49424         * nis/rpcsvc/ypclnt.h: Likewise.
49425         * nss/nss.h: Likewise.
49426         * posix/bits/unistd.h: Likewise.
49427         * posix/fnmatch.h: Likewise.
49428         * posix/glob.h: Likewise.
49429         * posix/sched.h: Likewise.
49430         * posix/spawn.h: Likewise.
49431         * posix/sys/wait.h: Likewise.
49432         * posix/unistd.h: Likewise.
49433         * posix/wordexp.h: Likewise.
49434         * pwd/pwd.h: Likewise.
49435         * resolv/netdb.h: Likewise.
49436         * resource/sys/resource.h: Likewise.
49437         * rt/aio.h: Likewise.
49438         * rt/bits/mqueue2.h: Likewise.
49439         * rt/mqueue.h: Likewise.
49440         * shadow/shadow.h: Likewise.
49441         * signal/signal.h: Likewise.
49442         * socket/send.c: Likewise.
49443         * socket/sendto.c: Likewise.
49444         * socket/sys/socket.h: Likewise.
49445         * stdio-common/printf.h: Likewise.
49446         * stdlib/bits/stdlib.h: Likewise.
49447         * stdlib/fmtmsg.h: Likewise.
49448         * stdlib/monetary.h: Likewise.
49449         * stdlib/stdlib.h: Likewise.
49450         * stdlib/ucontext.h: Likewise.
49451         * streams/stropts.h: Likewise.
49452         * string/argz.h: Likewise.
49453         * string/bits/string2.h: Likewise.
49454         * string/string.h: Likewise.
49455         * string/strings.h: Likewise.
49456         * sunrpc/rpc/auth.h: Likewise.
49457         * sunrpc/rpc/auth_des.h: Likewise.
49458         * sunrpc/rpc/clnt.h: Likewise.
49459         * sunrpc/rpc/netdb.h: Likewise.
49460         * sunrpc/rpc/pmap_clnt.h: Likewise.
49461         * sunrpc/rpc/xdr.h: Likewise.
49462         * sysdeps/generic/inttypes.h: Likewise.
49463         * sysdeps/generic/net/if.h: Likewise.
49464         * sysdeps/generic/sys/swap.h: Likewise.
49465         * sysdeps/gnu/net/if.h: Likewise.
49466         * sysdeps/gnu/utmpx.h: Likewise.
49467         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49468         * sysdeps/i386/i486/bits/string.h: Likewise.
49469         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49470         * sysdeps/s390/bits/string.h: Likewise.
49471         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49472         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49473         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49474         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49475         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49476         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49477         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49478         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49479         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49480         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49481         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49482         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49483         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49484         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49485         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49486         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49487         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49488         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49489         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49490         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49491         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49492         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49493         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49494         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49495         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49496         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49497         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49498         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49499         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49500         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49501         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49502         * sysvipc/sys/ipc.h: Likewise.
49503         * sysvipc/sys/msg.h: Likewise.
49504         * sysvipc/sys/sem.h: Likewise.
49505         * sysvipc/sys/shm.h: Likewise.
49506         * termios/termios.h: Likewise.
49507         * time/sys/time.h: Likewise.
49508         * time/time.h: Likewise.
49509         * wcsmbs/bits/wchar2.h: Likewise.
49510         * wcsmbs/uchar.h: Likewise.
49511         * wcsmbs/wchar.h: Likewise.
49512         * wctype/wctype.h: Likewise.
49514         [BZ #13551]
49515         * Makeconfig: Remove all but ELF support including AIX support.
49516         * Makerules: Likewise.
49517         * config.h.in: Likewise.
49518         * config.make.in: Likewise.
49519         * configure: Likewise.
49520         * configure.in: Likewise.
49521         * csu/Makefile: Likewise.
49522         * csu/version.c: Likewise.
49523         * debug/Makefile: Likewise.
49524         * dlfcn/Makefile: Likewise.
49525         * elf/Makefile: Likewise.
49526         * extra-lib.mk: Likewise.
49527         * iconv/Makefile: Likewise.
49528         * include/libc-symbols.h: Likewise.
49529         * include/shlib-compat.h: Likewise.
49530         * resolv/Makefile: Likewise.
49531         * resolv/res_libc.c: Likewise.
49532         * rt/Makefile: Likewise.
49533         * sysdeps/i386/asm-syntax.h: Likewise.
49534         * sysdeps/i386/sysdep.h: Likewise.
49535         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49536         * sysdeps/mach/sysdep.h: Likewise.
49537         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49538         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49539         * sysdeps/s390/asm-syntax.h: Likewise.
49540         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49541         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49542         * sysdeps/sh/sysdep.h: Likewise.
49543         * sysdeps/unix/sparc/sysdep.h: Likewise.
49544         * sysdeps/wordsize-32/divdi3.c: Likewise.
49545         * sysdeps/x86_64/sysdep.h: Likewise.
49547         * argp/Versions: Remove _argp_unlock_xxx.
49549         [BZ #13559]
49550         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49551         * abilist/libBrokenLocale.abilist: Likewise.
49552         * abilist/libanl.abilist: Likewise.
49553         * abilist/libc.abilist: Likewise.
49554         * abilist/libcrypt.abilist: Likewise.
49555         * abilist/libdl.abilist: Likewise.
49556         * abilist/libm.abilist: Likewise.
49557         * abilist/libnsl.abilist: Likewise.
49558         * abilist/libpthread.abilist: Likewise.
49559         * abilist/libresolv.abilist: Likewise.
49560         * abilist/librt.abilist: Likewise.
49561         * abilist/libthread_db.abilist: Likewise.
49562         * abilist/libutil.abilist: Likewise.
49563         * abilist/libnss_db.abilist: New file.
49565         * scripts/abilist.awk: Add support for indirect functions.
49567         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49569         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49571         * shlib-versions: Remove entries for ports architectures.
49573         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49574         files in ports.
49575         * elf/stackguard-macros.h: Remove support for IA-64.
49576         * elf/tst-auditmod1.c: Likewise.
49577         * sysdeps/generic/ldsodefs.h: Likewise.
49579         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49580         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49581         configure files.
49583         [BZ #13552]
49584         * configure.in: Remove --enable-omitfp support.
49585         * FAQ.in: Adjust.
49586         * config.make.in: Likewise.
49587         * Makeconfig: Likewise.
49588         * manual/install.texi: Likewise.
49590         In case anyone cares, the IA-64 architecture could move to ports.
49591         * sysdeps/ia64/*: Removed.
49592         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49593         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49595         [BZ #13555]
49596         * configure.in: Remove entries for unsupported architectures.
49598         [BZ #13533]
49599         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49600         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49601         routines.
49602         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49603         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49604         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49605         fall back to using wcrtomb.
49606         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49607         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49608         renaming.
49609         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49610         * wcsmbs/tst-c16c32-1.c: New file.
49612         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49613         local variable.
49615         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49617         * elf/tst-unique3.cc: Add explicit declaration of gets.
49618         * elf/tst-unique3lib.cc: Likewise.
49619         * elf/tst-unique3lib2.cc: Likewise.
49620         * elf/tst-unique4.cc: Likewise.
49622         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49624 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49626         [BZ #13566]
49627         * assert/assert.h (static_assert): Don't define for C++.
49628         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49629         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49631 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49633         * iconv/loop.c (single loop): Fix assertion in storing of
49634         remaining bytes.
49636         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49638 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49640         * posix/getconf.c: Update copyright year.
49641         * nss/getent.c: Likewise.
49642         * nss/makedb.c: Likewise.
49643         * iconv/iconvconfig.c: Likewise.
49644         * iconv/iconv_prog.c: Likewise.
49645         * elf/ldconfig.c: Likewise.
49646         * elf/pldd.c: Likewise.
49647         * elf/sotruss.ksh: Likewise.
49648         * catgets/gencat.c: Likewise.
49649         * csu/version.c: Likewise.
49650         * elf/ldd.bash.in: Likewise.
49651         * elf/sprof.c (print_version): Likewise.
49652         * locale/programs/locale.c: Likewise.
49653         * locale/programs/localedef.c: Likewise.
49654         * login/programs/pt_chown.c: Likewise.
49655         * nscd/nscd.c (print_version): Likewise.
49656         * debug/xtrace.sh: Likewise.
49657         * malloc/memusage.sh: Likewise.
49658         * malloc/mtrace.pl: Likewise.
49659         * debug/catchsegv.sh: Likewise.
49661 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49663         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49664         pure attribute.
49666 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49668         [BZ #13533]
49669         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49670         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49671         transformations.
49672         * iconv/gconv_int.h: Likewise.
49673         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49674         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49675         from libc for GLIBC_2.16.
49676         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49677         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49678         * wcsmbs/uchar.h: Really define mbstate_t.
49679         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49680         * wcsmbs/c16rtomb.c: New file.
49681         * wcsmbs/mbrtoc16.c: New file.
49682         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49683         for C/POSIX locale.
49684         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49685         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49687         * wcsmbs/wchar.h: Add missing __restrict.
49689 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49691         [BZ #13532]
49692         * time/Makefile (routines): Add timespec_get.
49693         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49694         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49695         timespec for ISO C11.
49696         * time/timespec_get.c: New file.
49697         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49698         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49700         [BZ #13531]
49701         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49702         * stdlib/stdlib.h: Declare aligned_alloc.
49703         * Versions.def: Add GLIBC_2.16 for libc.
49704         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49706         [BZ 13527]
49707         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49708         ISO C11.
49710         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49711         code.
49713         [BZ #13528]
49714         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49716         [BZ #13529]
49717         * assert/assert.h (static_assert): Define.
49719         * version.h: Update for 2.16 development version.
49721         [BZ #13526]
49722         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49723         _ISOC11_SOURCE.
49725         * version.h (RELEASE): Bump for 2.15 release.
49726         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49728         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49729         Patch by Marek Polacek <mpolacek@redhat.com>.
49731         * bits/byteswap.h: Protect long long constants with __extension__.
49732         * sysdeps/i386/bits/byteswap.h: Likewise.
49733         * sysdeps/ia64/bits/byteswap.h: Likewise.
49734         * sysdeps/s390/bits/byteswap.h: Likewise.
49735         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49737 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49739         [BZ #13540]
49740         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49741         destination buffer.
49742         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49744 2011-12-23  Marek Polacek  <polacek@redhat.com>
49746         * elf/dl-addr.c (determine_info): Add inline keyword.
49747         * elf/tst-auditmod4b.c (check_avx): Likewise.
49748         * elf/tst-auditmod6b.c (check_avx): Likewise.
49749         * elf/tst-auditmod6c.c (check_avx): Likewise.
49750         * elf/tst-auditmod7b.c (check_avx): Likewise.
49752 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49754         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49755         !__SSE_MATH__.
49757 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49759         [BZ #13540]
49760         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49761         processing for last bytes.
49763 2011-08-06  Bruno Haible  <bruno@clisp.org>
49765         [BZ #13061]
49766         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49767         U+0385, not to U+1FEE.
49769         [BZ #13062]
49770         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49771         entry for U+00A5 U+0301.
49773 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49775         [BZ #13166]
49776         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49777         buffer for the output is too small.
49779         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49780         optimization.
49782         [BZ #13185]
49783         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49784         SSE flags if possible.
49786 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49788         [BZ #13540]
49789         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49790         processing for last bytes.
49792 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49794         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49795         (syscall-list-default-options, syscall-list-default-condition)
49796         (syscall-list-includes): Define.
49797         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49798         list of ABIs and options and #if conditions for each ABI.  Do not
49799         handle common syscalls between ABIs specially.
49800         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49801         Remove.
49802         (syscall-list-variants, syscall-list-32bit-options)
49803         (syscall-list-32bit-condition, syscall-list-64bit-options)
49804         (syscall-list-64bit-condition): Define.
49805         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49806         (syscall-list-variants, syscall-list-32bit-options)
49807         (syscall-list-32bit-condition, syscall-list-64bit-options)
49808         (syscall-list-64bit-condition): Define.
49809         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49810         Remove.
49811         (syscall-list-variants, syscall-list-32bit-options)
49812         (syscall-list-32bit-condition, syscall-list-64bit-options)
49813         (syscall-list-64bit-condition): Define.
49814         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49815         Remove.
49816         (syscall-list-variants, syscall-list-32bit-options)
49817         (syscall-list-32bit-condition, syscall-list-64bit-options)
49818         (syscall-list-64bit-condition): Define.
49820 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49822         * locale/iso-639.def: Add brx entry.
49824         [BZ #13328]
49825         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49826         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49828         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49829         __feraiseexcept_renamed.
49831 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49833         [BZ #13538]
49834         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49835         EPOLLET with unsigned values.
49836         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49837         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49839         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49840         to large cancellation.
49841         * math/s_cacoshf.c: Likewise.
49842         * math/s_cacoshl.c: Likewise.
49844 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49846         [BZ #13305]
49847         [BZ #12786]
49848         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49849         * math/s_cacoshf.c: Likewise.
49850         * math/s_cacoshl.c: Likewise.
49852 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49854         [BZ #13439]
49855         * iconv/gconv.h: Define __GCONV_SWAP.
49856         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49857         * iconvdata/utf-16.c: Likewise.
49858         * iconvdata/utf-32.c: Likewise.
49860 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49862         [BZ #13524]
49863         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49864         numerator after shifting it by one limb.
49866 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49868         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49869         under [__USE_EXTERN_INLINES].
49871 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49873         [BZ #13446]
49874         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49876 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49878         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49879         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49880         optimized code.
49881         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49882         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49883         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49884         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49885         for strncasecmp/strncasecmp_l compilation.
49886         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49887         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49889 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49891         [BZ #13484]
49892         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49893         of __asm__.
49895 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49897         [BZ #13506]
49898         * time/tzfile.c (__tzfile_read): Check values from file header.
49900 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49902         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49903         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49904         * powerpc/powerpc32/dl-start.S: Likewise.
49905         * powerpc/powerpc32/elf/start.S: Likewise.
49906         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49907         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49908         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49909         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49910         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49911         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49912         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49913         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49914         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49915         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49916         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49917         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49918         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49919         * powerpc/powerpc32/memset.S: Likewise.
49920         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49921         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49922         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49923         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49924         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49925         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49926         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49927         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49928         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49929         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49930         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49931         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49932         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49934 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49936         * math/libm-test.inc: Added more nearbyint tests.
49937         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49938         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49939         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49940         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49942 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49944         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49945         FD_CLOEXEC.
49947 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49949         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49950         Add wcscpy-ssse3 wcscpy-c.
49951         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49952         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49953         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49954         * sysdeps/x86_64/wcschr.S: New file.
49955         * sysdeps/x86_64/wcsrchr.S: New file.
49956         * string/test-strcmp.c: Remove checking of wcscmp function for
49957         wrong alignments.
49958         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49959         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49960         wcsrchr-sse2 wcsrchr-c.
49961         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49962         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49963         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49964         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49965         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49966         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49967         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49968         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49969         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49970         * wcsmbc/wcschr.c (WCSCHR): New macro.
49972 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49974         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49975         * wcsmbs/test-wcsrchr.c: New file.
49976         * string/test-strrchr.c: Add wcsrchr support.
49977         (WIDE): New macro.
49978         * wcsmbs/test-wcscpy.c: New file.
49979         * string/test-strcpy.c: Add wcscpy support.
49980         (WIDE): New macro.
49982 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49984         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49985         the inner loop.
49987 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49989         [BZ #13472]
49990         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49992 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49994         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49995         Minor optimizations.
49997         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49998         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49999         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50001 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50003         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50004         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50005         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50006         for gcc to avoid warnings.
50007         * inet/Makefile (tests): Add tst-checks.
50008         * inet/tst-checks.c: New file.
50010         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50011         warning.
50013         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50014         __wmemcmp_sse2.
50016         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50017         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50019         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50021 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50023         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50024         problem.
50026         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50028 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50030         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50031         conditional on GCC version.
50032         (__arch_compare_and_exchange_val_8_acq)
50033         (__arch_compare_and_exchange_val_16_acq)
50034         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50035         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50036         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50038 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50040         * sysdeps/sh/backtrace.c: New file.
50042 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50044         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50045         parenthesis.
50047 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50049         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50050         falling back to utime.
50052 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50054         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50055         expectations for float.
50057 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50059         * locale/weight.h (findidx): Add parameter len.
50060         * locale/weightwc.h (findidx): Likewise.
50061         * posix/fnmatch_loop.c (FCT): Adjust caller.
50062         * posix/regcomp.c (build_equiv_class): Likewise.
50063         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50064         * posix/regexec.c (check_node_accept_bytes): Likewise.
50065         * string/strcoll_l.c (STRCOLL): Likewise.
50066         * string/strxfrm_l.c (STRXFRM): Likewise.
50068 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50070         * Makefile.in: Remove CVSOPT handling.
50071         * configure.in: Remove use of AC_REVISION.
50072         * iconvdata/Makefile (distribute): No need to filter out CVS.
50073         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50074         handling.
50076 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50078         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50079         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50080         [USE_AS_STRNCASECMP_L]: Likewise.
50081         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50082         NO_TLS_DIRECT_SEG_REFS.
50083         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50084         Fix argument offsets for non-PIC.
50085         [USE_AS_STRNCASECMP_L]: Likewise.
50086         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50087         NO_TLS_DIRECT_SEG_REFS.
50089 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50091         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50092         O_CLOEXEC.
50093         * locale/loadlocale.c (_nl_load_locale): Likewise.
50095 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50097         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50098         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50099         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50100         (SYSCALL_GETTIME): Set errno on error.
50102         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50103         count references to noai6ai_cached.
50105 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50107         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50109         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50110         FD_CLOEXEC for /proc/self/maps.
50112         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50113         FD_CLOEXEC for /proc/meminfo.
50115         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50116         gai.conf.
50118         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50119         FD_CLOEXEC for given file.
50121         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50123         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50124         FD_CLOEXEC for /etc/hosts.
50125         (_gethtent): Likewise.
50127         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50129         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50130         cancellation and set FD_CLOEXEC for /etc/netgroup.
50132         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50133         reading /etc/publickey.
50135         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50136         allow cancellation when reading /etc/group.
50138         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50139         cancellation.
50140         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50142         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50143         when using data file.
50145         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50147         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50148         (write_nis_obj): Use "c" and "e" in fopen.
50150         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50152         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50154         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50156         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50158         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50159         locale.alias.
50161         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50163         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50165         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50167         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50168         file parsing and set FD_CLOEXEC.
50170 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50172         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50174 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50176         * malloc/arena.c (arena_get2): Don't call reused_arena when
50177         _int_new_arena failed.
50179 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50181         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50182         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50183         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50184         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50185         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50186         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50187         to compile strcasecmp and strncasecmp.
50188         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50189         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50191         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50193 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50195         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50196         locale-defines.sym to gen-as-const-headers.
50197         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50198         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50199         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50200         to compile strcasecmp and strncasecmp.
50201         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50202         strcasecmp_l and strncasecmp_l.
50203         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50204         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50205         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50206         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50207         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50208         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50209         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50210         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50211         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50212         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50213         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50215 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50217         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50218         result of SYSDEP_GETTIME_CPU to retval.
50219         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50220         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50222         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50223         variable.
50225         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50226         mantissa words.
50227         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50229         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50230         from unused variable.
50232         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50233         DWARF definitions.
50234         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50235         for assembling.
50237         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50238         over namespaces.
50240         * sunrpc/rpc_prot.c (rejected): Fix case value.
50242         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50243         unsigned long long int to avoid warnings in shift.
50245         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50246         of use of trans.
50247         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50248         variable tmp.
50250         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50251         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50252         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50254         * nis/nis_table.c (nis_list): Use variable of correct type for
50255         result of __follow_path call.
50257 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50259         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50260         of math functions ceil, trunc, floor, round, and sqrt, when
50261         avaliable on the platform.
50262         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50263         name clash.
50264         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50265         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50266         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50268 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50270         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50271         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50273 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50275         * include/unistd.h: Fix __readlink return type.
50276         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50278 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50280         * stdlib/ucontext.h: Undo last change for makecontext.
50282 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50284         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50286         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50287         * setjmp/setjmp.h: Mark functions as non-leaf.
50288         * setjmp/bits/setjmp2.h: Likewise.
50289         * stdlib/ucontext.h: Likewise.
50291 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50293         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50294         (reused_arena): Don't check arena limit.
50295         (arena_get2): Atomically check arena limit.
50297 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50299         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50300         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50302         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50303         instructions.
50305 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50307         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50308         handler when locking.
50310         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50311         Fix size of allocated buffer.
50313 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50315         [BZ #10103]
50316         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50317         declarations for long double functions.
50318         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50320         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50322 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50324         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50325         installed.
50327         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50328         is disabled.
50330 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50332         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50334 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50336         * include/alloca.h (stackinfo_alloca_round): Define.
50337         (extend_alloca): Use it.
50338         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50339         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50340         here.
50342         * scripts/check-local-headers.sh: Ignore libaudit.h.
50344         * nscd/Makefile (extra-objs): Make recursively expanded.
50346 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50348         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50349         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50351         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50352         * posix/tst-rfc3484-2.c: Likewise.
50353         * posix/tst-rfc3484-3.c: Likewise.
50355         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50356         process_vm_writev.
50357         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50358         process_vm_writev.
50359         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50360         process_vm_writev from libc using GLIBC_2.15 version.
50362         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50364 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50366         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50367         stack usage.
50369 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50371         [BZ #13367]
50372         * nss/getent.c (initgroups_keys): Show error message in case no group
50373         names are given.
50375         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50376         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50377         __bump_nl_timestamp.
50378         * nscd/connections (nscd_init): When host database is served open
50379         netlink socket and request notification about configuration changes.
50380         (main_loop_poll): Track netlink file descriptor and bump timestamp
50381         in case data becomes available.
50382         (main_loop_epoll): Likewise.
50383         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50384         (database_pers_head): Add extra_data fileds.
50385         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50386         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50387         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50388         Adjust caller.
50389         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50390         in6ai data, call __free_in6ai.
50391         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50392         Add -DHAVE_NETLINK.
50393         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50394         interface information.  Reuse previous data if netlink timestamp
50395         is not changed.
50396         (__bump_nl_timestamp): New function.
50397         (__free_in6ai): New function.
50399 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50401         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50402         close_not_cancel_no_status here.
50403         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50405 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50407         [BZ #13276]
50408         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50409         return value.
50411         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50412         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50413         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50415 2011-07-03  Andreas Jaeger  <aj@suse.de>
50417         [BZ #10709]
50418         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50419         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50420         * math/libm-test.inc (sin_test): Add test case.
50422 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50424         [BZ #13337]
50425         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50426         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50428         * elf/chroot_canon.c (chroot_canon): Cleanups.
50430         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50432         [BZ #13335]
50433         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50434         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50436         * string/test-strchr.c: Make usable for strchrnul testing.
50437         * string/test-strchrnul.c: New file.
50438         * string/Makefile (strop-tests): Add strchrnul.
50440         * po/it.po: Update from translation team.
50441         * po/es.po: Likewise.
50443 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50445         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50446         the three constants needed as parameters.  Drop the others.
50447         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50448         __m128i_strloadu_tolower.
50449         Create and initialize variable zero and use it in all the places
50450         where _mm_setzero_si128 was used.
50452         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50453         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50454         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50455         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50456         anymore.
50457         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50458         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50459         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50460         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50461         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50462         __mpranred, __mptan.
50463         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50464         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50465         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50466         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50467         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50468         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50469         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50470         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50471         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50473 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50475         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50476         redefine if SHARED.
50477         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50479         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50480         wide char related routines to wcsmbs subdir.
50482 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50484         [BZ #13344]
50485         * misc/sys/cdefs.h (__THROWNL): Define.
50486         * posix/unistd.h: Use __THREADNL instead of __THREAD
50487         for memory synchronization functions.
50489 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50491         [BZ #13349]
50492         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50493         doesn't exist.
50494         * manual/stdio.texi (Obstack Streams): Node removed.
50496 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50498         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50499         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50500         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50502         * math/math_private.h (math_force_eval): Allow non-addressable
50503         arguments.
50504         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50506 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50508         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50509         file is not needed.
50511         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50512         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50513         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50514         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50515         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50516         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50517         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50518         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50519         Add AVX variants.
50520         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50521         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50522         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50523         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50524         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50525         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50526         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50527         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50528         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50529         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50530         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50531         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50532         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50533         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50534         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50535         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50536         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50537         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50538         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50540         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50541         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50543         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50544         place.  Use VEX encoding when compiling for AVX.
50546 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50548         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50549         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50551         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50553 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50555         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50556         useless if() expression.
50557         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50558         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50559         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50560         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50561         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50562         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50563         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50564         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50565         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50566         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50567         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50568         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50569         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50570         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50571         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50572         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50573         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50574         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50575         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50577         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50579 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50581         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50582         condition.
50583         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50585 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50587         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50588         .text section.  Avoid duplicate constants.
50589         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50590         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50591         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50592         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50593         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50594         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50595         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50596         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50597         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50598         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50599         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50600         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50601         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50602         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50603         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50604         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50605         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50606         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50607         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50608         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50609         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50610         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50611         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50612         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50613         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50614         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50615         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50616         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50617         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50618         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50619         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50620         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50621         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50622         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50623         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50624         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50625         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50626         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50627         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50628         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50629         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50630         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50631         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50632         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50633         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50635 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50637         * sysdeps/x86_64/dla.h: Move to ...
50638         * sysdeps/x86_64/fpu/dla.h: ...here.
50639         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50640         situations.  Use __builtin_fma only for gcc 4.6 and up.
50642         * config.make.in: Add have-mfma4 entry.
50643         * configure.in: Substitute libc_cv_cc_fma4.
50644         * math/Makefile (dbl-only-routines): Add sincostab.
50645         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50646         Use __sincostab not sincos.
50647         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50648         name is a macro.
50649         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50650         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50651         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50652         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50653         using __copysign.
50654         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50655         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50656         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50657         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50658         and __inv.
50659         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50660         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50661         __copysign.
50662         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50663         define aliases when function name is a macro.
50664         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50665         sysdeps/ieee754/dbl-64/sincos.tbl.
50666         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50667         fma4-enabled routines.
50668         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50669         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50670         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50671         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50672         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50673         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50674         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50675         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50676         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50677         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50678         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50679         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50680         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50681         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50682         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50683         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50684         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50685         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50686         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50687         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50688         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50689         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50690         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50691         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50692         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50693         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50694         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50695         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50696         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50697         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50699         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50700         rename.
50701         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50702         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50703         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50704         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50705         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50706         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50707         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50708         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50710 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50712         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50714 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50716         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50718         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50719         prediction.
50720         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50722         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50723         Remove unused variable magic_bits.
50724         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50726         * string/strnlen.c: Define and use STRNLEN macro.
50727         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50728         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50729         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50730         * wcsmbs/wcslen.c: Define and use WCSLEN.
50731         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50732         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50733         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50734         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50735         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50736         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50737         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50739 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50741         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50742         strnlen-sse2-no-bsf.
50743         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50744         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50745         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50746         Add strnlen support.
50747         (USE_AS_STRNLEN): New macro.
50748         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50749         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50750         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50751         * sysdeps/x86_64/wcslen.S: New file.
50753 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50755         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50756         XMM-moves are used for copying on small sizes.
50758 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50760         * wcsmbs/Makefile (strop-tests): Add wcschr.
50761         * wcsmbs/test-wcschr.c: New file.
50762         * string/test-strchr.c: Update.
50763         Add wcschr support.
50764         (WIDE): New macro.
50766 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50768         * wcsmbs/Makefile (strop-tests): Add wcslen.
50769         * wcsmbs/test-wcslen.c: New file.
50770         * string/test-strlen.c: Update.
50771         Add wcslen support.
50772         (WIDE): New macro.
50774 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50776         * po/it.po: Update from translation team.
50778 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50780         * sysdeps/x86_64/wcscmp.S: Update.
50781         Fix wrong comparison semantics.
50782         wcscmp shall use signed comparison not unsigned.
50783         Don't use substraction to avoid overflow bug.
50784         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50785         * wcsmbc/wcscmp.c: Likewise.
50786         * string/test-strcmp.c: Likewise.
50787         Add new tests to check cases with negative values.
50789 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50791         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50792         * sysdeps/x86_64/dla.h: ...here.  New file.
50793         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50794         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50795         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50796         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50797         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50798         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50799         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50800         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50801         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50803 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50805         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50806         __ynl_finite aliases.
50808 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50810         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50812         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50813         define DLA_FMA.
50814         [DLA_FMA] (EMULV): Use DLA_FMA.
50815         [DLA_FMA] (MUL12): Use EMULV.
50816         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50817         that are not needed.
50818         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50819         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50820         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50821         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50822         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50823         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50824         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50826 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50828         * math/s_nan.c: Undef __nan.
50829         * math/s_nanf.c: Undef __nanf.
50830         * math/s_nanl.c: Undef __nanl.
50831         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50832         "math_private.h".
50834 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50836         * math/s_catan.c: Add branch predictions.
50837         * math/s_catanf.c: Likewise.
50838         * math/s_catanh.c: Likewise.
50839         * math/s_catanhf.c: Likewise.
50840         * math/s_catanhl.c: Likewise.
50841         * math/s_catanl.c: Likewise.
50842         * math/s_cexp.c: Likewise.
50843         * math/s_cexpf.c: Likewise.
50844         * math/s_cexpl.c: Likewise.
50845         * math/s_clog.c: Likewise.
50846         * math/s_clog10.c: Likewise.
50847         * math/s_clog10f.c: Likewise.
50848         * math/s_clog10l.c: Likewise.
50849         * math/s_clogf.c: Likewise.
50850         * math/s_clogl.c: Likewise.
50851         * math/s_csqrt.c: Likewise.
50852         * math/s_csqrtf.c: Likewise.
50853         * math/s_csqrtl.c: Likewise.
50854         * math/s_ctanf.c: Likewise.
50855         * math/s_ctanh.c: Likewise.
50856         * math/s_ctanhf.c: Likewise.
50857         * math/s_ctanhl.c: Likewise.
50858         * math/s_ctanl.c: Likewise.
50860         * math/math_private.h: Define __nan, __nanf, __nanl.
50861         * math/s_cacosh.c: Include <math_private.h>.
50862         * math/s_cacoshl.c: Likewise.
50863         * math/s_casinh.c: Likewise.
50864         * math/s_casinhf.c: Likewise.
50865         * math/s_casinhl.c: Likewise.
50866         * math/s_ccos.c: Rely entire on ccosh.
50867         * math/s_ccosf.c: Rely entire on ccoshf.
50868         * math/s_ccosl.c: Rely entirely on ccoshl.
50869         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50870         Remove tests for FE_INVALID.
50871         * math/s_ccoshf.c: Likewise.
50872         * math/s_ccoshl.c: Likewise.
50873         * math/s_csin.c: Likewise.
50874         * math/s_csinf.c: Likewise.
50875         * math/s_csinh.c Likewise.
50876         * math/s_csinhf.c: Likewise.
50877         * math/s_csinhl.c: Likewise.
50878         * math/s_csinl.c: Likewise.
50879         * math/s_ctan.c: Likewise.
50880         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50881         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50882         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50884 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50886         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50887         compilation problems.
50889         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50890         __builtin_expect.
50892 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50894         * sysdeps/i386/configure.in: Test for -mfma4 option.
50895         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50896         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50897         COMMON_CPUID_INDEX_80000001.
50898         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50899         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50900         use it if FMA3 is not supported.
50901         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50903         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50904         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50906 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50908         [BZ #12892]
50909         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50910         it would create a cycle with a link time dependency.
50912 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50914         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50915         instruction.
50916         * string/Makefile (strop-tests): Add rawmemchr.
50917         * string/test-rawmemchr.c: New file.
50919         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50920         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50921         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50922         when compiling str{,n}casecmp and when AVX is available.  Hook up
50923         new optimized code in initializers.
50925 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50927         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50928         __feraiseexcept instead of feraiseexcept.
50930 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50932         * math/math_private.h: Define defaults for libc_fetestexcept and
50933         libc_feupdateenv.
50934         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50935         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50936         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50937         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50938         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50939         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50940         libc_fetestexcept and libc_feupdateenv.
50942         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50943         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50944         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50945         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50946         libc_feholdexcept_setround.
50948         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50949         Add s_nearbyint-c and s_nearbyintf-c.
50950         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50951         nearbyintf inlines.
50952         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50953         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50954         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50955         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50957         * math/math_private.h: Define defaults for libc_fegetround,
50958         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50959         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50960         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50961         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50962         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50963         standard functions.
50964         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50965         Remove comments and hacks for old compiler versions.
50966         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50967         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50968         libc_feholdexceptl.
50970 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50972         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50973         (__feraiseexcept_renamed): Add __NTH.
50974         (feraiseexcept): Add __NTH.  Rename local variables to fix
50975         namespace violations.
50977 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50979         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50981         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50983         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50984         recently added interfaces.
50985         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50987         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50988         about macro parameter expansion.
50990         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50991         __NO_MATH_INLINES is defined.  Cleanups.
50993         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50994         and __floorf is target has SSE4.1.
50995         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50996         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50997         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50998         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51000         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51001         name.
51002         (floorf): Likewise.
51004         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51006 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51008         * misc/sys/cdefs.h: Fix last change.
51010         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51011         database lookup.
51013 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51015         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51017         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51018         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51019         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51020         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51021         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51022         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51023         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51024         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51025         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51026         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51027         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51028         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51029         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51030         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51031         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51032         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51033         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51034         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51035         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51036         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51037         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51038         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51040         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51041         ceil, ceilf, floor, floorf.
51043         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51044         Perform IRELATIVE relocations last.
51046         * elf/do-rel.h: Add another parameter nrelative, replacing the
51047         local variable with the same name.  Change name of the function
51048         to end in Rel or Rela (uppercase).
51049         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51050         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51051         elf_dynamic_do_##reloc function.
51053 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51055         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51056         is sufficient, at least on modern CPUs.
51058         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51060         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51061         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51063         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51064         __expl_finite.
51065         * math/bits/math-finite.h: Add entries for exp.
51066         * math/e_expl.c: Add __*_finite alias.
51067         * sysdeps/i386/fpu/e_exp.S: Likewise.
51068         * sysdeps/i386/fpu/e_expf.S: Likewise.
51069         * sysdeps/i386/fpu/e_expl.c: Likewise.
51070         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51071         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51072         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51073         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51074         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51075         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51076         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51078         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51079         is sufficient, at least on modern CPUs.
51081         * ctype/ctype-info.c (__ctype_init): Define.
51082         * include/ctype.h (__ctype_init): Declare.
51083         (__ctype_b_loc): The variable is always initialized.
51084         (__ctype_toupper_loc): Likewise.
51085         (__ctype_tolower_loc): Likewise.
51086         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51087         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51089 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51091         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51093         * configure.in: Also look in $cxxmachine/include for C++ system
51094         headers.
51096 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51098         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51099         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51100         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51101         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51102         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51103         (USE_AS_WMEMCMP): New macro.
51104         Fixing indents.
51105         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51106         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51107         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51108         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51109         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51110         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51111         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51112         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51113         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51114         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51115         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51116         (USE_AS_WMEMCMP): New macro.
51117         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51118         * sysdeps/string/test-memcmp.c: Update.
51119         Fix simple_wmemcmp.
51120         Add new tests.
51121         * wcsmbs/wmemcmp.c: Update.
51122         (WMEMCMP): New macro.
51123         Fix overflow bug.
51125 2011-10-12  Andreas Jaeger  <aj@suse.de>
51127         [BZ #13268]
51128         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51130 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51132         * libio/iofwide.c (do_length): Avoid warning.
51134         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51136 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51138         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51140         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51141         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51142         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51143         * sysdeps/i386/i686/fpu/e_log.S: New file.
51144         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51145         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51147         * ctype/ctype.h: Add support for inlined isXXX functions when
51148         compiling C++ code.
51150 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51152         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51154         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51156 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51158         [BZ #13291]
51159         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51161 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51163         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51164         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51165         feraiseexcept.
51167         * sysdeps/x86_64/memrchr.S: Check for zero size.
51169         * string/stratcliff.c: Add memrchr tests.
51171 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51173         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51174         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51175         rawmemchr-sse2 rawmemchr-sse2-bsf.
51176         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51177         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51178         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51179         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51180         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51181         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51182         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51183         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51184         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51185         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51186         * string/memrchr.c (MEMRCHR): New macro.
51188 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51190         Add integration with gcc's -ffinite-math-only and optimize wrapper
51191         functions in libm.
51192         * Versions.def: Define GLIBC_2.15 version for libm.
51193         * math/Makefile (headers): Add bits/math-finite.h.
51194         * math/bits/math-finite.h: New file.
51195         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51196         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51197         * math/e_acoshl.c: Add __*_finite alias.
51198         * math/e_acosl.c: Likewise.
51199         * math/e_asinl.c: Likewise.
51200         * math/e_atan2l.c: Likewise.
51201         * math/e_atanhl.c: Likewise.
51202         * math/e_coshl.c: Likewise.
51203         * math/e_exp10.c: Likewise.
51204         * math/e_exp10f.c: Likewise.
51205         * math/e_exp10l.c: Likewise.
51206         * math/e_exp2l.c: Likewise.
51207         * math/e_fmodl.c: Likewise.
51208         * math/e_gammal_r.c: Likewise.
51209         * math/e_hypotl.c: Likewise.
51210         * math/e_j0l.c: Likewise.
51211         * math/e_j1l.c: Likewise.
51212         * math/e_jnl.c: Likewise.
51213         * math/e_lgammal_r.c: Likewise.
51214         * math/e_log10l.c: Likewise.
51215         * math/e_log2l.c: Likewise.
51216         * math/e_logl.c: Likewise.
51217         * math/e_powl.c: Likewise.
51218         * math/e_sinhl.c: Likewise.
51219         * math/e_sqrtl.c: Likewise.
51220         * math/e_scalb.c: Completely rewritten and optimized.
51221         * math/e_scalbf.c: Likewise.
51222         * math/e_scalbl.c: Likewise.
51223         * math/w_acos.c: Likewise.
51224         * math/w_acosf.c: Likewise.
51225         * math/w_acosl.c: Likewise.
51226         * math/w_acosh.c: Likewise.
51227         * math/w_acoshf.c: Likewise.
51228         * math/w_acoshl.c: Likewise.
51229         * math/w_asin.c: Likewise.
51230         * math/w_asinf.c: Likewise.
51231         * math/w_asinl.c: Likewise.
51232         * math/w_atan2.c: Likewise.
51233         * math/w_atan2f.c: Likewise.
51234         * math/w_atan2l.c: Likewise.
51235         * math/w_atanh.c: Likewise.
51236         * math/w_atanhf.c: Likewise.
51237         * math/w_atanhl.c: Likewise.
51238         * math/w_exp10.c: Likewise.
51239         * math/w_exp10f.c: Likewise.
51240         * math/w_exp10l.c: Likewise.
51241         * math/w_fmod.c: Likewise.
51242         * math/w_fmodf.c: Likewise.
51243         * math/w_fmodl.c: Likewise.
51244         * math/w_j0.c: Likewise.
51245         * math/w_j0f.c: Likewise.
51246         * math/w_j0l.c: Likewise.
51247         * math/w_j1.c: Likewise.
51248         * math/w_j1f.c: Likewise.
51249         * math/w_j1l.c: Likewise.
51250         * math/w_jn.c: Likewise.
51251         * math/w_jnf.c: Likewise.
51252         * math/w_log.c: Likewise.
51253         * math/w_logf.c: Likewise.
51254         * math/w_logl.c: Likewise.
51255         * math/w_log10.c: Likewise.
51256         * math/w_log10f.c: Likewise.
51257         * math/w_log10l.c: Likewise.
51258         * math/w_log2.c: Likewise.
51259         * math/w_log2f.c: Likewise.
51260         * math/w_log2l.c: Likewise.
51261         * math/w_pow.c: Likewise.
51262         * math/w_powf.c: Likewise.
51263         * math/w_powl.c: Likewise.
51264         * math/w_remainder.c: Likewise.
51265         * math/w_remainderf.c: Likewise.
51266         * math/w_remainderl.c: Likewise.
51267         * math/w_scalb.c: Likewise.
51268         * math/w_scalbf.c: Likewise.
51269         * math/w_scalbl.c: Likewise.
51270         * math/w_sqrt.c: Likewise.
51271         * math/w_sqrtf.c: Likewise.
51272         * math/w_sqrtl.c: Likewise.
51273         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51274         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51275         used.
51276         * math/math_private.h: Declare __kernel_standard_f.
51277         * math/w_cosh.c: Remove cruft and optimize a bit.
51278         * math/w_coshf.c: Likewise.
51279         * math/w_coshl.c: Likewise.
51280         * math/w_exp2.c: Likewise.
51281         * math/w_exp2f.c: Likewise.
51282         * math/w_exp2l.c: Likewise.
51283         * math/w_hypot.c: Likewise.
51284         * math/w_hypotf.c: Likewise.
51285         * math/w_hypotl.c: Likewise.
51286         * math/w_lgamma.c: Likewise.
51287         * math/w_lgamma_r.c: Likewise.
51288         * math/w_lgammaf.c: Likewise.
51289         * math/w_lgammaf_r.c: Likewise.
51290         * math/w_lgammal.c: Likewise.
51291         * math/w_lgammal_r.c: Likewise.
51292         * math/w_sinh.c: Likewise.
51293         * math/w_sinhf.c: Likewise.
51294         * math/w_sinhl.c: Likewise.
51295         * math/w_tgamma.c: Likewise.
51296         * math/w_tgammaf.c: Likewise.
51297         * math/w_tgammal.c: Likewise.
51298         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51299         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51300         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51301         Minor optimizations.  Pretty printing.  Remove cruft.
51302         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51303         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51304         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51305         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51306         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51307         * sysdeps/i386/fpu/e_asin.S: Likewise.
51308         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51309         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51310         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51311         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51312         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51313         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51314         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51315         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51316         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51317         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51318         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51319         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51320         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51321         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51322         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51323         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51324         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51325         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51326         * sysdeps/i386/fpu/e_log.S: Likewise.
51327         * sysdeps/i386/fpu/e_log10.S: Likewise.
51328         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51329         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51330         * sysdeps/i386/fpu/e_log2.S: Likewise.
51331         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51332         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51333         * sysdeps/i386/fpu/e_logf.S: Likewise.
51334         * sysdeps/i386/fpu/e_logl.S: Likewise.
51335         * sysdeps/i386/fpu/e_pow.S: Likewise.
51336         * sysdeps/i386/fpu/e_powf.S: Likewise.
51337         * sysdeps/i386/fpu/e_powl.S: Likewise.
51338         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51339         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51340         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51341         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51342         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51343         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51344         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51345         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51346         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51347         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51348         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51349         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51350         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51351         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51352         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51353         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51354         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51355         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51356         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51357         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51358         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51359         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51360         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51361         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51362         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51363         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51364         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51365         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51366         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51367         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51368         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51369         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51370         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51371         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51372         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51373         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51374         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51375         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51376         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51377         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51378         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51379         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51380         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51381         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51382         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51383         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51384         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51385         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51386         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51387         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51388         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51389         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51390         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51391         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51392         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51393         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51394         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51395         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51396         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51397         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51398         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51399         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51400         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51401         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51402         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51403         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51404         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51405         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51406         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51407         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51408         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51409         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51410         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51411         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51412         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51413         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51414         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51415         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51416         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51417         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51418         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51419         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51420         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51421         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51422         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51423         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51424         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51425         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51426         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51427         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51428         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51429         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51430         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51431         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51432         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51433         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51434         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51435         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51436         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51437         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51438         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51439         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51440         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51441         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51442         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51443         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51444         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51445         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51446         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51447         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51448         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51449         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51450         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51451         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51452         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51453         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51454         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51455         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51456         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51457         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51458         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51459         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51460         (__isnanf): Likewise.
51461         (__isinf_ns): Likewise.
51462         (__isinf_nsf): Likewise.
51463         (__finite): Likewise.
51464         (__finitef): Likewise.
51465         (__ieee754_sqrt): Define as macro.
51466         (__ieee754_sqrtf): Define as macro.
51467         (__ieee754_sqrtl): Define as macro.
51468         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51469         inlined copy.
51470         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51471         __FINITE_MATH_ONLY__ consistent.
51472         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51474 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51476         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51477         of rawmemchr.
51479         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51481 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51483         * po/ja.po: Update from translation team.
51485 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51487         * locale/programs/locarchive.c (prepare_address_space): New function.
51488         (create_archive, enlarge_archive, open_archive): Use it.
51490         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51491         inside [SHARED], where it is used.
51493         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51495         * nss/getent.c (netgroup_keys): Remove unused variable.
51496         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51498 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51500         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51501         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51502         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51503         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51504         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51505         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51506         * math/Makefile (libm-calls): Add s_isinf_ns.
51507         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51508         * math/multc3.c: Likewise.
51509         * math/s_casin.c: Likewise.
51510         * math/s_casinf.c: Likewise.
51511         * math/s_casinl.c: Likewise.
51512         * math/s_ccos.c: Likewise.
51513         * math/s_ccosf.c: Likewise.
51514         * math/s_ccosl.c: Likewise.
51515         * math/s_ctan.c: Likewise.
51516         * math/s_ctanf.c: Likewise.
51517         * math/s_ctanh.c: Likewise.
51518         * math/s_ctanhf.c: Likewise.
51519         * math/s_ctanhl.c: Likewise.
51520         * math/s_ctanl.c: Likewise.
51521         * math/w_fmod.c: Likewise.
51522         * math/w_fmodf.c: Likewise.
51523         * math/w_fmodl.c: Likewise.
51524         * math/w_remainder.c: Likewise.
51525         * math/w_remainderf.c: Likewise.
51526         * math/w_remainderl.c: Likewise.
51527         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51528         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51529         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51530         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51531         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51532         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51533         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51534         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51536         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51537         of the number.
51538         * stdio-common/printf_fphex.c: Likewise.
51539         * stdio-common/printf_size.c: Likewise.
51541         * math/e_exp10.c: Include math_private.h using <...> not "...".
51542         * math/e_exp10f.c: Likewise.
51543         * math/e_exp10l.c: Likewise.
51544         * math/e_exp2l.c: Likewise.
51545         * math/e_j0l.c: Likewise.
51546         * math/e_j1l.c: Likewise.
51547         * math/e_jnl.c: Likewise.
51548         * math/e_lgammal_r.c: Likewise.
51549         * math/e_rem_pio2l.c: Likewise.
51550         * math/e_scalb.c: Likewise.
51551         * math/e_scalbf.c: Likewise.
51552         * math/e_scalbl.c: Likewise.
51553         * math/k_cosl.c: Likewise.
51554         * math/k_sinl.c: Likewise.
51555         * math/k_tanl.c: Likewise.
51556         * math/s_cacoshf.c: Likewise.
51557         * math/s_catan.c: Likewise.
51558         * math/s_catanf.c: Likewise.
51559         * math/s_catanh.c: Likewise.
51560         * math/s_catanhf.c: Likewise.
51561         * math/s_catanhl.c: Likewise.
51562         * math/s_catanl.c: Likewise.
51563         * math/s_ccosh.c: Likewise.
51564         * math/s_ccoshf.c: Likewise.
51565         * math/s_ccoshl.c: Likewise.
51566         * math/s_cexp.c: Likewise.
51567         * math/s_cexpf.c: Likewise.
51568         * math/s_cexpl.c: Likewise.
51569         * math/s_clog.c: Likewise.
51570         * math/s_clog10.c: Likewise.
51571         * math/s_clog10f.c: Likewise.
51572         * math/s_clog10l.c: Likewise.
51573         * math/s_clogf.c: Likewise.
51574         * math/s_clogl.c: Likewise.
51575         * math/s_csin.c: Likewise.
51576         * math/s_csinf.c: Likewise.
51577         * math/s_csinh.c: Likewise.
51578         * math/s_csinhf.c: Likewise.
51579         * math/s_csinhl.c: Likewise.
51580         * math/s_csinl.c: Likewise.
51581         * math/s_csqrt.c: Likewise.
51582         * math/s_csqrtf.c: Likewise.
51583         * math/s_csqrtl.c: Likewise.
51584         * math/s_ctan.c: Likewise.
51585         * math/s_ctanf.c: Likewise.
51586         * math/s_ctanh.c: Likewise.
51587         * math/s_ctanhf.c: Likewise.
51588         * math/s_ctanhl.c: Likewise.
51589         * math/s_ctanl.c: Likewise.
51590         * math/s_ldexp.c: Likewise.
51591         * math/s_ldexpf.c: Likewise.
51592         * math/s_ldexpl.c: Likewise.
51593         * math/s_significand.c: Likewise.
51594         * math/s_significandf.c: Likewise.
51595         * math/s_significandl.c: Likewise.
51596         * math/w_acos.c: Likewise.
51597         * math/w_acosf.c: Likewise.
51598         * math/w_acosh.c: Likewise.
51599         * math/w_acoshf.c: Likewise.
51600         * math/w_acoshl.c: Likewise.
51601         * math/w_acosl.c: Likewise.
51602         * math/w_asin.c: Likewise.
51603         * math/w_asinf.c: Likewise.
51604         * math/w_asinl.c: Likewise.
51605         * math/w_atan2.c: Likewise.
51606         * math/w_atan2f.c: Likewise.
51607         * math/w_atan2l.c: Likewise.
51608         * math/w_atanh.c: Likewise.
51609         * math/w_atanhf.c: Likewise.
51610         * math/w_atanhl.c: Likewise.
51611         * math/w_cosh.c: Likewise.
51612         * math/w_coshf.c: Likewise.
51613         * math/w_coshl.c: Likewise.
51614         * math/w_dremf.c: Likewise.
51615         * math/w_exp10.c: Likewise.
51616         * math/w_exp10f.c: Likewise.
51617         * math/w_exp10l.c: Likewise.
51618         * math/w_exp2.c: Likewise.
51619         * math/w_exp2f.c: Likewise.
51620         * math/w_fmod.c: Likewise.
51621         * math/w_fmodf.c: Likewise.
51622         * math/w_fmodl.c: Likewise.
51623         * math/w_hypot.c: Likewise.
51624         * math/w_hypotf.c: Likewise.
51625         * math/w_hypotl.c: Likewise.
51626         * math/w_j0.c: Likewise.
51627         * math/w_j0f.c: Likewise.
51628         * math/w_j0l.c: Likewise.
51629         * math/w_j1.c: Likewise.
51630         * math/w_j1f.c: Likewise.
51631         * math/w_j1l.c: Likewise.
51632         * math/w_jn.c: Likewise.
51633         * math/w_jnf.c: Likewise.
51634         * math/w_jnl.c: Likewise.
51635         * math/w_lgamma.c: Likewise.
51636         * math/w_lgamma_r.c: Likewise.
51637         * math/w_lgammaf.c: Likewise.
51638         * math/w_lgammaf_r.c: Likewise.
51639         * math/w_lgammal.c: Likewise.
51640         * math/w_lgammal_r.c: Likewise.
51641         * math/w_log.c: Likewise.
51642         * math/w_log10.c: Likewise.
51643         * math/w_log10f.c: Likewise.
51644         * math/w_log10l.c: Likewise.
51645         * math/w_log2.c: Likewise.
51646         * math/w_log2f.c: Likewise.
51647         * math/w_log2l.c: Likewise.
51648         * math/w_logf.c: Likewise.
51649         * math/w_logl.c: Likewise.
51650         * math/w_pow.c: Likewise.
51651         * math/w_powf.c: Likewise.
51652         * math/w_powl.c: Likewise.
51653         * math/w_remainder.c: Likewise.
51654         * math/w_remainderf.c: Likewise.
51655         * math/w_remainderl.c: Likewise.
51656         * math/w_scalb.c: Likewise.
51657         * math/w_scalbf.c: Likewise.
51658         * math/w_scalbl.c: Likewise.
51659         * math/w_sinh.c: Likewise.
51660         * math/w_sinhf.c: Likewise.
51661         * math/w_sinhl.c: Likewise.
51662         * math/w_sqrt.c: Likewise.
51663         * math/w_sqrtf.c: Likewise.
51664         * math/w_sqrtl.c: Likewise.
51665         * math/w_tgamma.c: Likewise.
51666         * math/w_tgammaf.c: Likewise.
51667         * math/w_tgammal.c: Likewise.
51669         * po/ja.po: Update from translation team.
51671 2011-09-29  Andreas Jaeger  <aj@suse.de>
51673         [BZ #13179]
51674         * sunrpc/netname.c (netname2host): Fix logic.
51676         [BZ #6779]
51677         [BZ #6783]
51678         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51679         correctly.
51680         * math/w_remainder.c (__remainder): Likewise.
51681         * math/w_remainderf.c (__remainderf): Likewise.
51682         * math/libm-test.inc (remainder_test): Add test cases.
51684 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51686         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51687         sdiv_qrnnd.
51689 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51691         * string/test-memcmp.c: Avoid unncessary #defines.
51692         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51694 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51696         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51697         Use new sse2 version for core i3 - i7 as it's faster
51698         than sse42 version.
51699         (bit_Prefer_PMINUB_for_stringop): New.
51700         * sysdeps/x86_64/rawmemchr.S: Update.
51701         Replace with faster SSE2 version.
51702         * sysdeps/x86_64/memrchr.S: New file.
51703         * sysdeps/x86_64/memchr.S: Update.
51704         Replace with faster SSE2 version.
51706 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51708         * elf/dl-load.c (lose): Add cast to avoid warning.
51710 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51712         * po/ca.po: Update from translation team.
51714         * inet/getnetgrent_r.c: Hook up nscd.
51715         * nscd/Makefile (routines): Add nscd_netgroup.
51716         (nscd-modules): Add netgroupcache.
51717         (CFLAGS-netgroupcache.c): Define.
51718         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51719         (cache_search): Add const to second parameter.
51720         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51721         INNETGR.
51722         (dbs): Add netgrdb entry.
51723         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51724         (verify_persistent_db): Handle netgrdb.
51725         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51726         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51727         GETFDNETGR.
51728         (netgroup_response_header): Define.
51729         (innetgroup_response_header): Define.
51730         (datahead): Add netgroup_response_header and innetgroup_response_header
51731         elements.
51732         * nscd/nscd.conf: Add entries for netgroup cache.
51733         * nscd/nscd.h (dbtype): Add netgrdb.
51734         (_PATH_NSCD_NETGROUP_DB): Define.
51735         (netgroup_iov_disabled): Declare.
51736         (xmalloc, xcalloc, xrealloc): Move declarations here.
51737         (cache_search): Adjust prototype.
51738         Add netgroup-related prototypes.
51739         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51740         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51741         (__nscd_innetgr): Declare.
51742         * nscd/selinux.c (perms): Use access_vector_t as element type and
51743         add netgroup-related initializers.
51744         * nscd/netgroupcache.c: New file.
51745         * nscd/nscd_netgroup.c: New file.
51746         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51747         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51748         For four parameters use innetgr.
51749         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51750         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51751         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51752         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51754         * nscd/connections.c (register_traced_file): Don't register file
51755         for disabled databases.
51757 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51759         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51761         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51762         from tree and freeing node.
51764 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51766         * nss/nsswitch.c (__nss_database_lookup): Handle
51767         nss_parse_service_list out of memory case.
51769 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51771         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51772         out of memory case.
51774 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51776         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51777         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51778         pass it down.
51779         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51780         elf_machine_rela, elf_machine_lazy_rel.
51781         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51782         (ELF_DYNAMIC_DO_REL): Likewise.
51783         (ELF_DYNAMIC_DO_RELA): Likewise.
51784         (ELF_DYNAMIC_RELOCATE): Likewise.
51785         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51786         to ELF_DYNAMIC_DO_REL.
51787         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51788         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51789         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51790         elf_machine_rela.
51791         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51792         skip_ifunc, don't call ifunc function if non-zero.
51793         (elf_machine_rela): Likewise.
51794         (elf_machine_lazy_rel): Likewise.
51795         (elf_machine_lazy_rela): Likewise.
51796         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51797         (elf_machine_lazy_rel): Likewise.
51798         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51799         Likewise.
51800         (elf_machine_lazy_rel): Likewise.
51801         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51802         Likewise.
51803         (elf_machine_lazy_rel): Likewise.
51804         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51805         (elf_machine_lazy_rel): Likewise.
51806         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51807         (elf_machine_lazy_rel): Likewise.
51808         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51809         (elf_machine_lazy_rel): Likewise.
51810         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51811         (elf_machine_lazy_rel): Likewise.
51812         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51813         (elf_machine_lazy_rel): Likewise.
51814         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51815         (elf_machine_lazy_rel): Likewise.
51817 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51819         * nss/nss_files/files-init.c (_nss_files_init): Use static
51820         initialization for all the *_traced_file variables.
51822 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51824         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51826 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51828         [BZ #13226]
51829         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51831 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51833         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51834         Reread the line before reparsing it.
51836 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51838         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51840 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51841             Maxim Kuvyrkov  <maxim@codesourcery.com>
51842             Joseph Myers  <joseph@codesourcery.com>
51844         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51845         if needed for __stack_chk_guard.
51847 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51849         * sysdeps/posix/spawni.c (script_execute): Always define it.
51850         It will be optimized away if unused.
51851         (maybe_script_execute): New function.
51852         (__spawni): Call it.
51854         * Makerules: Don't include tls.make.
51855         (config-tls): Always set to thread.
51856         * tls.make.c: File removed.
51858 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51860         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51861         * config.make.in (CPPFLAGS-config): New substituted variable.
51863 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51865         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51867         [BZ #13192]
51868         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51869         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51871 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51873         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51874         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51875         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51876         (CALL_FAIL): Likewise.
51877         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51878         (CALL_FAIL): Macro removed.
51879         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51881 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51883         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51884         for __FINITE_MATH_ONLY__ == 1.
51886 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51888         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51889         __ieee754_sqrt instead of sqrt.
51890         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51891         __ieee754_sqrtf instead of sqrtf.
51892         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51893         __floorf instead of floorf.
51894         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51895         __floorf, __truncf instead of floorf, truncf.
51897 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51899         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51901         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51902         __extern_always_inline.
51903         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51904         32-bit.
51906 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51908         * elf/rtld.c (dl_main): Also relocate in dependency order when
51909         doing symbol dependency testing.
51911 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51913         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51914         Always define `refsym'.
51916 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51918         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51919         (__FD_ELT): Renamed from __FDELT.
51920         * misc/bits/select2.h (__FD_ELT): Likewise.
51921         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51922         __FD_MASK instead of __FDELT, __FDMASK.
51923         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51924         Likewise.
51925         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51926         Likewise.
51928         * elf/Makefile (gen-ldd): Fix pattern.
51930         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51931         (init_tls): Likewise.
51933 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51935         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51937 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51939         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51940         `struct cmsghdr *' instead of `void *'.
51941         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51942         Likewise.
51944 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51946         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51947         if non-absolute.
51948         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51949         ldd_rewrite_script.
51951 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51953         * configure.in: Remove --with-tls option.
51954         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51955         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51956         out in case it is missing.
51957         * sysdeps/ia64/elf/configure.in: Likewise.
51958         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51959         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51960         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51961         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51962         * sysdeps/sh/elf/configure.in: Likewise.
51963         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51964         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51965         * sysdeps/x86_64/elf/configure.in: Likewise.
51966         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51967         * sysdeps/mach/hurd/tls.h: Likewise.
51969         [BZ #13067]
51970         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51972         [BZ #13090]
51973         * configure.in: Fix use of AC_INIT.
51975         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51977 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51979         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51980         __set_errno.
51981         * malloc/hooks.c: Likewise.
51983         [BZ #11929]
51984         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51985         variables statically.
51986         (narenas): Initialize.
51987         (list_lock): Initialize.
51988         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51989         initializtion of main_arena and list_lock.  Small cleanups.
51990         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51991         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51992         Add initializers to main_arena and mp_.
51993         (malloc_state): Remove pagesize member.  Change all users to use
51994         GLRO(dl_pagesize).
51996         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51997         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51998         is always initialized.
52000         * malloc/malloc.c: Removed unused configurations and dead code.
52001         * malloc/arena.c: Likewise.
52002         * malloc/hooks.c: Likewise.
52003         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52005         * include/tls.h: Removed.  USE___THREAD must always be defined.
52006         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52007         * elf/dl-libc.c: Likewise.
52008         * elf/dl-tsd.c: Likewise.
52009         * include/errno.h: Likewise.
52010         * include/netdb.h: Likewise.
52011         * include/resolv.h: Likewise.
52012         * inet/herrno-loc.c: Likewise.
52013         * inet/herrno.c: Likewise.
52014         * malloc/arena.c: Likewise.
52015         * malloc/hooks.c: Likewise.
52016         * malloc/malloc.c: Likewise.
52017         * resolv/res-state.c: Likewise.
52018         * resolv/res_libc.c: Likewise.
52019         * sysdeps/i386/dl-machine.h: Likewise.
52020         * sysdeps/ia64/dl-machine.h: Likewise.
52021         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52022         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52023         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52024         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52025         * sysdeps/sh/dl-machine.h: Likewise.
52026         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52027         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52028         * sysdeps/unix/i386/sysdep.S: Likewise.
52029         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52030         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52031         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52032         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52033         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52034         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52035         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52036         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52037         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52038         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52039         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52040         * sysdeps/x86_64/dl-machine.h: Likewise.
52041         * tls.make.c: Likewise.
52043         * configure.in: Remove --with-__thread option.  Make tests for
52044         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52045         tls_model attribute fail if no support is available.  Remove
52046         USE_IN_LIBIO.
52047         * Makeconfig: Adjust for dropped configure option.  All features are
52048         now mandatory.
52049         * Makerules: Likewise.
52050         * Versions.def: Likewise.
52051         * argp/argp-fmtstream.c: Likewise.
52052         * argp/argp-fmtstream.h: Likewise.
52053         * argp/argp-help.c: Likewise.
52054         * assert/assert.c: Likewise.
52055         * config.h.in: Likewise.
52056         * config.make.in: Likewise.
52057         * configure: Likewise.
52058         * configure.in: Likewise.
52059         * csu/Versions: Likewise.
52060         * csu/init.c: Likewise.
52061         * elf/tst-audit2.c: Likewise.
52062         * elf/tst-tls10.c: Likewise.
52063         * elf/tst-tls10.h: Likewise.
52064         * elf/tst-tls11.c: Likewise.
52065         * elf/tst-tls12.c: Likewise.
52066         * elf/tst-tls14.c: Likewise.
52067         * elf/tst-tlsmod11.c: Likewise.
52068         * elf/tst-tlsmod12.c: Likewise.
52069         * elf/tst-tlsmod13.c: Likewise.
52070         * elf/tst-tlsmod13a.c: Likewise.
52071         * elf/tst-tlsmod14a.c: Likewise.
52072         * elf/tst-tlsmod15b.c: Likewise.
52073         * elf/tst-tlsmod16a.c: Likewise.
52074         * elf/tst-tlsmod16b.c: Likewise.
52075         * elf/tst-tlsmod7.c: Likewise.
52076         * elf/tst-tlsmod8.c: Likewise.
52077         * elf/tst-tlsmod9.c: Likewise.
52078         * gmon/gmon.c: Likewise.
52079         * grp/fgetgrent_r.c: Likewise.
52080         * grp/putgrent.c: Likewise.
52081         * hurd/fopenport.c: Likewise.
52082         * include/libc-symbols.h: Likewise.
52083         * include/tls.h: Likewise.
52084         * intl/gettextP.h: Likewise.
52085         * intl/loadinfo.h: Likewise.
52086         * locale/global-locale.c: Likewise.
52087         * locale/localeinfo.h: Likewise.
52088         * mach/devstream.c: Likewise.
52089         * malloc/arena.c: Likewise.
52090         * malloc/set-freeres.c: Likewise.
52091         * misc/err.c: Likewise.
52092         * misc/getttyent.c: Likewise.
52093         * misc/mntent_r.c: Likewise.
52094         * posix/getopt.c: Likewise.
52095         * posix/wordexp.c: Likewise.
52096         * pwd/fgetpwent_r.c: Likewise.
52097         * resolv/Versions: Likewise.
52098         * resolv/res_hconf.c: Likewise.
52099         * shadow/fgetspent_r.c: Likewise.
52100         * shadow/putspent.c: Likewise.
52101         * stdio-common/printf_fphex.c: Likewise.
52102         * stdio-common/tmpfile.c: Likewise.
52103         * stdlib/abort.c: Likewise.
52104         * stdlib/fmtmsg.c: Likewise.
52105         * sunrpc/auth_unix.c: Likewise.
52106         * sunrpc/clnt_perr.c: Likewise.
52107         * sunrpc/clnt_tcp.c: Likewise.
52108         * sunrpc/clnt_udp.c: Likewise.
52109         * sunrpc/clnt_unix.c: Likewise.
52110         * sunrpc/openchild.c: Likewise.
52111         * sunrpc/svc_simple.c: Likewise.
52112         * sunrpc/svc_tcp.c: Likewise.
52113         * sunrpc/svc_udp.c: Likewise.
52114         * sunrpc/svc_unix.c: Likewise.
52115         * sunrpc/xdr.c: Likewise.
52116         * sunrpc/xdr_array.c: Likewise.
52117         * sunrpc/xdr_rec.c: Likewise.
52118         * sunrpc/xdr_ref.c: Likewise.
52119         * sunrpc/xdr_stdio.c: Likewise.
52121 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52123         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52125 2011-07-03  Andreas Jaeger  <aj@suse.de>
52127         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52128         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52129         regenerate with gen-libm-tests.pl.
52131 2010-05-12  Petr Baudis  <pasky@suse.cz>
52133         [BZ #11589]
52134         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52135         around j0() zero points by switching to j1().
52136         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52137         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52138         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52139         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52141 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52143         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52144         instead of 0.
52145         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52146         instead of 0.
52147         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52148         Patch in part by Pavel Roskin <proski@gnu.org>.
52150         [BZ #13138]
52151         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52152         realloc.
52153         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52154         Free memory block if necessary.
52156         [BZ #12847]
52157         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52158         be NULL.  Don't lock in this case.
52160 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52162         * elf/elf.h (ELFOSABI_GNU): New macro.
52163         (ELFOSABI_LINUX): Define to that.
52165 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52167         * string/strncat.c (strncat): Undef the symbol in case it has been
52168         defined in bits/string.h.
52170 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52172         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52174         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52175         link map.
52177 2011-08-17  Andreas Jaeger  <aj@suse.de>
52179         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52181 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52182             Ian Lance Taylor  <iant@google.com>
52184         * math/libm-test.inc (lround_test): New testcase.
52185         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52187 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52189         * Makefile: Remove support for automatic cvs check-ins.
52190         * Makerules: Likewise.
52191         * config.make.in: Likewise.
52192         * configure.in: Likewise.
52193         * intl/Makefile: Likewise.
52194         * locale/Makefile: Likewise.
52195         * po/Makefile: Likewise.
52196         * posix/Makefile: Likewise.
52197         * sysdeps/gnu/Makefile: Likewise.
52198         * sysdeps/mach/hurd/Makefile: Likewise.
52199         * sysdeps/sparc/sparc32/Makefile: Likewise.
52201         [BZ #13118]
52202         * posix/Makefile (bug-regex32-ENV): Define.
52203         Patch by John Stanley <jpsinthemix@verizon.net>.
52205         * misc/Makefile (headers): Add bits/select2.h.
52206         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52207         * misc/bits/select2.h: New file.
52208         * include/bits/select2.h: New file.
52209         * debug/Makefile (routines): Add fdelt_chk.
52210         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52211         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52212         FD_ISSET.
52213         * debug/fdelt_chk.c: New file.
52215         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52216         * wcsmbs/test-wmemcmp.c: Likewise.
52217         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52218         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52220 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52222         * string/Makefile (strop-tests): Add memcmp.
52223         * string/test-wmemcmp.c: New file.
52224         * string/test-memcmp.c: Add wmemcmp support.
52226 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52228         [BZ #13153]
52229         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52230         2011-07-19 change.
52232         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52233         garbage value in a __mach_port_mod_refs call in the cases of the
52234         task-self and thread-self ports.
52236 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52238         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52240 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52242         * elf/dl-load.c (lose): Check for non-null L.
52244 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52246         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52248         * elf/dl-libc.c (dlerror_run): Pass back error code from
52249         dl_catch_error.
52251         [BZ #13123]
52252         * elf/dl-load.c (lose): Free l_origin if it is valid.
52254         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52255         names.
52256         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52257         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52258         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52259         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52260         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52261         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52263 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52265         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52266         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52267         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52268         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52269         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52270         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52271         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52272         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52273         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52274         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52276 2011-08-15  Alan Modra  <amodra@gmail.com>
52278         [BZ #13092]
52279         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52280         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52281         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52282         ppc_mcount to static-only-routines.
52283         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52284         __mcount_internal.
52285         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52286         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52288 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52290         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52291         for finite and infinity parameters.
52293 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52295         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52296         and add nop instructions for throughput optimization.
52297         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52299 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52301         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52302         aligned copy for power7 with vector-scalar instructions.
52303         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52305 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52307         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52308         AVX check.
52310 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52312         [BZ #13144]
52313         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52314         last change.
52316 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52318         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52319         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52320         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52321         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52322         clock_gettime.
52324 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52326         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52327         Forgot to demangle the pointer.
52329         * sysdeps/i386/sysdep.h: Define atom_text_section.
52330         * sysdeps/x86_64/sysdep.h: Likewise.
52331         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52332         section with atom_text_section.
52333         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52334         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52335         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52336         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52337         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52339         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52340         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52341         already be defined.  Change to take two parameters and don't assign
52342         result to variable.  Adjust all users.
52343         Define INTERNAL_GETTIME if not already defined.
52344         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52345         call.
52346         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52347         HAVE_CLOCK_GETTIME_VSYSCALL.
52348         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52350         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52351         gettimeofday vsyscall, just use time.
52353 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52355         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52356         <errno.h>.
52358 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52360         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52361         syscall on x86-64.
52362         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52363         syscall.
52364         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52365         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52366         syscall if possible.
52368 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52370         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52371         e_ident.  Don't pass to find_mapsXX.
52372         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52374 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52377         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52378         * sysdeps/x86_64/multiarch/strchr.S: Update.
52379         Check bit_slow_BSF bit.
52380         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52381         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52382         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52384 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52386         [BZ #13134]
52387         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52388         before glibc 2.15.
52389         (tryshell): Define.
52390         (__spawni): Change last parameter to be flag.  Test
52391         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52392         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52393         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52394         * posix/spawni.c: Likewise.
52395         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52396         * posix/spawnp.c: Likewise.  Change normal version to use
52397         SPAWN_XFLAGS_USE_PATH.
52398         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52399         SPAWN_XFLAGS_TRY_SHELL.
52401         [BZ #13150]
52402         * posix/glob.h: Remove gcc 1.x support.
52404         [BZ #13068]
52405         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52407 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52409         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52410         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52411         strrchr-sse2-bsf
52412         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52413         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52414         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52415         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52416         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52417         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52419 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52421         * sysdeps/x86_64/wcscmp.S: New file.
52423         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52424         wcscmp-c wcscmp-sse2
52425         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52426         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52427         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52428         * wcsmbs/wcscmp.c: Allow renaming.
52430 2011-09-05  David S. Miller  <davem@davemloft.net>
52432         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52433         stack slot, rather than the struct return pointer slot.
52434         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52435         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52436         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52437         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52439 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52441         * po/ja.po: Update from translation team.
52443         [BZ #13144]
52444         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52445         kernel in 64-bit binaries.
52447 2011-09-01  David S. Miller  <davem@davemloft.net>
52449         * elf/elf.h (HWCAP_SPARC_*): Move to..
52450         * sysdeps/sparc/sysdep.h: this new file and add new values.
52451         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52452         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52453         _DL_HWCAP_COUNT to 24.
52454         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52455         entries.
52456         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52457         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52458         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52459         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52460         instead of magic constants.
52461         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52463 2011-08-31  David S. Miller  <davem@davemloft.net>
52465         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52466         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52467         Reimplement to do errno handling inline.
52468         (SYSCALL_ERROR_HANDLER): New macro.
52469         (__SYSCALL_STRING): Do not do errno handling in asm.
52470         (__CLONE_SYSCALL_STRING): Delete.
52471         (__INTERNAL_SYSCALL_STRING): Delete.
52472         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52473         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52474         (PSEUDO): Reimplement to do errno handling inline.
52475         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52476         (SYSCALL_ERROR_HANDLER): New macro.
52477         (__SYSCALL_STRING): Do not do errno handling in asm.
52478         (__CLONE_SYSCALL_STRING): Delete.
52479         (__INTERNAL_SYSCALL_STRING): Delete.
52480         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52481         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52482         i386.
52483         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52484         (inline_syscall*): Add 'err' argument.
52485         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52486         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52487         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52488         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52490         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52491         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52493 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52495         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52497 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52499         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52500         directive.
52502 2011-08-24  David S. Miller  <davem@davemloft.net>
52504         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52506 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52508         * elf/Makefile: Add rules to build and run unload8 test.
52509         * elf/unload8.c: New file.
52510         * elf/unload8mod1.c: New file.
52511         * elf/unload8mod1x.c: New file.
52512         * elf/unload8mod2.c: New file.
52513         * elf/unload8mod3.c: New file.
52515         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52516         it wasn't used.
52518 2011-08-23  David S. Miller  <davem@davemloft.net>
52520         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52521         subtract stack bias.
52522         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52523         %sp not %fp in calculations.
52524         (_JMPBUF_UNWINDS_ADJ): Likewise.
52526         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52527         (aio_suspend): Call it to force an exception region around the
52528         AIO_MISC_WAIT() invocation.
52530 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52532         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52533         backslash.
52535 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52537         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52538         protection macro.
52539         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52540         and <dl-machine.h>.
52541         (Elf64_FuncDesc): Remove.
52543 2011-08-22  David S. Miller  <davem@davemloft.net>
52545         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52546         sigaltstack check, add missing cfi directives.
52547         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52548         missing cfi directives, and sigaltstack handling.
52550 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52552         [BZ #11724]
52553         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52554         object is seen twice.
52555         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52557         * elf/Makefile (distribute): Add tst-initorder2.c.
52558         (tests): Add tst-initorder2.
52559         (modules-names): Add tst-initorder2a tst-initorder2b
52560         tst-initorder2c tst-initorder2d.  Add rules to build them.
52561         ($(objpfx)tst-initorder2.out): New rule.
52562         * elf/tst-initorder2.c: New file.
52563         * elf/tst-initorder2.exp: New file.
52565 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52567         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52569         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52570         dependencies back to end of function.
52572         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52573         $(elfobjdir)/ld.so.
52575 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52577         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52578         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52579         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52580         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52581         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52582         of __vdso_gettimeofday.
52583         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52584         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52585         attribute_hidden.
52586         (_libc_vdso_platform_setup): Remove initialization of
52587         __vdso_gettimeofday and __vdso_time.
52589 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52591         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52592         and fgetc_unlocked.
52593         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52594         getc_unlocked.
52596         * elf/dl-open.c (add_to_global): Report additions to the global scope
52597         for LD_DEBUG=scopes.
52598         (dl_open_worker): Also print scope of newly loaded dependencies.
52599         (_dl_show_scope): Indicate if there is no scope.
52601         [BZ #13114]
52602         * stdio-common/Makefile (tests): Add bug24.
52603         * stdio-common/bug24.c: New file.
52605 2011-08-19  Andreas Jaeger  <aj@suse.de>
52607         [BZ #13114]
52608         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52609         non-existant file when using close-on-exec mode.
52611 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52613         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52614         the very first instruction.
52616         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52617         the CFI state in the end.
52618         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52619         inclusion of dl-trampoline.h.
52620         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52622 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52624         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52625         expectations for long double.
52627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52628         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52630 2011-08-14  David S. Miller  <davem@davemloft.net>
52632         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52633         artificual limit depends upon the system page size.
52635 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52637         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52638         * resolv/Makefile: Define CFLAGS-libresolv.
52640 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52642         * nss/makedb.c (compute_tables): Make variables used in nested
52643         function static.
52645 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52647         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52648         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52649         if buffer was too small.
52651         * elf/pldd.c (main): Attach to all threads in the process.
52652         Rewrite /proc handling to use *at functions.
52654 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52656         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52657         specifies first scope to show.
52658         (dl_open_worker): Update callers.  Move printing scope of new
52659         object to before the relocation.
52660         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52661         * sysdeps/generic/ldsodefs.h: Update declaration.
52663         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52664         string for the scope number.
52666 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52668         * nscd/servicescache.c (cache_addserv): Make sure written is always
52669         initialized.
52671 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52673         * sysdeps/i386/i486/bits/atomic.h
52674         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52675         statement expression, so as to suppress "set but not used" warning.
52676         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52678         * string/strncat.c (STRNCAT): Use prototype definition.
52680         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52681         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52682         -Iprograms here.
52683         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52684         (localedef-modules): Add localedef.
52685         (locale-modules): Add locale.
52687         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52688         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52689         to avoid a warning.
52691 2011-08-14  David S. Miller  <davem@davemloft.net>
52693         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52694         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52696 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52698         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52699         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52700         * elf/rtld.c (dl_main): Set l_name of vDSO.
52701         Call _dl_show_scope when DL_DEBUG_SCOPES.
52702         (process_dl_debug): Recognize scopes flag and also set it for all.
52703         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52704         Declare _dl_show_scope.
52706         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52707         (do_dlopen): Pass caller_dlopen to dl_open.
52708         (__libc_dlopen_mode): Initialize caller_dlopen.
52710         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52711         of libc.  Make tolower call locale-independent.  Optimize a bit by
52712         using isdigit instead of isalnum.
52713         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52715 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52717         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52718         was a dependency or dynamically loaded.
52720 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52722         * intl/l10nflist.c: Allow architecture-specific pop function.
52723         * sysdeps/x86_64/l10nflist.c: New file.
52725         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52726         classification.
52728 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52730         * include/dirent.h: Add libc_hidden_proto for scandirat and
52731         scandirat64.  Don't declare __scandirat64.
52732         * dirent/scandirat.c: Add libc_hidden_def.
52733         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52734         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52736 2011-08-10  David S. Miller  <davem@davemloft.net>
52738         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52739         enum.
52740         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52741         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52742         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52744 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52746         * Versions.def [libc]: Add GLIBC_2.15.
52747         * dirent/Makefile (routines): Add scandirat and scandirat64.
52748         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52749         GLIBC_2.15.
52750         * dirent/dirent.h: Declare scandirat and scandirat64.
52751         * dirent/scandirat.c: New file.
52752         * dirent/scandirat64.c: New file.
52753         * sysdeps/wordsize-64/scandirat.c: New file.
52754         * sysdeps/wordsize-64/scandirat64.c: New file.
52755         * dirent/opendir.c: Define opendirat.
52756         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52757         using scandirat.
52758         * dirent/scandir64.c: Adjust for scandir.c change.
52759         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52760         __scandirat64, and __scandir_cancel_handler.
52761         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52762         additional parameter and use openat instead of open (outside of ld.so).
52763         Add new __opendir as wrapper around __opendirat.
52764         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52765         here without requiring old scandirat implementation.
52767 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52769         * dirent/scandir.c (cancel_handler): Renamed to
52770         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52771         defined.  Adjust users.
52772         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52773         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52775 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52777         * string/test-string.h (IMPL): Use __STRING to expand name and then
52778         stringify it.
52780         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52781         of cleanups.
52783 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52785         * string/Makefile: Update.
52786         (strop-tests): Append strncat.
52787         * string/test-wcscmp.c: New file.
52788         New comprehensive test for wcscmp.
52789         * string/test-strcmp.c: Update.
52790         (WIDE): New define.
52792 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52794         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52795         line.
52797 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52799         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52800         encoding to ACE if AI_IDN.
52802 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52804         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52805         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52807 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52809         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52810         Fix overflow bug in strncat.
52811         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52813         * string/test-strncat.c: Update.
52814         Add new tests for checking overflow bugs.
52816 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52818         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52819         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52820         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52821         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52822         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52823         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52824         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52825         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52826         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52828         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52829         (USE_AS_STRCAT): Define.
52830         Add strcat and strncat support.
52831         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52833 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52835         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52836         __n bigger than INT_MAX+1.
52837         (__strncmp_g): Likewise.
52839 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52841         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52842         * libio/stido.h: Likewise.
52844         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52845         (AF_NFC): Define.
52846         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52847         (AF_NFC): Define.
52849         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52850         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52851         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52852         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52853         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52855         [BZ #13021]
52856         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52857         installed.
52859         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52860         typo.
52861         (_dl_x86_64_save_sse): Likewise.
52863 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52865         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52866         OSXSAVE.
52867         (_dl_x86_64_save_sse): Likewise.
52869         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52871         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52873 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52875         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52876         change.
52877         (_dl_x86_64_save_sse): Use correct AVX check.
52879 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52881         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52882         bug in strncpy/strncat.
52883         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52885 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52887         * string/tester.c (test_strcat): Add tests for different alignments
52888         of source and destination.
52889         (test_strncat): Likewise.
52891 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52893         [BZ #12852]
52894         * posix/glob.c (glob): Check passed in values before using them in
52895         expressions to avoid some overflows.
52896         (glob_in_dir): Likewise.
52898         [BZ #13007]
52899         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52900         check for AVX enablement so that we don't crash with old kernels and
52901         new hardware.
52902         * elf/tst-audit4.c: Add same checks here.
52903         * elf/tst-audit6.c: Likewise.
52905         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52907 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52909         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52911 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52913         * po/cs.po: Update from translation team.
52914         * po/bg.po: Likewise.
52916 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52918         * misc/sys/cdefs.h: Add support for const attribute.
52919         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52920         to gnu_dev_{major,minor,makedev} functions.
52922 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52924         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52926 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52928         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52929         strlen results.
52931 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52933         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52934         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52935         register in order to avoid conflicts with the soft frame pointer
52936         being held in r11 when necessary.
52937         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52938         (INTERNAL_VSYSCALL_NCS): Likewise.
52940 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52942         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52943         * elf/dl-fini.c (_dl_fini): Adjust caller.
52944         * elf/dl-close.c (_dl_close_worker): Likewise.
52945         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52947 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52949         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52950         "aux_cache->nlibs < 0".
52952         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52953         in the reload-count case.
52955 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52957         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52958         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52959         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52960         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52961         * sysdeps/x86_64/multiarch/strcat.S: New file.
52962         * sysdeps/x86_64/multiarch/strncat.S: New file.
52963         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52964         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52965         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52966         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52967         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52968         (USE_AS_STRCAT): Define.
52969         Add strcat and strncat support.
52970         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52971         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52972         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52973         * string/strncat.c: Update.
52974         (USE_AS_STRNCAT): Define.
52975         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52976         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52977         and i7.
52978         * sysdeps/x86_64/multiarch/init-arch.h
52979         (bit_Prefer_PMINUB_for_stringop): New.
52980         (index_Prefer_PMINUB_for_stringop): Likewise.
52981         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52982         bit_Prefer_PMINUB_for_stringop.
52984 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52986         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52987         buffer64.
52988         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52989         of casting of buffer.
52990         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52991         buffer32 and buffer64.
52992         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52993         writes instead of casting of buffer.
52994         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52995         buffer32.
52996         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52997         casting of buffer.
52999 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53001         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53003 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53005         * nscd/nscd.c (termination_handler): Don't do anything for a database
53006         if it has not yet been initialized.
53008 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53010         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53012 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53014         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53016 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53018         * po/nl.po: Update from translation team.
53019         * po/sv.po: Likewise.
53021 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53023         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53024         now disallowed by GCC.
53026         * configure.in (use-default-link): Default to yes if a test -shared
53027         link meets our qualifications.
53028         * configure: Regenerated.
53030         * config.make.in (output-format): New variable.
53031         * configure.in: Check for ld --print-output-format support.
53032         * configure: Regenerated.
53033         * Makerules ($(common-objpfx)format.lds)
53034         [$(output-format) != unknown]: Just use $(output-format),
53035         instead of the linker-script munging.
53037 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53039         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53040         of $(common-objpfx)shlib.lds.
53041         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53043         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53044         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53046         * configure.in (-z relro check): Adjust test code to add a large
53047         writable data section after it.
53048         * configure: Regenerated.
53050 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53052         * configure.in (-z relro check): Fix test code to make the variable
53053         truly const.
53054         * configure: Regenerated.
53056 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53058         * nscd/nscd.h (struct traced_file): Define.
53059         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53060         elements.  Add traced_files.
53061         (inotify_fd): Declare.
53062         (register_traced_file): Declare.
53063         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53064         (inotify_fd): Export.
53065         (resolv_conf_descr): Remove.
53066         (nscd_init): Move inotify descriptor creation to main.
53067         Don't register files for notification here.
53068         (register_traced_file): New function.
53069         (invalidate_cache): Don't use reset_res to determine whether to call
53070         res_init, go through the list of registered files.
53071         (main_loop_poll): The inotify descriptors are now stored in the
53072         structures for the traced files.
53073         (main_loop_epoll): Likewise
53074         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53075         to __nss_disable_nscd.
53076         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53077         for a database anymore.  Check the records for all the registered
53078         files instead.
53079         * nss/Makefile (libnss_files-routines): Add files-init.
53080         (libnss_db-routines): Add db-init.
53081         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53082         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53083         * nss/nss_db/db-init.c: New file.
53084         * nss/nss_files/files-init.c: New file.
53085         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53086         __nss_lookup_function.
53087         (__nss_lookup_function): Call nss_load_library.
53088         (nss_load_all_libraries): New function.
53089         (__nss_disable_nscd): Take parameter with callback function for files
53090         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53091         used for the cached services.
53092         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53093         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53094         options for features to all the files in nscd.
53096         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53098 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53100         * csu/elf-init.c (__libc_csu_init): Comment typo.
53102 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53104         * po/pl.po: Update from translation team.
53105         * po/ja.po: Likewise.
53106         * po/ru.po: Likewise.
53107         * po/ko.po: Likewise.
53108         * po/fr.po: Likewise.
53110 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53112         * configure.in (.ctors/.dtors header and trailer check):
53113         Use an empirical test on a built program.
53114         * configure: Regenerated.
53116         * configure.in (-z relro check): Use an empirical test on a built DSO.
53117         Detect, but do not require, on ia64.
53118         * configure: Regenerated.
53120         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53121         Update tests that use readelf to use $READELF instead.
53122         * configure: Regenerated.
53124 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53126         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53127         if the result is not used.
53129 2011-07-05  Andreas Jaeger  <aj@suse.de>
53131         [BZ#9696]
53132         * stdlib/tst-strtod.c: Add testcase.
53134 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53136         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53137         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53138         The latter has a higher limit.  Take additional parameter to pass to
53139         the new function.
53140         (__pathconf): Pass file to __statfs_link_max.
53141         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53142         __statfs_link_max.
53143         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53144         __statfs_link_max.
53146         [BZ #12868]
53147         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53148         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53149         Handle Lustre.
53150         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53151         (__statfs_filesize_max): Likewise.
53152         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53154 2011-07-05  Andreas Jaeger  <aj@suse.de>
53156         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53158 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53160         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53161         `status' variable.
53162         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53163         Likewise.
53165 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53167         * Makefile (strop-tests): Add strncat.
53168         * string/test-strncat.c: New file.
53170 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53172         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53174 2011-06-21  Andreas Jaeger  <aj@suse.de>
53176         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53177         Copy rule from iconvdata/Makefile.
53179 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53181         [BZ #12922]
53182         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53183         but no long options are defined, just return 'W'.
53185 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53187         [BZ #9696]
53188         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53190 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53192         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53193         netgroups to read.
53194         (innetgr): Likewise.
53196 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53198         * config.make.in (install_root): Default to $(DESTDIR).
53200 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53202         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53204 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53206         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53208         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53209         containing directory rather than embedding absolute directory names.
53211         * scripts/check-local-headers.sh: Rewritten using awk.
53212         Match by word, not by line.  Print error messages for matches.
53213         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53215         * Makerules [shlib-lds-flags empty]:
53216         ($(common-objpfx)libc_pic.opts): New target.
53217         ($(common-objpfx)libc_pic.os.clean): New target.
53218         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53220         * config.make.in (OBJCOPY): New variable.
53221         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53222         * configure: Regenerated.
53224         * config.make.in (use-default-link): New variable.
53225         * configure.in (use_default_link): Grok --with-default-link to set it.
53226         * configure: Regenerated.
53227         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53228         (shlib-lds, shlib-lds-flags): Define to empty.
53230         * Makerules (shlib-lds): New variable.
53231         (shlib-lds-flags): New variable.
53232         (build-shlib, build-moduile, build-module-asneeded): Use it.
53233         ($(common-objpfx)libc.so): Use $(shlib-lds).
53234         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53235         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53237         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53238         DT_FLAGS/DT_FLAGS_1 with zero flags.
53240         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53241         linker script munging.
53243 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53245         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53246         as 128-bit value.
53247         * crypt/sha512.c (sha512_process_block): Perform total addition using
53248         128-bit if possible.
53249         (__sha512_finish_ctx): Likewise.
53250         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53251         as 64-bit value.
53252         * crypt/sha256.c (SWAP64): Define.
53253         (sha256_process_block): Perform total addition using 64-bit if
53254         possible.
53255         (__sha256_finish_ctx): Likewise.
53257 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53259         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53260         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53261         * nscd/hstcache.c (cache_addhst): Likewise.
53262         * nscd/grpcache.c (cache_addgr): Likewise.
53263         * nscd/aicache.c (addhstaiX): Likewise
53264         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53266 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53268         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53269         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53270         * nscd/hstcache.c (cache_addhst): Likewise.
53271         * nscd/grpcache.c (cache_addgr): Likewise.
53272         * nscd/aicache.c (addhstaiX): Likewise
53274 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53276         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53277         domain only when needed.
53279 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53281         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53282         is always restored.
53284 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53286         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53287         are re-adding the entry.
53288         * nscd/servicescache.c (cache_addserv): Likewise.
53290 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53292         * sysdeps/generic/dl-irel.h: fix protection against multiple
53293         inclusions.
53294         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53296 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53298         [BZ #12935]
53299         * malloc/memusage.sh: Fix quoting in message.
53300         * debug/xtrace.sh: Likewise.
53302         * configure.in: Remove support for --experimental-malloc option, make
53303         it the default.
53304         * config.make.in: Likewise.
53305         * malloc/Makefile: Likewise.
53307 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53309         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53310         two-byte characters.
53312 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53314         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53315         AC_CACHE_CHECK invocation.
53316         * configure: Regenerated.
53318         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53320 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53322         [BZ #12350]
53323         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53324         bit from old_res_options.
53326         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53328         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53329         value type for setfct.
53331 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53333         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53334         __gettimeofday instead of gettimeofday.
53336 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53338         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53340 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53342         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53344         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53345         info.
53347 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53349         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53350         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53351         strcpy-sse2-unaligned strncpy-sse2-unaligned
53352         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53353         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53354         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53355         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53356         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53357         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53358         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53359         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53360         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53361         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53362         (STRCPY): Support SSE2 and SSSE3 versions.
53364 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53366         [BZ #12874]
53367         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53368         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53369         kernels which artificially limit size of requests.
53371 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53373         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53374         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53375         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53376         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53377         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53378         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53379         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53380         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53381         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53382         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53383         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53384         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53385         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53386         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53387         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53388         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53389         Enable unaligned load optimization for Intel Core i3, i5 and i7
53390         processors.
53391         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53392         Define.
53393         (index_Fast_Unaligned_Load): Define.
53394         (HAS_FAST_UNALIGNED_LOAD): Define.
53396 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53398         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53400 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53402         [BZ #12907]
53403         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53404         until it is clear that the information is realy needed.
53405         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53407 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53411 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53413         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53414         /sys/devices/system/cpu/online if it is usable.
53416         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53417         reading the information from the /proc filesystem to once a second.
53419 2011-06-21  Andreas Jaeger  <aj@suse.de>
53421         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53422         NULL after inclusion of kernel headers.
53424 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53426         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53427         calls to internal_setent.
53429         [BZ #12885]
53430         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53431         addresses using gethostbyname4_r ignore IPv4 addresses.
53433         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53434         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53436         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53438 2011-06-20  David S. Miller  <davem@davemloft.net>
53440         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53441         inclusions.
53442         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53444         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53445         (elf_irel): Use it.
53446         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53447         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53448         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53449         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53450         * sysdeps/x86_64/dl-irel.h: Likewise.
53452         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53453         * elf/dl-sym.c: Likewise.
53455 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53457         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53458         need to dereference resplen2.
53460 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53462         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53464 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53466         * Makeconfig: Define vardbdir and inst_vardbdir.
53467         * nss/Makefile: Add rules to install db-Makefile.
53469         * nss/nss_db/db-XXX.c: Cleanup.
53471         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53472         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53473         GLIBC_PRIVATE.
53474         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53475         * nss/makedb.c: Implement -g option to specify that value strings
53476         are generated and should not be added to table iterated over for
53477         get*ent calls.
53478         * nss/nss_db/db-initgroups.c: New file.
53480         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53481         interface.
53483         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53484         (internal_getgrouplist): Adjust to name change.
53485         Update use_initgroups_entry if this is not the first call.
53486         * nss/databases.def: Add initgroups entry.
53488         * nss/makedb.c (compute_tables): Check result of multiple hash table
53489         sizes to minimize maximum chain length.
53491 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53493         * Versions.def: Add entry for libnss_db.
53494         * shlib-versions: Likewise.
53495         * nss/Makefile: Add rules to build libnss_db.
53496         * nss/Versions: Add libnss_db information.  Organize libnss_files
53497         entries better.
53498         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53499         makedb progra.  Some minor improvements to generate smaller files.
53500         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53501         here from...
53502         * nss/makedb.c: ...here.
53503         Improve database format to be smaller and require less memory at
53504         runtime.
53505         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53506         db anymore.
53507         * nss/nss_db/db-netgrp.c: Likewise.
53508         * nss/nss_db/db-open.c: Likewise.
53509         * nss/nss_files/flies-XXX.x: Adjust comments.
53510         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53511         * nss/nss_files/files-grp.c: Likewise.
53512         * nss/nss_files/files-hosts.c: Likewise.
53513         * nss/nss_files/files-network.c: Likewise.
53514         * nss/nss_files/files-proto.c: Likewise.
53515         * nss/nss_files/files-pwd.c: Likewise.
53516         * nss/nss_files/files-rpc.c: Likewise.
53517         * nss/nss_files/files-service.c: Likewise.
53518         * nss/nss_files/files-sgrp.c: Likewise.
53519         * nss/nss_files/files-spwd.c: Likewise.
53520         * nss/nss_db/db-alias.c: Removed.
53521         * nss/nss_db/dummy-db.h: Removed.
53523 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53525         * nss/makedb.c: Rewritten to not use database library.
53526         * nss/Makefile: Update to build new makedb program.
53528 2011-06-14  Andreas Jaeger  <aj@suse.de>
53530         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53531         memset declaration.
53533 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53535         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53536         tmpbuf.
53538 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53540         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53541         * elf/Makefile ($(objpfx)ld.so): Likewise.
53543         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53544         Don't list ld.so twice in dependencies.
53546         * posix/bug-regex31.c: Include <stdlib.h>.
53548         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53550         * nis/nss_compat/compat-spwd.c
53551         (getspent_next_nss_netgr): Remove unused variable.
53552         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53554         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53555         nonmembers" output to use the right array.
53557         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53559         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53561         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53562         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53563         * catgets/gencat.c (read_input_file): Likewise.
53564         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53566         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53567         variable definition inside #if's controlling its use.
53569         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53571         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53573         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53575         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53576         unreachable code.
53578         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53580         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53581         * configure: Regenerated.
53583         * Makerules: Revert last change.
53584         * elf/Makefile: Likewise.
53586 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53588         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53589         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53590         (reloc-link): Likewise.
53592 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53594         * elf/Makefile: Add rules to build pldd.
53595         * elf/pldd.c: New file.
53596         * elf/pldd-xx.c: New file.
53598 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53600         * version.h: Update for 2.15 development version.
53602 2011-06-07  David S. Miller  <davem@davemloft.net>
53604         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53605         ifuncs.
53606         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53607         elf_machine_lazy_rel): Likewise.
53608         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53609         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53610         elf_machine_lazy_rel): Likewise.
53611         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53612         dl_hwcap via passed in argument.
53613         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53614         Likewise.
53616 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53618         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53620 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53622         [BZ #12849]
53623         * manual/fdl-1.1.texi: New file, verbatim from:
53624         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53625         * manual/lgpl-2.1.texi: New file, verbatim from:
53626         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53627         * manual/Makefile (licenses): New variable, list those new file names.
53628         (texis): Use it.
53629         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53631         * manual/fdl.texi: File removed.
53632         * manual/lesser.texi: File removed.
53633         * manual/libc.texinfo (Copying, Documentation License):
53634         Use new @include file names, put @appendix directive before @include.
53636 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53638         [BZ #12841]
53639         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53640         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53641         (mq_open): Add __NTH.
53643 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53645         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53646         Assume Intel Core i3/i5/i7 processor if AVX is available.
53648 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53650         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53651         typo.
53653 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53655         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53656         memory.  Use alloca_account.  Fix memory leak when retrying.
53658 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53660         * version.h (RELEASE): Bump for 2.14 release.
53661         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53663         * config.make.in (RANLIB): Remove entry.
53665 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53667         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53668         (libc.pot): Work around missing support for .ksh extension in xgettext.
53670         [BZ #12684]
53671         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53672         if both request failed.
53673         (send_dg): In case of server errors clear resplen or *resplen2.
53675         [BZ #12454]
53676         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53677         when there are multiple maps.
53678         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53679         (_dl_fini): Remove test here.
53681         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53683 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53685         [BZ #12350]
53686         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53687         bit from old_res_options.
53688         (gaih_inet): Likewise.
53690         [BZ #11099]
53691         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53692         as signed.
53694         * resolv/res_init.c (res_setoptions): Make the code more compact.
53696         [BZ #11558]
53697         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53698         set RES_USEVC.
53700         [BZ #11634]
53701         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53703         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53705         [BZ #11781]
53706         * malloc/malloc.h: Declare malloc hook variables as volatile.
53708         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53709         in last patch.
53711         [BZ #11799]
53712         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53713         raise in the comment.
53714         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53715         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53716         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53718 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53720         [BZ #12811]
53721         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53722         grow the buffers more if it already has to be sufficient.
53723         (build_wcs_upper_buffer): Likewise.
53724         * posix/regexec.c (check_matching): Likewise.
53725         (clean_state_log_if_needed): Likewise.
53726         (extend_buffers): Don't enlarge buffers beyond size of the input
53727         buffer.
53728         Patches mostly by Emil Wojak <emil@wojak.eu>.
53729         * posix/bug-regex32.c: New file.
53730         * posix/Makefile (tests): Add bug-regex32.
53732         * locale/findlocale.c (_nl_find_locale): Return right away if
53733         _nl_explode_name failed.
53734         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53736         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53738         * debug/xtrace.sh: Unify messages.
53739         * malloc/memusage.sh: Likewise.
53741         [BZ #12813]
53742         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53743         time symbol from vDSO.  Substitute with vsyscall if not available.
53744         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53745         __vdso_time.
53747         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53748         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53749         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53750         Add sendmmsg and internal_sendmmsg.
53751         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53752         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53753         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53755         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53756         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53757         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53759 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53761         [BZ #12813]
53762         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53763         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53764         available.
53765         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53766         __vdso_getcpu.
53768         [BZ #12814]
53769         * iconvdata/Makefile (tests): Add bug-iconv9.
53770         * iconvdata/bug-iconv9.c: New file.
53772 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53774         [BZ #12814]
53775         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53777 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53779         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53780         (struct user_regs_struct): Change intcs field back to cs.
53782 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53784         * po/ja.po: Update from translation team.
53786 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53788         [BZ #12795]
53789         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53790         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53792 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53794         * stdlib/longlong.h: Update from GCC.
53796 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53798         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53799         parameter name.
53800         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53801         Add parameter name.
53802         (__sysconf): Pass it down.
53804 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53806         [BZ #12671]
53807         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53808         some situations.
53809         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53810         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53811         add in in __libc_use_alloca calls.  Adjust callers.
53812         (glob): Use malloc in some situations.
53814         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53815         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53816         pltexit.
53818 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53820         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53821         and CLOCK_BOOTTIME_ALARM.
53823         [BZ #12782]
53824         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53825         is returned.
53827         * string/_strerror.c (__strerror_r): Print negative errors as signed
53828         numbers.
53830         [BZ #12777]
53831         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53832         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53833         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53835         * configure.in: Fix typo in redirection and correct removal of test
53836         files in two cases.
53838         [BZ #12788]
53839         * locale/setlocale.c (new_composite_name): Fix test to check for
53840         identical name of all categories.
53842         [BZ #12792]
53843         * libio/filedoalloc.c (local_isatty): New function.
53844         (_IO_file_doallocate): Use local_isatty.
53845         * stdio-common/perror.c (perror): In case a new stream is used
53846         forward the stream error.
53847         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53848         error flag.
53850 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53852         [BZ #11869]
53853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53854         alloca.
53855         * include/alloca.h (extend_alloca_account): Define.
53857         [BZ #11857]
53858         * posix/regex.h: Fix comments with documentation of user-accessible
53859         fields after compilation and describe correct free'ing of pattern
53860         after re_compile_pattern.
53861         Patch by Reuben Thomas <rrt@sc3d.org>.
53863 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53865         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53866         and -mno-altivec to prevent the compiler from using Altivec and/or
53867         VSX instructions when the corresponding registers are not available.
53869 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53871         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53873 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53875         * libio/freopen.c (freopen): Use __dup2, not dup2.
53876         * libio/freopen64.c (freopen64): Likewise.
53878 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53880         [BZ #12775]
53881         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53882         * math/Makefile (tests): Add test-powl.
53883         (CFLAGS-test-powl.c): Define.
53884         * math/test-powl.c: New file.
53886 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53888         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53890 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53892         [BZ #11837]
53893         * iconvdata/gb18030.c: Update to GB18020-2005.
53895 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53897         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53898         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53899         Patch by Aharon Robbins <arnold@skeeve.com>.
53901         [BZ #11892]
53902         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53903         on the stack.
53905         [BZ #11895]
53906         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53907         through underflows.
53909         [BZ #12766]
53910         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53911         point to strings before performing equality test for error_one_per_line
53912         mode.
53914         [BZ #11697]
53915         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53917         [BZ #11820]
53918         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53919         (struct user_fpregs_struct): Avoid __uint*_t types.
53921         [BZ #6420]
53922         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53923         symbol info.  Use it instead of calling _dl_addr locally.
53924         (lock_and_info): New function.
53925         (tr_freehook): Call lock_and_info and pass symbol info as additional
53926         parameter to tr_where.
53927         (tr_mallochook): Likewise.
53928         (tr_reallochook): Likewise.
53929         (tr_memalignhook): Likewise.
53931         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53932         used and couldn't be at all thread-safe.
53934 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53936         * libio/freopen.c (freopen): Don't close old file descriptor
53937         before the new one is opened.  Instead dup the new file descriptor
53938         to the old one after the new stream is created.
53939         * libio/freopen64.c (freopen64): Likewise.
53940         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53941         * libio/fileops.c (_IO_new_file_close_it): Handle new
53942         _IO_FLAGS2_NOCLOSE flag.
53943         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53944         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53945         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53946         _IO_FLAGS2_NOCLOSE flag.
53947         * include/unistd.h: Add hidden_proto for dup3.
53948         Define __have_dup3.
53949         * io/dup3.c: Define hidden symbol.
53950         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53952         [BZ #7101]
53953         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53954         when an incomplete long option is used.
53955         * posix/tst-getopt_long1.c: New file.
53956         * posix/Makefile (tests): Add tst-getopt_long1.
53958         [BZ #10138]
53959         * scripts/config.guess: Update from autoconf-2.68.
53960         * scripts/config.sub: Likewise.
53962         [BZ #10157]
53963         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53964         tests into ...
53965         (has_cpuclock): ...this.  New function.
53966         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53967         macro here based on has_cpuclock code.
53969         [BZ #10149]
53970         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53971         First byte (not low byte) is now always NUL.
53972         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53974         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53975         Use non-cancelable interfaces.
53977         [BZ #9809]
53978         * locale/iso-639.def: Add entry for Sorani.
53980         [BZ #11901]
53981         * include/stdlib.h: Move include protection to the right place.
53982         Define abort_msg_s.  Declare __abort_msg with it.
53983         * stdlib/abort.c (__abort_msg): Adjust type.
53984         * assert/assert.c (__assert_fail_base): New function.  Majority
53985         of code from __assert_fail.  Allocate memory for __abort_msg with
53986         mmap.
53987         (__assert_fail): Now call __assert_fail_base.
53988         * assert/assert-perr.c: Remove bulk of implementation.  Use
53989         __assert_fail_base.
53990         * include/assert.hL Declare __assert_fail_base.
53991         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53992         mmap.
53993         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53995 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53997         [BZ #11952]
53998         [BZ #12453]
53999         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54000         until all modules are registered in the DTV.
54001         * elf/Makefile: Add rules to build and run tst-tls19.
54002         * elf/tst-tls19.c: New file.
54003         * elf/tst-tls19mod1.c: New file.
54004         * elf/tst-tls19mod2.c: New file.
54005         * elf/tst-tls19mod3.c: New file.
54006         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54008         [BZ #12083]
54009         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54010         correctly.
54012         [BZ #12601]
54013         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54014         two-byte sequence errors.
54015         * iconvdata/Makefile (tests): Add bug-iconv8.
54016         * iconvdata/bug-iconv8.c: New file.
54018         [BZ #12626]
54019         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54020         buf2 definition.
54022         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54024         [BZ #12432]
54025         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54026         (dummy_getcfa): New function.
54027         (init): Get _Unwind_GetCFA address, use dummy if not found.
54028         (backtrace_helper): In recursion check, also check whether CFA changes.
54029         (__backtrace): Completely initialize arg.
54031         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54032         storing incomplete byte sequence in state object.  Avoid testing for
54033         guaranteed too small input if we know there is enough data available.
54035 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54037         * Makeconfig (+link-pie): Indent.
54038         * Rules (binaries-pie): Define if $(have-fpie) and
54039         $(build-shared).
54040         (binaries-shared): Also filter out $(binaries-pie).
54041         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54042         * nscd/Makefile (others-pie): Add nscd.
54043         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54044         ($(objpfx)nscd): Remove command override.
54045         * login/Makefile (others-pie): Add pt_chown.
54046         ($(objpfx)pt_chown): Remove command override.
54047         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54048         remove command overrides.
54050 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54052         * libio/tst_putwc.c: Fix error messages.
54054         [BZ #12724]
54055         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54056         currently writing and seek to current position when not.
54057         * libio/Makefile (tests): Add bug-fclose1.
54058         * libio/bug-fclose1.c: New file.
54060 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54062         [BZ #12511]
54063         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54064         don't set DF_1_NODELETE here.
54065         (do_lookup_x): When entering new entry test for copy relocation
54066         and if necessary set DF_1_NODELETE flag.
54067         * elf/tst-unique4.cc: New file.
54068         * elf/tst-unique4.h: New file.
54069         * elf/tst-unique4lib.cc: New file.
54070         * elf/Makefile: Add rules to build and run tst-unique4.
54071         Patch by Piotr Bury <pbury@goahead.com>.
54073 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54075         [BZ #12052]
54076         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54078         [BZ #12625]
54079         * misc/mntent_r.c (addmntent): Flush the stream after the output
54081         [BZ #12393]
54082         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54083         (is_trusted_path_normalize): Skip initial colon.  Append slash
54084         to empty buffer.  Duplicate is_trusted_path code but allow
54085         constructed patch to be prefix.
54086         (is_dst): Allow $ORIGIN followed by /.
54087         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54088         Correct testing of result of is_trusted_path_normalize
54089         (decompose_rpath): Fix warning.
54091 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54093         [BZ #11257]
54094         * grp/initgroups.c (internal_getgrouplist): When we found the service
54095         list through the initgroups entry in nsswitch.conf do not always
54096         continue on a successful lookup.  Don't always use the
54097         __nss_group_database value if it is set.
54098         * nss/nsswitch.conf (initgroups): Change action for successful db
54099         lookup to continue for compatibility.
54101 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54103         [BZ #11532]
54104         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54105         and CP774 modules.
54106         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54107         and CP774 modules.
54108         * iconvdata/tst-tables.sh: Likewise.
54109         * iconvdata/cp770.c: New file.
54110         * iconvdata/cp771.c: New file.
54111         * iconvdata/cp772.c: New file.
54112         * iconvdata/cp773.c: New file.
54113         * iconvdata/cp774.c: New file.
54114         * iconvdata/testdata/CP770: New file.
54115         * iconvdata/testdata/CP770..UTF8: New file.
54116         * iconvdata/testdata/CP771: New file.
54117         * iconvdata/testdata/CP771..UTF8: New file.
54118         * iconvdata/testdata/CP772: New file.
54119         * iconvdata/testdata/CP772..UTF8: New file.
54120         * iconvdata/testdata/CP773: New file.
54121         * iconvdata/testdata/CP773..UTF8: New file.
54122         * iconvdata/testdata/CP774: New file.
54123         * iconvdata/testdata/CP774..UTF8: New file.
54125         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54126         END CHARMAP line.
54127         * iconvdata/gen-8bit-gap.sh: Likewise.
54128         * iconvdata/gen-8bit.sh: Likewise.
54130         * locale/iso-639.def: Add ary entry.
54132         [BZ #11258]
54133         * locale/C-translit.h.in: Add U20A1 transliteration.
54135         [BZ #12178]
54136         * locale/iso-639.def: Add wae entry.
54137         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54139         [BZ #12545]
54140         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54141         for n.
54143         [BZ #12711]
54144         * locale/C-translit.h.in: Add entry for U20B9.
54145         Patch by pravin.d.s@gmail.com.
54147 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54149         [BZ #12713]
54150         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54151         ENAMETOOLONG use generic getcwd.
54152         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54153         in rtld.  Use *stat64.
54154         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54155         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54156         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54157         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54158         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54159         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54160         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54161         __fstatat64 macros.
54162         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54163         * dirent/rewinddir.c: Add libc_hidden_def.
54164         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54165         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54167         * include/dirent.h (__alloc_dir): Add flags parameter.
54168         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54169         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54170         __alloc_dir.
54171         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54172         from fdopendir if O_CLOEXEC is already set.
54174 2011-03-15  Alan Modra  <amodra@gmail.com>
54176         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54177         l_tls_firstbyte_offset non-zero.  Save padding offset in
54178         l_tls_firstbyte_offset for later use.
54179         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54180         freeing static tls block.
54182 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54184         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54185         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54186         being defined by the kernel headers.
54188 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54190         [BZ #12734]
54191         * resolv/resolv.h: Define RES_NOTLDQUERY.
54192         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54193         no-tld-query and set RES_NOTLDQUERY.
54194         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54195         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54196         modern BIND to search name as TLD unless forbidden.
54198 2011-05-07  Petr Baudis  <pasky@suse.cz>
54199             Ulrich Drepper  <drepper@gmail.com>
54201         [BZ #12393]
54202         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54203         (is_trusted_path): ...to here.
54204         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54205         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54206         using is_trusted_path_normalize() in setuid scripts.
54208 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54210         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54211         __BEGIN/__END_DECLS.
54213 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54215         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54216         NSS_STATUS_NOTFOUND if no record was found.
54218 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54220         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54221         (headers-not-in-tirpc): Remove rpc/netdb.h
54222         * resolv/netdb.h: Revert last change.
54224 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54226         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54227         circular dependency between libgcc.a and libc.a.
54229 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54231         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54232         * nis/Makefile: Don't install rpcsvc/*.
54233         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54234         instead of <rpc/types.h>.
54235         (MAXHOSTNAMELEN): Define.
54237 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54239         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54241 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54243         [BZ #12714]
54244         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54245         gethostbyname4_r when IPv6 results are possible.
54247 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54249         [BZ #12723]
54250         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54251         _PC_PIPE_BUF handling.
54253 2011-04-30  Bruno Haible  <bruno@clisp.org>
54255         [BZ #12717]
54256         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54257         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54258         to 'int'.
54259         * inet/getnameinfo.c (getnameinfo): Likewise.
54261 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54263         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54264         to groups setting in database lookup.
54265         * nss/nsswitch.conf: Add initgroups entry.
54267 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54269         [BZ #12685]
54270         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54271         mode string.
54272         Patch by Eric Blake <eblake@redhat.com>.
54274 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54276         * sunrpc/Makefile (need-export-routines): Add svc_run.
54277         (routines): Remove svc_run.
54278         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54279         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54280         * sunrpc/svc_run.c (svc_run): Likewise.
54281         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54283 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54285         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54286         problem in reallocation in last patch.
54288 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54290         * sunrpc/Makefile: Move inclusion of Rules.
54292 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54294         * nss/nss_files/files-initgroups.c: New file.
54295         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54296         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54297         _nss_files_initgroups_dyn.
54299 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54301         * elf/elf.h (R_ARM_IRELATIVE): Define.
54303 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54305         * po/ru.po: Update from translation team.
54307 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54309         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54310         dependencies.
54312 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54314         [BZ #12653]
54315         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54316         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54317         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54318         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54319         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54321 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54323         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54324         differing bytes.
54325         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54326         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54327         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54329 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54331         [BZ #12420]
54332         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54333         storing it.
54334         * stdlib/bug-getcontext.c: New file.
54335         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54337 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54339         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54340         instructions into .machine "z9-109".
54341         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54342         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54344 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54346         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54347         between environment variables and auxiliary vector.
54349 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54351         * Makefile: Add rules to build linkobj/libc.so.
54352         * include/libc-symbols.h: Define libc_hidden_nolink.
54353         * include/rpc/auth.h: Mark functions which are to be hidden.
54354         * include/rpc/auth_des.h: Likewise.
54355         * include/rpc/auth_unix.h: Likewise.
54356         * include/rpc/clnt.h: Likewise.
54357         * include/rpc/des_crypt.h: Likewise.
54358         * include/rpc/key_prot.h: Likewise.
54359         * include/rpc/pmap_clnt.h: Likewise.
54360         * include/rpc/pmap_prot.h: Likewise.
54361         * include/rpc/pmap_rmt.h: Likewise.
54362         * include/rpc/rpc_msg.h: Likewise.
54363         * include/rpc/svc.h: Likewise.
54364         * include/rpc/svc_auth.h: Likewise.
54365         * include/rpc/xdr.h: Likewise.
54366         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54367         * nss/Makefile: Likewise.
54368         * sunrpc/Makefile: Don't install headers.  Build library with normal
54369         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54370         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54371         for the compat linking library.  Remove use of INTDEF/INTUSE.
54372         * sunrpc/auth_none.c: Likewise.
54373         * sunrpc/auth_unix.c: Likewise.
54374         * sunrpc/authdes_prot.c: Likewise.
54375         * sunrpc/authuxprot.c: Likewise.
54376         * sunrpc/clnt_gen.c: Likewise.
54377         * sunrpc/clnt_perr.c: Likewise.
54378         * sunrpc/clnt_raw.c: Likewise.
54379         * sunrpc/clnt_simp.c: Likewise.
54380         * sunrpc/clnt_tcp.c: Likewise.
54381         * sunrpc/clnt_udp.c: Likewise.
54382         * sunrpc/clnt_unix.c: Likewise.
54383         * sunrpc/des_crypt.c: Likewise.
54384         * sunrpc/des_soft.c: Likewise.
54385         * sunrpc/get_myaddr.c: Likewise.
54386         * sunrpc/key_call.c: Likewise.
54387         * sunrpc/key_prot.c: Likewise.
54388         * sunrpc/netname.c: Likewise.
54389         * sunrpc/pm_getmaps.c: Likewise.
54390         * sunrpc/pm_getport.c: Likewise.
54391         * sunrpc/pmap_clnt.c: Likewise.
54392         * sunrpc/pmap_prot.c: Likewise.
54393         * sunrpc/pmap_prot2.c: Likewise.
54394         * sunrpc/pmap_rmt.c: Likewise.
54395         * sunrpc/publickey.c: Likewise.
54396         * sunrpc/rpc_cmsg.c: Likewise.
54397         * sunrpc/rpc_common.c: Likewise.
54398         * sunrpc/rpc_dtable.c: Likewise.
54399         * sunrpc/rpc_prot.c: Likewise.
54400         * sunrpc/rpc_thread.c: Likewise.
54401         * sunrpc/rtime.c: Likewise.
54402         * sunrpc/svc.c: Likewise.
54403         * sunrpc/svc_auth.c: Likewise.
54404         * sunrpc/svc_authux.c: Likewise.
54405         * sunrpc/svc_raw.c: Likewise.
54406         * sunrpc/svc_run.c: Likewise.
54407         * sunrpc/svc_simple.c: Likewise.
54408         * sunrpc/svc_tcp.c: Likewise.
54409         * sunrpc/svc_udp.c: Likewise.
54410         * sunrpc/svc_unix.c: Likewise.
54411         * sunrpc/svcauth_des.c: Likewise.
54412         * sunrpc/xcrypt.c: Likewise.
54413         * sunrpc/xdr.c: Likewise.
54414         * sunrpc/xdr_array.c: Likewise.
54415         * sunrpc/xdr_float.c: Likewise.
54416         * sunrpc/xdr_intXX_t.c: Likewise.
54417         * sunrpc/xdr_mem.c: Likewise.
54418         * sunrpc/xdr_rec.c: Likewise.
54419         * sunrpc/xdr_ref.c: Likewise.
54420         * sunrpc/xdr_sizeof.c: Likewise.
54421         * sunrpc/xdr_stdio.c: Likewise.
54423 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54425         [BZ #12650]
54426         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54427         * sysdeps/ia64/dl-tls.h: Likewise.
54428         * sysdeps/powerpc/dl-tls.h: Likewise.
54429         * sysdeps/s390/dl-tls.h: Likewise.
54430         * sysdeps/sh/dl-tls.h: Likewise.
54431         * sysdeps/sparc/dl-tls.h: Likewise.
54432         * sysdeps/x86_64/dl-tls.h: Likewise.
54433         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54435 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54437         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54438         rpath element also skip the following colon.
54439         (expand_dynamic_string_token): Add is_path parameter and pass
54440         down to DL_DST_REQUIRED and _dl_dst_substitute.
54441         (decompose_rpath): Call expand_dynamic_string_token with
54442         non-zero is_path.  Ignore empty rpaths.
54443         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54444         with zero is_path.
54446 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54449         Make cancelable.
54451 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54453         [BZ #12655]
54454         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54455         Patch by Filipe David Manana <fdmanana@apache.org>.
54457 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54459         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54460         Maintain aligned stack.
54461         (CHECK_RSP): Remove unused macro.
54463 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54465         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54466         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54468 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54470         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54472         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54474 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54476         [BZ #12518]
54477         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54478         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54479         * sysdeps/x86_64/memmove.c: New file.
54480         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54481         (memcpy): Renamed to ...
54482         (__new_memcpy): This.
54483         (memcpy): Provide GLIBC_2_14 memcpy.
54484         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54485         (memcpy): Provide GLIBC_2_2_5 memcpy.
54487 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54489         [BZ #12631]
54490         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54492 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54494         * misc/syncfs.c: New file.
54495         * misc/Makefile (routines): Add syncfs.
54496         * posix/unistd.h: Declare syncfs.
54497         * sysdeps/unix/syscalls.list: Add syncfs.
54499 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54501         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54502         open_by_handle_at.
54503         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54504         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54505         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54506         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54507         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54508         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54509         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54511 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54513         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54514         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54515         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54516         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54517         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54518         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54519         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54521         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54522         sync_file_range.c with -fexceptions.
54523         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54524         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54525         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54526         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54527         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54528         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54529         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54530         sync_file_range as cancellation point
54531         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54532         now a wrapper around __call_sync_file_range with cancellation handling.
54533         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54534         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54535         function name to __call_sync_file_range.
54536         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54537         Add call_sync_file_range.
54539 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54541         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54542         bits/timex.h.
54544 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54546         * iconv/iconv.h: Fix typo in comment.
54547         * io/fcntl.h: Likewise.
54548         * libio/stdio.h: Likewise.
54549         * posix/spawn.h: Likewise.
54550         * posix/unistd.h: Likewise.
54551         * stdlib/stdlib.h: Likewise.
54552         * time/time.h: Likewise.
54553         * wcsmbs/wchar.h: Likewise.
54555         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54556         open_by_handle): Add.
54557         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54558         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54559         Augment a few comments.
54560         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54561         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54562         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54563         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54564         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54565         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54566         open_by_handle.
54568         * io/fcntl.h (AT_EMPTY_PATH): Define.
54570 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54572         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54573         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54574         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54575         to...
54576         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54577         * Versions.def: Add GLIBC_2.14.
54578         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54579         Export.
54581 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54583         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54584         round counter.
54585         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54587 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54589         [BZ #12597]
54590         * string/test-strncmp.c (do_page_test): New function.
54591         (check2): Likewise.
54592         (test_main): Call check2.
54593         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54595 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54597         [BZ #12587]
54598         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54599         Handle cache information in CPU leaf 4.
54600         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54602 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54604         [BZ #12583]
54605         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54606         character representation.
54607         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54609 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54611         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54612         END(__isnan) to END(__isnanf) to match function entry point/label
54613         EALIGN(__isnanf,...).
54615 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54617         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54619 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54621         [BZ #12510]
54622         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54623         copy from the symbol referenced in the relocation to initialize the
54624         used variable.
54625         Patch by Piotr Bury <pbury@goahead.com>.
54626         * elf/Makefile: Add rules to build and tst-unique3.
54627         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54628         * elf/tst-unique3.cc: New file.
54629         * elf/tst-unique3.h: New file.
54630         * elf/tst-unique3lib.cc: New file.
54631         * elf/tst-unique3lib2.cc: New file.
54633         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54635 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54637         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54638         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54639         to _start.
54641 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54643         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54644         to-be-loaded object along a path to loader is ld.so.
54646 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54647             Ulrich Drepper  <drepper@gmail.com>
54649         * sysdeps/x86_64/memset.S: After aligning destination, code
54650         branches to different locations depending on the value of
54651         misalignment, when multiarch is enabled. Fix this.
54653 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54655         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54656         Set _x86_64_preferred_memory_instruction for AMD processsors.
54657         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54658         Set bit_Prefer_SSE_for_memop for AMD processors.
54660 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54662         * libio/fmemopen.c (fmemopen): Optimize a bit.
54664 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54666         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54668 2011-03-03  Roland McGrath  <roland@redhat.com>
54670         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54672 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54674         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54675         __bzero_ultra1 instead of __memset_ultra1.
54677 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54678             Ulrich Drepper  <drepper@gmail.com>
54680         [BZ #12509]
54681         * include/link.h (struct link_map): Add l_orig_initfini.
54682         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54683         returning unsuccessfully.
54684         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54685         close of a file loaded at startup, restore the original l_initfini
54686         list.
54687         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54688         list, store the pointer.
54689         * elf/Makefile ($(objpfx)noload-mem): New rule.
54690         (noload-ENV): Define.
54691         (tests): Add $(objpfx)noload-mem.
54692         * elf/noload.c: Include <memcheck.h>.
54693         (main): Call mtrace.  Close all opened handles.
54695 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54697         [BZ #12454]
54698         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54699         dependencies are missing.
54701 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54703         Fix __if_freereq crash: Unlike the generic version which uses free,
54704         Hurd needs munmap.
54705         * sysdeps/mach/hurd/ifreq.h: New file.
54707 2011-01-27  Petr Baudis  <pasky@suse.cz>
54708             Ulrich Drepper  <drepper@gmail.com>
54710         [BZ 12445]#
54711         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54712         to extend_alloca().
54713         * stdio-common/bug23.c: New file.
54714         * stdio-common/Makefile (tests): Add bug23.
54716 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54717             Ulrich Drepper  <drepper@gmail.com>
54719         [BZ #12489]
54720         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54721         before performing relro protection.  At old place add assertion
54722         to make sure nothing changed.
54724 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54725             Glauber de Oliveira Costa  <glommer@gmail.com>
54727         * elf/elf.h: Add new ARM TLS relocs.
54729 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54732         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54733         cast from r3.
54734         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54735         'tests' variable.
54736         * sysdeps/wordsize-64/tst-writev.c: New file.
54738 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54740         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54741         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54742         insns in _dl_start to prevent a TOC reference before relocs are
54743         resolved.
54745 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54747         [BZ #12469]
54748         * Makeconfig: Remove RANLIB definition.
54749         * Makerules: Don't use RANLIB.
54750         * aclocal.m4: Remove ranlib test.
54751         * configure.in: No need to check for ranlib.
54752         * elf/rtld-Rules: Don't use RANLIB.
54754 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54756         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54757         protection macro.
54758         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54759         inclusion protection macro.
54761         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54762         SIGRTMIN and SIGRTMAX and print information in that case only when
54763         SIGRTMIN is defined.
54765 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54767         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54768         arginfo fn returning -1.
54770         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54771         and thousands string is zero terminated.
54773 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54775         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54776         sysdeps/unix/sysv/linux/bits/socket.h.
54778 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54780         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54781         (__CPU_COUNT): Remove old macros.
54782         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54783         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54784         (__CPU_ALLOC, __CPU_FREE): Add macros.
54785         (__sched_cpualloc, __sched_cpufree): Add declarations.
54787 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54789         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54790         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54791         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54792         (readdhstai): Return value of addhstaiX call.
54793         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54794         (addgrbyX): Return value returned by cache_addgr.
54795         (readdgrbyname): Return value returned by addgrbyX.
54796         (readdgrbygid): Likewise.
54797         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54798         (addpwbyX): Return value returned by cache_addpw.
54799         (readdpwbyname): Return value returned by addhstbyX.
54800         (readdpwbyuid): Likewise.
54801         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54802         (addservbyX): Return value returned by cache_addserv.
54803         (readdservbyname): Return value returned by addservbyX:
54804         (readdservbyport): Likewise.
54805         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54806         (addhstbyX): Return value returned by cache_addhst.
54807         (readdhstbyname): Return value returned by addhstbyX.
54808         (readdhstbyaddr): Likewise.
54809         (readdhstbynamev6): Likewise.
54810         (readdhstbyaddrv6): Likewise.
54811         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54812         (readdinitgroups): Return value returned by addinitgroupsX.
54813         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54814         (prune_cache): Keep track of timeout value of re-added entries.
54815         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54816         * nscd/nscd.h: Adjust prototypes of readd* functions.
54818 2011-02-04  Roland McGrath  <roland@redhat.com>
54820         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54821         (nis_stats): Likewise.
54822         * nis/nis_modify.c (nis_modify): Likewise.
54823         * nis/nis_remove.c (nis_remove): Likewise.
54824         * nis/nis_add.c (nis_add): Likewise.
54826         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54828         * posix/fnmatch_loop.c: Add some consts.
54830         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54832 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54834         [BZ #12460]
54835         * config.make.in (config-cflags-novzeroupper): Define.
54836         * configure.in: Substitute libc_cv_cc_novzeroupper.
54837         * elf/Makefile (AVX-CFLAGS): Define.
54838         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54839         (CFLAGS-tst-auditmod4a.c): Likewise.
54840         (CFLAGS-tst-auditmod4b.c): Likewise.
54841         (CFLAGS-tst-auditmod6b.c): Likewise.
54842         (CFLAGS-tst-auditmod6c.c): Likewise.
54843         (CFLAGS-tst-auditmod7b.c): Likewise.
54844         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54846 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54848         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54849         function to the callback.
54850         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54852 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54854         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54855         of errno.
54857 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54859         [BZ #11724]
54860         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54861         of constructors.
54862         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54863         of destructors.
54864         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54866         [BZ #11724]
54867         * elf/Makefile: Add rules to build and run new test.
54868         * elf/tst-initorder.c: New file.
54869         * elf/tst-initorder.exp: New file.
54870         * elf/tst-initordera1.c: New file.
54871         * elf/tst-initordera2.c: New file.
54872         * elf/tst-initordera3.c: New file.
54873         * elf/tst-initordera4.c: New file.
54874         * elf/tst-initorderb1.c: New file.
54875         * elf/tst-initorderb2.c: New file.
54876         * elf/tst-order-a1.c: New file.
54877         * elf/tst-order-a2.c: New file.
54878         * elf/tst-order-a3.c: New file.
54879         * elf/tst-order-a4.c: New file.
54880         * elf/tst-order-b1.c: New file.
54881         * elf/tst-order-b2.c: New file.
54882         * elf/tst-order-main.c: New file.
54883         New test case by George Gensure <werkt0@gmail.com>.
54885 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54887         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54888         decoding ACE if AI_CANONIDN.
54890 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54892         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54894 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54896         * version.h (RELEASE): Bump for 2.13 release.
54897         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54899         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54901         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54902         MADV_NOHUGEPAGE.
54903         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54904         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54905         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54906         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54907         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54908         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54910         * posix/getconf.c: Update copyright year.
54911         * catgets/gencat.c: Likewise.
54912         * csu/version.c: Likewise.
54913         * debug/catchsegv.sh: Likewise.
54914         * debug/xtrace.sh: Likewise.
54915         * elf/ldconfig.c: Likewise.
54916         * elf/ldd.bash.in: Likewise.
54917         * elf/sprof.c (print_version): Likewise.
54918         * iconv/iconv_prog.c: Likewise.
54919         * iconv/iconvconfig.c: Likewise.
54920         * locale/programs/locale.c: Likewise.
54921         * locale/programs/localedef.c: Likewise.
54922         * malloc/memusage.sh: Likewise.
54923         * malloc/mtrace.pl: Likewise.
54924         * nscd/nscd.c (print_version): Likewise.
54925         * nss/getent.c: Likewise.
54927         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54928         PF_CAIF, and PF_ALG.
54929         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54931 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54933         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54934         (modules-names): Use them.
54935         (ifunc-test-modules, ifunc-pie-tests): Define.
54936         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54937         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54938         (test-extras): Likewise.
54939         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54940         $(compile-command.c).
54941         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54942         (all-built-dso): Define.
54943         (check-textrel.out, check-execstack.out): Depend on it.
54945         * configure.in: Don't override --enable-multi-arch.
54947 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54949         [BZ #6812]
54950         * nscd/hstcache.c (tryagain): Define.
54951         (cache_addhst): Return tryagain not notfound for temporary errors.
54952         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54953         failed.
54955 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54957         [BZ #10563]
54958         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54959         to make the syscall.
54960         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54962         [BZ #12378]
54963         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54964         and fall back to matching as normal character if the string ends before
54965         the matching ']' is found.  This is what POSIX requires.
54966         * posix/testfnm.c: Adjust test result.
54967         * posix/globtest.sh: Adjust test result.  Add new test.
54968         * posix/tst-fnmatch.input: Likewise.
54969         * posix/tst-fnmatch2.c: Add new test.
54971 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54973         * elf/Makefile (check-execstack): Revert last change.  Depend on
54974         check-execstack.h.
54975         (check-execstack.h): New target.
54976         (generated): Add check-execstack.h.
54977         * elf/check-execstack.c: Include "check-execstack.h".
54978         (main): Revert last change.
54979         (handle_file): Return zero if GNU_STACK is absent and
54980         DEFAULT_STACK_PERMS doesn't include PF_X.
54982 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54984         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54985         in child fails because the descriptor is already closed.
54986         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54987         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54988         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54990         [BZ #12397]
54991         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54992         syscall.
54994         [BZ #10484]
54995         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54996         temporary buffer used to handle multi lookups locally.
54997         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54999 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55001         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55002         loader is ld.so.
55004 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55006         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55007         alignment for SSE2.
55009 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55011         [BZ #12394]
55012         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55013         characters.  When rounding increased number of integer digits recompute
55014         number of groups.
55015         * stdio-common/tst-grouping.c: New file.
55016         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55018 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55020         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55021         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55023         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55024         void.
55025         * bits/select.h: Likewise.
55027 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55029         * po/ja.po: Update from translation team.
55031 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55033         [BZ #11155]
55034         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55035         implementation just like for lxstat, fxstatat, et al.
55037 2010-12-27  Jim Meyering  <meyering@redhat.com>
55039         [BZ #12348]
55040         * posix/regexec.c (build_trtable): Return failure indication upon
55041         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55043 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55045         [BZ #12201]
55046         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55047         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55048         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55049         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55051         [BZ #12207]
55052         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55054         [BZ #12204]
55055         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55056         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55058 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55060         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55061         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55062         script has SORT_BY_INIT_PRIORITY.
55063         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55064         NO_CTORS_DTORS_SECTIONS is defined.
55065         * elf/soinit.c: Likewise.
55066         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55067         NO_CTORS_DTORS_SECTIONS is defined.
55068         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55069         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55070         * sysdeps/sh/init-first.c: Likewise.
55071         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55073 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55075         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55076         always use the slow path.
55078 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55080         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55081         similar rule which adds the sysdep directories to the header search in
55082         order to pick up the correct platform stackinfo.h.
55083         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55084         perform test if it is, otherwise return successfully without testing.
55085         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55086         DEFAULT_STACK_PERMS define in stackinfo.h.
55087         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55088         defined in stackinfo.h.
55089         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55090         DEFAULT_STACK_PERMS defined in stackinfo.h.
55091         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55092         * sysdeps/ia64/stackinfo.h: Likewise.
55093         * sysdeps/s390/stackinfo.h: Likewise.
55094         * sysdeps/sh/stackinfo.h: Likewise.
55095         * sysdeps/sparc/stackinfo.h: Likewise.
55096         * sysdeps/x86_64/stackinfo.h: Likewise.
55097         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55098         PF_X for powerpc64.  Retain PF_X for powerpc32.
55100 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55102         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55103         accurately.
55104         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55105         GETDENTS_64BIT_ALIGNED.
55107 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55109         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55111 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55113         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55114         _GNU_SOURCE.
55116         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55117         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55118         Remove __restrict.
55119         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55120         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55122 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55124         [BZ #11655]
55125         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55126         are initialized.
55128 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55130         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55132 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55134         * po/it.po: Update from translation team.
55136 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55138         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55139         unused codes.
55141 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55143         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55145 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55147         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55148         specially.
55149         (gaih_getanswer_slice): Likewise.
55151 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55153         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55155 2010-05-31  Petr Baudis  <pasky@suse.cz>
55157         [BZ #11149]
55158         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55159         silently even in the chroot mode.
55161 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55163         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55164         last patch a bit.  Pretty printing
55166 2010-05-31  Petr Baudis <pasky@suse.cz>
55168         [BZ #10085]
55169         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55170         initialization of skip_initgroups_dyn.
55172 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55174         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55175         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55177 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55179         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55181 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55183         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55184         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55185         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55186         ($(objpfx)tst-fnmatch-mem): New rule.
55187         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55188         * posix/tst-fnmatch.c (main): Call mtrace.
55190 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55192         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55193         Support Intel processor model 6 and model 0x2c.
55195 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55197         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55198           signed comparison.
55200 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55202         [BZ #12205]
55203         * string/test-strncasecmp.c (check_result): New function.
55204         (do_one_test): Use it.
55205         (check1): New function.
55206         (test_main): Use it.
55207         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55208         Support strcasecmp and strncasecmp.
55210 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55212         [BZ #12194]
55213         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55214         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55216 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55218         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55219         IFUNC support.
55220         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55221         memset-x86-64.
55222         * sysdeps/x86_64/multiarch/bzero.S: New file.
55223         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55224         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55225         * sysdeps/x86_64/multiarch/memset.S: New file.
55226         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55227         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55228         Set bit_Prefer_SSE_for_memop for Intel processors.
55229         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55230         Define.
55231         (index_Prefer_SSE_for_memop): Define.
55232         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55234 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55236         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55237         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55239 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55241         [BZ #12191]
55242         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55243         (__x86_64_raw_data_cache_size_half): Likewise.
55244         (__x86_64_raw_shared_cache_size): Likewise.
55245         (__x86_64_raw_shared_cache_size_half): Likewise.
55247         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55248         (__x86_64_raw_data_cache_size_half): Likewise.
55249         (__x86_64_raw_shared_cache_size): Likewise.
55250         (__x86_64_raw_shared_cache_size_half): Likewise.
55251         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55252         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55253         and __x86_64_raw_shared_cache_size_half.  Round
55254         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55255         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55256         to multiple of 256 bytes.
55258 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55260         [BZ #12167]
55261         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55262         of inacessible symlinks.  Verify result of symlink before returning it.
55263         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55264         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55266 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55268         * math/math.h (isinf): Fix typo in comment.
55270 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55272         * po/da.po: Update from translation team.
55274 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55276         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55277         is added to the list.
55279 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55280             Ulrich Drepper  <drepper@gmail.com>
55282         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55283         the global list here.  Move code to...
55284         (_dl_add_to_namespace_list): ...here.  New function.
55285         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55286         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55287         * elf/dl-load.c (lose): Don't remove the element from the list.
55288         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55289         (_dl_map_object): Likewise.
55291 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55293         [BZ #12159]
55294         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55295         into all bytes of SSE register.
55296         Patch by Richard Li <richardpku@gmail.com>.
55298 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55300         [BZ #12140]
55301         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55302         perturbing.
55304 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55306         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55307         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55308         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55309         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55311         submachine.
55312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55314 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55316         * include/dlfcn.h (__RTLD_SECURE): Define.
55317         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55318         mode & __RTLD_SECURE instead.
55319         (open_path): Rename preloaded parameter to secure.
55320         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55321         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55322         * elf/dl-deps.c (openaux): Likewise.
55323         * elf/rtld.c (struct map_args): Remove is_preloaded.
55324         (map_doit): Don't use it.
55325         (dl_main): Likewise.
55326         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55327         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55329 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55331         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55332         (sysd-rules-targets): Remove duplicates.
55333         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55334         rtld-%.$o dependency.
55336 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55338         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55339         _dl_map_object do it.
55341 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55343         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55344         fast fma builtins, define the macros in the C99 standard.
55345         (FP_FAST_FMAF): Likewise.
55346         (FP_FAST_FMAL): Likewise.
55347         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55349         * bits/mathdef.h: Update copyright year.
55350         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55352 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55354         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55355         builtins, define the macros in the C99 standard.
55356         (FP_FAST_FMAF): Likewise.
55357         (FP_FAST_FMAL): Likewise.
55358         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55359         multiply/add.
55360         (FP_FAST_FMAF): Likewise.
55362 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55364         [BZ #3268]
55365         * math/libm-test.inc (fma_test): Some new testcases.
55366         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55367         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55368         y and infinite z.  Do multiplication by C already in long double.
55369         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55370         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55371         y and infinite z.  Do bitwise or of inexact bit into u.d.
55372         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55373         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55374         * sysdeps/i386/fpu/s_fma.S: Removed.
55375         * sysdeps/i386/fpu/s_fmal.S: Removed.
55377 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55379         [BZ #3268]
55380         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55381         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55382         computation is not scheduled after fetestexcept.  Fix value
55383         of minimum denormal long double.
55385 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55387         [BZ #3268]
55388         * math/libm-test.inc (fma_test): Add some more tests.
55389         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55390         correctly.
55392 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55394         * scripts/data/localplt-s390-linux-gnu.data: New file.
55395         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55397 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55399         [BZ #3268]
55400         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55401         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55402         instead of dbl-64.
55403         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55404         inlines.
55405         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55406         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55407         if one of x and y is very large and the other is subnormal.
55408         * sysdeps/s390/fpu/s_fmaf.c: New file.
55409         * sysdeps/s390/fpu/s_fma.c: New file.
55410         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55411         * sysdeps/powerpc/fpu/s_fma.S: New file.
55412         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55413         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55414         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55416 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55418         [BZ #3268]
55419         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55420         fma tests.
55421         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55422         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55423         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55424         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55425         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55426         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55427         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55429 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55431         [BZ #12078]
55432         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55433         * posix/bug-regex31.input: Add test case.
55435 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55437         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55438         * posix/bug-regex31.input: New file.
55440         [BZ #12078]
55441         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55442         (parse_sub_exp): Fix last change, use postorder.
55444         * posix/bug-regex31.c: New file.
55445         * posix/Makefile: Add rules to build and run bug-regex31.
55447         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55449         [BZ #12078]
55450         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55452         [BZ #12108]
55453         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55454         to have entries in sys_siglist.
55456         [BZ #12093]
55457         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55458         be NULL.
55460 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55462         [BZ #3268]
55463         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55464         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55465         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55466         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55467         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55468         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55469         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55470         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55471         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55472         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55473         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55474         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55475         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55476         * math/ftestexcept.c (fetestexcept): Likewise.
55477         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55478         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55479         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55480         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55481         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55482         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55483         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55485 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55487         [BZ #12107]
55488         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55489         newline.
55491 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55493         * string/bug-strstr1.c: New file.
55494         * string/Makefile: Add rules to build and run bug-strstr1.
55496 2010-10-05  Eric Blake  <eblake@redhat.com>
55498         [BZ #12092]
55499         * string/str-two-way.h (two_way_long_needle): Always clear memory
55500         when skipping input due to the shift table.
55502 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55504         [BZ #12005]
55505         * malloc/mcheck.c: Handle large requests.
55507         [BZ #12077]
55508         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55509         for strncmp and strncasecmp.
55510         * string/stratcliff.c: Add tests for strcmp and strncmp.
55511         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55513 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55515         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55516         __set_fpscr.
55518 2010-09-30  Andreas Jaeger  <aj@suse.de>
55520         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55521         (CGROUP_SUPER_MAGIC): Define.
55522         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55523         Handle btrfs and cgroup file systems.
55524         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55525         Likewise.
55527 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55529         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55530         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55532 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55534         [BZ #12067]
55535         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55536         trying to locate the ELF header.
55538 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55540         [BZ #11611]
55541         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55542         Mask out sign-bit copies when constructing f_fsid.
55544 2010-09-24  Petr Baudis <pasky@suse.cz>
55546         * debug/stack_chk_fail_local.c: Add missing licence exception.
55547         * debug/warning-nop.c: Likewise.
55549 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55551         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55552         implementing getdents64 using getdents syscall, set d_type if
55553         __ASSUME_GETDENTS32_D_TYPE.
55555 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55557         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55558         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55560 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55562         [BZ #12037]
55563         * posix/unistd.h: Undo change of feature selection for ftruncate from
55564         2010-01-11.
55566 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55568         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55569         detection.
55571 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55573         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55574         fanotify_mark.
55575         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55577 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55579         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55580         variables after CHECK_SP call.
55581         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55583 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55584             Ulrich Drepper  <drepper@redhat.com>
55586         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55587         re-relocationg ld.so.
55588         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55589         _dl_init_paths call.
55590         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55591         here anymore.
55593 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55595         * resolv/res_init.c (__res_vinit): Count the default server we added.
55597 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55598             Ulrich Drepper  <drepper@redhat.com>
55600         [BZ #11968]
55601         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55602         (____longjmp_chk): Use %ebx for saving value across system call.
55603         Add unwind info.
55605 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55607         * manual/Makefile: Don't mix pattern rules with normal rules.
55609 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55611         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55612         operation.
55613         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55614         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55615         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55616         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55617         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55618         Likewise.
55620 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55622         [BZ #11979]
55623         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55624         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55626 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55628         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55629         * sysdeps/x86_64/addmul_1.S: Likewise.
55630         * sysdeps/x86_64/lshift.S: Likewise.
55631         * sysdeps/x86_64/mul_1.S: Likewise.
55632         * sysdeps/x86_64/rshift.S: Likewise.
55633         * sysdeps/x86_64/sub_n.S: Likewise.
55634         * sysdeps/x86_64/submul_1.S: Likewise.
55636 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55638         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55639         Define __sched_param instead of SCHED_* and sched_param when
55640         <bits/sched.h> is included with __need_schedparam defined.
55641         * bits/sched.h [__need_schedparam]
55642         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55643         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55644         (__defined_schedparam): Define to 1.
55645         (__sched_param): New structure, identical to sched_param.
55646         (__need_schedparam): Undefine.
55648 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55650         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55651         (epoll_create1): Declare.
55653         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55655 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55657         [BZ #7066]
55658         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55659         shifting retval into place.
55661 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55663         * nis/rpcsvc/nis.h: Update copyright notice.
55664         * nis/rpcsvc/nis.x: Likewise.
55665         * nis/rpcsvc/nis_callback.h: Likewise.
55666         * nis/rpcsvc/nis_callback.x: Likewise.
55667         * nis/rpcsvc/nis_object.x: Likewise.
55668         * nis/rpcsvc/nis_tags.h: Likewise.
55669         * nis/rpcsvc/yp.h: Likewise.
55670         * nis/rpcsvc/yp.x: Likewise.
55671         * nis/rpcsvc/ypupd.h: Likewise.
55672         * nis/yp_xdr.c: Likewise.
55673         * nis/ypupdate_xdr.c: Likewise.
55675         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55676         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55677         (pmap_getport): Use __libc_rpc_getport.
55678         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55679         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55680         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55682 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55685         fanotify_mark.
55687 2010-08-27  Roland McGrath  <roland@redhat.com>
55689         * sysdeps/i386/i686/multiarch/Makefile
55690         (CFLAGS-varshift.c): New variable.
55692 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55694         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55695         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55697         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55699         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55701 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55703         * sysdeps/x86_64/strlen.S: Unroll the loop.
55704         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55705         strlen-sse2 strlen-sse2-bsf.
55706         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55707         __strlen_no_bsf if bit_Slow_BSF is set.
55708         (__strlen_sse42): Removed.
55709         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55710         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55712 2010-08-25  Roland McGrath  <roland@redhat.com>
55714         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55715         * sysdeps/x86_64/multiarch/varshift.c: New file.
55716         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55717         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55718         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55719         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55721 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55723         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55724         strlen-sse2 strlen-sse2-bsf.
55725         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55726         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55727         (__strlen_sse2): Removed.
55728         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55729         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55730         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55731         bit_Slow_BSF for Atom.
55732         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55733         (index_Slow_BSF): Define.
55734         (HAS_SLOW_BSF): Define.
55736 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55738         [BZ #10851]
55739         * resolv/res_init.c (__res_vinit): When no server address at all
55740         is given default to loopback.
55742 2010-08-24  Roland McGrath  <roland@redhat.com>
55744         * configure.in: Remove config-name.h generation.
55745         * configure: Regenerated.
55746         * config-name.in: File removed.
55747         * scripts/config-uname.sh: New file.
55748         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55749         ($(objdir)config-name.h): New target.
55751         * sunrpc/rpc_parse.h: Avoid nested comment.
55753 2010-08-24  Richard Henderson  <rth@redhat.com>
55754             Ulrich Drepper  <drepper@redhat.com>
55755             H.J. Lu  <hongjiu.lu@intel.com>
55757         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55758         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55759         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55760         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55761         _mm_alignr_epi8 with _mm_loadu_si128.
55762         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55763         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55764         (__m128i_shift_right): Removed.
55765         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55766         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55767         * sysdeps/x86_64/multiarch/varshift.h: New file.
55768         * sysdeps/x86_64/multiarch/varshift.S: New file.
55770 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55772         * configure.in: Move assembler checks to before sysdep dir checking.
55774 2010-08-20  Petr Baudis  <pasky@suse.cz>
55776         * LICENSES: Sync the sunrpc license.
55778 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55780         * sunrpc/auth_des.c: Update copyright notice once again.
55781         * sunrpc/auth_none.c: Likewise.
55782         * sunrpc/auth_unix.c: Likewise.
55783         * sunrpc/authdes_prot.c: Likewise.
55784         * sunrpc/authuxprot.c: Likewise.
55785         * sunrpc/bindrsvprt.c: Likewise.
55786         * sunrpc/clnt_gen.c: Likewise.
55787         * sunrpc/clnt_perr.c: Likewise.
55788         * sunrpc/clnt_raw.c: Likewise.
55789         * sunrpc/clnt_simp.c: Likewise.
55790         * sunrpc/clnt_tcp.c: Likewise.
55791         * sunrpc/clnt_udp.c: Likewise.
55792         * sunrpc/clnt_unix.c: Likewise.
55793         * sunrpc/des_crypt.c: Likewise.
55794         * sunrpc/des_soft.c: Likewise.
55795         * sunrpc/get_myaddr.c: Likewise.
55796         * sunrpc/getrpcport.c: Likewise.
55797         * sunrpc/key_call.c: Likewise.
55798         * sunrpc/key_prot.c: Likewise.
55799         * sunrpc/openchild.c: Likewise.
55800         * sunrpc/pm_getmaps.c: Likewise.
55801         * sunrpc/pm_getport.c: Likewise.
55802         * sunrpc/pmap_clnt.c: Likewise.
55803         * sunrpc/pmap_prot.c: Likewise.
55804         * sunrpc/pmap_prot2.c: Likewise.
55805         * sunrpc/pmap_rmt.c: Likewise.
55806         * sunrpc/rpc/auth.h: Likewise.
55807         * sunrpc/rpc/auth_unix.h: Likewise.
55808         * sunrpc/rpc/clnt.h: Likewise.
55809         * sunrpc/rpc/des_crypt.h: Likewise.
55810         * sunrpc/rpc/key_prot.h: Likewise.
55811         * sunrpc/rpc/netdb.h: Likewise.
55812         * sunrpc/rpc/pmap_clnt.h: Likewise.
55813         * sunrpc/rpc/pmap_prot.h: Likewise.
55814         * sunrpc/rpc/pmap_rmt.h: Likewise.
55815         * sunrpc/rpc/rpc.h: Likewise.
55816         * sunrpc/rpc/rpc_des.h: Likewise.
55817         * sunrpc/rpc/rpc_msg.h: Likewise.
55818         * sunrpc/rpc/svc.h: Likewise.
55819         * sunrpc/rpc/svc_auth.h: Likewise.
55820         * sunrpc/rpc/types.h: Likewise.
55821         * sunrpc/rpc/xdr.h: Likewise.
55822         * sunrpc/rpc_clntout.c: Likewise.
55823         * sunrpc/rpc_cmsg.c: Likewise.
55824         * sunrpc/rpc_common.c: Likewise.
55825         * sunrpc/rpc_cout.c: Likewise.
55826         * sunrpc/rpc_dtable.c: Likewise.
55827         * sunrpc/rpc_hout.c: Likewise.
55828         * sunrpc/rpc_main.c: Likewise.
55829         * sunrpc/rpc_parse.c: Likewise.
55830         * sunrpc/rpc_parse.h: Likewise.
55831         * sunrpc/rpc_prot.c: Likewise.
55832         * sunrpc/rpc_sample.c: Likewise.
55833         * sunrpc/rpc_scan.c: Likewise.
55834         * sunrpc/rpc_scan.h: Likewise.
55835         * sunrpc/rpc_svcout.c: Likewise.
55836         * sunrpc/rpc_tblout.c: Likewise.
55837         * sunrpc/rpc_util.c: Likewise.
55838         * sunrpc/rpc_util.h: Likewise.
55839         * sunrpc/rpcinfo.c: Likewise.
55840         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55841         * sunrpc/rpcsvc/key_prot.x: Likewise.
55842         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55843         * sunrpc/rpcsvc/mount.x: Likewise.
55844         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55845         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55846         * sunrpc/rpcsvc/rex.x: Likewise.
55847         * sunrpc/rpcsvc/rstat.x: Likewise.
55848         * sunrpc/rpcsvc/rusers.x: Likewise.
55849         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55850         * sunrpc/rpcsvc/spray.x: Likewise.
55851         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55852         * sunrpc/rtime.c: Likewise.
55853         * sunrpc/svc.c: Likewise.
55854         * sunrpc/svc_auth.c: Likewise.
55855         * sunrpc/svc_authux.c: Likewise.
55856         * sunrpc/svc_raw.c: Likewise.
55857         * sunrpc/svc_run.c: Likewise.
55858         * sunrpc/svc_simple.c: Likewise.
55859         * sunrpc/svc_tcp.c: Likewise.
55860         * sunrpc/svc_udp.c: Likewise.
55861         * sunrpc/svc_unix.c: Likewise.
55862         * sunrpc/svcauth_des.c: Likewise.
55863         * sunrpc/xcrypt.c: Likewise.
55864         * sunrpc/xdr.c: Likewise.
55865         * sunrpc/xdr_array.c: Likewise.
55866         * sunrpc/xdr_float.c: Likewise.
55867         * sunrpc/xdr_mem.c: Likewise.
55868         * sunrpc/xdr_rec.c: Likewise.
55869         * sunrpc/xdr_ref.c: Likewise.
55870         * sunrpc/xdr_sizeof.c: Likewise.
55871         * sunrpc/xdr_stdio.c: Likewise.
55873         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55874         handling.
55876 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55878         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55880 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55882         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55883         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55884         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55885         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55886         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55887         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55888         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55889         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55890         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55891         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55892         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55893         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55894         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55895         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55897 2010-07-26  Anton Blanchard  <anton@samba.org>
55899         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55900         * malloc/arena.c (heap_trim): Likewise.
55902 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55904         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55905         here.  Not...
55906         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55907         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55909 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55911         * sysdeps/i386/elf/Makefile: New file.
55913 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55915         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55916         from fanotify_init.
55917         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55918         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55920 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55922         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55923         of strncasecmp_l.
55924         * sysdeps/multiarch/strcmp.S: Likewise.
55926 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55928         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55929         strncase_l-nonascii.
55930         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55931         Add strncase_l-ssse3.
55932         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55933         * sysdeps/x86_64/strcmp.S: Likewise.
55934         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55935         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55936         * sysdeps/x86_64/strncase.S: New file.
55937         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55938         * sysdeps/x86_64/strncase_l.S: New file.
55939         * string/Makefile (strop-tests): Add strncasecmp.
55940         * string/test-strncasecmp.c: New file.
55942         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55943         warning.
55945         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55946         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55948 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55950         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55952 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55954         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55955         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55956         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55958 2010-05-01  Alan Modra  <amodra@gmail.com>
55960         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55961         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55962         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55963         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55964         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55965         tidying.  Don't tail-call __sigjmp_save for static lib.
55966         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55967         save location.
55968         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55969         (CALL_MCOUNT): Add eh info, and nop after bl.
55970         (TAIL_CALL_SYSCALL_ERROR): New macro.
55971         (PSEUDO_RET): Use it.
55972         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55973         Correct save location of integer regs and cr.
55974         (_dl_profile_resolve): Correct cr save location.  Delete nops
55975         after bl when SHARED.  Reduce cfi size a little by better
55976         placement of cfi directives.
55977         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55978         make a stack frame.  Instead use parm save area as a temp.
55979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55980         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55982         Don't make a stack frame for parent, use parm save area.
55983         Increase child stack frame to 112 bytes.  Don't save unused reg,
55984         and adjust reg usage.  Set up cfi on error recovery and
55985         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55987         (__makecontext): Add dummy nop after jump to exit.
55988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55989         Use correct parm save area and cr save, reduce stack frame.
55990         Correct cfi for possible PSEUDO_RET frame setup.
55991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55992         Branch to local label emitted by PSEUDO_RET rather than
55993         __syscall_error.
55995 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55997         [BZ #11904]
55998         * locale/programs/locale.c (print_assignment): New function.
55999         (show_locale_vars): Use it.
56001 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56003         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56004         field.
56005         (struct statfs64): Likewise.
56006         (_STATFS_F_FLAGS): Define.
56007         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56008         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56009         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56010         (ST_VALID): Define locally.
56011         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56012         __statvfs_getflags, use the provided value.
56013         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56014         __ASSUME_STATFS_F_FLAGS.
56016         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56018         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56019         Add sys/fanotify.h.
56020         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56021         fanotify_mask for GLIBC_2.13.
56022         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56023         fanotify_init and fanotify_mark.
56024         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56025         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56027         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56028         Add prlimit.
56029         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56030         prlimit64 for GLIBC_2.13.
56031         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56032         prlimit64.
56033         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56034         syscall.
56035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56036         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56037         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56038         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56039         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56040         add prlimit alias.
56041         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56043         [BZ #11903]
56044         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56045         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56047         * nss/Makefile: Add rules to build and run tst-nss-test1.
56048         * shlib-versions: Add entry for libnss_test1.
56049         * nss/nss_test1.c: New file.
56050         * nss/tst-nss-test1.c: New file.
56052         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56053         (__nss_configure_lookup): Set appropriate entry in
56054         __nss_configure_lookup to true.
56055         * nss/nsswitch.h: Define enum with indeces of databases in
56056         databases and __nss_database_custom arrays.  Declare
56057         __nss_database_custom.
56058         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56059         to avoid using nscd when custom rules are installed.
56060         * nss/getXXbyYY_r.c: Likewise.
56061         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56063         * nss/nss_files/files-parse.c: Whitespace fixes.
56065 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56067         [BZ #11883]
56068         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56069         * posix/fnmatch_loop.c: Likewise.
56071 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56073         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56074         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56075         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56076         * Versions.def [GLIBC_2.13]: Add.
56078 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56080         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56081         Also fail if tpwd after pwuid call is NULL.
56083 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56085         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56086         when converting to ms.
56088 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56090         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56091         EOPNOTSUPP errors with ENOTTY.
56092         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56093         EOPNOTSUPP errors with ENOTTY.
56095 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56097         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56098         Add strcasecmp_l-ssse3.
56099         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56100         strcasecmp.
56101         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56102         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56103         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56105 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56107         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56109         * string/Makefile (strop-tests): Add strcasecmp.
56110         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56111         strcasecmp_l-nonascii.
56112         (gen-as-const-headers): Add locale-defines.sym.
56113         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56114         * sysdeps/x86_64/strcasecmp.S: New file.
56115         * sysdeps/x86_64/strcasecmp_l.S: New file.
56116         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56117         * sysdeps/x86_64/locale-defines.sym: New file.
56118         * string/test-strcasecmp.c: New file.
56120         * string/test-strcasestr.c: Test both ends of the range of characters.
56121         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56123 2010-07-29  Roland McGrath  <roland@redhat.com>
56125         [BZ #11856]
56126         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56128 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56130         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56131         for ld.so.
56133 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56135         * manual/memory.texi (Malloc Tunable Parameters): Document
56136         M_PERTURB.
56138 2010-07-26  Roland McGrath  <roland@redhat.com>
56140         [BZ #11840]
56141         * configure.in (-fgnu89-inline check): Set and substitute
56142         gnu89_inline, not libc_cv_gnu89_inline.
56143         * configure: Regenerated.
56144         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56146 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56148         * string/test-strnlen.c: New file.
56149         * string/Makefile (strop-tests): Add strnlen.
56150         * string/tester.c (test_strnlen): Add a few more test cases.
56151         * string/tst-strlen.c: Better error reporting.
56153         * sysdeps/x86_64/strnlen.S: New file.
56155 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56157         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56158         lower-latency instructions.
56160 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56162         * string/test-strcasestr.c: New file.
56163         * string/test-strstr.c: New file.
56164         * string/Makefile (strop-tests): Add strstr and strcasestr.
56165         * string/str-two-way.h: Don't undefine MAX.
56166         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56168 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56170         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56171         strcasestr-nonascii.
56172         (CFLAGS-strcasestr-nonascii.c): Define.
56173         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56174         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56175         Remove unused attribute.
56177 2010-07-20  Roland McGrath  <roland@redhat.com>
56179         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56180         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56181         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56182         like LD_HWCAP_MASK can disable hwcaps.
56184 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56186         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56188 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56190         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56191         call in strcasestr.
56192         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56193         __strcasestr_sse42_nonascii.
56194         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56195         strcasestr-nonascii.c.
56196         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56198 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56200         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56201         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56202         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56203         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56205 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56207         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56208         fcntl.
56210 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56212         [BZ #11577]
56213         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56214         dl_signal_cerror.
56216 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56218         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56219         _PC_PIPE_BUF using F_GETPIPE_SZ.
56221 2010-07-05  Roland McGrath  <roland@redhat.com>
56223         * manual/arith.texi (Rounding Functions): Fix rint description
56224         implicit in round description.
56226 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56228         * elf/Makefile: Fix linking for a few tests to make recent linker
56229         happy.
56231 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56233         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56234         $(common-objpfx)libc_nonshared.a.
56236 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56238         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56239         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56240         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56241         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56242         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56243         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56244         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56245         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56260         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56261         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56262         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56263         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56264         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56265         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56266         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56267         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56268         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56269         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56270         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56271         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56287 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56289         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56290         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56291         * string/memmove.c (memmove): Renamed to ...
56292         (MEMMOVE): ...this.  Default to memmove.
56293         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56294         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56295         (END_CHK): Define.
56296         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56297         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56298         mempcpy-ssse3-back memmove-ssse3-back.
56299         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56300         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56301         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56302         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56303         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56304         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56305         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56306         * sysdeps/x86_64/multiarch/memmove.c: New file.
56307         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56308         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56309         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56310         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56311         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56312         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56313         Define.
56314         (index_Fast_Copy_Backward): Define.
56315         (HAS_ARCH_FEATURE): Define.
56316         (HAS_FAST_REP_STRING): Define.
56317         (HAS_FAST_COPY_BACKWARD): Define.
56319 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56321         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56322         Restore proper fallback handling.
56324 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56326         [BZ #11701]
56327         * posix/group_member.c (__group_member): Correct checking loop.
56329         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56330         OOM in getpwuid_r correctly.  Return error number when the caller
56331         should return, otherwise -1.
56332         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56333         call returning > 0 value.
56334         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56336 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56338         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56339         libc_nonshared.a from targets in modules-names.
56341 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56343         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56344         requires it.
56346 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56348         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56349         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56350         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56351         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56353 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56355         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56357 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56359         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56360         and F_GETPIPE_SZ.
56361         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56362         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56363         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56364         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56365         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56366         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56368 2010-06-14  Roland McGrath  <roland@redhat.com>
56370         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56372 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56374         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56375         __REDIRECT followed by __THROW.
56376         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56377         * posix/getopt.h (getopt): Likewise.
56379 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56381         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56382         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56383         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56384         in AT_FLAGS.
56385         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56386         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56388 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56390         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56392 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56394         [BZ #11640]
56395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56396         Properly check family and model.
56398 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56400         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56402 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56404         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56406 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56408         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56409         symbol reference.
56411 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56413         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56414         symbol reference.
56416 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56418         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56419         and internal_recvmmsg.
56420         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56421         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56422         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56423         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56425         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56426         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56427         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56429 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56431         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56433 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56435         POWER7 optimizations.
56436         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56437         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56439 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56441         * version.h: Update for 2.13 development version.
56443 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56445         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56446         exceptions.  Return 0.
56448 2010-05-07  Roland McGrath  <roland@redhat.com>
56450         * elf/ldconfig.c (main): Add a const.
56452 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56454         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56455         (args_options): Add no-idn option.
56456         (ahosts_keys_int): Add idn_flags to ai_flags.
56457         (parse_option): Handle 'i' option to clear idn_flags.
56459         * malloc/malloc.c (_int_free): Possible race in the most recently
56460         added check.  Only act on the data if no current modification
56461         happened.
56463 See ChangeLog.17 for earlier changes.