Disable 64-bit atomics for MIPS n32.
[glibc.git] / ChangeLog
blob1a7d51903988c99c731ae7aef374d7b7cd22092b
1 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
4         (__HAVE_64B_ATOMICS): Define to 0.
6 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
8         [BZ #17885]
9         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
10         value to set as new flag.
12         [BZ #16576]
13         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
14         and use _ARCH_PPCSQ instead.
15         (__ieee754_sqrt): Likewise.
16         (__ieee754_sqrtf): Likewise.
17         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
18         _ARCH_PPCSQ is defined.
19         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
20         fsqrt instruction.
21         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
22         _ARCH_PPCSQ is defined.
23         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
24         fsqrts instruction.
25         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
27 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29         * iconv/loop.c: Suppress array out of bound warning caused by GCC
30         bug (GCC BZ #64739).
32 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
34         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
35         Mark _retval as used.
36         (lll_futex_wake_unlock): Likewise.
37         (lll_futex_timed_wait_requeue_pi): Likewise.
39         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
40         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
41         register variables.
43         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
44         libm_hidden_def.
46         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
47         (__bswap_64): Mark as __always_inline.
49 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
51         [BZ #15378]
52         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
53         when none of the search directories exist.
55 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
57         [BZ #17869]
58         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
59         power8 in .machine directive.
61         [BZ #17868]
62         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
63         set dependency from opd value.
65 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
67         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
69         architecture.
71 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
73         [BZ #17870]
74         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
75         with uint64_t.
76         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
77         (uint64_t) 1.
78         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
79         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
80         Replace 1UL with (uint64_t) 1.
81         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
82         int with uint64_t.
84 2015-01-23  Roland McGrath  <roland@hack.frob.com>
86         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
87         (if_freenameindex): Likewise.
89         * resource/getrlimit64.c: Add missing libc_hidden_def.
91 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
93         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
94         __label__.
95         (_FP_FMA): Likewise.
96         (_FP_TO_INT_ROUND): Likewise.
97         (_FP_FROM_INT): Likewise.
99 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
101         [BZ #16418]
102         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
103         Make code racy and cancel safe.
105 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
107         * sysdeps/arm/unwind-resume.h: Fix copyright year.
108         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
109         attribution.
111         * pwd/tst-getpw.c: Rewrite.
113         [BZ #17702]
114         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
115         (modules-names): Add moddummy1 and moddummy2.
116         ($(objpfx)tst-rec-dlopen): Define.
117         * dlfcn/moddummy1.c: New file.
118         * dlfcn/moddummy2.c: New file.
119         * dlfcn/tst-rec-dlopen.c: New file.
120         * elf/dl-cache.c (_dl_load_cache_lookup):
121         Return char*. Copy result with alloca/strcpy/strdup.
122         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
123         returns char*. Free cached. If not saving realname
124         free cached.
125         * elf/dl-open.c (dl_open_worker): Do not assert that
126         _r_debug->r_state is RT_CONSISTENT.
127         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
128         returns char*.
130 2015-01-21  Torvald Riegel  <triegel@redhat.com>
131             Carlos O'Donell  <carlos@redhat.com>
133         [BZ #12674]
134         * nptl/sem_waitcommon.c: New file.
135         * nptl/sem_wait.c: Include sem_waitcommon.c.
136         (__sem_wait_cleanup, do_futex_wait): Remove.
137         (__new_sem_wait): Adapt.
138         (__new_sem_trywait): New function.
139         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
140         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
141         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
142         (sem_timedwait): Adapt.
143         * nptl/sem_post.c (__new_sem_post): Adapt.
144         (futex_wake): New function.
145         (__old_sem_post): Add release MO fence.
146         * nptl/sem_open.c (sem_open): Adapt.
147         * nptl/sem_init.c (__new_sem_init): Adapt.
148         (futex_private_if_supported): New function.
149         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
150         (__old_sem_getvalue): Add using previous code.
151         * sysdeps/nptl/internaltypes.h: Adapt.
152         * nptl/tst-sem13.c (do_test): Adapt.
153         * nptl/tst-sem11.c (main): Adapt.
154         * nptl/sem_trywait.c: Remove.
155         * nptl/DESIGN-sem.txt: Remove.
156         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
157         (gen-as-const-headers): Remove structsem.sym.
158         * nptl/structsem.sym: Remove.
159         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
160         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
161         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
162         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
163         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
164         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
165         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
166         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
167         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
168         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
169         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
170         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
171         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
172         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
173         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
174         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
175         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
176         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
177         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
178         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
179         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
180         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
182 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
184         * INSTALL: Regenerated.
186         * po/libc.pot: Regenerated.
188 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
189             Sandra Loosemore  <sandra@codesourcery.com>
190             Andrew Jenner  <andrew@codesourcery.com>
191             Joseph Myers  <joseph@codesourcery.com>
192             Nathan Sidwell  <nathan@codesourcery.com>
194         * NEWS: Mention new Nios II port.
195         * sysdeps/nios2/Implies: New file.
196         * sysdeps/nios2/Makefile: New file.
197         * sysdeps/nios2/Subdirs: New file.
198         * sysdeps/nios2/Versions: New file.
199         * sysdeps/nios2/__longjmp.S: New file.
200         * sysdeps/nios2/abort-instr.h: New file.
201         * sysdeps/nios2/backtrace.c: New file.
202         * sysdeps/nios2/bits/endian.h: New file.
203         * sysdeps/nios2/bits/fenv.h: New file.
204         * sysdeps/nios2/bits/link.h: New file.
205         * sysdeps/nios2/bits/setjmp.h: New file.
206         * sysdeps/nios2/bsd-_setjmp.S: New file.
207         * sysdeps/nios2/bsd-setjmp.S: New file.
208         * sysdeps/nios2/configure: New generated file.
209         * sysdeps/nios2/configure.ac: New file.
210         * sysdeps/nios2/crti.S: New file.
211         * sysdeps/nios2/crtn.S: New file.
212         * sysdeps/nios2/dl-init.c: New file.
213         * sysdeps/nios2/dl-machine.h: New file.
214         * sysdeps/nios2/dl-sysdep.h: New file.
215         * sysdeps/nios2/dl-tls.h: New file.
216         * sysdeps/nios2/dl-trampoline.S: New file.
217         * sysdeps/nios2/gccframe.h: New file.
218         * sysdeps/nios2/gmp-mparam.h: New file.
219         * sysdeps/nios2/jmpbuf-offsets.h: New file.
220         * sysdeps/nios2/jmpbuf-unwind.h: New file.
221         * sysdeps/nios2/ldsodefs.h: New file.
222         * sysdeps/nios2/libc-tls.c: New file.
223         * sysdeps/nios2/libm-test-ulps: New file.
224         * sysdeps/nios2/machine-gmon.h: New file.
225         * sysdeps/nios2/math-tests.h: New file.
226         * sysdeps/nios2/math_private.h: New file.
227         * sysdeps/nios2/memusage.h: New file.
228         * sysdeps/nios2/nptl/Makefile: New file.
229         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
230         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
231         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
232         * sysdeps/nios2/nptl/pthreaddef.h: New file.
233         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
234         * sysdeps/nios2/nptl/tls.h: New file.
235         * sysdeps/nios2/preconfigure: New file.
236         * sysdeps/nios2/s_fma.c: New file.
237         * sysdeps/nios2/s_fmaf.c: New file.
238         * sysdeps/nios2/setjmp.S: New file.
239         * sysdeps/nios2/sfp-machine.h: New file.
240         * sysdeps/nios2/sotruss-lib.c: New file.
241         * sysdeps/nios2/stackguard-macros.h: New file.
242         * sysdeps/nios2/stackinfo.h: New file.
243         * sysdeps/nios2/start.S: New file.
244         * sysdeps/nios2/sysdep.h: New file.
245         * sysdeps/nios2/tls-macros.h: New file.
246         * sysdeps/nios2/tst-audit.h: New file.
247         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
248         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
249         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
250         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
251         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
252         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
253         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
254         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
255         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
256         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
257         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
258         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
259         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
260         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
261         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
262         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
263         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
264         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
265         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
266         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
267         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
268         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
269         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
270         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
271         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
272         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
273         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
274         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
275         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
276         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
277         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
278         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
279         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
280         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
281         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
282         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
283         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
284         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
285         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
286         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
287         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
288         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
289         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
290         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
292 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
294         [BZ #17844]
295         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
296         (getutent): Use weak_alias in non SHARED case
297         and default_symbol_version in SHARED case.
298         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
299         (getutent_r, pututline): Likewise.
300         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
301         (getutid): Likewise.
302         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
303         (getutid_r): Likewise.
304         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
305         (getutline): Likewise.
306         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
307         (getutline_r): Likewise.
308         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
309         (updwtmp): Likewise.
311 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
313         [BZ #17848]
314         * sysdeps/s390/s390-32/memcmp.S
315         (memcmp_g5): Rename to __memcmp_g5.
316         * sysdeps/s390/s390-32/memcpy.S
317         (memcpy_g5): Rename to __memcpy_g5.
318         Jump to __memcpy_mvcle instead of memcpy_mvcle.
319         (memcpy_mvcle) Rename to __memcpy_mvcle.
320         * sysdeps/s390/s390-32/memset.S
321         (memset_g5): Rename to __memset_g5.
322         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
323         (IFUNC_RESOLVE): Prefix ifunc-resolve function
324         and use prefixed functions.
325         * sysdeps/s390/s390-32/multiarch/memcmp.S
326         (memcmp_z196): Rename to __memcmp_z196.
327         (memcmp_z10): Rename to __memcmp_z10.
328         (memcmp): Set alias to __memcmp_g5.
329         (bcmp): Set alias to __memcmp_g5.
330         * sysdeps/s390/s390-32/multiarch/memcpy.S
331         (memcpy_z196): Rename to __memcpy_z196.
332         Jump to __memcpy_mvcle instead of memcpy_mvcle.
333         (memcpy_z10): Rename to __memcpy_z10.
334         Jump to __memcpy_mvcle instead of memcpy_mvcle.
335         (memcpy): Set alias to __memcpy_g5.
336         * sysdeps/s390/s390-32/multiarch/memset.S
337         (memset_z196): Rename to __memset_z196.
338         Jump to __memset_mvcle instead of memset_mvcle.
339         (memset_z10): Rename to __memset_z10.
340         Jump to __memset_mvcle instead of memset_mvcle.
341         (memset_mvcle) Rename to __memset_mvcle.
342         (memset): Set alias to __memset_g5.
343         * sysdeps/s390/s390-64/memcmp.S
344         (memcmp_z900): Rename to __memcmp_z900.
345         * sysdeps/s390/s390-64/memcpy.S
346         (memcpy_z900): Rename to __memcpy_z900.
347         Jump to __memcpy_mvcle instead of memcpy_mvcle.
348         (memcpy_mvcle) Rename to __memcpy_mvcle.
349         * sysdeps/s390/s390-64/memset.S
350         (memset_z900): Rename to __memset_z900.
351         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
352         (IFUNC_RESOLVE): Prefix ifunc-resolve function
353         and use prefixed functions.
354         * sysdeps/s390/s390-64/multiarch/memcmp.S
355         (memcmp_z196): Rename to __memcmp_z196.
356         (memcmp_z10): Rename to __memcmp_z10.
357         (memcmp): Set alias to __memcmp_z900.
358         (bcmp): Set alias to __memcmp_z900.
359         * sysdeps/s390/s390-64/multiarch/memcpy.S
360         (memcpy_z196): Rename to __memcpy_z196.
361         Jump to __memcpy_mvcle instead of memcpy_mvcle.
362         (memcpy_z10): Rename to __memcpy_z10.
363         Jump to __memcpy_mvcle instead of memcpy_mvcle.
364         (memcpy): Set alias to __memcpy_z900.
365         * sysdeps/s390/s390-64/multiarch/memset.S
366         (memset_z196): Rename to __memset_z196.
367         Jump to __memset_mvcle instead of memset_mvcle.
368         (memset_z10): Rename to __memset_z10.
369         Jump to __memset_mvcle instead of memset_mvcle.
370         (memset_mvcle) Rename to __memset_mvcle.
371         (memset): Set alias to __memset_z900.
373 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
375         [BZ #17748]
376         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
377         __fesetenv instead of fesetenv.
379 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
381         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
382         macro.
384 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
386         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
387         regression on LE.
389         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
390         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
391         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
392         strncmp-power8 object.
393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
394         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
395         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
396         * NEWS: Update.
398 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
399             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
401         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
402         trailing byte check.
404 2015-01-13  David S. Miller  <davem@davemloft.net>
406         * include/signal.h (__sigreturn): Guard with __USE_MISC.
408 2015-01-13  Roland McGrath  <roland@hack.frob.com>
410         * login/logout.c (logout): Use memset rather than bzero.
411         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
412         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
413         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
414         (_gethtbyaddr): Likewise.
415         * locale/programs/simple-hash.c (bcopy): Macro removed.
417 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
419         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
420         Add strcmp-power8 object.
421         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
422         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
423         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
424         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
425         __strcmp_power8 implementation.
426         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
427         * NEWS: Update.
429         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
430         Add strncpy-power8 and stpncpy-power8 objects.
431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
432         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
433         implementations.
434         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
435         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
436         __stpncpy_power8 implementation.
437         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
438         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
439         __strncpy_power8 implementation.
440         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
441         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
442         * NEWS: Update.
444         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
445         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
446         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
448         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
449         strncat-power8 object.
450         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
451         __strcat_power8 implementation.
452         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
453         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
454         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
455         optimized strcat for power8.
457         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
458         strcpy-power8 and stpcpy-power8 objects.
459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
460         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
461         implementations.
462         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
463         multiarch stpcpy implementation for POWER8.
464         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
465         multiarch strcpy implementation for POWER8.
466         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
467         __strcpy_power8 function.
468         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
469         stpcpy for POWER8.
470         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
471         strcpy for POWER8.
472         * NEWS: Update.
474 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
476         [BZ #16009]
477         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
478         weights and rules. Use do_xfrm_cached if data fits in cache,
479         do_xfrm otherwise.  Moved former main loop to...
480         * (do_xfrm_cached): New function.
481         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
482         find_idx, find_position and stack_push.
483         * (find_idx): New function.
484         * (find_position): Likewise.
485         * localedata/sort-test.sh: Added test run for do_xfrm.
486         * localedata/xfrm-test.c (main): Added command line option
487         -nocache to run the test with strings that are too large for
488         the STRXFRM cache.
490 2015-01-13  Torvald Riegel  <triegel@redhat.com>
492         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
493         variable to lll_futex_wake call, not the value itself.
495 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
497         [BZ #17803]
498         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
499         twom64.  Adjust value to 0x1p-64L.
500         (__scalblnl): Only return standard underflowing result for K <=
501         -64 not K <= -63; adjust exponent for underflowing result by 64
502         not 63.
503         * math/libm-test.inc (scalbn_test_data): Add more tests.
504         (scalbln_test_data): Likewise.
506         [BZ #17834]
507         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
508         0x1p63L.
509         (__scalblnl): Get new exponent of adjusted subnormal value from ES
510         not HX.
511         * math/libm-test.inc (scalbn_test_data): Add more tests.
512         (scalbln_test_data): Likewise.
514 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
515             Stefani Seibold  <stefani@seibold.net>
517         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
518         (sysdep_routines): Add dl-vdso here, ...
519         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
520         (sysdep_routines): ... not here.
521         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
522         fallback when vDSO is not presented.
523         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
524         Define with libc_hidden_proto/libc_hidden_data_def definitions.
525         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
526         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
527         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
528         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
529         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
530         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
531         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
532         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
533         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
534         fallback configurable symbol when vDSO is not available.
535         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
536         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
537         be able to redefine fallback symbol when vDSO is not available.
538         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
539         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
541 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
543         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
544         (TLS_INIT_TP): Add tm_capable initialization.
545         (TLS_DEFINE_INIT_TP): Likewise.
546         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
547         TCB.
548         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
549         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
550         calculation.
551         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
552         transactoion is lock elision is built and TCB tm_capable is set.
553         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
555         (INTERNAL_SYSCALL_NCS): Likewise.
556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
557         (INTERNAL_SYSCALL_NCS): Likewise.
558         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
560         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
561         for powerpc.
562         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
563         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
564         and remove it for 32 bits case.
565         [pthread_rwlock_t] (__rwelision): New field for lock elision.
566         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
567         initialization.
568         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
569         Disable lock elision with rdlocks if elision is not available.
571         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
572         (sysdep_routines): Add lock elision objects.
573         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
574         [pthread_mutex_t] (__spins): Rework to add lock elision field.
575         [pthread_mutex_t] (__elision): Add field.
576         [__PTHREAD_SPINS]: Adjust to init lock elision field.
577         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
578         elision definitions for powerpc.
579         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
580         implementation of lock elision for powerpc.
581         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
582         implementation of timed lock elision for powerpc.
583         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
584         implementation of trylock with lock elision for powerpc.
585         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
586         implementaion of unlock for lock elision for powerpc.
587         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
588         automatic enable lock elision for mutexes.
589         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
590         transaction execution definitions for powerpc.
591         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
592         definitions.
593         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
594         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
595         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
596         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
597         * NEWS: Update.
599 2015-01-09  Roland McGrath  <roland@hack.frob.com>
601         * sysdeps/posix/shm-directory.c: Use <> rather than ""
602         for #include of <shm-directory.h>.
604 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
606         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
607         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
609 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
611         [BZ #17791]
612         * NEWS: Mention bug fix.
613         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
614         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
615         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
617 2015-01-09  Torvald Riegel <triegel@redhat.com>
619         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
621 2015-01-09  Torvald Riegel <triegel@redhat.com>
623         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
625 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
627         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
628         pointer and cast to uintptr_t.
630 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
632         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
633         removed.
634         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
636 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
638         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
639         of 0.
641 2015-01-08  Roland McGrath  <roland@hack.frob.com>
643         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
644         <nptl/pthreadP.h> instead.
645         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
647         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
648         already defined.
649         [__SIGRTMIN] (init): Function removed.
650         [__SIGRTMIN] (initialized): Variable removed.
651         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
652         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
653         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
654         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
655         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
656         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
657         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
658         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
659         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
660         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
661         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
662         * sysdeps/nptl/allocrtsig.c: New file.
663         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
664         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
665         * sysdeps/generic/testrtsig.h: File removed.
667         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
668         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
670         * nptl/nptl-init.c (pthread_functions): Conditionalize
671         .ptr__nptl_setxid initialization on [SIGSETXID].
673         * sysdeps/nptl/sys/procfs.h: New file.
674         * nptl_db/Makefile (headers): Add it.
675         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
677         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
678         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
679         * nptl/pthread_attr_setaffinity.c: Include it.
680         * nptl/pthread_setattr_default_np.c: Likewise.
681         * nptl/check-cpuset.h: New file.
683 2015-01-08  Richard Henderson  <rth@redhat.com>
685         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
686         (CFLAGS-tst-execstack-prog.c): Likewise.
687         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
689 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
690             Sandra Loosemore  <sandra@codesourcery.com>
691             Andrew Jenner  <andrew@codesourcery.com>
692             Joseph Myers  <joseph@codesourcery.com>
693             Nathan Sidwell  <nathan@codesourcery.com>
695         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
696         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
697         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
698         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
699         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
700         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
701         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
702         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
703         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
704         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
705         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
706         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
707         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
708         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
709         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
710         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
711         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
713 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
715         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
716         timespec struct member in syscall macro.
717         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
718         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
719         first timeval struct member in syscall macro.
720         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
722 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
724         [BZ #17748]
725         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
726         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
727         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
728         __feupdateenv and define as weak alias of __feupdateenv.  Use
729         libm_hidden_weak.
730         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
731         libm_hidden_def.
732         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
733         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
734         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
735         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
736         libm_hidden_def.
737         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
738         __feupdateenv and define as weak alias of __feupdateenv.  Use
739         libm_hidden_weak.
740         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
741         libm_hidden_def.
742         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
743         __feupdateenv and define as weak alias of __feupdateenv.  Use
744         libm_hidden_weak.
745         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
746         libm_hidden_def.
747         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
748         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
749         (__feupdateenv): Likewise.
750         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
751         __feupdateenv and define as weak alias of __feupdateenv.  Use
752         libm_hidden_weak.
753         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
754         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
755         libm_hidden_def.
756         * sysdeps/tile/math_private.h (__feupdateenv): New inline
757         function.
758         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
759         libm_hidden_def.
760         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
761         __feupdateenv instead of feupdateenv.
762         (default_libc_feupdateenv_test): Likewise.
763         (libc_feresetround_ctx): Likewise.
765 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
767         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
768         prototype.
770 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
772         * posix/regcomp.c (parse_bracket_exp): Initialize type to
773         COLL_SYM in a couple of places to avoid uninitialized variable
774         wanings on tilegx gcc 4.8.2.
776 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
778         * sysdeps/aarch64/strcpy.S: New file.
779         * sysdeps/aarch64/stpcpy.S: New file.
780         * NEWS: Updated.
782 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
784         * sysdeps/aarch64/strrchr.S: New file.
785         * NEWS: Updated.
787 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
789         [BZ #17658]
790         * stdlib/setenv.c: Fix memory leak when setting large,
791         duplicate string.
793 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
795         [BZ #17273]
796         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
797         and tabs from buffer before parsing fstab entry.
798         * misc/tst-mntent.c (main): Add test for mount entry with
799         trailing spaces and tabs.
801 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
803         [BZ #17748]
804         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
805         * math/fesetround.c (fesetround): Rename to __fesetround and
806         define as weak alias of __fesetround.  Use libm_hidden_weak.
807         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
808         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
809         * sysdeps/arm/fesetround.c (fesetround): Likewise.
810         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
811         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
812         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
813         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
814         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
815         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
816         __fesetround_inline.
817         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
818         __fesetround_inline instead of __fesetround.
819         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
820         __fesetround and define as weak alias of __fesetround.  Use
821         libm_hidden_weak.  Call __fesetround_inline instead of
822         __fesetround.
823         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
824         __fesetround and define as weak alias of __fesetround.  Use
825         libm_hidden_weak.
826         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
827         Likewise.
828         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
829         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
830         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
831         * sysdeps/tile/math_private.h (__fesetround): New inline function.
832         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
833         __fesetround and define as weak alias of __fesetround.  Use
834         libm_hidden_weak.
835         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
836         __fesetround instead of fesetround.
837         (default_libc_feholdexcept_setround): Likewise.
838         (libc_feholdsetround_ctx): Likewise.
839         (libc_feholdsetround_noex_ctx): Likewise.
841         [BZ #17748]
842         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
843         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
844         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
845         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
846         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
847         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
848         define as weak alias of __fesetenv.  Use libm_hidden_weak.
849         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
850         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
851         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
852         define as weak alias of __fesetenv.  Use libm_hidden_weak.
853         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
854         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
855         define as weak alias of __fesetenv.  Use libm_hidden_weak.
856         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
857         libm_hidden_def.
858         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
859         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
860         Likewise.
861         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
862         define as weak alias of __fesetenv.  Use libm_hidden_weak.
863         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
864         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
865         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
866         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
867         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
868         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
869         __fesetenv instead of fesetenv.
870         (libc_feresetround_noex_ctx): Likewise.
871         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
872         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
873         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
874         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
875         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
876         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
877         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
878         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
879         (__feupdateenv): Likewise.
880         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
881         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
882         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
883         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
885 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
887         [BZ #17806]
888         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
889         addresses have been freed.
891 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
893         * resolv/res_init.c (__res_vinit): Improve comments about nserv
894         and nservall.
896 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
898         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
899         Clean up check_pf allocation pattern. addresses
901 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
903         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
904         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
905         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
906         * nptl/pthread_exit.c (__pthread_exit): Likewise.
907         * nptl/pthread_join.c (pthread_join): Likewise.
908         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
909         * sysdeps/posix/waitid.c (__waitid): Likewise.
910         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
911         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
912         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
913         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
914         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
915         Likewise.
916         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
917         (__libc_pread64): Likewise.
918         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
919         (__libc_pwrite): Likewise.
920         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
921         (__libc_pwrite64): Likewsie.
922         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
923         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
924         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
925         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
926         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
927         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
928         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
930         Likewise.
931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
932         (__libc_pread64): Likewise.
933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
934         Likewise.
935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
936         (__libc_pwrite64): Likewise.
937         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
938         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
939         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
940         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
941         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
942         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
943         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
944         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
945         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
946         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
947         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
948         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
949         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
950         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
951         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
952         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
953         Likewise.
955 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
957         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
958         (CFLAGS-test-double.c): Likewise.
959         (CFLAGS-test-ldouble.c): Likewise.
960         (CPPFLAGS-test-ifloat.c): Likewise.
961         (CPPFLAGS-test-idouble.c): Likewise.
962         (CPPFLAGS-test-ildoubl.c): Likewise.
963         (CFLAGS-test-test-fenv.c): Remove variable.
964         (CFLAGS-test-misc.c): Likewise.
966 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
968         [BZ #17797]
969         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
970         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
971         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
972         CLOCKS_PER_SEC == 1000000.
973         * time/clocktest.c (main): Replace %ld with %jd and cast to
974         intmax_t.
976 2015-01-05  Roland McGrath  <roland@hack.frob.com>
978         * sysdeps/generic/unwind-resume.h: New file.
979         * sysdeps/gnu/unwind-resume.c: Include it.
980         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
981         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
982         argument list.
983         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
984         global rather than static.
985         (_Unwind_Resume): Update user.
986         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
987         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
988         rather than static.  Add __attribute__ ((cold)).
989         (_Unwind_Resume, __gcc_personality_v0): Update callers.
990         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
991         * sysdeps/arm/arm-unwind-resume.S: New file.
992         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
993         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
994         * sysdeps/arm/Makefile [$(subdir) = csu]
995         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
996         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
997         Add rt-arm-unwind-resume.
998         [$(subdir) = nptl]
999         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1000         Add pt-arm-unwind-resume.
1001         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1002         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1004 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1006         [BZ #17748]
1007         * include/fenv.h (__feholdexcept): Declare.  Use
1008         libm_hidden_proto.
1009         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1010         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1011         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1012         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1013         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1014         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1015         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1016         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1017         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1018         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1019         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1020         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1021         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1022         (feholdexcept): Likewise.
1023         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1024         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1025         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1026         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1027         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1028         __feholdexcept instead of feholdexcept.
1029         (default_libc_feholdexcept_setround): Likewise.
1031 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1033         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1034         to avoid using stl/str to align destination.
1036 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1038         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1040 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1042         [BZ #17796]
1043         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1044         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1045         Define as weak alias not strong alias.
1047 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1049         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1050         bltzal with addiupc.
1051         (RTLD_START): Ditto.
1053 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1055         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1056         for __vdso_* functions in declarations.
1057         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1058         definitions.
1059         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1060         INTERNAL_VSYSCALL): Use struct return types to check for error.
1062         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1063         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1064         function with cast from llround().
1065         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1066         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1067         Define.
1069 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1071         [BZ #17793]
1072         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1073         Define as weak alias not strong alias.
1075         [BZ #17635]
1076         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1077         ...
1078         * ctype/ctype-extn.c: ... here.
1079         (__isblank_l): Move to ...
1080         * ctype/ctype-c99_l.c: ... here.  New file.
1081         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1082         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1083         Remove variable.
1084         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1085         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1086         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1087         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1088         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1090         [BZ #17777]
1091         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1092         (posix_fadvise64): Define as weak alias not strong alias.
1093         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1094         (posix_fallocate64): Likewise.
1095         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1096         Remove variable.
1097         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1098         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1099         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1100         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1101         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1103 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1105         [BZ #16191]
1106         * NEWS: Mention bug fix.
1107         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1108         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1109         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1110         (HOST_STACK_END_ADDR): Likewise.
1112 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1114         [BZ #17748]
1115         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1116         * math/fegetround.c (fegetround): Rename to __fegetround and
1117         define as weak alias of __fegetround.  Use libm_hidden_weak.
1118         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1119         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1120         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1121         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1122         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1123         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1124         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1125         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1126         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1127         Undefine after rather than before function definition; use
1128         parentheses around function name in definition.
1129         (__fegetround): Also undefine macro after function definition.
1130         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1131         __fegetround and define as weak alias of __fegetround.  Use
1132         libm_hidden_weak.  Do not undefine as macro.
1133         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1134         Likewise.
1135         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1136         __fegetround and define as weak alias of __fegetround.  Use
1137         libm_hidden_weak.
1138         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1139         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1140         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1141         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1142         __fegetround and define as weak alias of __fegetround.  Use
1143         libm_hidden_weak.
1144         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1145         __fegetround instead of fegetround.
1147         [BZ #17782]
1148         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1149         Condition macro definition on [__USE_MISC].
1151         [BZ #17781]
1152         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1153         (struct sigaction): Change type of sa_flags field to int.
1155         [BZ #17780]
1156         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1157         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1158         __glibc_reserved0.
1160         * nptl/version.c (banner): Use single year in copyright notice.
1162         * NEWS: Update copyright dates.
1163         * catgets/gencat.c (print_version): Likewise.
1164         * csu/version.c (banner): Likewise.
1165         * debug/catchsegv.sh: Likewise.
1166         * debug/pcprofiledump.c (print_version): Likewise.
1167         * debug/xtrace.sh (do_version): Likewise.
1168         * elf/ldconfig.c (print_version): Likewise.
1169         * elf/ldd.bash.in: Likewise.
1170         * elf/pldd.c (print_version): Likewise.
1171         * elf/sotruss.sh: Likewise.
1172         * elf/sprof.c (print_version): Likewise.
1173         * iconv/iconv_prog.c (print_version): Likewise.
1174         * iconv/iconvconfig.c (print_version): Likewise.
1175         * locale/programs/locale.c (print_version): Likewise.
1176         * locale/programs/localedef.c (print_version): Likewise.
1177         * login/programs/pt_chown.c (print_version): Likewise.
1178         * malloc/memusage.sh (do_version): Likewise.
1179         * malloc/memusagestat.c (print_version): Likewise.
1180         * malloc/mtrace.pl: Likewise.
1181         * manual/libc.texinfo: Likewise.
1182         * nptl/version.c (banner): Likewise.
1183         * nscd/nscd.c (print_version): Likewise.
1184         * nss/getent.c (print_version): Likewise.
1185         * nss/makedb.c (print_version): Likewise.
1186         * posix/getconf.c (main): Likewise.
1187         * scripts/test-installation.pl: Likewise.
1188         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1190 2015-01-02  Will Newton  <will.newton@linaro.org>
1192         * sysdeps/arm/armv7/configure: Removed.
1193         * sysdeps/arm/armv7/configure.ac: Likewise.
1195 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1197         * All files with FSF copyright notices: Update copyright dates
1198         using scripts/update-copyrights.
1199         * intl/plural.c: Regenerated.
1200         * locale/programs/charmap-kw.h: Likewise.
1201         * locale/programs/locfile-kw.h: Likewise.
1203 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1205         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1207 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1209         [BZ #17748]
1210         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1211         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1212         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1213         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1214         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1215         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1216         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1217         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1218         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1219         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1220         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1221         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1222         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1223         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1224         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1225         libm_hidden_def.
1226         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1227         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1228         Likewise.
1229         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1230         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1231         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1232         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1233         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1234         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1235         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1236         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1237         __fegetenv instead of fegetenv.
1238         (libc_feholdsetround_noex_ctx): Likewise.
1240 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1242         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1243         (Elf_MIPS_ABIFlags_v0): New structure.
1244         (EF_MIPS_FP64): Define.
1245         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1246         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1247         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1248         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1249         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1250         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1251         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1252         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1253         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1254         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1255         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1256         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1257         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1258         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1259         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1260         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1261         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1262         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1263         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1264         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1265         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1266         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1267         field.
1268         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1269         EF_MIPS_FP64.
1270         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1271         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1272         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1273         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1274         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1275         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1276         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1277         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1278         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1279         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1280         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1281         record the current FP ABI extension.
1282         (mips-mode-switch): Define to show if kernel headers support mode
1283         switching.
1284         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1285         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1286         supported SYSV ABI version to 3.
1287         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1288         feature.
1290 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1291             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1293         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1294         path.
1295         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1297 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1299         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1300         __fegetround and redefine to call __fegetround.  Remove condition
1301         on [!__NO_MATH_INLINES].
1302         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1303         function.
1304         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1305         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1306         Remove macro.
1307         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1308         instead of <fenv_libc.h>.
1309         (__llrintl): Call fegetround instead of __fegetround.
1310         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1311         instead of <fenv_libc.h>.
1312         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1313         (__lrintl): Call fegetround instead of __fegetround.
1314         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1315         instead of <fenv_libc.h>.
1316         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1317         (__rintl): Call fegetround instead of __fegetround.
1319 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1321         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1322         arrays.
1324 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1326         [BZ #17775]
1327         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1328         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1329         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1331 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1333         * sysdeps/i386/tls-macros.h: Include <features.h>.
1334         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1335         (TLS_IE): Likewise.
1336         (TLS_LD): Likewise.
1337         (TLS_GD): Likewise.
1338         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1339         define for GCC >= 5.0.
1341 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1343         * math/test-fenv.c (test_single_exception, set_single_exc,
1344         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1345         feexcp_mask_test, feenable_test, fe_single_test): Add
1346         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1347         case where they are not used.
1348         * math/libm-test.inc: Likewise.
1349         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1350         unused in the absence of FP rounding/exception support.
1351         * stdio-common/tst-printf-round.c: Likewise.
1352         * stdlib/tst-strtod-round.c: Likewise.
1353         * stdlib/tst-strtod-underflow.c: Likewise.
1355 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1357         [BZ #17723]
1358         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1359         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1360         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1361         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1362         libm_hidden_weak.
1363         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1364         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1365         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1366         libm_hidden_def.
1367         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1368         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1369         libm_hidden_weak.
1370         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1371         Likewise.
1372         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1373         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1374         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1375         libm_hidden_weak.
1376         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1377         libm_hidden_def.
1378         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1379         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1380         (__feraiseexcept): Likewise.
1381         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1382         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1383         libm_hidden_weak.
1384         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1385         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1386         libm_hidden_def.
1387         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1388         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1389         Use libm_hidden_def.
1390         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1391         libm_hidden_def.
1392         (feraiseexcept): Define as weak not strong alias.  Use
1393         libm_hidden_weak.
1394         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1395         New inline function.  Factored out of ...
1396         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1397         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1398         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1399         feraiseexcept.
1400         * math/w_acos.c (__acos): Likewise.
1401         * math/w_asin.c (__asin): Likewise.
1402         * math/w_ilogb.c (__ilogb): Likewise.
1403         * math/w_j0.c (y0): Likewise.
1404         * math/w_j1.c (y1): Likewise.
1405         * math/w_jn.c (yn): Likewise.
1406         * math/w_log.c (__log): Likewise.
1407         * math/w_log10.c (__log10): Likewise.
1408         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1409         * sysdeps/aarch64/fpu/math_private.h
1410         (libc_feupdateenv_test_aarch64): Likewise.
1411         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1412         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1413         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1414         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1415         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1416         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1417         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1418         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1419         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1420         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1422 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1424         [BZ #17732]
1425         * io/test-utime.c (main): Replace %ld with %jd and cast to
1426         intmax_t.
1427         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1428         * nptl/tst-mutex5.c: Include <stdint.h>.
1429         (do_test): Replace %ld with %jd and cast to intmax_t.
1430         * posix/tst-regex.c (run_test): Likewise.
1431         (run_test_backwards): Likewise.
1432         * rt/tst-clock.c: Include <stdint.h>.
1433         (clock_test): Replace %ld with %jd and cast to intmax_t.
1434         * rt/tst-cpuclock1.c: Include <stdint.h>.
1435         (do_test): Replace %lu with %ju and cast to uintmax_t.
1436         * rt/tst-cpuclock2.c: Include <stdint.h>.
1437         (do_test): Replace %lu with %ju and cast to uintmax_t.
1438         * rt/tst-mqueue1.c: Include <stdint.h>.
1439         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1440         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1441         intmax_t.
1442         * rt/tst-mqueue4.c (do_test): Likewise.
1443         * rt/tst-timer4.c: Include <stdint.h>.
1444         (check_ts): Replace %ld with %jd and cast to intmax_t.
1445         (do_test): Likewise.
1446         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1447         and cast to intmax_t.
1448         * sysdeps/pthread/tst-timer.c (main): Likewise.
1449         * time/clocktest.c (main): Likewise.
1450         * time/tst-posixtz.c (do_test): Likewise.
1451         * timezone/tst-timezone.c (main): Likewise.
1453 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1454             H.J. Lu  <hongjiu.lu@intel.com>
1456         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1457         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1458         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1459         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1460         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1461         version if bit_Fast_Unaligned_Load is set.
1462         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1463         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1464         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1465         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1466         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1467         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1468         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1469         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1470         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1471         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1472         to 4.
1473         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1474         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1475         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1476         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1478 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1480         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1481         instead of #if to avoid a Wundef warning.
1482         * stdlib/tst-limits.c (do_test): Likewise.
1484         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1485         parallel other exception macros.
1486         (fegetenv): Convert from macro to extern inline so that it applies
1487         retroactively to inline functions already seen by the compiler.
1488         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1490         * posix/Makefile (before-compile): Use $(objpfx) for
1491         posix-conf-vars-def.h.
1493 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1495         * posix/getconf.c (main): Use size_t for type of I.
1496         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1497         NSPEC.
1499         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1500         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1501         * posix/posix-envs.def: Likewise.
1502         * sysdeps/posix/sysconf.c: Likewise.
1503         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1504         (specs): Remove array.
1505         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1506         array.
1508         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1509         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1510         (__sysconf): Use CONF_IS_* macros.
1512         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1513         ($(objpfx)posix-conf-vars-def.h): New target.
1514         * posix/posix-conf-vars.list: New file.
1515         * posix/posix-conf-vars.h: New file.
1516         * posix/confstr.c: Include posix-conf-vars.h.
1517         (confstr): Use CONF_IS_* macros.
1518         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1519         CONF_IS_* macros.
1520         * scripts/gen-posix-conf-vars.awk: New file.
1522 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1524         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1525         fegetround): Add no-op macros to avoid linknamespace issues.
1527         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1528         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1530         * sysdeps/unix/sysv/linux/tile/sysdep.h
1531         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1532         assembly-specific section to avoid a redefinition warning.
1534         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1535         long before casting to pointer to avoid a cast warning.
1537 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1539         * sysdeps/tile/tilegx/Implies: New file.
1541 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1543         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1545 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1547         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1549 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1551         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1552         not define.
1553         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1554         <kernel-features.h>.
1555         (__utimes) [__NR_utimes]: Make code unconditional.
1556         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1557         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1558         (__ASSUME_UTIMES): Do not undefine.
1559         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1560         (__ASSUME_UTIMES): Likewise.
1561         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1562         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1563         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1564         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1566 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1568         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1570 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1572         [BZ #17747]
1573         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1574         alias to weak alias for j0l, y0l.
1575         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1576         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1578         [BZ #17746]
1579         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1580         conversion.
1582 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1584         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1585         to zero if not already defined.
1587 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1589         [BZ #17724]
1590         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1591         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1592         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1593         (char *) casts added.
1594         * sysdeps/ieee754/k_standardf.c: New file.
1595         * sysdeps/ieee754/k_standardl.c: Likewise.
1596         * math/Makefile (libm-support): Remove k_standard.
1597         (libm-calls): Add k_standard.
1599 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1601         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1602         Optimize to avoid an unnecessary FPCR read.
1604 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1606         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1607         Optimize to reduce FPCR/FPSR accesses.
1609 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1611         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1612         Call libc_fetestexcept_aarch64.
1614 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1616         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1617         Call libc_fesetround_aarch64.
1619 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1621         [BZ #17733]
1622         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1623         (__bind): Do not define as weak alias.
1624         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1625         define.
1626         (__getsockname): Do not define as weak alias.
1628 2014-12-22  Will Newton  <will.newton@linaro.org>
1630         * manual/install.texi: Document that we require bison 2.7
1631         or above.
1632         * INSTALL: Regenerate.
1633         * configure.ac: Use AC_CHECK_PROG_VER instead of
1634         AC_PATH_PROG when checking for bison and check for
1635         version 2.7 or above.
1636         * configure: Regenerate.
1638 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1640         [BZ #17745]
1641         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1642         * sysdeps/tile/ffsll.c (ffsll): To here.
1644         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1646 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1648         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1649         if not defined.
1650         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1651         definition.
1652         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1653         hidden ___tls_get_addr.
1654         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1655         hidden __tls_get_addr.
1656         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1657         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1658         Likewise.
1660 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1662         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1663         _dl_init call.
1665 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1667         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1668         from "call _dl_init@PLT".
1669         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1671 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1673         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1674         guarantees.
1676 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1678         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1680 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1682         [BZ #17744]
1683         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1684         strnlen.
1686 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1688         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1689         of multu on MIPSr6.
1690         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1691         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1692         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1693         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1694         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1696 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1698         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1699         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1700         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1701         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1702         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1703         mips32r6/mips64r6.
1704         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1706 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1708         * string/strncat.c (STRNCAT): Simplify implementation.
1710 2014-12-19  David S. Miller  <davem@davemloft.net>
1712         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1713         access the quad as both a long double and as a series of 4 words.
1715         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1716         link_map->l_info array access.
1718 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1720         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1722         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1723         * math/atest-exp2.c (TIMEOUT): Likewise.
1724         * math/atest-sincos.c (TIMEOUT): Likewise.
1726 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1728         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1729         -Wno-error with -fno-builtin-lround.
1731 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1733         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1734         Contains futex constants and functions moved over from ...
1735         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
1736         <lowlevellock-futex.h>.
1737         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1738         (lll_timedwait_tid): Add comments and parentheses around macro
1739         arguments.
1741 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1743         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1744         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
1745         (__lll_private_flag): Remove.
1746         (lll_futex_wait): Likewise.
1747         (lll_futex_timed_wait): Likewise.
1748         (lll_futex_wake): Likewise.
1749         (lll_futex_requeue): Likewise.
1750         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1751         (__lll_timedwait_tid): Spell out argument names.
1752         (lll_timedwait_tid): Add comments and parentheses around macro
1753         arguments.
1754         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1755         LLL_SHARED and LLL_PRIVATE usable from assembly code.
1757 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1759         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1760         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1761         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1762         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1763         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1764         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1765         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1766         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1767         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1768         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1769         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1770         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1771         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1772         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1773         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1774         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1775         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1776         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1777         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1779 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1781         * sysdeps/x86_64/x32/Makefile: New file.
1783 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1785         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1786         1L with (mp_limb_t) 1.
1788 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1790         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1791         * nptl/libc_pthread_init.c: ... here.
1792         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1793         * nptl/register-atfork.c: ... here.
1795         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1796         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1797         Use assert_perror to check its return value.
1798         (__gai_create_helper_thread): Likewise.
1800         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1802         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1804 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1806         [BZ #17725]
1807         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1808         __profil_counter.
1809         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1810         Likewise.
1811         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1812         Likewise.
1813         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1814         Likewise.
1815         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1816         (profil_counter): Likewise.
1817         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1818         (profil_counter): Likewise.
1819         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1820         Likewise.
1821         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1822         Likewise.
1823         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1824         (profil_counter): Likewise.
1825         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1826         Likewise.
1827         [!__profil_counter] (profil_counter): Define as weak alias of
1828         __profil_counter.
1829         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1830         (profil_counter): Rename to __profil_counter.
1831         [!__profil_counter] (profil_counter): Define as weak alias of
1832         __profil_counter.
1833         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1834         (profil_counter): Rename to __profil_counter.
1835         [!__profil_counter] (profil_counter): Define as weak alias of
1836         __profil_counter.
1837         * sysdeps/posix/profil.c: Update comment referring to
1838         profil_counter.
1839         (__profil): Use __profil_counter instead of profil_counter.
1840         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1841         __profil_counter.  Use __profil_counter_ushort and
1842         __profil_counter_uint in definitions.
1843         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1844         instead of profil_counter_uint and profil_counter_ushort.
1846         [BZ #17722]
1847         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1848         define as weak alias of __inet_makeaddr.
1849         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1850         as weak alias of __inet_addr.
1851         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1852         as weak alias of __inet_pton.  Use libc_hidden_weak.
1853         * include/arpa/inet.h (__inet_pton): Declare.  Use
1854         libc_hidden_proto.
1855         (inet_makeaddr): Don't use libc_hidden_proto.
1856         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1857         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1858         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1859         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1860         Remove variable.
1861         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1862         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1864 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1866         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1868 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1870         * stdio-common/bug-vfprintf-nargs.c (do_test):
1871         Cast value to intptr_t to avoid format warning
1872         for usage with PRIdPTR printing macro.
1874 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1876         * libio/tst-widetext.c (do_test):
1877         Use format type %td instead of %Zd for ptrdiff_t
1878         in order to avoid format warning.
1880 2014-12-17  Andreas Schwab  <schwab@suse.de>
1882         * nscd/mem.c (gc): Add size_t cast to match printf format.
1884 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1886         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1887         (init): Apply PTR_MANGLE to pointers before storing them.
1888         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1889         before using them.
1891 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1893         [BZ #17719]
1894         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1895         define as weak alias of __memrchr.
1896         (__memrchr): Do not define as strong alias of memrchr.
1897         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1898         Remove variable.
1899         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1900         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1901         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1903         [BZ #17717]
1904         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1905         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1906         (if_indextoname): Rename to __if_indextoname and define as weak
1907         alias of __if_indextoname.  Use libc_hidden_weak.
1908         (if_freenameindex): Rename to __if_freenameindex and define as
1909         weak alias of __if_freenameindex.
1910         (if_nameindex): Rename to __if_nameindex and define as weak alias
1911         of __if_nameindex.
1912         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1913         __if_nametoindex and define as weak alias of __if_nametoindex.
1914         Use libc_hidden_weak.
1915         (if_freenameindex): Rename to __if_freenameindex and define as
1916         weak alias of __if_freenameindex.
1917         (if_nameindex): Rename to __if_nameindex and define as weak alias
1918         of __if_nameindex.
1919         (if_indextoname): Rename to __if_indextoname and define as weak
1920         alias of __if_indextoname.  Use libc_hidden_weak.
1921         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1922         __if_nametoindex and define as weak alias of __if_nametoindex.
1923         Use libc_hidden_weak.
1924         (if_freenameindex): Rename to __if_freenameindex and define as
1925         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1926         (if_nameindex_netlink): Use __if_freenameindex instead of
1927         if_freenameindex.
1928         (if_nameindex): Rename to __if_nameindex and define as weak alias
1929         of __if_nameindex.  Use libc_hidden_weak.
1930         (if_indextoname): Rename to __if_indextoname and define as weak
1931         alias of __if_indextoname.  Use libc_hidden_weak.
1932         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1933         libc_hidden_proto.
1934         [!_ISOMAC] (__if_freenameindex): Likewise.
1935         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1936         if_nametoindex.
1937         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1938         variable.
1939         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1940         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1941         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1942         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1943         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1944         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1945         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1947         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1948         Remove variable.
1949         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1950         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1952 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1954         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1955         subscript above bounds'
1957         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1958         bounds.
1960 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1962         * libio/tst-fopenloc.c: Use test-skeleton.c.
1964         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1965         (entry): Rename to ITEM.
1966         (do_test, comp): Adjust.
1968         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1970 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1972         * string/tester.c: Include <libc-internal.h>.
1973         (test_memset): Ignore -Wmemset-transposed-args.
1975 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1977         * misc/tst-mntent2.c (do_test): Fix warning.
1979 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1981         * elf/tst-unique4lib.cc(a): Mark as used.
1983 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1985         [BZ #17630]
1986         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1987         names.
1989 2014-12-16  Allan McRae  <allan@archlinux.org>
1991         * stdio-common/Makefile (tests): Re-add bug26.
1993 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1995         [BZ #17657]
1996         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1997         static array.
1999 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2001         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2002         (__lll_lock_wait): Likewise.
2003         (__lll_timedlock_wait): Likewise.
2004         (__lll_timedwait_tid): Likewise.
2005         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2006         (__lll_robust_timedlock_wait): Likewise.
2007         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2008         (lll_cond_trylock): Likewise.
2009         (__lll_lock): Likewise.
2010         (__lll_robust_lock): Likewise.
2011         (__lll_cond_lock): Likewise.
2012         (lll_robust_cond_lock): Likewise.
2013         (__lll_timedlock): Likewise.
2014         (__lll_robust_timedlock): Likewise.
2015         (__lll_unlock): Likewise.
2016         (__lll_robust_unlock): Likewise.
2017         (lll_wait_tid): Likewise.
2018         (lll_timedwait_tid): Likewise.
2020 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2022         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2024 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2026         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2028 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2030         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2031         * stdio-common/tst-sprintf.c: Likewise.
2033 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2035         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2037 2014-12-15  Jeff Law  <law@redhat.com>
2039         [BZ #16617]
2040         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2041         on the heap.  (CVE-2012-3406)
2042         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2043         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2044         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2046 2014-12-15  Will Newton  <will.newton@linaro.org>
2048         * manual/install.texi: Bump required version of texinfo
2049         to 4.7 from 4.5.
2050         * INSTALL: Regenerated.
2051         * configure.ac: Check for makeinfo version 4.7 and above.
2052         * configure: Regenerated.
2054 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2056         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2057         PREFIX, string constant to insert between directory and name.
2058         * sysdeps/posix/shm_open.c: Update caller.
2059         * sysdeps/posix/shm_unlink.c: Likewise.
2060         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2061         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2062         (SEM_SHM_PREFIX): New macro.
2063         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2064         [$(have-thread-library) = no].
2065         * nptl/Makefile (libpthread-routines): Add shm-directory.
2066         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2067         * sysdeps/nptl/shm-directory.h: New file.
2068         * sysdeps/posix/shm-directory.c
2069         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2070         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2071         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2072         INTERNAL_SYSCALL.
2073         (__where_is_shmfs): Function removed.
2074         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2075         Variables removed.
2076         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2077         Use SHM_GET_NAME.
2078         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2080         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2081         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2082         unconditional for use inside libpthread.
2083         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2085 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2087         * nptl/pthread_getaffinity.c: New file.
2088         * nptl/pthread_setaffinity.c: New file.
2089         * nptl/pthread_getname.c: New file.
2090         * nptl/pthread_setname.c: New file.
2092         * nptl/pthread_create.c (START_THREAD_DEFN)
2093         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2095 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2096             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2098         * resolv/res_send.c (send_vc): Disable warning resplen may
2099         be used uninitialized.
2101 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2103         * nptl/tst-mutex6.c
2104         (ATTR_NULL): New define checks ATTR against NULL.
2105         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2106         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2108 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2110         [BZ #17581]
2111         * malloc/hooks.c
2112         (mem2mem_check): Revert my previous change.
2113         (malloc_check_get_size): Revert my previous change.
2114         (mem2chunk_check): Revert my previous change.
2116 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2118         * sysdeps/posix/shm-directory.c: New file.
2119         * sysdeps/posix/shm-directory.h: New file.
2120         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2121         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2122         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2123         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2124         Transmute EPERM to EACCES.
2125         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2126         from ...
2127         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2128         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2130 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2132         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2133         pointer and cast to uintptr_t.
2134         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2135         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2136         Add cast to avoid warning.
2137         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2139 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2141         * nptl/semaphore.h: Move to ...
2142         * sysdeps/pthread/semaphore.h: ... here.
2143         * Makefile (installed-headers): Change nptl/semaphore.h to
2144         sysdeps/pthread/semaphore.h.
2146 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2148         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2149         generated error format strings.
2151         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2152         -Wformat-extra-args warnings for scanf formats.
2153         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2154         test of zero-length format (duh).
2155         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2156         corner-case scanf format test.
2157         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2158         generated fprintf format string.
2159         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2160         corner-case sprintf format tests.
2161         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2162         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2163         -Wformat-extra-args warnings throughout.
2164         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2165         (CFLAGS-scanf4.c): Likewise.
2166         (CFLAGS-scanf7.c): Likewise.
2167         (CFLAGS-tst-sprintf.c): Likewise.
2168         (CFLAGS-tst-printf.c): Likewise.
2169         (CFLAGS-tst-printfsz.c): Likewise.
2171 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2173         * include/cpio.h: New file.
2174         * include/fmtmsg.h: Likewise.
2176         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2177         corresponding format argument to size_t.
2178         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2179         arguments.
2180         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2181         corresponding format argument to size_t.
2182         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2183         arguments.
2184         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2185         corresponding format argument to size_t.
2186         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2187         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2188         (CFLAGS-tst-mbswcs2.c): Likewise.
2189         (CFLAGS-tst-mbswcs3.c): Likewise.
2190         (CFLAGS-tst-mbswcs4.c): Likewise.
2191         (CFLAGS-tst-mbswcs5.c): Likewise.
2192         (CFLAGS-tst-trans.c): Likewise
2194 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2196         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2197         rather than assuming they won't contain any '%'s.
2199 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2201         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2202         inhibit_loop_to_libcall to avoid recursive calls.
2203         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2204         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2206 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2208         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2209         prototype.
2211 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2213         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2214         integer value instead of boolean.
2216 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2218         * malloc/malloc.c: Fix powerof2 check.
2220 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2222         * locale/programs/locfile.h (maybe_swap_uint32):
2223         Remove inline and add unused attribute.
2225 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2227         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2228         Truncating assembler expression to a .long expression.
2230 2014-12-11  Andreas Schwab  <schwab@suse.de>
2232         * elf/rtld.c (struct map_args): Constify str member.
2233         (do_preload): Constify fname argument.
2235 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2237         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2238         constants definition.
2240 2014-12-11  Andreas Schwab  <schwab@suse.de>
2242         [BZ #16657]
2243         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2244         FORCE_ELISION instead of DO_ELISION.
2245         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2246         Remove.
2247         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2248         Likewise.
2250         * iconvdata/gconv-modules: Remove duplicate entry.
2252 2014-12-11  Will Newton  <will.newton@linaro.org>
2254         Merge gettext 0.19.3 into intl/.
2256         This involves a number of cosmetic changes to comments
2257         and ANSI function definitions and prototypes throughout
2258         all the files. The gettext copyright header is used but
2259         with the date ranges taken from the glibc copy.
2261         * NEWS: Add gettext merge to 2.21.
2262         * intl/bindtextdom.c: Switch to gettext copyright.
2263         Use ANSI definitions and prototypes.
2264         Use gl_* locking primitives rather than __libc_* ones.
2265         Use __builtin_expect rather than __glibc_likely/unlikely.
2266         * intl/dcgettext.c: Switch to gettext copyright.
2267         Use ANSI definitions and prototypes.
2268         * intl/dcigettext.c: Switch to gettext copyright.
2269         Use ANSI definitions and prototypes.
2270         (INTDIV0_RAISES_SIGFPE): New define.
2271         Use gl_* locking primitives rather than __libc_* ones.
2272         Include eval-plural.h instead of plural-eval.c.
2273         Use __builtin_expect rather than __glibc_likely/unlikely.
2274         * intl/dcngettext.c: Switch to gettext copyright.
2275         Use ANSI definitions and prototypes.
2276         * intl/dgettext.c: Likewise.
2277         * intl/dngettext.c: Likewise.
2278         * intl/plural-eval.c: Renamed to...
2279         * intl/eval-plural.h: ...this.
2280         * intl/explodename.c: Switch to gettext copyright.
2281         Use ANSI definitions and prototypes.
2282         (_nl_explode_name): Use strchr instead of __rawmemchr.
2283         * intl/finddomain.c: Switch to gettext copyright.
2284         Use ANSI definitions and prototypes.
2285         Use gl_* locking primitives rather than __libc_* ones.
2286         (_nl_find_domain): Use malloc rather than alloca for
2287         allocation of temporary locale name.
2288         * intl/gettext.c: Switch to gettext copyright.
2289         Use ANSI definitions and prototypes.
2290         * intl/gettextP.h: Switch to gettext copyright.
2291         Use ANSI definitions and prototypes.
2292         Use gl_* locking primitives rather than __libc_* ones.
2293         * intl/gmo.h: Switch to gettext copyright.
2294         (struct sysdep_string): Move struct segment_pair outside of
2295         struct definition.
2296         * intl/hash-string.c: Use ANSI definitions and prototypes.
2297         * intl/hash-string.h: Switch to gettext copyright.
2298         Use ANSI definitions and prototypes.
2299         * intl/l10nflist.c: Switch to gettext copyright.
2300         Use ANSI definitions and prototypes.
2301         (_nl_normalize_codeset): Avoid integer overflow.
2302         * intl/loadinfo.h: Switch to gettext copyright.
2303         Use ANSI definitions and prototypes.
2304         (LIBINTL_DLL_EXPORTED): New define.
2305         (PATH_SEPARATOR): New define.
2306         * intl/loadmsgcat.c: Switch to gettext copyright.
2307         * intl/localealias.c: Switch to gettext copyright.
2308         Use ANSI definitions and prototypes.
2309         (_nl_expand_alias): Use PATH_SEPARATOR.
2310         * intl/ngettext.c: Switch to gettext copyright.
2311         Use ANSI definitions and prototypes.
2312         * intl/plural-exp.c: Likewise.
2313         * intl/plural-exp.h: Switch to gettext copyright.
2314         Use ANSI definitions and prototypes.
2315         (struct expression): Move definition of enum operator outside
2316         of struct definition.
2317         * intl/plural.c: Regenerate.
2318         * intl/plural.y: Switch to gettext copyright.
2319         Use ANSI definitions and prototypes.
2320         Port to bison 3.0.
2321         * intl/textdomain.c: Switch to gettext copyright.
2322         Use ANSI definitions and prototypes.
2323         Use gl_* locking primitives rather than __libc_* ones.
2325 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2327         * debug/warning-nop.c: Add used atrribute.
2329 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2331         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2333         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2334         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2335         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2337 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2338             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2340         [BZ #17634]
2341         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2342         Undefine after defining function.  Define as weak alias of
2343         __wcschr.  Use libc_hidden_weak.
2344         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2345         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2346         (libc_hidden_def): Also define __GI___wcschr alias.
2347         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2348         __wcschr and define as weak alias of __wcschr.
2349         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2350         __wcschr.
2351         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2352         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2353         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2354         libc_hidden_weak.  Do not use libc_hidden_def.
2355         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2356         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2357         __GI___wcschr alias.
2358         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2359         [IS_IN (libc)] (wcschr): Define as macro expanding to
2360         __redirect_wcschr.
2361         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2362         [IS_IN (libc)] (__wcschr_power6): Likewise.
2363         [IS_IN (libc)] (__wcschr_power7): Likewise.
2364         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2365         instead of wcschr.
2366         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2367         __libc_wcschr.
2368         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2369         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2370         __wcschr and define as weak alias of __wcschr.  Use
2371         libc_hidden_builtin_def.
2372         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2373         as weak alias of __wcschr.  Use libc_hidden_weak.
2374         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2375         wcschr.
2376         * time/era.c (_nl_init_era_entries): Likewise.
2377         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2378         variable.
2379         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2380         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2382 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2384         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2385         format for long int variable.
2387 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2389         [BZ #10672]
2390         * manual/search.texi: (Array Sort Function): Remove claim how to make
2391         qsort stable.
2393 2014-12-10  Andreas Schwab  <schwab@suse.de>
2395         [BZ #12847]
2396         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2397         user-controlled locks.
2399 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2401         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2402         register.
2404 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2406         * configure.ac (--disable-werror): New configure option.
2407         (enable_werror): New AC_SUBST.
2408         * configure: Regenerated.
2409         * config.make.in (enable-werror): New variable.
2410         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2411         -Wno-error=undef.
2412         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2413         * manual/install.texi (Configuring and compiling): Document
2414         --disable-werror.
2415         * INSTALL: Regenerated.
2416         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2417         (CFLAGS-tst-chk2.c): Likewise.
2418         (CFLAGS-tst-chk3.c): Likewise.
2419         (CFLAGS-tst-chk4.cc): Likewise.
2420         (CFLAGS-tst-chk5.cc): Likewise.
2421         (CFLAGS-tst-chk6.cc): Likewise.
2422         (CFLAGS-tst-lfschk1.c): Likewise.
2423         (CFLAGS-tst-lfschk2.c): Likewise.
2424         (CFLAGS-tst-lfschk3.c): Likewise.
2425         (CFLAGS-tst-lfschk4.cc): Likewise.
2426         (CFLAGS-tst-lfschk5.cc): Likewise.
2427         (CFLAGS-tst-lfschk6.cc): Likewise.
2429         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2430         (main): Disable -Wdeprecated-declarations around calls to
2431         register_printf_function.
2433         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2434         (do_test): Disable -Wdiv-by-zero around some calls to
2435         fwrite_unlocked and fread_unlocked.
2437         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2438         (DIAG_POP_NEEDS_COMMENT): Likewise.
2439         (_DIAG_STR1): Likewise.
2440         (_DIAG_STR): Likewise.
2441         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2442         * stdio-common/bug21.c: Include <libc-internal.h>.
2443         (do_test): Disable -Wformat around call to sscanf.
2444         * stdio-common/scanf14.c: Include <libc-internal.h>.
2445         (main): Disable -Wformat around some calls to scanf functions.
2447 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2449         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2451 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2453         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2454         stack variable alignment.
2456 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2458         [BZ #17682]
2459         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2460         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2461         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2462         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2463         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2464         __getrlimit instead of getrlimit.
2465         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2466         __gettimeofday instead of gettimeofday.
2467         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2468         Likewise.
2469         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2470         Likewise.
2471         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2472         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2473         Remove variable.
2474         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2475         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2477 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2479         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2480         for wide-character tests.
2482 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2484         * io/openat64.c: #include <libc-internal.h>
2485         (__openat64): Prototypify.  Use ignore_value on MODE.
2486         * io/openat.c: Likewise.
2487         * misc/reboot.c: #include <libc-internal.h>
2488         (reboot): Prototypify.  Use ignore_value on HOWTO.
2489         * misc/ptrace.c: #include <libc-internal.h>
2490         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2492 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2494         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2495         XPG4, UNIX98 and XOPEN2K.
2496         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2497         Remove variable.
2498         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2500 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2502         * libio/fileops.c: Use ISO C style for function definitions.
2503         * libio/iofopen.c: Likewise.
2504         * libio/wfileops.c: Likewise.
2506         [BZ #17653]
2507         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2508         offset on EOF.
2509         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2510         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2511         (fgets_func): Function pointer to fgets and fgetws.
2512         (do_ftell_test): Add test to verify ftell value after read
2513         EOF.
2514         (do_test): Set fgets_func.
2516         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2517         O_TRUNC flag for w and w+ modes.
2518         (do_rewind_test): Likewise.
2519         (do_ftell_test): Likewise.
2520         (do_write_test): Likewise.
2522         [BZ #17647]
2523         * libio/fileops.c (do_ftell): Seek only when there are
2524         unflushed writes.
2525         * libio/wfileops.c (do_ftell_wide): Likewise.
2526         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2527         test case.
2528         (do_one_test): Call it.
2530 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2532         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2533         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2534         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2535         Remove variable.
2536         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2537         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2538         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2540 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2542         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2543         Remove variable.
2544         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2546         [BZ #17668]
2547         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2548         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2549         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2550         __freeifaddrs.  Use libc_hidden_weak.
2551         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2552         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2553         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2554         __freeifaddrs.  Use libc_hidden_weak.
2555         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2556         __getifaddrs and define as weak alias of __getifaddrs.  Use
2557         libc_hidden_weak.
2558         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2559         __freeifaddrs.  Use libc_hidden_weak.
2560         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2561         Remove variable.
2562         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2563         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2565 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2567         [BZ #17601]
2568         * sysdeps/mips/start.S (__start): Use indirect jump to call
2569         __libc_start_main.
2571 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2573         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2575         * nptl/tst-mutex1.c: Include <stdbool.h>.
2576         [!ATTR] (ATTR_NULL): New macro.
2577         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2578         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2579         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2581         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2582         to char *.
2584         [BZ #17665]
2585         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2586         Change conditional to [__USE_MISC].
2588         [BZ #17664]
2589         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2590         fgets_unlocked.
2591         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2592         __fgets_unlocked.
2593         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2594         fgets_unlocked.
2595         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2596         Remove variable.
2597         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2598         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2599         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2600         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2601         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2602         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2603         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2604         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2605         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2607         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2609 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2611         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2612         Remove strpbrk objects.
2613         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2614         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2615         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2616         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2617         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2618         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2620         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2621         Remove strcspn objects.
2622         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2623         (__libc_ifunc_impl_list): Remove strcspn implementation.
2624         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2625         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2626         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2627         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2629         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2630         Remove strspn objetcs.
2631         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2632         (__libc_ifunc_impl_list): Remove strspn implementation.
2633         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2634         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2635         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2636         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2638 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2640         [BZ #17581]
2641         * malloc/hooks.c
2642         (mem2mem_check): Add a terminator to the chain of checking blocks.
2643         (malloc_check_get_size): Use it here.
2644         (mem2chunk_check): Ditto.
2646 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2648         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2649         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2651 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2653         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2655         * nptl/nptl-init.c: Include libc-internal.h.
2656         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2658         * elf/ldconfig.c (search_dir): Expand comment.
2660 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2662         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2663         variable.
2664         (linknamespace-symlist-stdlibs-tests): Likewise.
2665         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2666         instead of $(objpfx)symlist-stdlibs.
2667         (linknamespace-libs-isoc): New variable.
2668         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2669         (linknamespace-libs-ISO): New variable.
2670         (linknamespace-libs-ISO99): Likewise.
2671         (linknamespace-libs-ISO11): Likewise.
2672         (linknamespace-libs-XPG3): Likewise.
2673         (linknamespace-libs-XPG4): Likewise.
2674         (linknamespace-libs-POSIX): Likewise.
2675         (linknamespace-libs-UNIX98): Likewise.
2676         (linknamespace-libs-XOPEN2K): Likewise.
2677         (linknamespace-libs-POSIX2008): Likewise.
2678         (linknamespace-libs-XOPEN2K8): Likewise.
2679         ($(objpfx)symlist-stdlibs): Replace by
2680         $(linknamespace-symlist-stdlibs-tests).  Use
2681         $(linknamespace-libs-$*) as set of libraries.
2682         ($(linknamespace-header-tests)): Update dependencies.  Use
2683         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2684         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2685         * conform/linknamespace.pl: Remove comment about considering
2686         definitions of symbols from irrelevant libraries.
2688 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2690         [BZ #13862]
2691         * elf/dl-tls.c: Include <atomic.h>.
2692         (oom): Remove #ifdef SHARED/#endif.
2693         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2694         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2695         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2696         big enough.
2697         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2698         * nptl/Makefile (tests): Add tst-stack4.
2699         (modules-names): Add tst-stack4mod.
2700         ($(objpfx)tst-stack4): New.
2701         (tst-stack4mod.sos): Likewise.
2702         ($(objpfx)tst-stack4.out): Likewise.
2703         ($(tst-stack4mod.sos)): Likewise.
2704         (clean): Likewise.
2705         * nptl/tst-stack4.c: New file.
2706         * nptl/tst-stack4mod.c: Likewise.
2708 2014-11-27  J. Brown  <jb999@gmx.de>
2710         * sysdeps/x86/bits/string.h: Add recent CPUs.
2712 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2714         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2715         sigblock.
2717         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2718         feof.
2720         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2721         variable.
2723 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2725         * nscd/connections.c: Include libc-internal.h because of macro
2726         usage ignore_value.
2728 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2730         * string/bits/string3.h (__warn_memset_zero_len): Don't
2731         declare for gcc newer than 5.0.
2732         (memset): Don't test for zero-length __LEN for gcc newer than
2733         5.0.
2735 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2737         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2738         size_t for %zu format.
2740         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2741         difference, not %ju.
2743 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2745         * include/libc-internal.h (ignore_value): New macro.
2746         * nscd/connections.c (restart): Wrap calls to setuid and setgid
2747         with ignore_value.
2749         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2750         definition.
2752         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2753         pthread_cleanup_push to void *.
2755         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2756         Undefine.
2758         [BZ #16619]
2759         [BZ #16740]
2760         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2761         instead of 1L << 52.
2763         * libio/bug-rewind.c (do_test): Check fwscanf return values.
2764         * libio/bug-rewind2.c (do_test): Likewise.
2766         * debug/test-stpcpy_chk-ifunc.c: Remove file.
2767         * debug/test-strcpy_chk-ifunc.c: Likewise.
2768         * wcsmbs/test-wcschr-ifunc.c: Likewise.
2769         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2770         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2771         * wcsmbs/test-wcslen-ifunc.c: Likewise.
2772         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2773         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2774         * Rules [$(multi-arch) = no] (tests): Do not filter out
2775         $(tests-ifunc).
2776         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2777         * debug/Makefile (tests-ifunc): Remove variable.
2778         (tests): Do not add $(tests-ifunc).
2779         * wcsmbs/Makefile (tests-ifunc): Remove variable.
2780         (tests): Do not add $(tests-ifunc).
2781         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2782         [TEST_IFUNC]: Remove conditionals.
2783         * string/test-string.h (TEST_IFUNC): Remove macro.
2784         [TEST_IFUNC]: Remove conditionals.
2786         * string/test-strchr.c [!WIDE] (L): New macro.
2787         [WIDE] (L): Likewise.
2788         (check1): Use CHAR instead of char.  Use L on string and character
2789         constants.
2791 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2793         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2794         tests.
2795         * sysdeps/powerpc/bits/atomic.h
2796         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2797         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2798         (atomic_exchange_and_add_acq): Likewise.
2799         (atomic_exchange_and_add_rel): Likewise.
2800         * sysdeps/powerpc/powerpc32/bits/atomic.h
2801         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2802         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2803         * sysdeps/powerpc/powerpc64/bits/atomic.h
2804         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2805         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2807 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2809         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2810         Change synchronization of __sched_fifo_min_prio and
2811         __sched_fifo_max_prio.
2812         * nptl/pthread_mutexattr_getprioceiling.c
2813         (pthread_mutexattr_getprioceiling): Likewise.
2814         * nptl/pthread_mutexattr_setprioceiling.c
2815         (pthread_mutexattr_setprioceiling): Likewise.
2816         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2817         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2818         Likewise.
2820 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2822         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2823         void.
2825 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2827         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2828         third argument const.
2830 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2832         fnmatch: work around GCC compiler warning bug with uninit var
2833         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2834         This works around a bug with x86-64 GCC 4.9.2 and earlier
2835         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2836         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2837         used uninitialized in this function [-Wmaybe-uninitialized]".
2839 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2841         * posix/bug-regex31.c (main): Return RES not 0.
2843 2014-11-25  Anton Blanchard <anton@samba.org>
2845         * sysdeps/powerpc/bits/atomic.h
2846         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2848 2014-11-24  Sterling Augustine  <saugustine@google.com>
2850         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2852 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2854         [BZ #17608]
2855         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2857 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2859         [BZ #17633]
2860         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2861         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2862         variable.
2863         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2864         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2866 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2868         * string/strncpy.c (strncpy): Improve performance by using memset.
2870 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2872         * string/strcpy.c (strcpy):
2873         Improve performance by using strlen and memcpy.
2875 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2877         * string/strcoll_l.c (get_next_seq): __always_inline.
2878         * string/strcoll_l.c (do_compare): __always_inline.
2880 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2882         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2883         defined.
2884         * include/mqueue.h: Likewise.
2885         * include/stdlib.h: Likewise.
2887         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2888         (get_null_defines): Adjust.
2889         * sunrpc/Makefile: Adjust comment.
2890         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2891         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2892         (CFLAGS-interp.c): Likewise.
2893         (CFLAGS-ldconfig.c): Likewise.
2894         (CPPFLAGS-.os): Likewise.
2895         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2896         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2897         * extra-modules.mk (extra-modules.mk): Likewise.
2898         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2899         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2900         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2901         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2902         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2903         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2904         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2905         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2906         * iconvdata/Makefile (CPPFLAGS): Likewise.
2907         (cpp-srcs-left): Add libof for all iconvdata routines.
2908         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2909         * include/assert.h: Likewise.
2910         * include/ctype.h: Likewise.
2911         * include/errno.h: Likewise.
2912         * include/libc-symbols.h: Likewise.
2913         * include/math.h: Likewise.
2914         * include/netdb.h: Likewise.
2915         * include/resolv.h: Likewise.
2916         * include/stdio.h: Likewise.
2917         * include/stdlib.h: Likewise.
2918         * include/string.h: Likewise.
2919         * include/sys/stat.h: Likewise.
2920         * include/wctype.h: Likewise.
2921         * intl/l10nflist.c: Likewise.
2922         * libidn/idn-stub.c: Likewise.
2923         * libio/libioP.h: Likewise.
2924         * nptl/libc_multiple_threads.c: Likewise.
2925         * nptl/pthreadP.h: Likewise.
2926         * posix/regex_internal.h: Likewise.
2927         * resolv/res_hconf.c: Likewise.
2928         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2929         * sysdeps/arm/memmove.S: Likewise.
2930         * sysdeps/arm/sysdep.h: Likewise.
2931         * sysdeps/generic/_itoa.h: Likewise.
2932         * sysdeps/generic/symbol-hacks.h: Likewise.
2933         * sysdeps/gnu/errlist.awk: Likewise.
2934         * sysdeps/gnu/errlist.c: Likewise.
2935         * sysdeps/i386/i586/memcpy.S: Likewise.
2936         * sysdeps/i386/i586/memset.S: Likewise.
2937         * sysdeps/i386/i686/memcpy.S: Likewise.
2938         * sysdeps/i386/i686/memmove.S: Likewise.
2939         * sysdeps/i386/i686/mempcpy.S: Likewise.
2940         * sysdeps/i386/i686/memset.S: Likewise.
2941         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2942         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2943         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2944         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2945         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2946         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2947         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2948         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2949         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2950         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2951         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2952         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2953         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2954         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2955         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2956         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2957         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2958         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2959         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2960         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2961         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2962         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2963         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2964         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2965         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2966         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2967         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2968         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2969         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2970         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2971         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2972         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2973         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2974         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2975         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2976         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2977         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2978         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2979         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2980         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2981         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2982         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2983         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2984         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2985         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2986         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2987         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2988         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2989         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2990         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2991         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2992         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2993         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2994         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2995         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2996         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2997         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2998         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2999         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3000         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3001         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3002         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3003         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3004         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3005         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3006         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3007         * sysdeps/posix/closedir.c: Likewise.
3008         * sysdeps/posix/opendir.c: Likewise.
3009         * sysdeps/posix/readdir.c: Likewise.
3010         * sysdeps/posix/rewinddir.c: Likewise.
3011         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3012         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3013         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3014         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3015         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3016         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3017         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3018         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3019         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3020         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3021         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3022         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3023         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3024         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3025         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3026         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3027         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3028         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3029         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3030         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3031         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3032         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3033         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3034         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3035         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3036         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3037         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3038         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3039         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3040         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3041         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3042         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3043         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3044         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3046         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3047         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3048         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3049         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3050         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3051         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3052         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3053         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3054         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3055         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3056         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3057         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3058         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3059         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3060         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3061         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3062         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3063         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3064         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3065         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3066         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3067         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3068         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3069         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3070         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3071         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3072         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3073         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3074         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3075         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3076         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3077         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3078         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3079         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3080         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3081         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3082         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3083         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3084         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3085         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3086         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3087         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3088         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3089         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3090         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3091         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3092         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3093         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3094         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3095         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3096         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3097         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3098         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3099         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3100         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3101         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3102         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3103         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3104         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3105         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3106         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3107         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3108         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3109         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3110         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3111         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3112         * sysdeps/unix/alpha/sysdep.S: Likewise.
3113         * sysdeps/unix/alpha/sysdep.h: Likewise.
3114         * sysdeps/unix/make-syscalls.sh: Likewise.
3115         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3116         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3117         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3118         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3119         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3120         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3121         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3122         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3123         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3124         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3125         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3126         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3127         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3128         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3129         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3130         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3131         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3132         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3133         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3134         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3135         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3136         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3137         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3138         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3139         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3140         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3141         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3144         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3145         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3146         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3147         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3148         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3149         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3150         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3151         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3152         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3153         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3154         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3155         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3156         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3157         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3158         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3159         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3160         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3161         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3162         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3163         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3164         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3165         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3166         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3167         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3168         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3169         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3170         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3171         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3172         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3173         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3174         * sysdeps/x86_64/memcpy.S: Likewise.
3175         * sysdeps/x86_64/memmove.c: Likewise.
3176         * sysdeps/x86_64/memset.S: Likewise.
3177         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3178         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3179         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3180         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3181         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3182         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3183         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3184         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3185         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3186         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3187         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3188         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3189         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3190         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3191         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3192         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3193         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3194         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3195         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3196         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3197         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3198         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3199         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3200         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3201         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3202         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3203         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3204         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3205         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3206         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3207         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3208         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3209         * sysdeps/x86_64/strcmp.S: Likewise.
3211         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3213         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3214         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3215         * elf/rtld-Rules: Likewise.
3216         * elf/setup-vdso.h: Likewise.
3217         * include/assert.h: Likewise.
3218         * include/bits/stdlib-float.h: Likewise.
3219         * include/errno.h: Likewise.
3220         * include/sys/stat.h: Likewise.
3221         * include/unistd.h: Likewise.
3222         * sysdeps/aarch64/setjmp.S: Likewise.
3223         * sysdeps/alpha/setjmp.S: Likewise.
3224         * sysdeps/arm/__longjmp.S: Likewise.
3225         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3226         * sysdeps/arm/setjmp.S: Likewise.
3227         * sysdeps/arm/sysdep.h: Likewise.
3228         * sysdeps/generic/_itoa.h: Likewise.
3229         * sysdeps/generic/dl-sysdep.h: Likewise.
3230         * sysdeps/generic/ldsodefs.h: Likewise.
3231         * sysdeps/i386/dl-tls.h: Likewise.
3232         * sysdeps/i386/setjmp.S: Likewise.
3233         * sysdeps/m68k/setjmp.c: Likewise.
3234         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3235         * sysdeps/mach/hurd/opendir.c: Likewise.
3236         * sysdeps/posix/getcwd.c: Likewise.
3237         * sysdeps/posix/opendir.c: Likewise.
3238         * sysdeps/posix/profil.c: Likewise.
3239         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3240         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3241         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3242         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3243         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3244         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3245         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3246         * sysdeps/s390/dl-tls.h: Likewise.
3247         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3248         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3249         * sysdeps/sh/sh3/setjmp.S: Likewise.
3250         * sysdeps/sh/sh4/setjmp.S: Likewise.
3251         * sysdeps/unix/alpha/sysdep.h: Likewise.
3252         * sysdeps/unix/arm/sysdep.S: Likewise.
3253         * sysdeps/unix/i386/sysdep.S: Likewise.
3254         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3255         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3256         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3257         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3258         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3259         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3260         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3261         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3262         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3263         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3264         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3265         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3266         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3269         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3270         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3271         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3272         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3273         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3274         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3275         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3276         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3277         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3278         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3279         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3280         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3281         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3282         * sysdeps/x86_64/setjmp.S: Likewise.
3284         * include/math.h: Use IS_IN instead of IS_IN_libm.
3285         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3286         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3287         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3288         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3289         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3290         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3291         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3292         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3293         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3294         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3295         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3296         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3297         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3298         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3299         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3300         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3301         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3302         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3303         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3304         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3305         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3306         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3307         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3308         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3309         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3310         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3311         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3312         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3313         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3314         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3315         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3316         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3317         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3319         Likewise.
3320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3321         Likewise.
3322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3323         Likewise.
3324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3325         Likewise.
3326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3327         Likewise.
3328         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3329         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3330         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3331         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3332         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3333         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3339         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3340         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3341         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3342         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3343         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3344         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3345         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3346         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3347         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3348         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3349         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3350         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3351         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3352         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3353         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3354         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3356         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3357         * nptl/pthreadP.h: Likewise.
3358         * nptl_db/structs.def: Likewise.
3359         * sysdeps/arm/sysdep.h: Likewise.
3360         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3361         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3362         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3363         * sysdeps/unix/alpha/sysdep.h: Likewise.
3364         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3365         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3366         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3367         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3368         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3369         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3370         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3371         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3372         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3373         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3374         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3375         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3376         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3377         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3380         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3381         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3382         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3383         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3384         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3385         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3386         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3387         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3388         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3389         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3391         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3392         * nptl/pthreadP.h: Likewise.
3393         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3394         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3395         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3396         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3397         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3398         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3399         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3400         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3401         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3402         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3403         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3404         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3406         Likewise.
3407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3408         Likewise.
3409         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3410         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3411         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3412         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3413         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3414         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3415         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3416         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3418         * dlfcn/dladdr.c: Use IS_IN.
3419         * dlfcn/dladdr1.c: Likewise.
3420         * dlfcn/dlclose.c: Likewise.
3421         * dlfcn/dlerror.c: Likewise.
3422         * dlfcn/dlinfo.c: Likewise.
3423         * dlfcn/dlmopen.c: Likewise.
3424         * dlfcn/dlopen.c: Likewise.
3425         * dlfcn/dlsym.c: Likewise.
3426         * dlfcn/dlvsym.c: Likewise.
3428         * include/ifaddrs.h: Use IS_IN.
3429         * inet/check_pf.c: Likewise.
3430         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3431         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3433         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3434         IS_IN_ldconfig.
3435         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3436         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3438         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3439         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3440         IS_IN (libc).
3442         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3444         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3445         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3446         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3447         * include/libc-symbols.h (IS_IN_LIB): New macro.
3448         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3449         * include/netdb.h: Likewise.
3450         * include/stap-probe.h: Remove all uses of IN_LIB.
3452         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3453         instead of IN_MODULE.
3454         * include/libc-symbols.h (IN_MODULE): Define using
3455         MODULE_NAME.
3456         (PASTE_NAME, PASTE_NAME1): New macros.
3457         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3458         of IN_LIB.
3459         (STAP_PROBE_ASM): Likewise.
3461 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3463         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3464         __mach_init in dlopened libc.
3466 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3468         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3469         * sysdeps/arm/preconfigure: Regenerate.
3471 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3473         * nptl/pthread_create.c (__pthread_create_2_1): Set
3474         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3475         when copying values from IATTR into PD.
3477 2014-11-21  Will Newton  <will.newton@linaro.org>
3478             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3480         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3481         Refactor inline-asm.  Also add comment.
3483         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3484         ElfW macro instead of hardcoded Elf64 types.
3485         (la_aarch64_gnu_pltenter): Likewise.
3486         * sysdeps/aarch64/dl-machine.h
3487         (elf_machine_runtime_setup): Use ElfW(Addr).
3489         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3490         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3491         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3492         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3493         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3494         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3495         (R_AARCH64_TLS_DTPMOD): This.
3496         (R_AARCH64_TLS_DTPREL64): Rename to ...
3497         (R_AARCH64_TLS_DTPREL): This.
3498         (R_AARCH64_TLS_TPREL64): Rename to ...
3499         (R_AARCH64_TLS_TPREL): This.
3500         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3501         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3502         R_AARCH64_TLS_TPREL64.
3503         (elf_machine_rela): Likewise.
3505 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3507         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3508         by setting it to 0.  64b atomics are not supported currently.
3510 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3512         [BZ #16469]
3513         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3514         search domain names.
3516 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3518         [BZ #16469]
3519         * NEWS: Update.
3520         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3521         trailing dot.
3522         * posix/tst-getaddrinfo5.c: New.
3523         * posix/Makefile (tests): Add it.
3525 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3527         [BZ #14498]
3528         * NEWS: Fixed.
3529         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3530         after parsing line but before break_if_match.
3531         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3532         if there is a protocol mismatch.
3534 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3536         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3537         because the potential race is on the user-supplied stream.
3539 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3541         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3542         string literal if not passed a buffer.
3543         * manual/job.texi (ctermid): Update reasoning, note deviation
3544         from posix, suggest mtasurace when not passed a buffer, for
3545         future non-preliminary safety notes.
3547 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3549         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3550         of not passing it a buffer.
3551         Reported by Peng Haitao.
3553 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3555         * manual/Makefile ($(objpfx)stamp-summary): Require
3556         check-safety.sh to pass.
3557         * manual/check-safety.sh: Wish for verification that every
3558         @deftypefn and @deftypefun is followed by a @safety remark.
3560 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3562         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3564         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3565         PTHREAD_CANCEL_ASYNCHRONOUS.
3566         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3567         send SIGCANCEL.
3569         * nptl/default-sched.h: New file.
3570         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3571         * nptl/pthread_create.c: Include it.
3572         (__pthread_create_2_1): Use collect_default_sched instead of making
3573         Linux syscalls here directly.
3575 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3577         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3578         __pthread_once): Use C11 atomics.
3580 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3582         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3584 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3586         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3587         atomic_thread_fence_acquire, atomic_thread_fence_release,
3588         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3589         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3590         atomic_compare_exchange_weak_relaxed,
3591         atomic_compare_exchange_weak_acquire,
3592         atomic_compare_exchange_weak_release,
3593         atomic_exchange_acquire, atomic_exchange_release,
3594         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3595         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3596         atomic_fetch_and_acquire,
3597         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3599 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3601         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3602         USE_ATOMIC_COMPILER_BUILTINS): Define.
3603         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3604         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3605         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3606         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3607         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3608         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3609         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3610         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3611         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3612         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3613         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3614         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3615         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3616         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3617         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3618         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3619         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3620         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3621         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3622         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3623         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3624         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3625         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3626         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3627         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3628         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3629         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3630         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3631         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3632         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3633         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3634         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3635         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3636         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3637         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3638         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3639         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3640         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3641         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3642         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3644 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3646         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3647         the sched_priority value here.  It was already checked when the user
3648         called pthread_attr_setschedparam.
3650         * nptl/tst-bad-schedattr.c: New file.
3651         * nptl/Makefile (tests): Add it.
3653 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3654             Florian Weimer  <fweimer@redhat.com>
3655             Joseph Myers  <joseph@codesourcery.com>
3656             Adam Conrad  <adconrad@0c3.net>
3657             Andreas Schwab  <schwab@suse.de>
3658             Brooks  <bmoses@google.com>
3660         [BZ #17625]
3661         * wordexp-test.c (__dso_handle): Add prototype.
3662         (__register_atfork): Likewise.
3663         (__app_register_atfork): New function.
3664         (registered_forks): New global.
3665         (register_fork): New function.
3666         (test_case): Add 3 new tests for WRDE_CMDSUB.
3667         (main): Call __app_register_atfork.
3668         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3669         fork count is non-zero fail the test.
3670         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3671         is set.
3672         (parse_dollars): Remove check for WRDE_NOCMD.
3673         (parse_dquote): Likewise.
3675 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3677         * Makeconfig (built-modules): List non-library modules to be
3678         built.
3679         (module-cppflags): Include libc-modules.h for
3680         everything except shlib-versions.v.i.
3681         (CPPFLAGS): Use it.
3682         (before-compile): Add libc-modules.h.
3683         ($(common-objpfx)libc-modules.h,
3684         $(common-objpfx)libc-modules.stmp): New targets.
3685         (common-generated): Add libc-modules.h and libc-modules.stmp.
3686         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3687         * include/libc-symbols.h: Don't include libc-modules.h.
3688         * include/libc-modules.h: Remove file.
3689         * scripts/gen-libc-modules.awk: New script to generate
3690         libc-modules.h.
3691         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3692         Depend on libc-modules.stmp.
3694         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3696         * Makeconfig (in-module): Get value of libof set for the
3697         translation unit.
3698         (CPPFLAGS): Use $(in-module).
3699         * Makerules: Don't suffix routine names for nonlib.
3700         * include/libc-modules.h: New file.
3701         * include/libc-symbols.h: Include libc-modules.h
3702         (IS_IN): New macro to replace IS_IN_* macros.
3703         * elf/Makefile: Set libof-* for each routine.
3704         * elf/rtld-Rules: Likewise.
3705         * extra-modules.mk: Likewise.
3706         * iconv/Makefile: Likewise.
3707         * iconvdata/Makefile: Likewise.
3708         * locale/Makefile: Likewise.
3709         * malloc/Makefile: Likewise.
3710         * nss/Makefile: Likewise.
3711         * sysdeps/gnu/Makefile: Likewise.
3712         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3713         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3714         * sysdeps/s390/s390-64/Makefile: Likewise.
3715         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3716         CPPFLAGS for nscd instead of nonlib.
3718 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3720         * nptl/createthread.c: New file.
3722         * nptl/createthread.c: Moved ...
3723         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3725         * nptl/createthread.c: Add proper top-line comment.
3726         (do_clone): Folded into ...
3727         (create_thread): ... here.  Take new arguments STOPPED_START and
3728         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3729         increment __nptl_threads, do event-reporting logic, do
3730         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3731         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3732         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3733         just send SIGCANCEL.
3734         * nptl/pthread_create.c: Forward-declare create_thread before
3735         including createthread.c.
3736         (start_thread): Use new macro START_THREAD_DEFN to replace defining
3737         declaration, and new macro START_THREAD_SELF to replace argument.
3738         Remove return statement.
3739         (report_thread_creation): New function.
3740         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
3741         synchronization logic, and __nptl_nthreads increment here, around
3742         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
3743         PD->parent_cancelhandling here, before create_thread.  When
3744         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3745         __deallocate_stack, and ENOMEM translation here.
3747 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
3749         [BZ #17616]
3750         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3751         (mptwo): Rename to __mptwo.
3752         (__inv): Use __mptwo instead of mptwo.
3753         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3754         (mptwo): Rename to __mptwo.
3755         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3756         of mpone and __mptwo instead of mptwo.
3757         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3758         instead of mpone.
3759         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3760         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3761         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3762         of mpone and __mptwo instead of mptwo.
3763         (__mpranred): Use __mpone instead of mpone.
3764         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3765         variable.
3766         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3767         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3768         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3769         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3770         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3771         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3772         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3773         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3774         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3775         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3776         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3777         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3778         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3779         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3780         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3781         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3782         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3783         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3784         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3786 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3788         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3789         replace BSD Handler xref with BSD Signal Handling.
3791 2014-11-17  Richard Henderson  <rth@redhat.com>
3793         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3794         (_FP_PACK_RAW_2): Remove.
3795         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3796         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3797         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3798         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3799         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3800         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3801         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3802         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3803         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3804         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3805         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3806         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3807         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3808         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3809         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3810         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3812 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3814         * signal/signal.h [__USE_MISC]
3815         (struct sigvec): Remove type.
3816         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3817         (sigvec): Remove declaration.
3818         * sysdeps/posix/sigvec.c: Moved ...
3819         * signal/sigvec.c: ... here, replacing old file.
3820         (struct sigvec): New type, copied from old signal.h definition.
3821         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3822         (__sigvec): Convert definition to prototype.
3823         (sigvec): Replace weak_alias with compat_symbol.
3824         * signal/Versions (libc: GLIBC_2.21): New version set.
3825         * include/signal.h: Remove __sigvec declaration.
3826         * sysdeps/unix/bsd/sigvec.c: Remove file.
3827         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3828         * manual/signal.texi (BSD Handler): Remove subsection.
3829         Move siginterrupt up to ...
3830         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3831         (Blocking in BSD): Fold subsection into its parent.
3832         * NEWS: Mention sigvec removal.
3834 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3836         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3837         (DLA_FMS): Make definition conditional only on [__FMA4__].
3838         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3839         definition.
3841         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3842         Make definition conditional only on [PROF].
3843         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3844         definition.
3845         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3846         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3848         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3849         !__GNUC__].
3850         * include/signal.h (__sigpause): Move declaration above call to
3851         libc_hidden_proto.
3852         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3853         variable.
3854         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3855         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3857 2014-11-14  David S. Miller  <davem@davemloft.net>
3859         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3860         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3862 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3864         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3865         * configure: Regenerated.
3866         * manual/install.texi (Tools for Compilation): Document a
3867         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3868         compiler verified to work.
3869         * INSTALL: Regenerated.
3871         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3872         redeclare with asm name.
3873         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3874         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3875         including <string.h>.
3876         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3877         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3878         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3879         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3880         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3881         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3882         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3884 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3886         * stdlib/strtol.c (__strtol): Use prototype definition.
3888         [BZ #17594]
3889         * stdlib/strtol.c (SYM__): New macro.
3890         (SYM__1): Likewise.
3891         (__strtol): Likewise.
3892         (strtol): Rename to __strtol and define as weak alias of
3893         __strtol.  Use libc_hidden_weak.
3895 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3897         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3898         Use numbered labels in inline assembly.
3900 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3902         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3903         Add setjmp LIBC_PROBE.
3904         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3905         Likewise.
3906         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3907         Add longjmp, longjmp_target LIBC_PROBE.
3908         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3909         Likewise.
3911 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3913         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3914         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3915         to get rid of unused variable warning.
3917 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3919         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3920         Check for unwind_backtrace ==  NULL only in SHARED case.
3921         (__backchain_backtrace): Compile only in SHARED case.
3922         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3923         Likewise.
3924         (__backchain_backtrace): Declare as static.
3926 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3928         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3929         (__libc_multiple_threads_ptr): Variable moved ...
3930         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3932 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3934         * conform/GlibcConform.pm: New file.
3935         * conform/conformtest.pl: Use GlibcConform module.
3936         * conform/linknamespace.pl: New file.
3937         * conform/list-header-symbols.pl: Likewise.
3938         * conform/Makefile (linknamespace-symlists-base): New variable.
3939         (linknamespace-symlists-tests): Likewise.
3940         (linknamespace-header-base): Likewise.
3941         (linknamespace-header-tests): Likewise.
3942         (tests-special): Add new tests.
3943         ($(linknamespace-symlists-tests)): New rule.
3944         (linknamespace-libs): New variable.
3945         ($(objpfx)symlist-stdlibs): New rule.
3946         ($(linknamespace-header-tests)): Likewise.
3947         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3948         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3949         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3950         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3951         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3952         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3953         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3954         (test-xfail-ISO/math.h/linknamespace): Likewise.
3955         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3956         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3957         (test-xfail-ISO/time.h/linknamespace): Likewise.
3958         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3959         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3960         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3961         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3962         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3963         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3964         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3965         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3966         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3967         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3968         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3969         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3970         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3971         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3972         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3973         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3974         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3975         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3976         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3977         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3978         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3979         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3980         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3981         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3982         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3983         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3984         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3985         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3986         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3987         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3988         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3989         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3990         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3991         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3992         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3993         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3994         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3995         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3996         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3997         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3998         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3999         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4000         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4001         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4002         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4003         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4004         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4005         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4006         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4007         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4008         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4009         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4010         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4011         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4012         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4013         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4014         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4015         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4016         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4017         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4018         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4019         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4020         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4021         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4022         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4023         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4024         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4025         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4026         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4027         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4028         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4029         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4030         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4031         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4032         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4033         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4034         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4035         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4036         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4037         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4038         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4039         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4040         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4041         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4042         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4043         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4044         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4045         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4046         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4047         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4048         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4049         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4050         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4051         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4052         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4053         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4054         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4055         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4056         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4057         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4058         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4059         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4060         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4061         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4062         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4063         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4064         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4065         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4066         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4067         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4068         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4069         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4070         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4071         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4072         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4073         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4074         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4075         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4076         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4077         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4078         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4079         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4080         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4081         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4082         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4083         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4084         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4085         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4086         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4087         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4088         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4089         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4090         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4091         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4092         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4093         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4094         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4095         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4096         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4097         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4098         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4099         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4100         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4101         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4102         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4103         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4104         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4105         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4106         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4107         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4109         [BZ #17589]
4110         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4111         of fgets_unlocked.
4113         [BZ #17585]
4114         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4115         (memmem): Rename to __memmem and define as weak alias of
4116         __memmem.  Use libc_hidden_weak.
4117         (__memmem): Use libc_hidden_def.
4118         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4119         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4120         memmem.
4122         [BZ #17582]
4123         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4124         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4125         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4126         and define as weak alias of __fgets_unlocked.  Use
4127         libc_hidden_weak.
4128         (__fgets_unlocked): Use libc_hidden_def.
4129         * include/stdio.h (__fgets_unlocked): Declare.  Use
4130         libc_hidden_proto.
4131         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4132         __fgets_unlocked instead of fgets_unlocked.
4133         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4134         (GET_NPROCS_CONF_PARSER): Likewise.
4135         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4136         (GET_NPROCS_CONF_PARSER): Likewise.
4138         [BZ #17574]
4139         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4140         weak alias of __wmemset.  Use libc_hidden_weak.
4141         (__wmemset): Use libc_hidden_def.
4142         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4143         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4144         of wmemset.
4146         [BZ #17573]
4147         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4148         with asm name __mempcpy.
4149         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4151         [BZ #17572]
4152         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4153         and define as weak alias of __rawmemchr.
4154         (__rawmemchr): Do not define as strong alias of rawmemchr.
4156         [BZ #17571]
4157         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4158         alias of __qsort_r.
4159         (qsort): Call __qsort_r instead of qsort_r.
4160         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4161         (__qsort_r): Declare.  Call libc_hidden_proto.
4162         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4163         instead of qsort_r.
4164         * nscd/gai.c (__qsort_r): Define to qsort_r.
4165         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4166         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4167         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4169         [BZ #17570]
4170         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4171         define as weak alias of __malloc_info.
4173         [BZ #17584]
4174         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4175         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4176         (__rewinddir): Use libc_hidden_def.
4177         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4178         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4179         (__rewinddir): Use libc_hidden_def.
4180         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4181         weak alias of __rewinddir.  Don't use libc_hidden_def.
4182         (__rewinddir): Use libc_hidden_def.
4183         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4184         (__rewinddir): Use libc_hidden_proto.
4185         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4186         rewinddir.
4187         (__getcwd): Use __rewinddir instead of rewinddir.
4189         [BZ #17583]
4190         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4191         alias of __fileno.  Use libc_hidden_weak.
4192         (__fileno): Use libc_hidden_def.
4193         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4194         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4195         alias of __ftello.
4196         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4197         __ftello.
4198         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4199         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4200         libc_hidden_def.
4201         (fread_unlocked): Don't use libc_hidden_ver.
4202         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4203         and define as weak alias of __fread_unlocked.  Don't use
4204         libc_hidden_def.
4205         (__fread_unlocked): Use libc_hidden_def.
4206         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4207         (ftello): Don't use libc_hidden_proto.
4208         (__ftello): Declare.  Use libc_hidden_proto.
4209         (fread_unlocked): Don't use libc_hidden_proto.
4210         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4211         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4212         and __ftello instead of fileno, fread_unlocked and ftello.
4214 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4216         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4217         GOT12.
4218         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4219         Likewise.
4220         (_dl_start_user): Likewise.
4221         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4223 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4224             Siddhesh Poyarekar  <siddhesh@redhat.com>
4226         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4227         Move argv and envp down instead of moving argc up.
4228         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4230 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4232         [BZ #17506]
4233         * test-skeleton.c (main): Return successful if one of
4234         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4235         * string/tst-strcoll-overflow.c: Define expected status.
4237 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4239         [BZ #17475]
4240         * locale/iso-639.def: Define Bhili and Tulu language codes.
4242 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4244         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4246 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4248         [BZ #17555]
4249         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4251 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4253         * configure.ac: Updated check of minimal required version to
4254         2.22.
4255         * manual/install.texi (Tools for Compilation): Updated version
4256         number.
4257         * configure: Regenerated.
4258         * INSTALL: Likewise.
4260 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4262         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4263         __tls_get_addr.
4265 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4267         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4268         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4269         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4270         libc_hidden_weak.
4271         (waitpid): Define as alias of __waitpid.
4272         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4273         __waitpid.
4274         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4275         libc_hidden_weak.
4276         (waitpid): Define as alias of __waitpid.
4277         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4278         __libc_waitpid alias.
4279         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4280         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4281         Likewise.
4282         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4283         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4284         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4285         alias.
4286         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4287         __waitpid.
4288         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4289         libc_hidden_weak.
4290         (waitpid): Define as alias of __waitpid.
4292 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4294         * manual/llio.texi: Add comment that write safety has been
4295         fixed in Linux.
4297         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4298         (localplt-build-dso): Add elf/ld.so.
4299         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4300         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4301         and free for ld.so.
4302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4303         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4305         Likewise.
4306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4307         Likewise.
4308         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4309         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4310         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4311         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4312         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4313         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4314         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4315         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4316         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4317         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4318         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4320 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4322         [BZ #14132]
4323         * include/libc-symbols.h (INTUSE): Remove macro.
4324         (INTDEF): Likewise.
4325         (INTVARDEF): Likewise.
4326         (_INTVARDEF): Likewise.
4327         (INTDEF2): Likewise.
4328         (INTVARDEF2): Likewise.
4329         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4330         rtld_hidden_def instead of INTVARDEF.
4331         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4332         (_dl_starting_up_internal): Remove declaration.
4333         (_dl_starting_up): Use rtld_hidden_proto.
4334         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4335         declaration.
4336         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4337         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4338         _dl_starting_up.
4339         * elf/dl-writev.h (_dl_writev): Likewise.
4340         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4341         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4342         _dl_starting_up_internal.
4344 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4346         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4347         test-skeleton.c.
4349 2014-11-05  Will Newton  <will.newton@linaro.org>
4351         * benchtests/Makefile: (bench-malloc): Add malloc thread
4352         scalability benchmark.
4353         * benchtests/bench-malloc-threads.c: New file.
4355 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4357         * sysdeps/aarch64/strchrnul.S: New file.
4359 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4361         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4362         definition.
4363         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4364         Likwise.
4365         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4366         Likewise.
4367         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4368         Likewise.
4369         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4370         Likewise.
4371         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4372         Likewise.
4374 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4376         * catgets/test-gencat.c: Use test-skeleton.c.
4377         * catgets/tst-catgets.c: Likewise.
4378         * csu/tst-empty.c: Likewise.
4379         * elf/tst-audit2.c: Likewise.
4380         * elf/tst-global1.c: Likewise.
4381         * elf/tst-pathopt.c: Likewise.
4382         * elf/tst-piemod1.c: Likewise.
4383         * elf/tst-tls10.c: Likewise.
4384         * elf/tst-tls11.c: Likewise.
4385         * elf/tst-tls12.c: Likewise.
4386         * gnulib/tst-gcc.c: Likewise.
4387         * iconvdata/tst-e2big.c: Likewise.
4388         * iconvdata/tst-loading.c: Likewise.
4389         * iconv/tst-iconv1.c: Likewise.
4390         * iconv/tst-iconv2.c: Likewise.
4391         * inet/test-inet6_opt.c: Likewise.
4392         * inet/tst-gethnm.c: Likewise.
4393         * inet/tst-network.c: Likewise.
4394         * inet/tst-ntoa.c: Likewise.
4395         * intl/tst-codeset.c: Likewise.
4396         * intl/tst-gettext2.c: Likewise.
4397         * intl/tst-gettext3.c: Likewise.
4398         * intl/tst-ngettext.c: Likewise.
4399         * intl/tst-translit.c: Likewise.
4400         * io/test-stat.c: Likewise.
4401         * libio/test-fmemopen.c: Likewise.
4402         * libio/tst-freopen.c: Likewise.
4403         * libio/tst-sscanf.c: Likewise.
4404         * libio/tst-ungetwc1.c: Likewise.
4405         * libio/tst-ungetwc2.c: Likewise.
4406         * libio/tst-widetext.c: Likewise.
4407         * localedata/tst-ctype.c: Likewise.
4408         * localedata/tst-digits.c: Likewise.
4409         * localedata/tst-leaks.c: Likewise.
4410         * localedata/tst-mbswcs1.c: Likewise.
4411         * localedata/tst-mbswcs2.c: Likewise.
4412         * localedata/tst-mbswcs3.c: Likewise.
4413         * localedata/tst-mbswcs4.c: Likewise.
4414         * localedata/tst-mbswcs5.c: Likewise.
4415         * localedata/tst-setlocale.c: Likewise.
4416         * localedata/tst-trans.c: Likewise.
4417         * localedata/tst-wctype.c: Likewise.
4418         * localedata/tst-xlocale1.c: Likewise.
4419         * login/tst-grantpt.c: Likewise.
4420         * malloc/tst-calloc.c: Likewise.
4421         * malloc/tst-malloc.c: Likewise.
4422         * malloc/tst-mallocstate.c: Likewise.
4423         * malloc/tst-mcheck.c: Likewise.
4424         * malloc/tst-mtrace.c: Likewise.
4425         * malloc/tst-obstack.c: Likewise.
4426         * math/atest-exp2.c: Likewise.
4427         * math/atest-exp.c: Likewise.
4428         * math/atest-sincos.c: Likewise.
4429         * math/test-matherr.c: Likewise.
4430         * math/test-misc.c: Likewise.
4431         * math/test-powl.c: Likewise.
4432         * math/tst-definitions.c: Likewise.
4433         * misc/tst-dirname.c: Likewise.
4434         * misc/tst-efgcvt.c: Likewise.
4435         * misc/tst-fdset.c: Likewise.
4436         * misc/tst-hsearch.c: Likewise.
4437         * misc/tst-mntent2.c: Likewise.
4438         * nptl/tst-sem7.c: Likewise.
4439         * nptl/tst-sem8.c: Likewise.
4440         * nptl/tst-sem9.c: Likewise.
4441         * nss/test-netdb.c: Likewise.
4442         * posix/tst-fnmatch.c: Likewise.
4443         * posix/tst-getlogin.c: Likewise.
4444         * posix/tst-gnuglob.c: Likewise.
4445         * posix/tst-mmap.c: Likewise.
4446         * pwd/tst-getpw.c: Likewise.
4447         * resolv/tst-inet_ntop.c: Likewise.
4448         * rt/tst-timer.c: Likewise.
4449         * stdio-common/test-fseek.c: Likewise.
4450         * stdio-common/test-popen.c: Likewise.
4451         * stdio-common/test-vfprintf.c: Likewise.
4452         * stdio-common/tst-cookie.c: Likewise.
4453         * stdio-common/tst-fileno.c: Likewise.
4454         * stdio-common/tst-gets.c: Likewise.
4455         * stdio-common/tst-obprintf.c: Likewise.
4456         * stdio-common/tst-perror.c: Likewise.
4457         * stdio-common/tst-sprintf2.c: Likewise.
4458         * stdio-common/tst-sprintf3.c: Likewise.
4459         * stdio-common/tst-sprintf.c: Likewise.
4460         * stdio-common/tst-swprintf.c: Likewise.
4461         * stdio-common/tst-tmpnam.c: Likewise.
4462         * stdio-common/tst-unbputc.c: Likewise.
4463         * stdio-common/tst-wc-printf.c: Likewise.
4464         * stdlib/tst-environ.c: Likewise.
4465         * stdlib/tst-fmtmsg.c: Likewise.
4466         * stdlib/tst-limits.c: Likewise.
4467         * stdlib/tst-rand48-2.c: Likewise.
4468         * stdlib/tst-rand48.c: Likewise.
4469         * stdlib/tst-random2.c: Likewise.
4470         * stdlib/tst-random.c: Likewise.
4471         * stdlib/tst-strtol.c: Likewise.
4472         * stdlib/tst-strtoll.c: Likewise.
4473         * stdlib/tst-tls-atexit.c: Likewise.
4474         * stdlib/tst-xpg-basename.c: Likewise.
4475         * string/test-ffs.c: Likewise.
4476         * string/tst-bswap.c: Likewise.
4477         * string/tst-inlcall.c: Likewise.
4478         * string/tst-strtok.c: Likewise.
4479         * string/tst-strxfrm.c: Likewise.
4480         * sysdeps/x86_64/tst-audit10.c: Likewise.
4481         * sysdeps/x86_64/tst-audit3.c: Likewise.
4482         * sysdeps/x86_64/tst-audit4.c: Likewise.
4483         * sysdeps/x86_64/tst-audit5.c: Likewise.
4484         * time/tst-ftime_l.c: Likewise.
4485         * time/tst-getdate.c: Likewise.
4486         * time/tst-mktime3.c: Likewise.
4487         * time/tst-mktime.c: Likewise.
4488         * time/tst-posixtz.c: Likewise.
4489         * time/tst-strptime2.c: Likewise.
4490         * time/tst-strptime3.c: Likewise.
4491         * wcsmbs/tst-btowc.c: Likewise.
4492         * wcsmbs/tst-mbrtowc.c: Likewise.
4493         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4494         * wcsmbs/tst-wchar-h.c: Likewise.
4495         * wcsmbs/tst-wcpncpy.c: Likewise.
4496         * wcsmbs/tst-wcrtomb.c: Likewise.
4497         * wcsmbs/tst-wcsnlen.c: Likewise.
4498         * wcsmbs/tst-wcstof.c: Likewise.
4500 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4502         [BZ #14132]
4503         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4504         INTDEF.
4505         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4506         declaration.
4507         (_dl_mcount): Use rtld_hidden_proto.
4508         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4509         _dl_mcount.
4510         * elf/rtld.c (_rtld_global_ro): Likewise.
4512         [BZ #14132]
4513         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4514         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4515         of _dl_init_internal.
4516         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4517         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4518         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4519         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4520         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4521         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4522         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4523         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4524         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4525         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4526         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4527         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4528         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4529         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4530         * sysdeps/tile/dl-start.S (_start): Likewise.
4531         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4532         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4534         [BZ #14132]
4535         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4536         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4537         (rtld_progname): Make macro definition unconditional.
4538         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4539         INTDEF.
4540         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4541         (dl_main): Likewise.
4542         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4543         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4544         instead of _dl_argv_internal.
4545         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4546         __GI__dl_argv instead of INTUSE(_dl_argv).
4547         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4548         __GI__dl_argv instead of _dl_argv_internal.
4550         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4551         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4552         macro.
4553         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4554         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4555         New macro.
4556         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4557         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4558         macro.
4559         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4560         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4562 2014-11-04  Andreas Schwab  <schwab@suse.de>
4564         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4566 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4568         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4569         mtvsrd instruction in binary form.
4571 2014-11-03  Andreas Schwab  <schwab@suse.de>
4573         [BZ #17522]
4574         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4575         for less than MB_LEN_MAX use a local buffer of that size.
4576         * libio/tst-fputws.c: New file.
4577         * libio/Makefile (tests): Add tst-fputws.
4579 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4581         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4582         the size of the fpu_fr.fpu_dregs[] array.
4584 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4586         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4587         (__nanosleep): Do not define as alias.
4588         (nanosleep): Define as alias of __nanosleep.
4589         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4590         __libc_nanosleep name.
4592 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4594         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4595         install.texi in comment.
4597 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4599         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4600         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4601         ... add here and use lwsync or sync ...
4602         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4603         ... and add here using lwsync.
4605 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4607         * elf/dl-machine-reject-phdr.h: New file.
4608         * elf/dl-load.c: #include that.
4609         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4610         if that returned true.
4612 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4614         [BZ #17496]
4615         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4616         gen-as-const-headers chunk.  Add a big scare comment after the last
4617         safe place to touch before-compile.
4619 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4621         * manual/install.texi (Tools for Compilation): Update autoconf
4622         version requirements.
4623         * INSTALL: Regenerated.
4625         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4626         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4627         (__libc_pselect): Likewise.
4629         [BZ #14138]
4630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4635 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4637         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4638         correct barrier instruction.
4639         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4640         Likewise.
4641         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4642         Likewise.
4644 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4646         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4647         after defining inlines.  Instead, just use parens to defeat macro
4648         expansion of __isctype in its declaration.
4650 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4652         * include/sys/uio.h (__libc_readv): Remove declaration.
4653         (__libc_writev): Likewise.
4654         * misc/readv.c (__libc_readv): Rename to __readv.
4655         (__readv): Do not define as alias.
4656         (readv): Define as alias of __readv.
4657         * misc/writev.c (__libc_writev): Rename to __writev.
4658         (__writev): Do not define as alias.
4659         (writev): Define as alias of __writev.
4660         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4661         (__readv): Do not define as alias.
4662         (readv): Define unconditionally as alias of __readv.
4663         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4664         (__writev): Do not define as alias.
4665         (writev): Define unconditionally as alias of __writev.
4666         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4667         name.
4668         (writev): Do not define __libc_writev name.
4670 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4672         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4673         (convert_charseq): New function, broken out of ...
4674         (use_from_charmap): ... here.  Call it.
4675         (use_to_charmap): Use convert_charseq and free instead of duplicating
4676         its code with a variable-length stack struct.
4678 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4680         * include/fcntl.h (__libc_creat): Remove declaration.
4681         * io/creat.c (__libc_creat): Rename to creat.
4682         (creat): Do not define as alias.
4683         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4684         of creat instead of __libc_creat.
4685         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4686         to creat.
4687         (creat): Do not define as alias.
4688         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4689         __libc_creat.
4690         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4691         __libc_creat name.
4692         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4693         Likewise.
4695 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4697         * manual/llio.texi: Add comments discussing why write() may be
4698         considered MT-unsafe on Linux.
4700 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4702         * dl-load.c (local_strdup): Remove.
4703         (expand_dynamic_string_token): Use __strdup.
4704         (decompose_rpath): Likewise.
4705         (_dl_map_object): Likewise.
4707 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4709         [BZ #14132]
4710         * sysdeps/generic/unwind-dw2-fde.c
4711         (__register_frame_info_bases_internal): Do not declare.
4712         (__register_frame_info_table_bases_internal): Likewise.
4713         (__deregister_frame_info_bases_internal): Likewise.
4714         (__register_frame_info_bases): Declare and use hidden_proto before
4715         definition.  Use hidden_def instead of INTDEF.
4716         (__register_frame_info_table_bases): Likewise.
4717         (__deregister_frame_info_bases): Likewise.
4718         (__register_frame_info): Do not use INTUSE.
4719         (__register_frame): Likewise.
4720         (__register_frame_info_table): Likewise.
4721         (__register_frame_table): Likewise.
4722         (__deregister_frame_info): Likewise.
4723         (__deregister_frame): Likewise.
4725 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4727         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4728         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4729         not undefine.
4730         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4731         Likewise.
4732         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4733         Likewise.
4735 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
4737         [BZ #14138]
4738         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4739         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4740         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4741         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4742         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4743         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4744         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4745         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4746         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4747         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4748         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4749         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4750         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4751         syscall.
4752         (setfsuid): Likewise.
4753         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4754         (setfsuid): Likewise.
4755         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4756         (setfsuid): Likewise.
4757         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4758         Likewise.
4759         (setfsuid): Likewise.
4760         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4761         (setfsuid): Likewise.
4762         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4763         Likewise.
4764         (setfsuid): Likewise.
4766 2014-10-27  Andreas Schwab  <schwab@suse.de>
4768         [BZ #17501]
4769         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4770         check for Slow_SSE4_2 feature bit.
4771         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4772         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4773         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4774         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
4776 2014-10-24  Roland McGrath  <roland@hack.frob.com>
4778         * configure.ac: Validate compiler version with a empirical test of
4779         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4780         $CC -v output.
4781         * configure: Regenerated.
4783         * inet/htons.c (htons): Prototypify.
4784         * inet/htonl.c (htonl): Likewise.
4786 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4788         * string/strncat.c (strncat): Improve performance by using strlen.
4790 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4792         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4794 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4796         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4797         Call libc_fetestexcept_aarch64.
4799 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4801         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4802         Call libc_feholdexcept_aarch64.
4804 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4806         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4807         Call get_rounding_mode.
4809 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4811         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4812         Simplify logic.
4814 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4816         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4817         Simplify logic.
4819 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4821         [BZ #14138]
4822         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4823         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4824         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4825         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4826         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4827         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4828         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4829         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4830         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4831         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4832         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4833         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4834         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4835         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4836         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4837         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4838         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4839         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4840         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4841         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4842         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4843         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4844         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4845         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4846         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4847         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4848         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4849         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4850         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4851         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4852         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4853         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4854         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4855         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4856         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4857         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4858         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4859         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4860         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4861         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4862         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4863         syscall.
4864         (geteuid): Likewise.
4865         (getgid): Likewise.
4866         (getuid): Likewise.
4867         (getresgid): Likewise.
4868         (getresuid): Likewise.
4869         (getgroups): Likewise.
4870         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4871         (geteuid): Likewise.
4872         (getgid): Likewise.
4873         (getuid): Likewise.
4874         (getresgid): Likewise.
4875         (getresuid): Likewise.
4876         (getgroups): Likewise.
4877         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4878         (geteuid): Likewise.
4879         (getgid): Likewise.
4880         (getuid): Likewise.
4881         (getresgid): Likewise.
4882         (getresuid): Likewise.
4883         (getgroups): Likewise.
4884         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4885         Likewise.
4886         (geteuid): Likewise.
4887         (getgid): Likewise.
4888         (getuid): Likewise.
4889         (getresgid): Likewise.
4890         (getresuid): Likewise.
4891         (getgroups): Likewise.
4892         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4893         (geteuid): Likewise.
4894         (getgid): Likewise.
4895         (getuid): Likewise.
4896         (getresgid): Likewise.
4897         (getresuid): Likewise.
4898         (getgroups): Likewise.
4899         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4900         Likewise.
4901         (geteuid): Likewise.
4902         (getgid): Likewise.
4903         (getuid): Likewise.
4904         (getgroups): Likewise.
4906         [BZ #14138]
4907         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4908         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4909         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4910         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4911         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4912         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4913         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4914         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4915         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4916         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4917         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4918         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4919         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4920         __chown.
4921         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4922         (lchown): Likewise.
4923         (fchown): Likewise.
4924         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4925         Likewise.
4926         (lchown): Likewise.
4927         (fchown): Likewise.
4928         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4929         (lchown): Likewise.
4930         (fchown): Likewise.
4931         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4932         Likewise.
4933         (lchown): Likewise.
4934         (fchown): Likewise.
4936 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4938         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4939         Simplify logic.
4941 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4943         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4944         Cleanup logic.
4946 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4948         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4949         Remove unused include.
4951 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4953         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4954         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4955         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4956         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4958 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4959             Helge Deller <deller@gmx.de>
4961         [BZ #17508]
4962         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4963         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4964         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4966 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4968         [BZ #14132]
4969         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4970         Remove macro definition.
4971         (__ashrdi3_v_glibc20): Likewise.
4972         (__lshrdi3_v_glibc20): Likewise.
4973         (__cmpdi2_v_glibc20): Likewise.
4974         (__ucmpdi2_v_glibc20): Likewise.
4975         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4976         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4977         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4978         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4979         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4980         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4982 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4984         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4985         old GNU extension [0] syntax.
4986         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4987         alloca rather than an array member with variable length.
4988         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4989         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4990         (parse_opt): ... here.  Likewise use alloca there.
4991         Validate the -i argument before checking for rootness.
4992         (send_shutdown): New function, broken out of ...
4993         (parse_opt): ... here.
4995 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4997         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4998         macro to get at the _rt_local_ro field.
4999         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5000         ([PIC] case) or _dl_hwcap ([!PIC] case).
5001         * sysdeps/arm/setjmp.S: Likewise.
5003         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5004         * sysdeps/arm/configure.ac: New check to define it.
5005         * sysdeps/arm/configure: Regenerated.
5006         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5007         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5008         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5009         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5010         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5011         Use move/movt pair instead of a load.
5012         (LDST_GLOBAL): Macro removed.
5013         (LDR_GLOBAL): New macro replaces it.
5014         (LDR_HIDDEN): New macro.
5015         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5016         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5018         * setjmp/tst-setjmp-static.c: New file.
5019         * setjmp/Makefile (tests): Add it.
5020         (tests-static): New variable.
5022 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5024         [BZ #17485]
5025         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5027 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5029         [BZ #14132]
5030         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5032 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5034         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5036 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5038         * io/fts.c (dirent_not_directory): New function.
5039         (fts_build): Call it.
5041 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5043         * nptl/version.c (__nptl_main): Use normal __write rather than
5044         INTERNAL_SYSCALL.
5045         (banner): Update copyright years.
5047         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5048         gettimeofday.
5049         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5050         * nptl/pthread_cond_timedwait.c: Likewise.
5051         * nptl/pthread_mutex_timedlock.c: Likewise.
5052         * nptl/sem_timedwait.c: Likewise.
5054         * sysdeps/nptl/bits/libc-lock.h
5055         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5056         (__libc_lock_init_recursive): Return void, not 0.
5057         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5058         (__libc_rwlock_init): Likewise.
5059         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5061 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5063         [BZ #15215]
5064         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5065         (__pthread_once_slow): ... here.
5066         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5067         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5069 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5071         [BZ #15215]
5072         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5073         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5074         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5075         * nptl/pthread_once.c (__pthread_once): Likewise.
5076         Update comments.
5078 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5080         [BZ #14138]
5081         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5082         name.
5083         (writev): Use __libc_writev as strong name.
5084         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5085         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5087 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5089         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5091         * sysdeps/i386/nptl/tls.h
5092         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5093         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5094         New macros.
5095         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5096         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5097         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5098         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5099         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5100         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5102         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5103         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5104         on [__NR_futex].
5105         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5106         broken out of ...
5107         (__pthread_mutex_init): ... here.  Call it.
5108         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5109         Conditionalize PI cases on [__NR_futex].
5110         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5111         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5112         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5114         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5115         conditional on [SIGSETXID].
5116         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5117         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5118         is defined.  Likewise for SIGSETXID.
5119         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5120         Conditionalize definitions on [SIGSETXID].
5121         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5122         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5123         unblocking on [SIGCANCEL].
5125         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5126         [__NR_set_robust_list].
5128 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5130         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5131         (do_compare): Likewise.
5133 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5135         [BZ #15884]
5136         * string/strcoll_l.c: Don't include stdio.h.
5137         (coll_seq): Remove members idxarr and rulearr.
5138         (get_next_seq_cached): Remove function.
5139         (get_next_seq): Likewise.
5140         (get_next_seq_nocache): Rename to get_next_seq.
5141         (do_compare): Remove function.
5142         (do_compare_nocache): Rename to do_compare.
5143         (STRCOLL): Remove weight and rules cache.
5145 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5147         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5148         * sysdeps/arm/sfp-machine.h: ... to here.
5149         * sysdeps/arm/Implies: Remove arm/soft-fp.
5151 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5153         * conform/data/sys/utsname.h-data (*_t): Allow.
5154         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5155         [POSIX] (WEXITED): Do not expect constant.
5156         [POSIX] (WSTOPPED): Likewise.
5157         [POSIX] (WNOHANG): Likewise.
5158         [POSIX] (WNOWAIT): Likewise.
5159         [POSIX] (siginfo_t): Do not expect type or elements.
5160         [POSIX] (pid_t): Do not expect type.
5161         [POSIX] (signal.h): Do not allow header.
5162         [POSIX] (sys/resource.h): Likewise.
5163         [POSIX] (si_*): Do not allow pattern.
5164         [POSIX] (W*): Likewise.
5165         [POSIX] (P_*): Likewise.
5166         [POSIX] (BUS_*): Likewise.
5167         [POSIX] (CLD_*): Likewise.
5168         [POSIX] (FPE_*): Likewise.
5169         [POSIX] (ILL_*): Likewise.
5170         [POSIX] (POLL_*): Likewise.
5171         [POSIX] (SEGV_*): Likewise.
5172         [POSIX] (SI_*): Likewise.
5173         [POSIX] (TRAP_*): Likewise.
5174         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5175         variable.
5177 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5179         [BZ #12926]
5180         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5181         infinite loop when __recvmsg returns 0.
5183 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5185         * CANCEL-FCT-WAIVE: Remove file.
5186         * CANCEL-FILE-WAIVE: Likewise.
5188         [BZ #14132]
5189         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5190         instead of INTVARDEF.
5191         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5192         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5193         rtld_hidden_data_def instead of INTVARDEF.
5194         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5195         * elf/dl-deps.c (expand_dst): Likewise.
5196         * elf/dl-load.c (_dl_dst_count): Likewise.
5197         (_dl_dst_substitute): Likewise.
5198         (decompose_rpath): Likewise.
5199         (_dl_init_paths): Likewise.
5200         (open_path): Likewise.
5201         (_dl_map_object): Likewise.
5202         * elf/rtld.c (dl_main): Likewise.
5203         (process_dl_audit): Likewise.
5204         (process_envvars): Likewise.
5205         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5206         Remove declaration.
5207         (__libc_enable_secure): Use rtld_hidden_proto.
5209 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5211         * elf/dl-load.c
5212         (add_path): New function broken out of _dl_rtld_di_serinfo.
5213         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5215 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5217         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5218         parentheses around macro arguments.
5219         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5220         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5221         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5222         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5223         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5224         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5225         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5226         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5227         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5228         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5230         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5231         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5232         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5233         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5234         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5235         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5236         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5237         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5238         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5239         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5240         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5241         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5242         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5243         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5244         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5245         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5246         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5247         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5248         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5249         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5250         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5251         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5252         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5253         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5254         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5255         Likewise.
5256         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5257         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5258         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5259         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5260         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5261         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5262         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5263         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5264         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5265         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5266         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5267         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5268         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5269         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5270         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5271         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5272         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5273         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5274         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5275         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5276         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5277         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5278         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5279         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5280         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5281         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5282         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5283         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5284         (_FP_FRAC_SRS_1): Likewise.
5285         (_FP_FRAC_CLZ_1): Likewise.
5286         (_FP_MUL_MEAT_1_imm): Likewise.
5287         (_FP_MUL_MEAT_1_wide): Likewise.
5288         (_FP_MUL_MEAT_1_hard): Likewise.
5289         (_FP_SQRT_MEAT_1): Likewise.
5290         (_FP_FRAC_ASSEMBLE_1): Likewise.
5291         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5292         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5293         (__FP_CLZ_2): Likewise.
5294         (_FP_MUL_MEAT_2_wide): Likewise.
5295         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5296         (_FP_MUL_MEAT_2_gmp): Likewise.
5297         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5298         (_FP_SQRT_MEAT_2): Likewise.
5299         (_FP_FRAC_ASSEMBLE_2): Likewise.
5300         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5301         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5302         (_FP_FRAC_CLZ_4): Likewise.
5303         (_FP_MUL_MEAT_4_wide): Likewise.
5304         (_FP_MUL_MEAT_4_gmp): Likewise.
5305         (_FP_SQRT_MEAT_4): Likewise.
5306         (_FP_FRAC_ASSEMBLE_4): Likewise.
5307         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5308         * soft-fp/op-common.h (_FP_CMP): Likewise.
5309         (_FP_CMP_EQ): Likewise.
5310         (_FP_CMP_UNORD): Likewise.
5311         (_FP_TO_INT): Likewise.
5312         (_FP_FROM_INT): Likewise.
5313         [!__FP_CLZ] (__FP_CLZ): Likewise.
5314         (_FP_DIV_HELP_imm): Likewise.
5315         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5316         Likewise.
5317         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5318         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5319         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5320         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5321         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5322         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5323         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5324         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5325         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5326         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5327         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5328         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5329         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5330         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5331         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5332         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5333         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5334         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5335         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5336         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5337         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5338         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5339         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5340         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5341         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5342         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5343         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5344         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5345         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5346         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5347         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5348         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5349         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5350         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5351         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5352         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5353         (FP_UNPACK_RAW_SP): Likewise.
5354         (FP_PACK_RAW_S): Likewise.
5355         (FP_PACK_RAW_SP): Likewise.
5356         (FP_UNPACK_S): Likewise.
5357         (FP_UNPACK_SP): Likewise.
5358         (FP_UNPACK_SEMIRAW_S): Likewise.
5359         (FP_UNPACK_SEMIRAW_SP): Likewise.
5360         (FP_PACK_S): Likewise.
5361         (FP_PACK_SP): Likewise.
5362         (FP_PACK_SEMIRAW_S): Likewise.
5363         (FP_PACK_SEMIRAW_SP): Likewise.
5364         (_FP_SQRT_MEAT_S): Likewise.
5365         (FP_CMP_S): Likewise.
5366         (FP_CMP_EQ_S): Likewise.
5367         (FP_CMP_UNORD_S): Likewise.
5368         (FP_TO_INT_S): Likewise.
5369         (FP_FROM_INT_S): Likewise.
5371         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5373         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5374         (FP_EX_INVALID_IMZ): Likewise.
5375         (FP_EX_INVALID_IMZ_FMA): Likewise.
5376         (FP_EX_INVALID_ISI): Likewise.
5377         (FP_EX_INVALID_ZDZ): Likewise.
5378         (FP_EX_INVALID_IDI): Likewise.
5379         (FP_EX_INVALID_SQRT): Likewise.
5380         (FP_EX_INVALID_CVI): Likewise.
5381         (FP_EX_INVALID_VC): Likewise.
5382         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5383         "invalid" exceptions.
5384         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5385         (_FP_ADD_INTERNAL): Likewise.
5386         (_FP_MUL): Likewise.
5387         (_FP_FMA): Likewise.
5388         (_FP_DIV): Likewise.
5389         (_FP_CMP_CHECK_NAN): Likewise.
5390         (_FP_SQRT): Likewise.
5391         (_FP_TO_INT): Likewise.
5392         (FP_EXTEND): Likewise.
5394 2014-10-09  Allan McRae  <allan@archlinux.org>
5396         * po/fr.po: Update French translation from translation project.
5398 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5400         [BZ #14132]
5401         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5402         of INTDEF.
5403         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5404         (__cxa_atexit): Use libc_hidden_proto.
5405         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5407         [BZ #14132]
5408         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5409         declaration.
5410         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5411         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5412         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5413         [!_ISOMAC] (__iswctype_internal): Likewise.
5414         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5415         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5416         alias.
5417         (fcntl): Remove __fcntl_internal alias.
5418         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5419         __connect_internal alias.
5420         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5421         Likewise.
5423         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5424         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5425         FP_DENORM_ZERO.
5426         (_FP_CHECK_FLUSH_ZERO): New macro.
5427         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5428         (_FP_CMP): Likewise.
5429         (_FP_CMP_EQ): Likewise.
5430         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5431         FP_DENORM_ZERO.
5432         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5433         (FP_TRUNC): Likewise.
5435         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5436         treated as invalid conversion, not as normal exponent.
5438         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5439         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5440         (_FP_CMP_EQ): Likewise.
5441         (_FP_CMP_UNORD): Likewise.
5442         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5443         (FP_CMP_EQ_D): Likewise.
5444         (FP_CMP_UNORD_D): Likewise.
5445         * soft-fp/extended.h (FP_CMP_E): Likewise.
5446         (FP_CMP_EQ_E): Likewise.
5447         (FP_CMP_UNORD_E): Likewise.
5448         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5449         (FP_CMP_EQ_Q): Likewise.
5450         (FP_CMP_UNORD_Q): Likewise.
5451         * soft-fp/single.h (FP_CMP_S): Likewise.
5452         (FP_CMP_EQ_S): Likewise.
5453         (FP_CMP_UNORD_S): Likewise.
5454         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5455         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5456         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5457         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5458         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5459         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5460         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5461         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5462         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5463         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5464         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5465         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5466         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5467         to FP_CMP_Q.
5468         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5469         FP_CMP_Q.
5470         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5471         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5472         FP_CMP_EQ_Q.
5473         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5474         FP_CMP_Q.
5475         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5476         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5477         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5478         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5479         FP_CMP_EQ_Q.
5480         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5481         FP_CMP_Q.
5482         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5483         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5484         FP_CMP_EQ_Q.
5485         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5486         FP_CMP_Q.
5487         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5488         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5489         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5490         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5491         FP_CMP_EQ_Q.
5493         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5494         a subnormal result, set the underflow exception if trapping on
5495         underflow is enabled.
5496         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5497         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5498         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5499         redefine to 0.
5500         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5501         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5502         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5503         * soft-fp/extendxftf2.c (__extendxftf2): Use
5504         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5506         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5507         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5508         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5509         FP_HANDLE_EXCEPTIONS.
5510         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5511         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5512         FP_HANDLE_EXCEPTIONS.
5513         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5514         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5515         FP_HANDLE_EXCEPTIONS.
5516         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5517         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5518         FP_HANDLE_EXCEPTIONS.
5520 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5522         [BZ #14132]
5523         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5524         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5525         use INTUSE.
5526         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5527         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5528         Remove alias.
5529         (__adjtimex): Define using libc_hidden_ver.
5530         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5531         Remove declaration.
5532         (ntp_gettime): Call __adjtimex directly.
5533         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5534         Remove declaration.
5535         (ntp_gettimex): Call __adjtimex directly.
5536         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5537         __adjtimex_internal alias.
5539 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5541         [BZ #17460]
5542         * nscd/nscd.c (more_help): Rewrite list of tables collection
5543         using xstrdup and asprintf.
5545         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5547 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5548             Roland McGrath  <roland@hack.frob.com>
5550         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5551         (do_lookup_unique): ... local function 'enter' here; update callers.
5553 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5555         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5556         compat_symbol calls on [SHARED].
5557         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5558         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5559         Remove.
5560         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5561         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5562         (oldsetrlimit): Remove.
5563         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5565         (lchown): New syscall entry.
5566         (oldsetrlimit): Remove.
5567         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5568         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5569         (oldsetrlimit): Remove.
5570         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5572         [BZ #14138]
5573         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5574         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5575         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5576         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5577         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5578         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5579         (fchown): Likewise.
5580         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5581         (fchown): Likewise.
5582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5583         Likewise.
5585 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5587         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5588         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5589         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5590         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5591         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5592         Likewise.
5593         (__old_sem_post): Likewise.
5595 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5597         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5598         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5599         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5600         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5601         Use INLINE_VSYSCALL macro.
5602         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5603         __vdso_clock_gettime.
5604         * sysdeps/unix/sysv/linux/tile/init-first.c
5605         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5606         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5607         __vdso_clock_gettime.
5609         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5610         to set up frame more cleanly.
5612         * sysdeps/tile/memcmp.c: New file.
5614         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5616         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5617         * sysdeps/tile/tilegx/strcasestr.c: New file.
5618         * sysdeps/tile/tilegx/strnlen.c: New file.
5619         * sysdeps/tile/tilegx/strstr.c: New file.
5621         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5623 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5625         * nptl/tst-setuid3.c: Write errors to stdout.
5627 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5629         * elf/dl-deps.c
5630         (preload): New functions broken out of _dl_map_object_deps.
5631         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5633 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5635         [BZ #14138]
5636         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5637         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5639 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5641         * sysdeps/mips/strcmp.S: New.
5643 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5645         [BZ #14138]
5646         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5647         (linkat): Likewise.
5648         (mkdirat): Likewise.
5649         (readlinkat): Likewise.
5650         (renameat): Likewise.
5651         (symlinkat): Likewise.
5652         (unlinkat): Likewise.
5653         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5654         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5655         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5656         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5657         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5658         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5659         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5661 2014-09-30  Will Newton  <will.newton@linaro.org>
5663         * math/math.h: Define long double math functions if
5664         _LIBC_TEST is defined.
5665         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5667         * localedata/Makefile: Move assignment to tests-special
5668         into an ifdef testing run-built-tests.
5669         * timezone/Makefile: Likewise.
5671 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5673         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5674         with $(BASH) not $(SHELL).
5676 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5677             Matthew LeGendre  <legendre1@llnl.gov>
5679         [BZ #17411]
5680         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5681         l_reloc_result.
5683 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5685         * stdio-common/printf_fp.c
5686         (hack_digit): New function, broken out of ...
5687         (__printf_fp): ... local function here.  Update call sites.
5688         hack_digit now takes an additional parameter that is a pointer
5689         to a struct of the referenced locals.  Those locals moved inside
5690         the struct and references updated.
5692 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5694         * aclocal.m4: Require autoconf 2.69.
5695         * configure: Regenerated.
5696         * sysdeps/aarch64/configure: Likewise.
5697         * sysdeps/alpha/configure: Likewise.
5698         * sysdeps/arm/armv7/configure: Likewise.
5699         * sysdeps/arm/configure: Likewise.
5700         * sysdeps/ia64/configure: Likewise.
5701         * sysdeps/mach/configure: Likewise.
5702         * sysdeps/mips/configure: Likewise.
5703         * sysdeps/s390/configure: Likewise.
5704         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5707         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5708         file.
5709         * sysdeps/ia64/configure.ac: Likewise.
5711 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5714         specify symbol version for ld.so.  Do not include entry for
5715         libpthread.
5716         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5717         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5718         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5720         [BZ #14171]
5721         * Makeconfig [$(build-shared) = yes]
5722         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5723         makefiles.
5724         [$(build-shared) = yes && $(soversions.mk-done) = t]
5725         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5726         [$(build-shared) = yes && $(soversions.mk-done) = t]
5727         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5728         to Makerules.
5729         [$(build-shared) = yes && $(soversions.mk-done) = t]
5730         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5731         here.
5732         [$(build-shared) = yes && $(soversions.mk-done) = t]
5733         (common-generated): Don't append gnu/lib-names.h and
5734         gnu/lib-names.stmp here.
5735         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5736         (lib-names-h-abi): New variable.
5737         [$(build-shared) = yes && $(soversions.mk-done) = t]
5738         (lib-names-stmp-abi): Likewise.
5739         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5740         abi-variants] (before-compile): Append
5741         $(common-objpfx)$(lib-names-h-abi).
5742         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5743         abi-variants] (common-generated): Append gnu/lib-names.h.
5744         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5745         abi-variants] (install-others-nosubdir): Depend on
5746         $(inst_includedir)/$(lib-names-h-abi).
5747         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5748         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5749         [$(build-shared) = yes && $(soversions.mk-done) = t]
5750         ($(common-objpfx)$(lib-names-h-abi)): New rule.
5751         [$(build-shared) = yes && $(soversions.mk-done) = t]
5752         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5753         [$(build-shared) = yes && $(soversions.mk-done) = t]
5754         (common-generated): Append $(lib-names-h-abi) and
5755         $(lib-names-stmp-abi).
5756         * scripts/lib-names.awk: Do not handle multi being set.
5757         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5758         Remove variable.
5759         (abi-lp64_be-ld-soname): Likewise.
5760         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5761         Likewise.
5762         (abi-hard-ld-soname): Likewise.
5763         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5764         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5765         Remove variable.
5766         (abi-o32_hard-ld-soname): Likewise.
5767         (abi-o32_soft_2008-ld-soname): Likewise.
5768         (abi-o32_hard_2008-ld-soname): Likewise.
5769         (abi-n32_soft-ld-soname): Likewise.
5770         (abi-n32_hard-ld-soname): Likewise.
5771         (abi-n32_soft_2008-ld-soname): Likewise.
5772         (abi-n32_hard_2008-ld-soname): Likewise.
5773         (abi-n64_soft-ld-soname): Likewise.
5774         (abi-n64_hard-ld-soname): Likewise.
5775         (abi-n64_soft_2008-ld-soname): Likewise.
5776         (abi-n64_hard_2008-ld-soname): Likewise.
5777         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5778         Likewise.
5779         (abi-64-v2-ld-soname): Likewise.
5780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5781         ld.so entries.
5782         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5783         variable.
5784         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5785         entry.
5786         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5787         variable.
5788         (abi-64-ld-soname): Likewise.
5789         (abi-x32-ld-soname): Likewise.
5790         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5791         entry.
5792         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5794 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5796         [BZ #14138]
5797         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5798         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5799         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5800         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5801         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5802         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5803         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5804         syscall entry for GLIBC_2.2 symbol version.
5805         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5806         Likewise.
5807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5808         (setrlimit): Likewise.
5809         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5810         Likewise.
5812 2014-09-23  Will Newton  <will.newton@linaro.org>
5814         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5815         _LINUX_ARM_SYSDEP_H include guard too.
5816         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5817         define.
5819 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5821         * sysdeps/unix/sysv/linux/eventfd.c:
5822         Make first argument unsigned.
5823         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5824         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5826 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5828         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5829         * socket/sys/socket.h: Likewise
5830         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5832 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5834         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5836 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5838         * time/tst-ftime.c: New test.
5839         * time/Makefile (tests): Add tst-ftime.
5841 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5843         * soft-fp/extended.h: Fix comment formatting.
5844         * soft-fp/op-1.h: Likewise.
5845         * soft-fp/op-2.h: Likewise.
5846         * soft-fp/op-4.h: Likewise.
5847         * soft-fp/op-8.h: Likewise.
5848         * soft-fp/op-common.h: Likewise.
5849         * soft-fp/soft-fp.h: Likewise.
5851         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5853 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5855         [BZ #6652]
5856         * Makeconfig (soversions-default-setname): Remove variable.
5857         ($(common-objpfx)soversions.i): Don't pass default_setname to
5858         soversions.awk.
5859         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5860         oldest_abi to abi-versions.awk.
5861         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5862         * config.make.in (oldest-abi): Remove variable.
5863         * configure.ac (--enable-oldest-abi): Remove configure option.
5864         * configure: Regenerated.
5865         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5866         text.
5867         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5868         * scripts/soversions.awk: Do not handle default_setname variable.
5869         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5870         variable.
5871         * sysdeps/mach/hurd/configure: Regenerated.
5872         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5873         variable.
5874         * sysdeps/unix/sysv/linux/configure: Regenerated.
5876 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5878         * elf/Makefile (CFLAGS-interp.c): Remove.
5879         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5880         path string.
5881         * elf/interp.c: Include generated runtime-linker.h
5883         * Makerules (lib%.so): Don't include $(+interp) in
5884         prerequisites.
5885         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5886         * dlfcn/eval.c: Remove file.
5888         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5889         macros.
5891         [BZ #17266]
5892         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5893         4.2 and newer.
5895         [BZ #17370]
5896         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5898 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5899             Jakub Jelinek  <jakub@redhat.com>
5901         [BZ #17266]
5902         * libio/stdio.h: Check definition of __fortify_function
5903         instead of __extern_always_inline to include bits/stdio2.h.
5904         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5905         check if __extern_always_inline is defined.
5906         [__USE_MISC || __USE_XOPEN]: Likewise.
5907         [__USE_ISOC99] Likewise.
5908         * misc/sys/cdefs.h (__fortify_function): Define only if
5909         __extern_always_inline is defined.
5910         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5911         __extern_always_inline and __extern_inline only for g++-4.3
5912         and newer or a compatible gcc.
5914 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5916         [BZ #17371]
5917         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5918         last change to handle zero prefix length.
5920 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5922         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5923         _SC_REGEX_VERSION.
5925         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5926         _POSIX_RAW_SOCKETS.
5928 2014-09-13  Allan McRae  <allan@archlinux.org>
5930         * po/ru.po: Update Russian translation from translation project.
5932 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5934         * locale/programs/locale.c (show_locale_vars): Inline local function
5935         into its sole call site.  Clean up some style nits.
5936         (print_item): New function, broken out of ...
5937         (show_info): ... local function here.  Clean up style nits.
5939         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5940         out of ...
5941         (set_class_defaults): ... local function set_default here.
5942         Define set_default as a macro locally to pass constant parameters.
5943         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5944         rather than a shared local.
5946         * stdlib/rpmatch.c (try): New function, broken out of ...
5947         (rpmatch): ... local function here.  Also, prototypify definition.
5949 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5951         * scripts/soversions.awk: Do not handle configuration names.
5952         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5953         vendor and os variables to soversions.awk.
5954         * configure.ac: Do not modify gnu-* host_os.
5955         * configure: Regenerated
5956         * shlib-versions: Remove first column with configuration names.
5957         * nptl/shlib-versions: Likewise.
5958         * nptl_db/shlib-versions: Likewise.
5959         * sysdeps/hppa/shlib-versions: Likewise.
5960         * sysdeps/m68k/shlib-versions: Likewise.
5961         * sysdeps/mach/hurd/shlib-versions: Likewise.
5962         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5963         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5964         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5965         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5966         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5967         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5968         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5969         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5971         Likewise.
5972         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5973         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5974         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5975         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5976         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5977         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5978         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5979         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5982         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5984         Regenerated.
5985         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5987         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5989         * shlib-versions: Remove OS-specific entries.  Moved to files in
5990         sysdeps.
5991         * sysdeps/mach/hurd/shlib-versions: New file.
5992         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5994         * nptl/shlib-versions: Remove architecture-specific entries.
5995         Moved to files in sysdeps.
5996         * shlib-versions: Likewise.
5997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5998         file.
5999         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6000         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6001         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6002         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6004         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6005         (UDP_NO_CHECK6_RX): Likewise.
6007 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6009         * sysdeps/posix/sysconf.c (__sysconf): Spell
6010         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6012 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6014         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6015         loading.
6016         * iconv/Versions (__gconv_transliterate): Export for use from
6017         gconv modules.
6018         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6019         (struct __gconv_trans_data, __gconv_trans_fct,
6020         __gconv_trans_context_fct, __gconv_trans_query_fct,
6021         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6022         definitions.
6023         (struct __gconv_step_data): Remove __trans member.
6024         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6025         longer hidden.  Remove unused trans_data argument.
6026         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6027         (__gconv_translit_find): Remove declaration.
6028         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6029         prototype.
6030         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6031         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6032         trans_data argument.  Add hidden definition.
6033         (__gconv_translit_find): Remove.
6034         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6035         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6036         * iconv/skeleton.c: Remove transliteration initialization.
6037         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6038         __gconv_step_data initialization.
6039         * libio/iofwide.c (__libio_translit_): Remove.
6040         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6041         * wcsmbs/btowc.c (__btowc): Likewise.
6042         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6043         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6044         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6045         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6046         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6047         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6048         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6049         * wcsmbs/wctob.c (wctob): Likewise.
6051 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6053         [BZ #16194]
6054         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6055         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6056         register usage.
6057         * sysdeps/x86/Makefile: Adjust.
6059 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6060             Roland McGrath  <roland@hack.frob.com>
6062         * locale/weight.h: Add include guard.
6063         (findidx): Make static rather than auto; take new parameters
6064         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6065         * locale/weightwc.h: Likewise.
6066         * posix/fnmatch_loop.c
6067         (FCT): Change type of EXTRA from int32_t to wint_t.
6068         Don't include either header inside the function.
6069         Call FINDIDX rather than findidx, and pass new arguments.
6070         #undef FINDIDX at the end of the file.
6071         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6072         FINDIDX before including fnmatch_loop.c for the non-wide version.
6073         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6074         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6075         for the wide version.
6076         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6077         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6078         Pass new arguments to findidx.
6079         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6080         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6081         Don't #include it inside the function.  Pass new arguments to findidx.
6082         * posix/regex_internal.h
6083         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6084         (re_string_elem_size_at): Don't #include it inside the function.
6085         Pass new arguments to findidx.
6086         * string/strcoll_l.c: #include WEIGHT_H at top level.
6087         (get_next_seq): Don't #include it inside the function.
6088         Pass new arguments to findidx.
6089         (get_next_seq_nocache): Likewise.
6090         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6091         (STRXFRM): Don't #include it inside the function.
6092         Pass new arguments to findidx.
6094 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6096         [BZ #17344]
6097         * malloc/malloc.c (unlink): Turn asserts into a call to
6098         malloc_printerr.
6100 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6102         [BZ #17370]
6103         * libio/wfileops (do_ftell_wide): Free OUT.
6105 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6107         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6109 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6111         [BZ #17363]
6112         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6113         group if the current group is empty.
6115 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6117         * benchtests/bench-memset.c (test_main): Add more test from size
6118         from 32 to 512 bytes.
6119         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6120         Add POWER8 memset object.
6121         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6122         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6123         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6124         implementation.
6125         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6126         Likewise.
6127         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6128         multiarch POWER8 memset optimization.
6129         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6130         POWER8 memset optimization.
6132         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6133         Remove bzero multiarch objects.
6134         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6135         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6136         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6137         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6138         Remove define.
6139         [__bzero]: Redefine to specific name.
6140         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6141         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6142         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6143         define.
6144         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6145         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6147 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6149         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6150         warnings into errors.
6152         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6153         __cxa_thread_atexit_impl prototype.
6155 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6157         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6158         Fix capitalization of error message.
6160 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6162         * sysdeps/mips/preconfigure: Modify ABI tests.
6164 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6166         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6168 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6169             Carlos O'Donell  <carlos@systemhalted.org>
6171         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6172         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6173         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6174         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6175         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6176         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6177         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6178         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6179         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6180         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6181         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6182         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6183         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6184         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6185         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6186         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6187         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6188         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6189         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6190         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6191         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6192         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6193         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6194         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6195         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6196         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6197         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6198         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6199         Deconditionalize the code that was previously under [RESET_PID].
6200         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6201         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6202         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6203         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6204         include sysdep.h.
6206 2014-09-08  Allan McRae  <allan@archlinux.org>
6208         * version.h (RELEASE): Set to "development".
6209         (VERSION): Set to "2.20.90"
6211 2014-09-07  Allan McRae  <allan@archlinux.org
6213         * version.h (RELEASE): Set to "stable".
6214         (VERSION): Set to "2.20"
6215         * include/features.h (__GLIBC_MINOR__): Set to 20.
6217         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6218         Liebler.
6220         * po/ko.po: Update Korean translation from translation project.
6222 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6224         [BZ #17354]
6225         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6226         macro for handling signed relocations.
6228 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6230         [BZ #17325]
6231         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6232         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6233         assert.
6234         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6235         * iconvdata/ibm935.c (BODY): Likewise.
6236         * iconvdata/ibm937.c (BODY): Likewise.
6237         * iconvdata/ibm939.c (BODY): Likewise.
6238         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6239         assert.
6240         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6241         script.
6242         * iconvdata/run-iconv-test.sh: New test loop for checking for
6243         decoder crashers.
6245 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6247         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6248         libm_hidden_ver.
6250 2014-09-01  Allan McRae  <allan@archlinux.org>
6252         * po/eo.po: Update Esperanto translation from translation project.
6254         * po/ca.po: Update Catalan translation from translation project.
6256 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6258         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6259         __proc_dostop call.
6261 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6263         [BZ #17319]
6264         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6265         to call set_thread_area instead of hand written asm.
6266         (__NR_set_thread_area): Removed define.
6267         (TLS_FLAG_WRITABLE): Likewise.
6268         (__ASSUME_SET_THREAD_AREA): Remove check.
6269         (TLS_EBX_ARG): Remove define.
6270         (TLS_LOAD_EBX): Likewise.
6272 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6274         Simplify atomicity of socket creation in bind.
6276         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6277         looking up the name after linking the file.
6279 2014-08-27  Allan McRae  <allan@archlinux.org>
6281         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6283 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6285         [BZ #17187]
6286         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6287         trans_compare, open_translit, __gconv_translit_find):
6288         Remove module loading code.
6290 2014-08-26  Allan McRae  <allan@archlinux.org>
6292         * po/vi.po: Update Vietnamese translation from translation project.
6294         * po/uk.po: Update Ukrainian translation from translation project.
6296         * po/fr.po: Update French translation from translation project.
6298         * po/ru.po: Update Russian translation from translation project.
6300         * po/pl.po: Update Polish translation from translation project.
6302         * po/cs.po: Update Czech translation from translation project.
6304         * po/de.po: Update German translation from translation project.
6306         * po/bg.po: Update Bulgarian translation from translation project.
6308         * po/sv.po: Update Sweedish translation from translation project.
6310         * po/nl.po: Update Dutch translation from translation project.
6312         * po/es.po: Update Spanish translation from translation project.
6314 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6316         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6318         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6319         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6320         (CPPFLAGS-iconvconfig): Likewise.
6321         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6323         * include/libc-symbols.h: Remove unnecessary check for
6324         NOT_IN_libc.
6325         * nptl/pthreadP.h: Likewise.
6326         * sysdeps/aarch64/setjmp.S: Likewise.
6327         * sysdeps/alpha/setjmp.S: Likewise.
6328         * sysdeps/arm/sysdep.h: Likewise.
6329         * sysdeps/i386/setjmp.S: Likewise.
6330         * sysdeps/m68k/setjmp.c: Likewise.
6331         * sysdeps/posix/getcwd.c: Likewise.
6332         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6333         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6334         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6335         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6336         * sysdeps/sh/sh3/setjmp.S: Likewise.
6337         * sysdeps/sh/sh4/setjmp.S: Likewise.
6338         * sysdeps/unix/alpha/sysdep.h: Likewise.
6339         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6340         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6341         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6342         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6345         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6346         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6347         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6348         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6349         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6350         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6351         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6352         * sysdeps/x86_64/setjmp.S: Likewise.
6354 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6356         [BZ #17263]
6357         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6358         <stdint.h>.
6359         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6360         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6362 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6364         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6366         [BZ #17262]
6367         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6368         and __x86_64__ when disabling x87 inline functions.
6370 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6372         [BZ #17259]
6373         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6374         asm statement with __cpuid_count.
6376 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6378         * configure.ac: Change __ehdr_start code to dereference the struct.
6379         Run readelf on the output to look for relocations.
6380         * configure: Regenerated.
6382 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6384         [BZ #17261]
6385         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6386         value to 0.
6387         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6389 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6391         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6393 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6395         [BZ #16892]
6396         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6397         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6399 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6401         * malloc/malloc.c: Fix typo in comment.
6403 2014-08-09  Allan McRae  <allan@archlinux.org>
6405         * Regenerate libc.po.
6407 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6409         * intl/tst-gettext2.sh: Check every lang file for creation.
6411 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6413         * sysdeps/aarch64/fpu/math_private.h
6414         (libc_feholdsetround_noex_aarch64_ctx): New function.
6416 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6418         * sysdeps/arm/armv6/strcpy.S (strcpy):
6419         Fix performance issue in misaligned cases.
6421 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6423         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6424         Move definition from termios.h.
6425         (struct termio): Likewise.
6426         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6427         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6428         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6429         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6430         Likewise.
6431         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6432         Move definition to ioctl-types.h
6433         (struct termio): Likewise.
6434         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6435         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6436         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6437         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6438         Likewise.
6440 2014-08-05  Richard Henderson  <rth@redhat.com>
6442         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6443         exceptions.
6444         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6445         Add fraiseexcpt.
6446         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6447         Use __feraiseexcept.
6448         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6449         Protect libm symbols with IS_IN_libm.
6451         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6453 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6455         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6457 2014-08-04  Will Newton  <will.newton@linaro.org>
6459         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6460         file.
6462 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6464         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6465         variants for each function.
6467 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6469         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6470         appended ...
6471         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6472         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6473         appended ...
6474         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6475         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6476         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6477         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6478         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6479         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6480         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6481         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6482         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6483         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6484         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6485         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6486         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6487         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6488         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6490         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6492         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6493         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6494         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6495         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6498         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6499         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6500         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6501         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6502         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6503         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6504         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6505         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6506         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6507         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6508         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6509         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6510         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6511         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6512         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6513         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6514         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6515         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6516         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6517         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6518         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6519         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6520         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6521         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6522         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6523         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6524         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6525         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6526         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6527         Update #include.
6528         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6529         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6531 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6533         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6534         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6535         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6536         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6537         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6538         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6540 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6542         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6543         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6544         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6545         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6547 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6549         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6550         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6551         (__libc_vfork): Define function under this name.
6552         (__vfork): Define as an alias.
6553         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6554         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6556 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6558         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6559         that was previously under [RESET_PID].
6560         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6562 2014-08-04  Andreas Schwab  <schwab@suse.de>
6564         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6566 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6568         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6569         (main): Likewise.
6571 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6573         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6575 2014-08-01  Richard Henderon  <rth@redhat.com>
6577         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6578         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6579         typo in exact zero test.
6580         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6581         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6582         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6584 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6586         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6587         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6588         * sysdeps/arm/sysdep.h: ... here.
6589         [!__ASSEMBLER__]: Include <stdint.h>.
6591 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6593         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6594         (HAVE_WCTYPE_H): Likewise.
6595         (HAVE_ISWCTYPE): Likewise.
6596         (ENABLE_NLS): Likewise.
6597         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6598         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6600         * posix/regex_internal.c: Check if DEBUG is defined and is
6601         set.
6603         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6604         (HAVE_MBSRTOWCS): Likewise.
6605         * posix/fnmatch.c: Include string.h unconditionally.
6607 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6609         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6610         reversal.
6612 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6614         * sysdeps/generic/safe-fatal.h: New file.
6615         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6616         * nptl/forward.c: Include it.
6617         (__pthread_unwind): Use __safe_fatal as default action, rather
6618         than a bogus use of INTERNAL_SYSCALL that could never work.
6620         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6621         * configure.ac (libc_cv_builtin_trap): New test.
6622         * configure: Regenerated.
6623         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6624         (ABORT_INSTRUCTION): Define using __builtin_trap.
6626         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6627         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6628         * sysdeps/nptl/nptl-signals.h: New file.
6629         * nptl/pthreadP.h: Include <nptl-signals.h>.
6631 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6633         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6634         (ONE_DIRECTION): Define.
6635         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6636         (ONE_DIRECTION): Define.
6637         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6638         (ONE_DIRECTION): Define.
6640 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6642         * sysdeps/s390/Makefile: Delete file.
6643         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6644         * sysdeps/s390/__longjmp.c: Delete file.
6645         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6646         Remove fields __flags and __reserved.
6647         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6648         and add versioning.
6649         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6650         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6651         * sysdeps/s390/rtld-setjmp.S: Likewise.
6652         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6653         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6654         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6655         * sysdeps/s390/s390-32/setjmp.S: ... here.
6656         Add versioning.
6657         (__sigsetjmp): Remove setting __flags field.
6658         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6659         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6660         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6661         * sysdeps/s390/s390-64/setjmp.S: ... here.
6662         Add versioning.
6663         (__sigsetjmp): Remove setting __flags field.
6664         * sysdeps/s390/setjmp.S: Delete file.
6665         * sysdeps/s390/sigjmp.c: Likewise.
6666         * sysdeps/s390/v1-longjmp.c: Likewise.
6667         * sysdeps/s390/v1-setjmp.h: Likewise.
6668         * sysdeps/s390/v1-sigjmp.c: Likewise.
6669         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6670         Remove v1-longjmp_chk.
6671         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6672         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6673         Include debug/longjmp_chk.c and add versioning.
6674         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6675         Include nptl/pt-longjmp.c and add versioning.
6676         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6677         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6678         Include __longjmp.c.
6679         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6680         Move to ...
6681         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6682         (__getcontext): Remove setting __flags field.
6683         Add versioning.
6684         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6685         Don't restore upper high grps.
6686         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6687         Likewise.
6688         (__swapcontext): Remove setting uc_flags field.
6689         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6690         Delete file.
6691         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6692         Include __longjmp.c.
6693         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6694         Move to ...
6695         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6696         (__getcontext): Remove setting __flags field.
6697         Add versioning.
6698         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6699         (__swapcontext): Remove setting uc_flags field.
6700         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6701         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6702         Remove fields uc_high_gprs and __reserved.
6703         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6704         New file with reverted content.
6705         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6706         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6707         Regenerated.
6708         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6709         Regenerated.
6711 2014-07-31  Andreas Schwab  <schwab@suse.de>
6713         * config.h.in (HAVE_IFUNC): Define to 0.
6714         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6715         definedness.
6717 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6719         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6720         memmove-avx-unaligned, memcpy-avx-unaligned and
6721         mempcpy-avx-unaligned.
6722         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6723         Add tests for AVX memcpy functions.
6724         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6725         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6726         memcpy_chk.
6727         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6728         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6729         memmove_chk.
6730         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6731         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6732         mempcpy_chk.
6733         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6734         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6735         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6737 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6739         [BZ #17213]
6740         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6741         powerpc64le.
6743 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
6745         [BZ #16839]
6746         * manual/llio.texi: Add section about open file description locks.
6747         * manual/examples/ofdlocks.c: Example of open file description
6748         lock usage.
6749         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6750         F_OFD_SETLK, and F_OFD_SETLKW.
6752 2014-07-23  Allan McRae  <allan@archlinux.org>
6754         * po/es.po: Update Spanish translation from translation project.
6756 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
6758         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6760 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
6762         [BZ #17078]
6763         * sysdeps/arm/dl-machine.h (elf_machine_rela)
6764         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6765         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6767 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
6769         [BZ #17088]
6770         * math/fesetenv.c (__fesetenv)
6771         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6772         * math/feupdateenv.c (__feupdateenv)
6773         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6775         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6776         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6777         (__ASSUME_SOCKETCALL): Do not define.
6779         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6780         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6781         (__ASSUME_SOCKETCALL): Do not define.
6782         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6783         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6784         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6785         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6786         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6787         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6788         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6789         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6791         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6792         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6793         (__ASSUME_SOCKETCALL): Do not define.
6794         (__ASSUME_IPC64): Define unconditionally.
6795         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6796         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6797         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6798         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6799         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6800         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6801         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6802         Likewise.
6804         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6805         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6806         (__ASSUME_SOCKETCALL): Do not define.
6807         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6808         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6809         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6810         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6811         (__ASSUME_REQUEUE_PI): Define unconditionally.
6812         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6813         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6814         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6815         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6816         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6817         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6819         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6820         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6821         (__ASSUME_SOCKETCALL): Do not define.
6822         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6823         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6824         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6825         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6826         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6827         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6829         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6830         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6831         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6832         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6833         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6834         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6835         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6836         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6837         (__ASSUME_GETCPU_SYSCALL): Likewise.
6839         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6840         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6841         cases for individual architectures.
6842         * sysdeps/gnu/configure: Regenerated.
6843         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6844         LIBC_SLIBDIR_RTLDDIR.
6845         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6846         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6847         LIBC_SLIBDIR_RTLDDIR.
6848         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6850         LIBC_SLIBDIR_RTLDDIR.
6851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6852         Regenerated.
6853         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6854         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6855         file.
6856         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6857         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6858         file.
6859         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6860         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6861         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6862         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6864         * sysdeps/aarch64/shlib-versions: Move to ...
6865         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6866         * sysdeps/alpha/shlib-versions: Move to ...
6867         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6868         * sysdeps/arm/shlib-versions: Move to ...
6869         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6870         * sysdeps/hppa/shlib-versions: Move all contents except for
6871         libgcc_s entry to ...
6872         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6873         entry from ...
6874         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6875         * sysdeps/ia64/shlib-versions: Move to ...
6876         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6877         entry from ...
6878         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6879         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6880         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6881         * sysdeps/microblaze/shlib-versions: Move to ...
6882         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6883         * sysdeps/mips/shlib-versions: Move to ...
6884         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6885         entry from ...
6886         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6887         * sysdeps/tile/shlib-versions: Move to ...
6888         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6889         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6890         from ...
6891         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6892         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6893         entry from ...
6894         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6896 2014-07-17  Will Newton  <will.newton@linaro.org>
6898         * sysdeps/arm/bits/atomic.h
6899         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6900         (__arch_compare_and_exchange_bool_16_int): Likewise.
6901         (__arch_compare_and_exchange_bool_64_int): Likewise.
6903         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6904         into an #else block.
6906 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6908         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6909         just Linux configurations.  Test empirically that the compiler sets
6910         __ARM_EABI__, rather than using the tuple to decide.
6911         * sysdeps/arm/preconfigure: Regenerated.
6912         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6913         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6914         contents appended ...
6915         * sysdeps/arm/configure.ac: ... here.
6916         * sysdeps/arm/configure: Regenerated.
6918 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6920         * nptl/pthread_kill.c: New file.
6921         * nptl/pthread_sigmask.c: New file.
6922         * nptl/pthread_sigqueue.c: New file.
6924         * sysdeps/nptl/lowlevellock.h: New file.
6925         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6926         * sysdeps/nptl/lowlevellock-futex.h: New file.
6928         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6929         Remove dead declarations.
6931 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6933         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6934         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6935         config-cflags-avx2.
6936         * sysdeps/x86_64/configure.ac: Likewise.
6937         * sysdeps/i386/configure: Regenerated.
6938         * sysdeps/x86_64/configure: Likewise.
6939         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6940         memset-avx2 only if config-cflags-avx2 is yes.
6941         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6942         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6943         defined.
6944         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6945         only if HAVE_AVX2_SUPPORT is defined.
6946         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6948 2014-07-14  Alan Modra  <amodra@gmail.com>
6950         [BZ #17153]
6951         * elf/elf.h (DT_PPC64_NUM): Correct value.
6952         * NEWS: Add to fixed bug list.
6954 2014-07-13  Jim Meyering  <meyering@fb.com>
6956         [BZ 17150]
6957         regex: don't deref NULL upon heap allocation failure
6958         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6959         failure in one more place.
6960         To trigger the segfault, configure grep -with-included-regex,
6961         build it, and run these commands:
6962         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6964 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6966         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6968 2014-07-11  Richard Henderson  <rth@redhat.com>
6970         * sysdeps/aarch64/libm-test-ulps: Update.
6972 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6974         [BZ #17135]
6975         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6976         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6977         (__nptl_setxid): Initialize error member.  Call
6978         __nptl_setxid_error.
6979         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6980         * nptl/descr.h (struct xid_command): Add error member.
6981         * nptl/tst-setuid3.c: New file.
6982         * nptl/Makefile (tests): Add it.
6984 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6986         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6987         New define.
6988         (__lll_trylock): Use __lll_base_trylock.
6989         (__lll_cond_trylock): Likewise.
6991 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6993         * nptl/pthread_create.c (start_thread): Use atomic_or and
6994         lll_futex_wake directly rather than lll_robust_dead.
6995         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6996         (lll_robust_dead): Macro removed.
6997         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6998         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6999         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7000         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7001         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7002         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7003         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7004         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7005         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7006         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7007         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7008         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7009         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7010         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7011         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7013         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7014         Use atomic_compare_and_exchange_val_acq directly rather than
7015         lll_robust_trylock.
7016         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7017         (__lll_robust_trylock, lll_robust_trylock): Removed.
7018         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7019         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7020         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7021         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7022         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7023         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7024         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7025         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7026         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7027         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7028         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7029         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7030         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7031         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7033 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7035         * manual/locale.texi (Locale Names): New section documenting
7036         locale name syntax.  Adjust menu and node chaining accordingly.
7037         (Choosing Locale): Reference Locale Names, Locale Categories.
7038         Mention setting LC_ALL=C.  Reflect that name syntax is now
7039         documented.
7040         (Locale Categories): New section title.  Reference Locale Names.
7041         LC_ALL is an environment variable, but not a category.
7042         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7043         description, now in Locale Name.  Reference that section.  Locale
7044         name syntax is now documented.
7046 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7048         [BZ #17137]
7049         * locale/findlocale.c (name_present, valid_locale_name): New
7050         functions.
7051         (_nl_find_locale): Use the loc_name variable to store name
7052         candidates.  Call name_present and valid_locale_name to check and
7053         validate locale names.  Return an error if the locale is invalid.
7055 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7057         * locale/setlocale.c (setlocale): Use strdup for allocating
7058         composite name copy.
7060 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7062         Sync up with gnulib.
7063         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7064         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7065         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7066         and _GL_ARG_NONNULL.
7067         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7068         [!_LIBC]: Include code for Windows and Cygwin.
7069         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7070         Include prototype for int strerror_r.
7071         [!_LIBC] (is_open): New function.
7072         (flush_stdout): New function.
7073         (print_errno_message): Use it.
7074         (error): Likewise.
7075         (error_at_line): Likewise.
7076         (error_tail) Add function attribute macros.  Use
7077         __builtin_expect.
7079         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7081         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7083         * io/ftw.c: Include sys/param.h unconditionally.
7085         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7087         [BZ #17125]
7088         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7089         libc_freeres_ptr.
7090         (freecache): New function to free CACHE on exit.
7092         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7093         initialization.
7095 2014-07-09  David S. Miller  <davem@davemloft.net>
7097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7099         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7100         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7101         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7102         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7103         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7104         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7105         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7106         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7107         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7108         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7109         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7110         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7111         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7113 2014-07-09  Andreas Schwab  <schwab@suse.de>
7115         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7116         output.
7117         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7118         (do_test): Likewise.
7120         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7122 2014-07-09  Will Newton  <will.newton@linaro.org>
7124         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7125         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7126         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7127         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7128         * sysdeps/hppa/start.S (_start): Likewise.
7130 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7132         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7134         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7135         defined.
7137 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7139         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7140         after checking that it is non-NULL.
7142         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7144 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7146         * sysdeps/powerpc/memmove.c: Remove file.
7147         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7148         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7149         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7150         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7151         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7152         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7153         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7154         string memmove instead of removed powerpc one.
7156         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7157         [weak_alias]: Fix compiler warning due trailing data.
7158         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7159         [weak_alias]: Likewise.
7160         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7161         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7163         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7164         (__libc_ifunc_impl_list): Add memmove functions.
7166 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7168         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7169         Remove code.
7170         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7171         Likewise
7172         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7173         Likewise
7174         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7175         Likewise
7176         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7177         Likewise
7178         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7179         Likewise
7180         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7181         Likewise
7182         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7183         Likewise
7184         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7185         Likewise
7186         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7187         Likewise
7188         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7189         Likewise
7190         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7191         Likewise
7192         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7193         Likewise
7194         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7195         Likewise
7196         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7197         Likewise
7198         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7199         Likewise
7200         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7201         Likewise
7203 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7205         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7206         to avoid alignment traps in non-cacheable memory.
7207         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7209         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7210         multiarch objects.
7211         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7212         file: multiarch power7 memmove.
7213         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7214         multiarch default memmove.
7215         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7216         multiarch memove for powerpc32/power4.
7218         * string/bcopy.c: Use full path to include memmove.c.
7219         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7220         multiarch objects.
7221         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7222         bcopy for powerpc64.
7223         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7224         bcopy for powerpc64.
7225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7226         and memmove implementations.
7227         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7228         optimized multiarch memmove for POWER7/powerpc64.
7229         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7230         default multiarch memmove for powerpc64.
7231         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7232         multiarch for powerpc64.
7233         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7234         for POWER7/powerpc64.
7235         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7236         memmove for POWER7/powerpc64.
7238         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7239         glibc default one.
7241         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7242         __ELF_NATIVE_CLASS equal to 64.
7244 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7246         * sysdeps/nptl/lowlevellock.h: File removed.
7248         * NEWS: NPTL is no longer an add-on!
7249         * nptl/internaltypes.h: Moved ...
7250         * sysdeps/nptl/internaltypes.h: ... here.
7251         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7252         * sysdeps/nptl/fork.c: Likewise.
7253         * sysdeps/nptl/gai_misc.h: Likewise.
7254         * sysdeps/nptl/librt-cancellation.c: Likewise.
7255         * sysdeps/nptl/jmp-unwind.c: Likewise.
7256         * sysdeps/nptl/setxid.h: Likewise.
7257         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7258         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7259         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7260         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7261         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7262         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7263         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7264         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7265         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7266         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7267         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7268         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7269         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7270         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7271         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7272         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7273         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7274         * nptl/Makeconfig: Moved ...
7275         * sysdeps/nptl/Makeconfig: ... here.
7276         * nptl/configure: File removed.
7277         * nptl/ANNOUNCE: File removed.
7278         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7279         * sysdeps/unix/sysv/linux/configure: Regenerated.
7281         * nptl/Makefile (routines): Add libc_pthread_init,
7282         libc_multiple_threads, register-atfork and unregister-atfork.
7283         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7284         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7285         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7286         pthread-pi-defines.sym, structsem.sym.
7287         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7288         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7289         [$(subdir) = nptl] (tests): Add tst-setgetname.
7290         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7291         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7292         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7293         [!LIBC_SIGACTION]: Remove aliases.
7294         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7295         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7296         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7297         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7298         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7299         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7300         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7301         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7302         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7303         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7304         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7305         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7306         __libc_allocate_rtsig_private.
7307         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7308         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7309         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7310         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7311         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7312         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7313         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7314         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7315         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7316         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7317         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7318         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7319         * nptl/internaltypes.h: ... here.
7320         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7321         * sysdeps/nptl/jmp-unwind.c: ... here.
7322         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7323         * nptl/libc-lowlevellock.c: ... here.
7324         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7325         * nptl/libc_multiple_threads.c: ... here.
7326         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7327         * nptl/libc_pthread_init.c: ... here.
7328         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7329         * nptl/lowlevelbarrier.sym: ... here.
7330         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7331         * nptl/lowlevelcond.sym: ... here.
7332         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7333         * nptl/lowlevellock.c: ... here.
7334         * nptl/lowlevellock.h: Moved ...
7335         * sysdeps/nptl/lowlevellock.h: ... here.
7336         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7337         * nptl/lowlevelrobustlock.c: ... here.
7338         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7339         * nptl/lowlevelrobustlock.sym: ... here.
7340         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7341         * nptl/lowlevelrwlock.sym: ... here.
7342         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7343         * nptl/pt-fork.c: ... here.
7344         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7345         * nptl/pthread-pi-defines.sym: ... here.
7346         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7347         * nptl/pthread_attr_getaffinity.c: ... here.
7348         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7349         * nptl/pthread_attr_setaffinity.c: ... here.
7350         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7351         * nptl/pthread_mutex_cond_lock.c: ... here.
7352         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7353         Update #include.
7354         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7355         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7356         * nptl/pthread_once.c: ... here, replacing old file.
7357         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7358         * nptl/pthread_yield.c: ... here.
7359         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7360         * nptl/register-atfork.c: ... here.
7361         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7362         * nptl/sem_post.c: ... here.
7363         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7364         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7365         * nptl/sem_timedwait.c: ... here.
7366         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7367         * nptl/sem_trywait.c: ... here.
7368         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7369         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7370         * nptl/sem_wait.c: ... here.
7371         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7372         * nptl/structsem.sym: ... here.
7373         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7374         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7375         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7376         * nptl/unregister-atfork.c: ... here.
7377         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7378         * nptl/unwindbuf.sym: ... here.
7379         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7380         * sysdeps/nptl/fork.c: ... here.
7381         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7382         * sysdeps/nptl/fork.h: ... here.
7383         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7384         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7385         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7386         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7387         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7388         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7389         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7390         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7391         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7392         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7393         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7394         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7395         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7396         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7397         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7398         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7399         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7400         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7401         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7402         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7403         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7404         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7405         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7406         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7407         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7408         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7409         * sysdeps/unix/sysv/linux/raise.c: ... here.
7410         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7411         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7412         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7413         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7414         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7415         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7416         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7417         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7418         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7419         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7420         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7421         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7422         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7423         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7424         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7426 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7428         * sysdeps/generic/memcopy.h: Add comment for
7429         MEMCPY_OK_FOR_FWD_MEMMOVE.
7431 2014-07-04  Will Newton  <will.newton@linaro.org>
7433         * string/memchr.c: Merge from gnulib.
7434         [_LIBC]: Remove conditionals.
7435         (__ptr_t): Remove define.
7436         (LONG_MAX_32_BITS): Likewise.
7437         (LONG_MAX): Likewise.
7438         (MEMCHR): Use ANSI prototype and optimize algorithm.
7440         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7442 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7444         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7445         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7447         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7448         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7449         in a bare environment with no <stdlib.h> installed.
7450         * sysdeps/nptl/configure: Regenerated.
7452         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7454         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7455         AC_EGREP_CPP for kernel header checks, so they only succeed if
7456         including <linux/version.h> actually works right.
7457         * sysdeps/unix/sysv/linux/configure: Regenerated.
7459         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7460         value so it's not diagnosed as unused.
7462         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7463         thing) with "ifeq ($(subdir),rt)".
7465 2014-07-03  Richard Henderson  <rth@redhat.com>
7467         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7468         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7469         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7471         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7472         (math_force_eval): New.
7474         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7475         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7477         * sysdeps/alpha/fpu/s_round.c: Remove file.
7478         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7480         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7481         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7482         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7483         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7484         (_dl_start, print_statistics): Likewise.
7485         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7486         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7488         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7489         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7490         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7491         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7492         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7493         (HP_SMALL_TIMING_AVAIL): Define.
7494         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7495         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7496         (HP_SMALL_TIMING_AVAIL): Define.
7497         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7498         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7500         * sysdeps/aarch64/hp-timing.h: New file.
7502         * sysdeps/generic/hp-timing.h: Remove dead comment.
7503         * sysdeps/generic/hp-timing-common.h: New file.
7504         * sysdeps/alpha/hp-timing.h: Include it.
7505         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7506         * sysdeps/i386/i686/hp-timing.h: Likewise.
7507         * sysdeps/ia64/hp-timing.h: Likewise.
7508         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7509         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7510         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7511         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7512         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7513         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7514         (hp_timing_t): New.
7516         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7517         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7518         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7519         * elf/rtld.c (_dl_start_final): Likewise.
7520         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7521         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7522         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7523         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7524         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7525         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7526         (HP_TIMING_DIFF_INIT): Remove.
7527         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7528         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7529         (HP_TIMING_DIFF_INIT): Remove.
7530         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7531         * sysdeps/i386/i686/hp-timing.c: Remove file.
7532         * sysdeps/x86_64/hp-timing.c: Remove file.
7533         * sysdeps/ia64/hp-timing.c: Remove file.
7534         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7535         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7536         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7537         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7539         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7540         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7541         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7542         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7543         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7544         (HP_TIMING_ACCUM): Remove.
7545         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7546         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7547         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7549         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7550         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7551         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7552         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7553         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7554         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7555         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7556         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7558         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7560 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7562         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7564 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7566         Sync up with gettext.
7567         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7568         [_MSC_VER]: Include malloc.h
7569         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7570         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7571         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7572         TEMP_FAILURE_RETRY.  Cast return of alloca.
7573         [!_LIBC] Call gl_rwlock_init.
7574         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7576 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7578         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7579         before checking its value.
7581 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7583         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7585         * debug/memcpy_chk.c: Don't include pagecopy.h.
7586         * debug/mempcpy_chk.c: Likewise.
7587         * string/memcpy.c: Likewise.
7588         * string/memmove.c: Likewise.
7589         * sysdeps/powerpc/memmove.c: Likewise.
7590         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7591         definition of PAGE_COPY_FWD_MAYBE here...
7592         * sysdeps/generic/pagecopy.h: ... from here.
7593         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7595 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7596             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7598         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7599         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7600         optimizations.
7601         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7602         (__libc_ifunc_impl_list): Likewise.
7603         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7604         multiarch strcat for PPC64.
7605         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7606         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7608 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7610         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7612 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7614         * intl/loadmsgcat.c: Remove declaration of
7615         get_sysdep_segment_value.
7616         (get_sysdep_segment_value): Use ISO C style.
7617         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7618         semicolon.  Fix typo and formatting in comment.
7619         (_nl_unload_domain): Use ISO C style.
7621         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7623 2014-07-02  Will Newton  <will.newton@linaro.org>
7625         * malloc/obstack.c: Merge from gnulib master.
7626         [HAVE_CONFIG_H]: Remove conditional code.
7627         [!_LIBC]: Include config.h.
7628         [!ELIDE_CODE]: Don't include inttypes.h, include
7629         stdint.h unconditionally.
7630         (print_and_abort): Mark as _Noreturn.
7631         (_obstack_allocated_p): Mark as __attribute_pure__.
7632         (obstack_free): Rename to __obstack_free.
7633         [!__attribute__]: Remove conditional code.
7634         * malloc/obstack.h: Merge from gnulib master.
7635         [__cplusplus]: Move conditional down.
7636         [!__attribute_pure__]: Define __attribute_pure__ here
7637         if it is not already defined.
7638         (_obstack_memory_used): Mark as __attribute_pure__.
7639         [!__obstack_free]: Define as obstack_free.
7640         [__GNUC__]: Remove check for ancient NeXT gcc.
7642 2014-07-02  Will Newton  <will.newton@linaro.org>
7643             Paul Eggert  <eggert@cs.ucla.edu>
7645         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7647 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7649         * resolv/gethnamaddr.c: Add comment warning that the file is
7650         not maintained.
7652 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7654         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7655         entries.
7657         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7658         entry for aio_cancel and aio_cancel64.
7659         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7660         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7661         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7662         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7663         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7664         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7665         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7666         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7667         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7668         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7669         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7670         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7671         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7673 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7675         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7676         * nptl/pthread_mutex_lock.c: Likewise.
7677         * nptl/pthread_mutex_timedlock.c: Likewise.
7678         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7680 2014-07-01  Richard henderson  <rth@redhat.com>
7682         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7683         (__isnan, __isnanl): Remove.
7684         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7686         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7688 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7690         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7692 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7694         * resolv/nss_dns/dns-host.c (getanswer_r)
7695         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7697 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7699         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7700         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7701         undefine.
7702         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7703         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7705 2014-07-01  Roland McGrath <roland@hack.frob.com>
7707         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7708         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7710         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7711         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7713         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7714         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7715         ... here.
7716         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7717         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7719         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7720         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7721         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7722         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7724         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7725         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7726         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7727         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7728         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7729         Moved ...
7730         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7731         ... here.
7732         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7733         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7734         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7735         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7736         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7737         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7738         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7739         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7740         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7741         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7742         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7743         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7744         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7745         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7746         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7747         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7748         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7749         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7750         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7751         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7752         ... here.
7753         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7754         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7755         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7756         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7757         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7758         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7759         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7760         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7762 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
7764         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7765         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7766         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7767         Add sysdep.
7769 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7773 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7775         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7776         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7778         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7780         * sysdeps/arm/libm-test-ulps: Regenerated.
7782 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7783             Roland McGrath <roland@hack.frob.com>
7785         * test-skeleton.c (signal_handler): Kill the whole process group
7786         before killing the child individually.
7787         (main): Report any failure on `setpgid'.
7789 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7791         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7792         from _TLS_H to _ARM_NPTL_TLS_H.
7793         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7794         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7796 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7798         [BZ #16539]
7799         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7800         (__expm1l): Return argument unchanged when small but not
7801         subnormal.
7803         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7804         include macro name.
7805         (_FP_UNPACK_RAW_1_P): Likewise.
7806         (_FP_PACK_RAW_1): Likewise.
7807         (_FP_PACK_RAW_1_P): Likewise.
7808         (_FP_MUL_MEAT_1_wide): Likewise.
7809         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7810         (_FP_MUL_MEAT_1_hard): Likewise.
7811         (_FP_DIV_MEAT_1_imm): Likewise.
7812         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7813         (_FP_DIV_MEAT_1_udiv): Likewise.
7814         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7815         (_FP_UNPACK_RAW_2): Likewise.
7816         (_FP_UNPACK_RAW_2_P): Likewise.
7817         (_FP_PACK_RAW_2): Likewise.
7818         (_FP_PACK_RAW_2_P): Likewise.
7819         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7820         (_FP_MUL_MEAT_2_wide): Likewise.
7821         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7822         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7823         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7824         (_FP_MUL_MEAT_2_gmp): Likewise.
7825         (_FP_DIV_MEAT_2_udiv): Likewise.
7826         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7827         (_FP_FRAC_SRL_4): Likewise.
7828         (_FP_FRAC_SRST_4): Likewise.
7829         (_FP_FRAC_SRS_4): Likewise.
7830         (_FP_UNPACK_RAW_4): Likewise.
7831         (_FP_UNPACK_RAW_4_P): Likewise.
7832         (_FP_PACK_RAW_4): Likewise.
7833         (_FP_PACK_RAW_4_P): Likewise.
7834         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7835         (_FP_MUL_MEAT_4_wide): Likewise.
7836         (_FP_MUL_MEAT_4_gmp): Likewise.
7837         (umul_ppppmnnn): Likewise.
7838         (_FP_DIV_MEAT_4_udiv): Likewise.
7839         (__FP_FRAC_ADD_4): Likewise.
7840         (__FP_FRAC_SUB_3): Likewise.
7841         (__FP_FRAC_SUB_4): Likewise.
7842         (__FP_FRAC_DEC_3): Likewise.
7843         (__FP_FRAC_DEC_4): Likewise.
7844         (__FP_FRAC_ADDI_4): Likewise.
7845         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7846         (_FP_FRAC_SRL_8): Likewise.
7847         (_FP_FRAC_SRS_8): Likewise.
7849         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7850         include macro name.
7851         (FP_UNPACK_RAW_EP): Likewise.
7852         (FP_PACK_RAW_E): Likewise.
7853         (FP_PACK_RAW_EP): Likewise.
7854         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7855         (_FP_ISSIGNAN): Likewise.
7856         (_FP_ADD_INTERNAL): Likewise.
7857         (_FP_FMA): Likewise.
7858         (_FP_CMP): Likewise.
7859         (_FP_SQRT): Likewise.
7860         (_FP_TO_INT): Likewise.
7861         (_FP_FROM_INT): Likewise.
7862         (FP_EXTEND): Likewise.
7863         (_FP_DIV_MEAT_N_loop): Likewise.
7865 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7867         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7868         throughout.
7870 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7872         [BZ #17097]
7873         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7874         result with correct sign in case of exponents that produce
7875         overflow except for X very close to 1.
7877 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7879         mktime: merge #if/#ifdef usage from glibc
7880         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7881         as that works with both Glibc's and Gnulib's style.
7882         See thread starting at Siddhesh Poyarekar's bug report at:
7883         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7885 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7887         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7888         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7889         * sysdeps/tile/tilegx/memmove.c: Remove file.
7891 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7893         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7894         abi-name definition.
7895         * scripts/soversions.awk: Do not handle or generate ABI lines.
7896         * shlib-versions: Remove ABI entries.
7897         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7898         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7900 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7902         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7903         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7904         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7905         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7906         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7907         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7908         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7909         Moved ...
7910         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7911         ... here.
7912         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7913         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7914         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7915         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7916         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7917         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7918         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7919         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7920         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7921         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7922         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7923         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7924         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7925         Moved ...
7926         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7927         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7928         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7929         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7930         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7931         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7932         Moved ...
7933         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7934         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7935         Moved ...
7936         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7937         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7938         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7939         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7940         Moved ...
7941         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7942         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7943         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7944         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7945         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7946         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7947         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7948         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7949         Moved ...
7950         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7951         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7952         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7953         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7954         Moved ...
7955         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7956         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7957         Moved ...
7958         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7959         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7960         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7961         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7962         Moved ...
7963         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7964         ... here.
7965         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7966         Identical file removed.
7967         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7968         Moved ...
7969         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7971         Identical file removed.
7972         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7973         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7974         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7975         Moved ...
7976         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7977         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7978         Identical file removed.
7979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7980         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7981         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7982         Identical file removed.
7983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7984         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7985         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7986         Identical file removed.
7987         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7988         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7989         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7990         Identical file removed.
7991         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7992         Moved ...
7993         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7994         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7995         Identical file removed.
7996         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7997         Moved ...
7998         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7999         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8000         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8001         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8002         Identical file removed.
8003         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8004         Moved ...
8005         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8006         ... here.
8007         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8008         Identical file removed.
8009         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8010         Moved ...
8011         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8012         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8013         Identical file removed.
8014         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8015         Moved ...
8016         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8017         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8018         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8019         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8020         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8021         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8022         Moved ...
8023         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8024         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8025         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8027         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8028         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8029         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8030         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8031         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8033 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8035         [BZ #17092]
8036         * nscd/nscd.c (monitor_child): Return exit status of child
8037         instead of return value from wait syscall.
8039 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8041         * configure.ac (libc_commonpagesize): Remove variable.
8042         (libc_relro_required): Likewise.
8043         (libc_cv_z_relro): Remove configure test.
8044         * configure: Regenerated.
8045         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8046         variable.
8047         (libc_relro_required): Likewise.
8048         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8049         (libc_relro_required): Likewise.
8050         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8051         (libc_relro_required): Likewise.
8052         * sysdeps/arm/preconfigure: Regenerated.
8053         * sysdeps/ia64/preconfigure: Remove file.
8054         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8055         variable.
8056         (libc_relro_required): Likewise.
8058         [BZ #16561]
8059         [BZ #16562]
8060         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8061         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8062         recompute overflowing results in original rounding mode.
8063         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8064         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8065         recompute overflowing results in original rounding mode.
8066         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8067         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8068         recompute overflowing results in original rounding mode.
8069         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8070         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8071         recompute overflowing results in original rounding mode.
8072         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8073         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8074         recompute overflowing results in original rounding mode.
8075         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8076         (libc_feholdsetround_ctx): New macro.
8077         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8078         * sysdeps/i386/fpu/libm-test-ulps: Update.
8079         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8081 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8083         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8084         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8085         corresponding .cpsetup call.
8087 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8089         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8090         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8091         * sysdeps/arm/Makefile [$(subdir) = csu]
8092         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8093         (static-only-routines): Add aeabi_read_tp here.
8094         (shared-only-routines): Add libc-aeabi_read_tp here.
8095         (CFLAGS-libc-start.c): Add -fexceptions here.
8096         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8097         (sysdep_routines, static-only-routines, shared-only-routines):
8098         Don't add to these here.
8099         (CFLAGS-libc-start.c): Likewise.
8101         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8102         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8103         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8104         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8105         * sysdeps/arm/Makefile [$(subdir) = rt]
8106         (librt-sysdep_routines, librt-shared-only-routines):
8107         Append rt-aeabi_unwind_cpp_pr1 here.
8108         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8109         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8110         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8111         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8112         Append nptl-aeabi_unwind_cpp_pr1 here.
8113         (tests): Filter out tst-cleanupx4 here.
8114         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8115         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8116         Don't do those here.
8118 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8120         * scripts/list-sources.sh: Do not handle ports specially.
8122 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8124         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8125         * sysdeps/arm/feupdateenv.c: Likewise.
8127         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8129 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8131         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8132         trailing whitespace removed.
8133         * scripts/config.guess: Update to version 2014-03-23.
8134         * scripts/config.sub: Update to version 2014-05-01
8135         * scripts/install-sh: Update to version 2013-12-25.23.
8136         * scripts/move-if-change: Update from gnulib.
8138 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8140         * debug/memmove_chk.c: Remove pagecopy.h include.
8142 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8144         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8145         identical to gnulib mktime.
8147 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8149         * configure.ac: Do not test for machine being rs6000.  Do not test
8150         for powerpc*-*soft.
8151         * configure: Regenerated.
8153         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8154         test.
8155         * configure: Regenerated.
8156         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8157         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8158         Remove configure test.
8159         * sysdeps/arm/configure: Regenerated.
8160         * sysdeps/nptl/configure.ac: Do not check
8161         libc_cv_asm_cfi_directives.
8162         * sysdeps/nptl/configure: Regenerated.
8163         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8164         * sysdeps/x86_64/nptl/configure: Remove generated file.
8165         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8166         unconditional.
8167         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8169 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8171         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8172         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8173         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8174         it is defined.
8176         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8177         instead of whether it is defined.
8178         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8179         * sysdeps/hppa/dl-machine.h: Likewise.
8180         * sysdeps/ia64/dl-machine.h: Likewise.
8181         * sysdeps/m68k/dl-machine.h: Likewise.
8182         * sysdeps/microblaze/dl-machine.h: Likewise.
8183         * sysdeps/mips/dl-machine.: Likewise.
8184         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8185         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8186         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8187         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8188         * sysdeps/sh/dl-machine.h: Likewise.
8189         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8190         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8191         * sysdeps/tile/dl-machine.h: Likewise.
8192         * sysdeps/x86_64/dl-machine.h: Likewise.
8194         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8195         code.
8196         (verify_persistent_db): Likewise.
8198 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8201         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8203         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8205         Moved ...
8206         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8207         ... here.
8208         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8209         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8211         Identical file removed.
8212         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8213         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8214         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8215         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8217         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8219         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8221         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8223         Moved ...
8224         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8226         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8228         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8230         Moved ...
8231         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8233         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8235         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8237         Identical file removed.
8238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8239         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8240         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8241         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8242         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8243         Moved ...
8244         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8245         ... here.
8246         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8247         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8248         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8249         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8250         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8251         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8252         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8253         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8254         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8255         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8256         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8257         Moved ...
8258         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8260         Moved ...
8261         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8263         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8265         Moved ...
8266         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8268         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8270         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8271         folded into ...
8272         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8273         * sysdeps/unix/sysv/linux/s390/Versions
8274         (libpthread: GLIBC_2.19): New version set.
8275         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8276         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8277         (librt: GLIBC_2.3.3): New version set.
8278         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8279         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8280         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8281         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8282         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8283         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8284         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8285         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8286         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8287         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8288         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8289         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8290         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8291         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8292         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8293         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8294         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8295         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8296         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8297         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8298         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8299         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8300         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8301         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8302         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8303         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8304         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8305         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8306         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8307         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8308         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8309         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8310         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8311         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8312         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8314         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8315         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8316         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8317         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8318         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8319         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8320         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8321         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8322         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8324         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8325         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8326         (__libc_vfork): Define the function under this name.
8327         [!NOT_IN_libc] (__vfork): Make this an alias.
8328         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8329         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8330         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8331         (__libc_vfork): Define the function under this name.
8332         [!NOT_IN_libc] (__vfork): Make this an alias.
8333         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8334         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8335         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8336         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8337         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8338         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8340         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8341         code that was previously under [RESET_PID].
8342         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8343         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8344         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8346         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8347         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8348         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8349         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8350         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8351         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8352         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8353         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8354         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8355         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8356         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8357         Moved ...
8358         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8359         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8360         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8361         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8362         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8363         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8364         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8365         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8366         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8367         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8368         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8369         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8370         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8371         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8372         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8373         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8374         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8375         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8376         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8377         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8378         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8379         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8380         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8381         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8382         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8383         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8384         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8385         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8386         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8388 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8390         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8391         that was previously under [RESET_PID].
8392         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8394 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8396         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8397         not undefine and redefine.
8398         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8399         [O_CLOEXEC]: Make code unconditional.
8400         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8401         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8402         <kernel-features.h>.
8403         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8404         conditional variable definition.
8405         (shm_open) [O_CLOEXEC]: Make code unconditional.
8406         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8407         code.
8409         * configure.ac (USE_REGPARMS): Don't define here.
8410         * configure: Regenerated.
8411         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8412         * sysdeps/i386/configure: Regenerated.
8414         * nptl/createthread.c: Don't include kernel-features.h.
8415         * nptl/pthread_cancel.c: Likewise.
8416         * nptl/pthread_condattr_setclock.c: Likewise.
8417         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8418         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8419         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8420         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8421         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8422         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8423         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8424         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8425         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8426         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8427         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8428         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8429         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8430         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8431         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8432         * nscd/gai.c: Likewise.
8433         * nss/nss_db/db-open.c: Likewise.
8434         * sysdeps/generic/ldsodefs.h: Likewise.
8435         * sysdeps/sh/nptl/tls.h: Likewise.
8436         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8437         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8438         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8439         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8440         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8441         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8442         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8443         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8444         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8445         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8446         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8447         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8448         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8449         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8450         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8451         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8452         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8453         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8454         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8455         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8456         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8457         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8458         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8459         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8460         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8461         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8462         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8463         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8464         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8465         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8466         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8467         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8468         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8469         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8470         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8471         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8472         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8473         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8474         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8475         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8476         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8477         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8478         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8479         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8480         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8481         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8482         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8483         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8484         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8485         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8486         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8487         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8488         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8489         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8490         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8491         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8492         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8493         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8516         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8517         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8518         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8519         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8520         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8521         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8522         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8523         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8524         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8525         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8526         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8527         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8528         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8529         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8530         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8531         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8532         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8533         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8534         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8535         * sysdeps/unix/sysv/linux/system.c: Likewise.
8536         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8537         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8538         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8539         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8540         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8541         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8542         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8544         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8545         * configure: Regenerated.
8546         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8548         * configure.ac (base_machine): Do not set specially for particular
8549         machines here.
8550         * configure: Regenerated.
8551         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8552         settings from configure.ac.
8553         * sysdeps/i386/preconfigure: New file.
8554         * sysdeps/s390/preconfigure: Likewise.
8555         * sysdeps/sh/preconfigure: Likewise.
8556         * sysdeps/sparc/preconfigure: Likewise.
8558 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8560         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8561         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8562         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8563         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8564         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8565         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8566         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8567         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8568         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8569         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8570         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8571         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8572         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8573         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8574         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8575         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8576         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8577         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8578         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8580         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8581         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8582         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8583         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8584         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8585         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8586         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8587         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8588         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8589         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8590         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8591         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8592         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8593         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8594         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8595         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8596         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8597         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8598         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8599         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8600         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8601         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8602         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8603         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8604         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8605         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8606         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8607         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8608         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8609         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8610         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8611         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8612         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8613         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8614         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8615         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8616         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8617         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8619         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8620         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8621         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8622         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8623         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8624         Moved ...
8625         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8626         ... here.
8627         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8628         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8629         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8632         Moved ...
8633         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8634         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8635         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8636         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8637         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8638         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8639         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8641         Moved ...
8642         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8644         Moved ...
8645         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8647         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8649         Moved ...
8650         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8651         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8652         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8654         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8655         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8656         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8657         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8658         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8659         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8660         Moved ...
8661         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8662         ... here.
8663         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8664         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8665         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8666         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8668         Moved ...
8669         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8670         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8671         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8672         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8673         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8674         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8675         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8677         Moved ...
8678         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8680         Moved ...
8681         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8683         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8685         Moved ...
8686         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8687         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8688         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8689         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8690         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8692 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8694         * timezone/checktab.awk: Update from tzcode 2014e.
8695         * timezone/private.h: Likewise.
8696         * timezone/tzfile.h: Likewise.
8697         * timezone/zdump.c: Likewise.
8698         * timezone/zic.c: Likewise.
8700         * sysdeps/unix/sysv/linux/kernel-features.h
8701         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8702         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8703         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8704         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8705         Remove conditional code.
8707 2014-06-25  Will Newton  <will.newton@linaro.org>
8709         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8710         (_dl_arm_cap_flags): Add HWCAP2 values.
8711         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8712         (_DL_HWCAP_COUNT): Increase to 37.
8713         (_DL_HWCAP_LAST): New define.
8714         (_DL_HWCAP2_LAST): New define.
8715         (_dl_procinfo): Add support for printing
8716         AT_HWCAP2 entries.
8717         (_dl_string_hwcap): Use _dl_hwcap_string.
8719 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8723 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8725         * README: Do not mention ports directory.
8727         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8728         Remove macro.
8729         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8730         <kernel-features.h>.
8731         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8732         conditional variable definition.
8733         (__futimes): Update comment.
8734         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8735         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8737         [BZ #16560]
8738         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8739         arguments close to 0.
8740         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8741         Likewise.
8742         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8743         Likewise.
8744         * math/auto-libm-test-in: Add more tests of exp10.
8745         * math/auto-libm-test-out: Regenerated.
8746         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8748         * sysdeps/unix/sysv/linux/kernel-features.h
8749         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8750         * sysdeps/unix/sysv/linux/readv.c: Do not include
8751         <kernel-features.h>.
8752         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8753         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8754         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8755         unconditional.
8756         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8757         conditional code.
8758         * sysdeps/unix/sysv/linux/writev.c: Do not include
8759         <kernel-features.h>.
8760         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8761         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8762         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8763         unconditional.
8764         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8765         conditional code.
8767 2014-06-25  Will Newton  <will.newton@linaro.org>
8769         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8770         comment changes throughout the file.  Remove checks
8771         for HAVE_*_H definitions that are not required.
8772         (__gen_tempname): Call abort if an unknown kind value is
8773         passed.
8775 2014-06-25  Andreas Schwab  <schwab@suse.de>
8777         [BZ #17086]
8778         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8779         scalbln, scalblnf, scalblnl in libc.
8781 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8783         [BZ #17086]
8784         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8785         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8786         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8788 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8790         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8791         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8792         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8793         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8794         Update #include.
8795         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8796         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8797         Update #include.
8798         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8799         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8800         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8801         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8802         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8803         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8804         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8805         * sysdeps/x86/bits/semaphore.h: ... here.
8806         * sysdeps/x86/nptl/elide.h: Moved ...
8807         * sysdeps/x86/elide.h: ... here.
8808         * sysdeps/x86_64/nptl/Implies: File removed.
8809         * sysdeps/i386/nptl/Implies: File removed.
8811 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8813         [BZ #16539]
8814         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8815         return the argument for normal arguments with exponent below -64.
8816         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8817         Likewise.
8818         * math/auto-libm-test-in: Add another test of expm1.
8819         * math/auto-libm-test-out: Regenerated.
8821         [BZ #16287]
8822         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8823         calling __erfcl for arguments at least 16.
8824         * math/auto-libm-test-in: Add more tests of erf.
8825         * math/auto-libm-test-out: Regenerated.
8827         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8828         individual architectures.
8829         * sysdeps/unix/sysv/linux/configure: Regenerated.
8830         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8831         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8832         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8833         (ldd_rewrite_script): Define variable.
8834         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8836         file.
8837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8838         generated file.
8839         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8840         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8841         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8842         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8843         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8844         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8845         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8846         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8848 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8850         [BZ #17084]
8851         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8852         Rename member __data.d to __data.__elision_data.
8854 2014-06-24  Wilco  <wdijkstr@arm.com>
8856         * NEWS: Add 16918 to fixed bug list.
8858 2014-06-24  Wilco  <wdijkstr@arm.com>
8860         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8862 2014-06-24  Wilco  <wdijkstr@arm.com>
8864         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8865         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8866         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8867         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8868         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8869         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8870         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8871         Use _FPU_MASK_RM.
8873 2014-06-24  Wilco  <wdijkstr@arm.com>
8875         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8877 2014-06-24  Wilco  <wdijkstr@arm.com>
8879         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8880         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8881         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8882         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8884 2014-06-24  Wilco  <wdijkstr@arm.com>
8886         [BZ #16918]
8887         * sysdeps/arm/feupdateenv.c (feupdateenv):
8888         Rewrite to reduce FPSCR accesses and fix return value.
8890 2014-06-24  Wilco  <wdijkstr@arm.com>
8892         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8893         Optimize to avoid unnecessary FPSCR writes.
8894         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8895         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8896         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8897         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8899 2014-06-24  Wilco  <wdijkstr@arm.com>
8901         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8902         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8903         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8904         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8905         Call libc_fetestexcept_vfp.
8906         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8907         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8908         __SOFTFP__ ifdef so that they can be built for softfp.
8910 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8912         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8913         argument type signed char.
8915         * Makerules (check-abi): Dump diff of symlist if the test
8916         fails.
8918 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8920         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8921         using abort.
8923         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8924         Remove unused variable ST.
8926 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8928         [BZ #16354]
8929         [BZ #17061]
8930         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8931         small arguments before calling __expm1.
8932         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8933         small arguments before calling __expm1f.
8934         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8935         small arguments before calling __expm1l.
8936         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8937         Likewise.
8938         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8939         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8940         spurious underflow for some cosh tests.
8941         * math/auto-libm-test-out: Regenerated.
8942         * sysdeps/i386/fpu/libm-test-ulps: Update.
8944         [BZ #17050]
8945         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8946         (__ieee754_y1): Set errno if return value overflows.
8947         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8948         (__ieee754_y1f): Set errno if return value overflows.
8949         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8950         (__ieee754_y1l): Set errno if return value overflows.
8951         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8952         (__ieee754_y1l): Set errno if return value overflows.
8953         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8954         * math/auto-libm-test-out: Regenerated.
8956         * math/gen-auto-libm-tests.c: Document use of
8957         ignore-zero-inf-sign.
8958         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8959         (input_flags): Add ignore-zero-inf-sign.
8960         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8961         * math/gen-libm-test.pl (generate_testfile): Handle
8962         ignore-zero-inf-sign.
8963         * math/auto-libm-test-in: Mark some cpow tests with
8964         ignore-zero-inf-sign and some with xfail-rounding.
8965         * math/auto-libm-test-out: Regenerated.
8966         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8967         * sysdeps/i386/fpu/libm-test-ulps: Update.
8968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8970         [BZ #16315]
8971         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8972         overflowing or underflowing operations take place with sign of
8973         result.
8974         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8975         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8976         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8977         (__ieee754_pow): Recompute overflowing and underflowing results in
8978         original rounding mode.
8979         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8980         (__powl_helper): Allow negative argument X and scale negated value
8981         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8982         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8983         overflowing or underflowing operations take place with sign of
8984         result.
8985         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8986         Include <math.h>.
8987         * math/auto-libm-test-in: Add more tests of pow.
8988         * math/auto-libm-test-out: Regenerated.
8989         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8990         (pow_tonearest_test_data): Remove.
8991         (pow_test_tonearest): Likewise.
8992         (pow_towardzero_test_data): Likewise.
8993         (pow_test_towardzero): Likewise.
8994         (pow_downward_test_data): Likewise.
8995         (pow_test_downward): Likewise.
8996         (pow_upward_test_data): Likewise.
8997         (pow_test_upward): Likewise.
8998         (main): Don't call removed functions.
8999         * sysdeps/i386/fpu/libm-test-ulps: Update.
9000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9002 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9005         Moved ...
9006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9008         Moved ...
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9011         Moved ...
9012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9014         Moved ...
9015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9017         File removed.
9018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9019         File removed.
9020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9021         File removed.
9022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9023         File removed.
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9025         File removed.
9026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9027         File removed.
9028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9029         File removed.
9030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9031         File removed.
9032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9033         File removed.
9034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9035         File removed.
9036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9037         File removed.
9038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9039         File removed.
9040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9041         Moved ...
9042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9044         Moved ...
9045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9046         ... here.
9047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9048         Moved ...
9049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9051         Moved ...
9052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9054         Moved ...
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9057         Moved ...
9058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9060         Moved ...
9061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9063         Moved ...
9064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9066         Moved ...
9067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9070         ... here.
9071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9072         Moved ...
9073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9075         Moved ...
9076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9077         ... here.
9078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9079         Moved ...
9080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9081         ... here.
9082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9083         Moved ...
9084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9085         ... here.
9086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9087         Moved ...
9088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9090         Moved ...
9091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9095         Moved ...
9096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9097         ... here.
9098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9099         Moved ...
9100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9101         ... here.
9102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9103         Moved ...
9104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9106         Moved ...
9107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9109         Moved ...
9110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9112         Moved ...
9113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9115         Moved ...
9116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9117         ... here.
9118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9119         Moved ...
9120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9122         Moved ...
9123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9125         Moved ...
9126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9128         Moved ...
9129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9133         Moved ...
9134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9136         Moved ...
9137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9139         Moved ...
9140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9141         ... here.
9142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9143         Moved ...
9144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9145         ... here.
9146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9147         Moved ...
9148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9149         ... here.
9150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9151         Moved ...
9152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9154         Moved ...
9155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9157         Moved ...
9158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9160         Moved ...
9161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9162         ... here.
9163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9164         Moved ...
9165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9166         ... here.
9167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9168         Moved ...
9169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9170         ... here.
9171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9172         Moved ...
9173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9175         Moved ...
9176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9178 2014-06-23  Will Newton  <will.newton@linaro.org>
9179             Wilco  <wdijkstr@arm.com>
9181         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9182         implementation.  Include get-rounding-mode.h.
9183         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9184         [!libc_feholdsetround_noex_ctx]: Define
9185         libc_feholdsetround_noex_ctx.
9186         [!libc_feholdsetround_noexf_ctx]: Define
9187         libc_feholdsetround_noexf_ctx.
9188         [!libc_feholdsetround_noexl_ctx]: Define
9189         libc_feholdsetround_noexl_ctx.
9190         (libc_feholdsetround_ctx): New function.
9191         (libc_feresetround_ctx): New function.
9192         (libc_feholdsetround_noex_ctx): New function.
9193         (libc_feresetround_noex_ctx): New function.
9195 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9197         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9198         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9199         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9200         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9201         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9202         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9204         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9205         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9206         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9207         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9208         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9209         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9210         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9211         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9212         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9213         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9214         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9215         Moved ...
9216         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9217         ... here.
9218         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9219         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9221         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9222         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9223         Moved ...
9224         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9228         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9229         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9230         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9231         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9232         Moved ...
9233         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9234         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9235         Moved ...
9236         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9237         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9238         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9239         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9240         Moved ...
9241         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9242         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9243         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9244         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9245         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9246         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9247         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9248         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9249         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9250         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9251         Moved ...
9252         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9253         ... here.
9254         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9255         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9256         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9257         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9258         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9259         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9260         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9261         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9263         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9264         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9265         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9266         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9267         Moved ...
9268         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9269         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9270         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9272         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9273         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9274         Moved ...
9275         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9277         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9278         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9279         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9281         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9282         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9283         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9284         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9285         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9286         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9287         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9288         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9290         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9291         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9292         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9293         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9294         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9295         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9296         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9297         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9298         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9299         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9300         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9301         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9302         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9303         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9304         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9305         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9306         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9307         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9308         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9310 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9312         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9313         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9314         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9315         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9316         (IPV6_PMTUDISC_INTERFACE): Likewise.
9317         (IPV6_PMTUDISC_OMIT): Likewise.
9319 2014-06-23  Andreas Schwab  <schwab@suse.de>
9321         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9322         Remove unused errout label.
9324 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9326         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9327         macro: hardware supports Vector Crypto instructions.
9329 2014-06-23  Will Newton  <will.newton@linaro.org>
9331         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9332         rather than __builtin_expect.
9334         * elf/dl-lookup.c (undefined_msg): Remove variable.
9335         (_dl_lookup_symbol_x): Replace undefined_msg with string
9336         literal.
9338         * elf/dl-lookup.c (do_lookup_unique): New function.
9339         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9340         to a separate function.
9342 2014-06-23  Andreas Schwab  <schwab@suse.de>
9344         [BZ #17079]
9345         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9346         before reading the next line.
9348 2014-06-23  Will Newton  <will.newton@linaro.org>
9350         * test-skeleton.c (signal_handler): Use printf and %m
9351         rather than perror.  Use printf rather than fprintf to
9352         stderr.  Use puts rather than fputs to stderr.
9353         (main): Likewise.
9355 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9357         * nscd/nscd.c (thread_info_t): Remove typedef.
9358         (thread_info): Remove variable.
9360 2014-06-21  Allan McRae  <allan@archlinux.org>
9362         * NEWS: Mention CVE-2014-4043.
9364 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9366         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9367         * nptl/smp.h: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9371         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9372         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9373         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9374         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9376         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9377         * nptl/stack-aliasing.h: New file.
9378         * sysdeps/i386/i686/stack-aliasing.h: New file.
9379         * sysdeps/i386/i686/nptl/Makefile: File removed.
9380         * sysdeps/x86_64/stack-aliasing.h: New file.
9381         * sysdeps/x86_64/nptl/Makefile
9382         (CFLAGS-pthread_create.c): Variable removed.
9384         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9385         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9386         old file.
9387         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9388         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9389         old file.
9391 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9393         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9394         (__ASSUME_SIGFRAME_V2): Remove macro.
9395         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9396         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9397         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9398         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9399         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9400         Declare as function.  Remove conditional macro definitions.
9401         (__default_rt_sa_restorer): Likewise.
9402         (__default_sa_restorer_v1): Remove declaration.
9403         (__default_sa_restorer_v2): Likewise.
9404         (__default_rt_sa_restorer_v1): Likewise.
9405         (__default_rt_sa_restorer_v2): Likewise.
9406         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9407         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9408         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9410 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9412         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9413         (libpthread-routines): Add sysdep.
9414         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9415         * sysdeps/unix/sysv/linux/sparc/Versions
9416         (libpthread: GLIBC_2.3.3): New version set.
9417         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9418         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9419         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9421         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9422         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9423         Moved ...
9424         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9426         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9427         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9428         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9430         * sysdeps/sparc/nptl/sem_init.c: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9432         * sysdeps/sparc/nptl/sem_post.c: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9434         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9436         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9438         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9439         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9440         (libpthread-routines): Add cpu_relax.
9441         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9442         File removed.
9443         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9444         (librt: GLIBC_2.3.3): New version set.
9445         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9446         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9447         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9448         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9449         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9450         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9451         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9453         Moved ...
9454         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9455         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9456         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9457         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9458         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9460         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9461         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9462         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9464         Moved ...
9465         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9466         Update #include.
9467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9468         Moved ...
9469         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9470         Update #include.
9471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9472         Moved ...
9473         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9474         Update #include.
9475         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9476         Moved ...
9477         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9478         Update #include.
9479         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9480         Moved ...
9481         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9482         Update #include.
9483         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9484         Moved ...
9485         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9486         Update #include.
9487         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9488         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9489         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9490         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9491         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9492         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9493         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9494         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9496         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9497         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9498         Moved ...
9499         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9501         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9503         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9505 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9507         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9508         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9509         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9510         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9511         * nscd/nscd.c: Likewise.
9512         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9513         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9514         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9515         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9517         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9518         <kernel-features.h>.
9519         (init_mq_netlink): Remove conditional have_sock_cloexec
9520         definitions.  Remove code conditional on have_sock_cloexec < 0.
9521         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9522         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9523         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9524         <kernel-features.h>.
9525         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9526         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9528 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9530         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9531         Add tests for memset_chk and memset.
9533         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9534         with AVX2_Usable.
9536 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9538         [BZ #16046]
9539         * elf/tst-dl-iter-static.c: New file.
9540         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9542         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9543         error.
9545 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9547         * sysdeps/unix/sysv/linux/kernel-features.h
9548         (__ASSUME_F_GETOWN_EX): Remove macro.
9549         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9550         <kernel-features.h>.
9551         (miss_F_GETOWN_EX): Remove variable or macro.
9552         (do_fcntl): Do not check miss_F_GETOWN_EX.
9553         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9555         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9556         Remove macro.
9557         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9558         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9559         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9561         * sysdeps/unix/sysv/linux/kernel-features.h
9562         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9563         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9564         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9565         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9567 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9569         [BZ #17075]
9570         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9571         Fix calculation of the symbol's value.
9572         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9573         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9574         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9575         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9576         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9577         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9578         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9579         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9580         (modules-names): Add `tst-armtlsdescmod',
9581         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9582         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9583         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9584         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9585         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9586         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9587         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9588         ($(objpfx)tst-armtlsdescloc): New dependency.
9589         ($(objpfx)tst-armtlsdescextnow): Likewise.
9590         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9591         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9592         TLS scheme support.
9593         * sysdeps/arm/configure: Regenerate.
9595 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9597         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9598         (__atfct_seterrno_2): Likewise.
9599         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9600         <kernel-features.h>.
9601         (__ASSUME_ATFCTS): Do not undefine and redefine.
9602         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9603         (__have_atfcts): Remove conditional definition.
9604         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9605         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9606         unreachable if [__ASSUME_ATFCTS].
9607         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9608         not undefine and redefine.
9609         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9610         <kernel-features.h>.
9611         (faccessat) [__NR_faccessat]: Make code unconditional.
9612         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9613         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9614         <kernel-features.h>.
9615         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9616         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9617         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9618         <kernel-features.h>.
9619         (fchownat) [__NR_fchownat]: Make code unconditional.
9620         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9621         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9622         <kernel-features.h>.
9623         (futimesat) [__NR_futimesat]: Make code unconditional.
9624         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9625         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9626         <kernel-features.h>.
9627         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9628         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9629         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9630         <kernel-features.h>.
9631         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9632         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9633         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9634         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9635         <kernel-features.h>.
9636         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9637         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9638         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9639         <kernel-features.h>.
9640         (linkat) [__NR_linkat]: Make code unconditional.
9641         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9642         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9643         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9644         <kernel-features.h>.
9645         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9646         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9647         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9648         <kernel-features.h>.
9649         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9650         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9651         * sysdeps/unix/sysv/linux/openat.c: Do not include
9652         <kernel-features.h>.
9653         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9654         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9655         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9656         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9657         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9658         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9659         <kernel-features.h>.
9660         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9661         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9662         result of INLINE_SYSCALL directly, not via int variable.
9663         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9664         <kernel-features.h>.
9665         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9666         (renameat) [__NR_renameat]: Make code unconditional.
9667         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9668         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9669         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9670         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9671         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9672         (__ASSUME_ATFCTS): Do not undefine and redefine.
9673         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9674         <kernel-features.h>.
9675         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9676         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9677         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9678         <kernel-features.h>.
9679         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9680         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9681         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9682         (__ASSUME_ATFCTS): Do not undefine and redefine.
9683         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9684         <kernel-features.h>.
9685         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9686         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9687         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9688         <kernel-features.h>.
9689         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9690         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9692 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9694         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9696 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9698         [BZ #17069]
9699         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9700         constructed tree before returning error.
9701         * posix/bug-regexp36.c: Expand test case.
9703 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9705         [BZ #6803]
9706         * math/libm-test.inc (scalbln_test_date):
9707         Add errno expectations.
9708         * math/w_scalblnf.c: New File.
9709         Add wrapper which checks for setting errno to ERANGE.
9710         Add weak_alias for corresponding scalbln function.
9711         * math/w_scalbln.c: Likewise.
9712         * math/w_scalblnl.c: Likewise.
9713         * math/Makefile (libm-calls): Add w_scalbln.
9714         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9715         Remove weak_alias for corresponding scalbln function.
9716         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9717         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9718         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9719         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9720         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9721         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9722         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9723         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9724         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9725         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9726         Remove long_double_symbol for scalblnl function in libm, libc.
9727         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9728         Add wrapper which checks for setting errno to ERANGE.
9729         Add long_double_symbol for scalblnl function in libm, libc.
9730         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9731         Remove long_double_symbol for scalblnl in libm.
9732         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9733         Add wrapper which checks for setting errno to ERANGE.
9734         Add long_double_symbol for scalblnl function in libm.
9735         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9736         Do not use wrapper because of own implementation.
9738 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9740         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9741         3 bytes for __pad1 for x32.
9742         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9744 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
9745             H.J. Lu  <hongjiu.lu@intel.com>
9747         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9748         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9749         * sysdeps/x86_64/multiarch/memset.S: Likewise.
9750         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9751         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9753 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
9755         [BZ #17069]
9756         * posix/regcomp.c (parse_expression): Deallocate partially
9757         constructed tree before returning error.
9758         * posix/Makefile.c (tests): Add bug-regex36.
9759         (generated): Add bug-regex36.mtrace.
9760         (tests-special): Add $(objpfx)bug-regex36-mem.out
9761         (bug-regex36-ENV): New variable.
9762         ($(objpfx)bug-regex36-mem.out): New rule.
9763         * posix/bug-regex36.c: New file.
9765 2014-06-19  Will Newton  <will.newton@linaro.org>
9767         * malloc/malloc.c (systrim): If extra is zero then return
9768         early.
9770 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9772         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9774 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
9776         * sysdeps/aarch64/strchr.S: New file.
9778 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9780         [BZ #17022]
9781         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9782         from arguments -2 or below.
9783         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9784         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9786 2014-06-18  Andreas Schwab  <schwab@suse.de>
9788         [BZ #17062]
9789         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9790         of a bracket expr not to run off the end of the string.
9791         * posix/Makefile (tests): Add tst-fnmatch3.
9792         * posix/tst-fnmatch3.c: New file.
9794 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9796         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9797         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9798         [$(cross-compiling) = no]: Likewise.
9799         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9800         [$(cross-compiling) = no]: Likewise.
9802 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9804         [BZ #17031]
9805         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9806         double, adjusted for any remainder from the high double.
9807         * math/libm-test.inc (nearbyint): Add tests.
9808         (rint): Likewise.
9810 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9812         * nptl/sysdeps/powerpc/Makefile: Moved ...
9813         * sysdeps/powerpc/nptl/Makefile: ... here.
9814         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9815         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9816         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9817         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9818         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9819         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9820         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9821         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9822         * nptl/sysdeps/powerpc/tls.h: Moved ...
9823         * sysdeps/powerpc/nptl/tls.h: ... here.
9825 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9827         [BZ #16681]
9828         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9829         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9830         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9831         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9832         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9833         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9834         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9835         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9836         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9838 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9840         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9842 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9844         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9845         defined operator.
9847         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9848         $TIMEOUTFACTOR.
9850 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9852         [BZ #17058]
9853         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9854         non-executed part of the test.
9856 2014-06-16  Andreas Schwab  <schwab@suse.de>
9858         * string/bits/string2.h (strdup, strndup): Update feature guard.
9860 2014-06-14  David S. Miller  <davem@davemloft.net>
9862         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9864 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9866         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9867         that was previously under [RESET_PID].
9868         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9870         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9871         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9872         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9873         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9874         (__libc_vfork): New strong alias.
9875         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9877 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9879         * sysdeps/generic/elide.h: New file.
9881 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9883         * Makefile (installed-headers): Adjust path of pthread.h header.
9885 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9887         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9888         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9890         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9892         * nptl/sysdeps/s390/Makefile: Moved ...
9893         * sysdeps/s390/nptl/Makefile: ... here.
9894         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9895         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9896         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9897         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9898         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9899         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9900         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9901         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9902         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9903         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9904         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9905         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9906         * nptl/sysdeps/s390/tls.h: Moved ...
9907         * sysdeps/s390/nptl/tls.h: ... here.
9909         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9910         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9912 2014-06-13  David S. Miller  <davem@davemloft.net>
9914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9917         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9921         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9922         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9923         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9924         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9925         Remove RESET_PID cpp guards.
9926         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9927         Remove RESET_PID cpp guards.
9928         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9930 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9932         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9933         __sp to uintptr_t.
9935 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9937         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9938         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9939         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9940         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9941         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9942         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9943         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9944         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9945         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9946         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9947         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9948         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9949         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9950         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9951         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9952         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9953         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9954         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9955         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9956         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9958         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9959         (pthread_rwlock_rdlock): Add elision.
9960         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9961         (pthread_rwlock_wrlock): Add elision.
9962         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9963         (pthread_rwlock_trywrlock): Add elision.
9964         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9965         (pthread_rwlock_tryrdlock): Add elision.
9966         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9967         (pthread_rwlock_tryrdlock): Add elision unlock.
9968         * nptl/sysdeps/pthread/pthread.h:
9969         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9970         (PTHREAD_RWLOCK_INITIALIZER,
9971         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9972         Handle new elision field.
9973         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9974         * sysdeps/arm/nptl/bits/pthreadtypes.h
9975         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9976         * sysdeps/sh/nptl/bits/pthreadtypes.h
9977         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9978         * sysdeps/tile/nptl/bits/pthreadtypes.h
9979         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9980         * sysdeps/a/nptl/bits/pthreadtypes.h
9981         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9982         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9983         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9984         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9985         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9986         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9987         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9988         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9989         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9990         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9991         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9992         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9993         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9994         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9995         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9996         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9997         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9998         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9999         (elision_init): Set try_xbegin to zero when no RTM.
10000         * sysdeps/x86/nptl/bits/pthreadtypes.h
10001         (pthread_rwlock_t): Change __pad1 to __rwelision.
10002         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10004 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10006         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10007         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10008         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10009         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10011 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10013         [BZ #16996]
10014         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10015         that the cached result has been set before returning it.
10017 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10019         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10020         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10021         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10022         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10024         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10026         * nptl/sysdeps/sparc/Makefile: Moved ...
10027         * sysdeps/sparc/nptl/Makefile: ... here.
10028         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10029         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10030         * nptl/sysdeps/sparc/tls.h: Moved ...
10031         * sysdeps/sparc/nptl/tls.h: ... here.
10032         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10033         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10034         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10035         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10036         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10037         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10038         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10039         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10040         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10041         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10042         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10043         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10044         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10045         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10046         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10047         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10048         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10049         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10050         Update #include.
10051         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10052         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10053         Update #include.
10054         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10055         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10056         Update #include.
10057         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10058         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10059         Update #include.
10061         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10063         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10064         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10066         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10067         (struct list_links): Type removed.
10068         (struct thread_node, struct timer_node): Replace struct list_links
10069         with struct list_head.
10070         (list_unlink_ip): Likewise.
10071         * sysdeps/pthread/timer_routines.c
10072         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10073         (list_append, list_insbefore): Likewise.
10074         (list_init): Function removed.
10075         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10076         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10077         * sysdeps/pthread/Makefile: ... here, new file.
10079         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10080         * sysdeps/nptl/Implies: ... here.
10081         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10082         * nptl/sysdeps/pthread/list.h: Moved ...
10083         * include/list.h: ... here.
10084         * nptl/sysdeps/pthread/createthread.c: Moved ...
10085         * nptl/createthread.c: ... here.
10086         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10087         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10088         * nptl/pt-longjmp.c: ... here.
10089         * nptl/sysdeps/pthread/Makefile: Moved ...
10090         * sysdeps/nptl/Makefile: ... here.
10091         * nptl/sysdeps/pthread/Subdirs: Moved ...
10092         * sysdeps/nptl/Subdirs: ... here.
10093         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10094         * sysdeps/nptl/aio_misc.h: ... here.
10095         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10096         * sysdeps/nptl/bits/libc-lock.h: ... here.
10097         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10098         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10099         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10100         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10101         * nptl/sysdeps/pthread/configure: Moved ...
10102         * sysdeps/nptl/configure: ... here.
10103         * nptl/sysdeps/pthread/configure.ac: Moved ...
10104         * sysdeps/nptl/configure.ac: ... here.
10105         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10106         * sysdeps/nptl/gai_misc.h: ... here.
10107         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10108         * sysdeps/nptl/librt-cancellation.c: ... here.
10109         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10110         * sysdeps/nptl/malloc-machine.h: ... here.
10111         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10112         * sysdeps/nptl/pthread-functions.h: ... here.
10113         * nptl/sysdeps/pthread/pthread.h: Moved ...
10114         * sysdeps/nptl/pthread.h: ... here.
10115         * nptl/sysdeps/pthread/setxid.h: Moved ...
10116         * sysdeps/nptl/setxid.h: ... here.
10117         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10118         * sysdeps/nptl/sigfillset.c: ... here.
10119         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10120         * sysdeps/nptl/tcb-offsets.h: ... here.
10121         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10122         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10123         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10124         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10125         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10126         * sysdeps/pthread/allocalim.h: ... here.
10127         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10128         * sysdeps/pthread/bits/sigthread.h: ... here.
10129         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10130         * sysdeps/pthread/flockfile.c: ... here.
10131         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10132         * sysdeps/pthread/ftrylockfile.c: ... here.
10133         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10134         * sysdeps/pthread/funlockfile.c: ... here.
10135         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10136         * sysdeps/pthread/posix-timer.h: ... here.
10137         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10138         * sysdeps/pthread/timer_create.c: ... here.
10139         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10140         * sysdeps/pthread/timer_delete.c: ... here.
10141         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10142         * sysdeps/pthread/timer_getoverr.c: ... here.
10143         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10144         * sysdeps/pthread/timer_gettime.c: ... here.
10145         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10146         * sysdeps/pthread/timer_routines.c: ... here.
10147         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10148         * sysdeps/pthread/timer_settime.c: ... here.
10149         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10150         * sysdeps/pthread/tst-timer.c: ... here.
10151         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10152         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10154         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10155         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10157         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10158         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10159         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10160         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10161         Update #include target.
10162         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10163         * sysdeps/i386/i686/nptl/Makefile: ... here.
10164         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10165         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10166         Update #include target.
10167         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10168         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10169         * nptl/sysdeps/i386/Makefile: Moved ...
10170         * sysdeps/i386/nptl/Makefile: ... here.
10171         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10172         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10173         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10174         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10175         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10176         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10177         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10178         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10179         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10180         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10181         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10182         * nptl/sysdeps/i386/tls.h: Moved ...
10183         * sysdeps/i386/nptl/tls.h: ... here.
10185         * sysdeps/sh/Makefile [$(subdir) = csu]
10186         (gen-as-const-headers): Add tcb-offsets.sym.
10187         * nptl/sysdeps/sh/Makefile: File removed.
10188         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10189         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10190         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10191         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10192         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10193         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10194         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10195         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10196         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10197         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10198         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10199         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10200         * nptl/sysdeps/sh/tls.h: Moved ...
10201         * sysdeps/sh/nptl/tls.h: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10203         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10204         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10205         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10207         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10209         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10210         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10211         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10212         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10213         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10215         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10217         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10218         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10219         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10221         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10223         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10225         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10227         Moved ...
10228         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10230         Moved ...
10231         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10232         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10233         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10235         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10236         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10237         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10238         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10239         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10241         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10243         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10245         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10247         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10249         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10251 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10253         * posix/spawn_faction_addopen.c: Include string.h.
10255 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10257         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10258         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10259         * nptl/sysdeps/x86_64/Makefile: Moved ...
10260         * sysdeps/x86_64/nptl/Makefile: ... here.
10261         * nptl/sysdeps/x86_64/configure: Moved ...
10262         * sysdeps/x86_64/nptl/configure: ... here.
10263         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10264         * sysdeps/x86_64/nptl/configure.ac: ... here.
10265         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10266         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10267         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10268         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10269         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10270         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10271         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10272         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10273         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10274         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10275         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10276         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10277         * nptl/sysdeps/x86_64/tls.h: Moved ...
10278         * sysdeps/x86_64/nptl/tls.h: ... here.
10279         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10280         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10281         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10282         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10284         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10286 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10288         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10290 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10292         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10293         type.
10294         [POSIX] (off_t): Likewise.
10295         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10296         [POSIX] (S_ISBLK): Require macro.
10297         [POSIX] (S_ISCHR): Likewise.
10298         [POSIX] (S_ISDIR): Likewise.
10299         [POSIX] (S_ISFIFO): Likewise.
10300         [POSIX] (S_ISREG): Likewise.
10301         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10302         optional-macro.
10303         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10304         type.
10305         [POSIX] (time_t): Likewise.
10306         [POSIX] (timer_t): Likewise.
10308 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10310         [BZ #17048]
10311         * posix/spawn_int.h (struct __spawn_action): Make the path string
10312         non-const to support deallocation.
10313         * posix/spawn_faction_addopen.c
10314         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10315         * posix/spawn_faction_destroy.c
10316         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10317         path in all spawn_do_open actions.
10318         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10319         posix_spawn_file_actions_addopen.
10321 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10323         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10324         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10325         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10326         conditional code always true.
10327         (__libc_vfork): New alias.
10329 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10331         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10332         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10334         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10336         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10337         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10339         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10340         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10342         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10343         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10345 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10347         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10348         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10349         multiarch strcmp for PPC64.
10350         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10351         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10352         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10353         multiarch optimizations.
10354         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10355         (__libc_ifunc_impl_list): Likewise.
10357 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10359         * benchtests/scripts/validate_benchout.py: New script.
10360         * benchtests/Makefile (bench-func): Call it.
10361         * benchtests/scripts/benchout.schema.json: New file.
10363 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10365         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10366         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10367         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10368         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10369         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10370         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10371         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10372         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10373         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10374         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10375         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10376         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10377         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10378         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10379         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10380         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10382         Moved ...
10383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10384         ... here.
10385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10386         Moved ...
10387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10389         Moved ...
10390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10391         ... here.
10392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10393         Moved ...
10394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10395         ... here.
10396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10397         Moved ...
10398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10402         ... here.
10403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10404         Moved ...
10405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10406         ... here.
10407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10408         Moved ...
10409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10411         Moved ...
10412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10413         ... here.
10414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10415         Moved ...
10416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10417         ... here.
10418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10419         Moved ...
10420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10421         ... here.
10422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10423         Moved ...
10424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10426         Moved ...
10427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10428         ... here.
10429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10430         Moved ...
10431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10432         ... here.
10433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10434         Moved ...
10435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10436         ... here.
10437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10438         Moved ...
10439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10441         Moved ...
10442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10443         ... here.
10444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10445         Moved ...
10446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10447         ... here.
10448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10449         Moved ...
10450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10452         Moved ...
10453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10454         ... here.
10455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10456         Moved ...
10457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10459         Moved ...
10460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10462         Moved ...
10463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10464         ... here.
10465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10466         Moved ...
10467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10468         ... here.
10469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10470         Moved ...
10471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10472         ... here.
10473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10474         Moved ...
10475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10477         Moved ...
10478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10479         ... here.
10480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10481         Moved ...
10482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10483         ... here.
10484         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10485         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10486         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10489         Moved ...
10490         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10491         ... here.
10492         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10505         Moved ...
10506         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10507         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10508         Moved ...
10509         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10510         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10511         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10513         Moved ...
10514         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10515         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10516         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10517         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10518         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10519         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10520         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10522 2014-06-10  Wilco  <wdijkstr@arm.com>
10524         * math/test-fenv-return.c: New file.
10525         * math/Makefile: Add new test test-fenv-return.
10527 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10529         [BZ #17042]
10530         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10531         when x - 1 is zero.
10532         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10533         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10534         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10535         0.0L for an argument of 1.0L.
10536         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10537         Likewise.
10538         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10539         value when x - 1 is zero.
10540         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10541         * sysdeps/i386/fpu/libm-test-ulps: Update.
10542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10544 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10546         [BZ #15119]
10547         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10549 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10551         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10552         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10554 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10556         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10557         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10559         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10560         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10562         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10563         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10565         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10566         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10568         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10569         if not already defined.
10570         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10571         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10572         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10573         (TLS_INIT_TP): Use it.
10574         (TLS_DEFINE_INIT_TP): New macro.
10575         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10577 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10579         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10580         constant.
10581         [POSIX] (IXANY): Likewise.
10582         [POSIX] (OLCUC): Likewise.
10583         [POSIX || POSIX2008] (CBAUD): Do not allow.
10584         [POSIX || POSIX2008] (DEFECHO): Likewise.
10585         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10586         [POSIX || POSIX2008] (ECHOKE): Likewise.
10587         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10588         [POSIX || POSIX2008] (EXTA): Likewise.
10589         [POSIX || POSIX2008] (EXTB): Likewise.
10590         [POSIX || POSIX2008] (FLUSHO): Likewise.
10591         [POSIX || POSIX2008] (LOBLK): Likewise.
10592         [POSIX || POSIX2008] (PENDIN): Likewise.
10593         [POSIX || POSIX2008] (SWTCH): Likewise.
10594         [POSIX || POSIX2008] (VDISCARD): Likewise.
10595         [POSIX || POSIX2008] (VDSUSP): Likewise.
10596         [POSIX || POSIX2008] (VLNEXT): Likewise.
10597         [POSIX || POSIX2008] (VREPRINT): Likewise.
10598         [POSIX || POSIX2008] (VSTATUS): Likewise.
10599         [POSIX || POSIX2008] (VWERASE): Likewise.
10600         (B*): Change to B[0123456789]*.
10601         * conform/data/time.h-data [POSIX || UNIX98]
10602         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10603         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10604         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10605         [POSIX] (tm_*): Do not allow.
10607 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10609         * Makefile (install): Don't set LANGUAGE.
10610         * Makefile.in (install): Likewise.
10611         * assert/Makefile (test-assert-ENV): Remove variable.
10612         (test-assert-perr-ENV): Likewise.
10613         * elf/Makefile (neededtest4-ENV): Likewise.
10614         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10615         [$(cross-compiling) = no]: Don't set LANGUAGE.
10616         * io/ftwtest-sh (LANG): Remove variable.
10617         * libio/Makefile (tst-widetext-ENV): Likewise.
10618         * manual/install.texi (Running make install): Don't refer to
10619         environment settings for make install.
10620         * INSTALL: Regenerated.
10621         * nptl/tst-tls6.sh: Don't set LANG.
10622         * posix/globtest.sh (LANG): Remove variable.
10623         * string/Makefile (tester-ENV): Likewise.
10624         (inl-tester-ENV): Likewise.
10625         (noinl-tester-ENV): Likewise.
10626         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10627         [$(cross-compiling) = no]: Don't set LANGUAGE.
10628         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10629         without explicit environment settings.
10631 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10633         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10634         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10635         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10636         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10638 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10640         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10641         other files in the crypt directory.
10642         * crypt/crypt.c: Remove duplicate includes.
10643         * crypt/crypt-entry.c: Likewise.
10644         * crypt/crypt_util.c: Likewise.
10646 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10648         * Makeconfig (run-program-env): New variable.
10649         (run-program-prefix-before-env): Likewise.
10650         (run-program-prefix-after-env): Likewise.
10651         (run-program-prefix): Define in terms of new variables.
10652         (built-program-cmd-before-env): New variable.
10653         (built-program-cmd-after-env): Likewise.
10654         (built-program-cmd): Define in terms of new variables.
10655         (test-program-prefix-before-env): New variable.
10656         (test-program-prefix-after-env): Likewise.
10657         (test-program-prefix): Define in terms of new variables.
10658         (test-program-cmd-before-env): New variable.
10659         (test-program-cmd-after-env): Likewise.
10660         (test-program-cmd): Define in terms of new variables.
10661         * Rules (make-test-out): Use $(run-program-env).
10662         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10663         (help): Do not mention environment variables.  Mention
10664         --timeoutfactor option.
10665         (timeoutfactor): New variable.
10666         (blacklist_exports): Remove function.
10667         (exports): Remove variable.
10668         (command): Do not include ${exports}.
10669         * manual/install.texi (Configuring and compiling): Do not mention
10670         test wrappers preserving environment variables.  Mention that last
10671         assignment to a variable must take precedence.
10672         * INSTALL: Regenerated.
10673         * benchtests/Makefile (run-bench): Use $(run-program-env).
10674         * catgets/Makefile ($(objpfx)test1.cat): Use
10675         $(built-program-cmd-before-env), $(run-program-env) and
10676         $(built-program-cmd-after-env).
10677         ($(objpfx)test2.cat): Do not specify environment variables
10678         explicitly.
10679         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10680         $(run-program-env) and $(built-program-cmd-after-env).
10681         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10682         $(run-program-env) and $(test-program-cmd-after-env).
10683         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10684         explicitly.
10685         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10686         run_program_env and test_program_cmd_after_env arguments.
10687         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10688         * elf/tst-pathopt.sh: Use run_program_env argument.
10689         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10690         $(test-wrapper-env) and $(run-program-env).
10691         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10692         run_program_env arguments.
10693         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10694         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10695         $(test-program-prefix-before-env), $(run-program-env) and
10696         $(test-program-prefix-after-env).
10697         ($(objpfx)tst-gettext2.out): Likewise.
10698         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10699         run_program_env and test_program_prefix_after_env arguments.
10700         * intl/tst-gettext2.sh: Likewise.
10701         * intl/tst-gettext4.sh: Do not set environment variables
10702         explicitly.
10703         * intl/tst-gettext6.sh: Likewise.
10704         * intl/tst-translit.sh: Likewise.
10705         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10706         $(test-program-prefix-before-env), $(run-program-env) and
10707         $(test-program-prefix-after-env).
10708         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10709         run_program_env and test_program_prefix_after_env arguments.
10710         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10711         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10712         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10713         explicitly with each use of ${test_wrapper_env}.
10714         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10715         $(test-program-prefix-before-env), $(run-program-env) and
10716         $(test-program-prefix-after-env).
10717         * posix/tst-getconf.sh: Do not set environment variables
10718         explicitly.
10719         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10720         run_program_env and test_program_prefix_after_env arguments.
10721         * stdio-common/tst-printf.sh: Do not set environment variables
10722         explicitly.
10723         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10724         $(test-program-prefix-before-env), $(run-program-env) and
10725         $(test-program-prefix-after-env).
10726         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10727         run_program_env and test_program_prefix_after_env arguments.
10728         Split $test calls into $test_pre and $test.
10729         * timezone/Makefile (build-testdata): Use
10730         $(built-program-cmd-before-env), $(run-program-env) and
10731         $(built-program-cmd-after-env).
10733 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10735         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10736         strlen for non SHARED builds.
10738 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10740         * nptl/allocatestack.c (check_list): Inlined function...
10741         (__reclaim_stacks): ... here.
10743 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10745         [BZ #15698]
10746         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10747         memory overrun.
10749 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
10751         * Rules (make-test-out): Include
10752         LOCPATH=$(common-objpfx)localedata in default environment.
10753         * debug/Makefile (tst-chk1-ENV): Remove variable.
10754         (tst-chk2-ENV): Likewise.
10755         (tst-chk3-ENV): Likewise.
10756         (tst-chk4-ENV): Likewise.
10757         (tst-chk5-ENV): Likewise.
10758         (tst-chk6-ENV): Likewise.
10759         (tst-lfschk1-ENV): Likewise.
10760         (tst-lfschk2-ENV): Likewise.
10761         (tst-lfschk3-ENV): Likewise.
10762         (tst-lfschk4-ENV): Likewise.
10763         (tst-lfschk5-ENV): Likewise.
10764         (tst-lfschk6-ENV): Likewise.
10765         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10766         (tst-iconv7-ENV): Likewise.
10767         * intl/Makefile (LOCPATH-ENV): Likewise.
10768         (tst-codeset-ENV): Likewise.
10769         (tst-gettext3-ENV): Likewise.
10770         (tst-gettext5-ENV): Likewise.
10771         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10772         (tst-fopenloc-ENV): Likewise.
10773         (tst-fgetws-ENV): Remove variable.
10774         (tst-ungetwc1-ENV): Likewise.
10775         (tst-ungetwc2-ENV): Likewise.
10776         (bug-ungetwc2-ENV): Likewise.
10777         (tst-swscanf-ENV): Likewise.
10778         (bug-ftell-ENV): Likewise.
10779         (tst-fgetwc-ENV): Likewise.
10780         (tst-fseek-ENV): Likewise.
10781         (tst-ftell-partial-wide-ENV): Likewise.
10782         (tst-ftell-active-handler-ENV): Likewise.
10783         (tst-ftell-append-ENV): Likewise.
10784         * posix/Makefile (tst-fnmatch-ENV): Likewise.
10785         (tst-regexloc-ENV): Likewise.
10786         (bug-regex1-ENV): Likewise.
10787         (tst-regex-ENV): Likewise.
10788         (tst-regex2-ENV): Likewise.
10789         (bug-regex5-ENV): Likewise.
10790         (bug-regex6-ENV): Likewise.
10791         (bug-regex17-ENV): Likewise.
10792         (bug-regex18-ENV): Likewise.
10793         (bug-regex19-ENV): Likewise.
10794         (bug-regex20-ENV): Likewise.
10795         (bug-regex22-ENV): Likewise.
10796         (bug-regex23-ENV): Likewise.
10797         (bug-regex25-ENV): Likewise.
10798         (bug-regex26-ENV): Likewise.
10799         (bug-regex30-ENV): Likewise.
10800         (bug-regex32-ENV): Likewise.
10801         (bug-regex33-ENV): Likewise.
10802         (bug-regex34-ENV): Likewise.
10803         (bug-regex35-ENV): Likewise.
10804         (tst-rxspencer-ENV): Likewise.
10805         (tst-rxspencer-no-utf8-ENV): Likewise.
10806         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10807         (tst-sscanf-ENV): Likewise.
10808         (tst-swprintf-ENV): Likewise.
10809         (tst-swscanf-ENV): Likewise.
10810         (test-vfprintf-ENV): Likewise.
10811         (scanf13-ENV): Likewise.
10812         (bug14-ENV): Likewise.
10813         (tst-grouping-ENV): Likewise.
10814         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10815         (tst-strtod3-ENV): Likewise.
10816         (tst-strtod4-ENV): Likewise.
10817         (tst-strtod5-ENV): Likewise.
10818         (testmb2-ENV): Likewise./
10819         * string/Makefile (tst-strxfrm-ENV): Likewise.
10820         (tst-strxfrm2-ENV): Likewise.
10821         (bug-strcoll1-ENV): Likewise.
10822         (test-strcasecmp-ENV): Likewise.
10823         (test-strncasecmp-ENV): Likewise.
10824         * time/Makefile (tst-strptime-ENV): Likewise.
10825         (tst-ftime_l-ENV): Likewise.
10826         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10827         (tst-mbrtowc-ENV): Likewise.
10828         (tst-wcrtomb-ENV): Likewise.
10829         (tst-mbrtowc2-ENV): Likewise.
10830         (tst-c16c32-1-ENV): Likewise.
10831         (tst-mbsnrtowcs-ENV): Likewise.
10833 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10835         * manual/resource.texi (How to get information about the memory
10836         subsystem?): Fix typo.
10837         Reported by Peon de la Parra Ivan <peon@keba.com>
10839 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10841         [BZ #16882]
10842         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10843         (pthread_spin_lock): Branch out of spin loop to proper location.
10844         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10845         (pthread_spin_lock): Likewise.
10847         * nptl/tst-spin4.c: New test.
10848         * nptl/Makefile (tests): Add tst-spin4.
10850 2014-06-03  Andreas Schwab  <schwab@suse.de>
10852         [BZ #15946]
10853         * resolv/res_send.c (send_dg): Reload file descriptor after
10854         calling reopen.
10856 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10858         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10860 2014-06-03  Richard Henderson  <rth@redhat.com>
10862         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10863         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10864         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10865         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10866         in the SAVE_PID block.
10867         (__libc_vfork): New alias.
10868         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10870         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10871         child in registers, not on the stack.  Remove RESET_PID conditionals.
10872         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10874 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10876         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10878 2014-06-03  Wilco  <wdijkstr@arm.com>
10880         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10881         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10882         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10883         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10884         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10885         Likewise.
10887 2014-06-03  Wilco  <wdijkstr@arm.com>
10889         * sysdeps/aarch64/fpu/math_private.h
10890         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10891         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10892         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10893         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10894         Fix declarations.
10896 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10898         * crypt/crypt-private.h: Include ufc-crypt.h.
10899         (__b64_from_24bit): Declare extern.
10900         * crypt/crypt_util.c(__b64_from_24bit): New function.
10901         (b64t): New static const variable.
10902         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10903         (b64t): Remove variable.
10904         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10905         * crypt/sha256-crypt.c: Include crypt-private.h.
10906         (b64t): Remove variable.
10907         (__sha256_crypt_r): Remove b64_from_24bit and replace
10908         with __b64_from_24bit.
10909         * crypt/sha512-crypt.c: Likewise.
10911 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10913         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10914         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10915         Label the code __libc_vfork rather than __vfork.
10916         [!NOT_IN_libc] (vfork): Define as weak alias.
10917         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10918         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10919         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10921 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10923         * malloc/malloc.c (malloc_info): Fix format specifier for
10924         n_mmaps.
10926 2014-06-02  Wilco  <wdijkstr@arm.com>
10928         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10929         FPCR write.
10931 2014-06-02  Wilco  <wdijkstr@arm.com>
10933         [BZ #17009]
10934         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10935         Rewrite to reduce FPCR/FPSR accesses.
10937 2014-06-01  David S. Miller  <davem@davemloft.net>
10939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10941 2014-05-31  David S. Miller  <davem@davemloft.net>
10943         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10944         to occur in round to nearest mode when |x| >= 2.0
10946 2014-05-30  Richard Henderson  <rth@twiddle.net>
10948         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10949         (PSEUDO_RET_NOERRNO): Remove.
10950         (ret): Don't redefine.
10951         (ret_NOERRNO): Define in terms of ret.
10952         (ret_ERRVAL): Likewise.
10954         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10955         use of PSEUDO_RET; perform the error check directly.
10957 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10959         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10960         with __int128_t.
10962 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10964         * malloc/malloc (malloc_info): Fix formatting.
10966 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10967             Roland McGrath  <roland@hack.frob.com>
10969         * malloc/malloc (malloc_info): Also print mmapped statistics.
10971 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10973         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10974         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10976 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10978         * malloc/malloc.c (malloc_info): Inline mi_arena.
10980 2014-05-29  Richard Henderson  <rth@twiddle.net>
10982         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10983         Remove comma before expanding ASM_ARGS_##nr.
10984         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10985         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10986         of ASM_ARGS_##nr.
10987         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10988         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10989         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10990         (ASM_ARGS_1): Add leading comma.
10992         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10993         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10994         to __errno_location.
10995         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10996         Remove the expected plt for __errno_location.
10998         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10999         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11000         call to __read_tp.
11002         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11003         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11004         it and break it down.
11005         (DOCARGS_0, DOCARGS_1): Do nothing.
11006         (DOCARGS_2): Update to store into the new stack frame.
11007         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11008         (UNDOCARGS_1): Update to restore from the new stack frame.
11009         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11010         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11012         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11013         (SINGLE_THREAD_P): New parameter for result regno.
11014         (PSEUDO): Update to match; use cbz instead of beq.
11016         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11017         Use ENTRY to define the _nocancel entry point.  Share the syscall
11018         and syscall error check paths with the cancel path.
11019         (PSEUDO_END): New.
11021         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11022         whitespace; tabs before and after asm mnemonics.
11024 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11026         [BZ #15132]
11027         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11028         Call fstat64 or stat64 internally, depending on arguments passed.
11029         Replace stat buffer argument with file descriptor argument.
11030         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11031         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11032         Pass fd to __internal_statvfs instead of calling fstat64.
11033         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11034         Pass fd to __internal_statvfs64 instead of calling fstat64.
11035         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11036         Pass -1 to __internal_statvfs instead of calling stat64.
11037         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11038         Pass -1 to __internal_statvfs64 instead of calling stat64.
11040 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11042         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11043         that was previously under [RESET_PID].
11044         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11046         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11047         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11049 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11051         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11053         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11054         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11056 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11058         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11060 2014-05-27  Andreas Schwab  <schwab@suse.de>
11062         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11063         TLS_INIT_TP macro.
11064         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11065         * elf/rtld.c (init_tls, dl_main): Likewise.
11066         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11067         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11068         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11069         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11070         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11071         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11072         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11073         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11074         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11075         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11076         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11077         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11078         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11079         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11080         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11081         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11082         * sysdeps/generic/tls.h: Update description.
11084 2014-05-27  Will Newton  <will.newton@linaro.org>
11086         [BZ #16990]
11087         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11088         and restore r2 rather than just restoring.
11090 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11092         [BZ #16724]
11093         * libio/tst-ftell-append.c: New test case.
11094         * libio/Makefile (tests): Add test case.
11095         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11096         append mode.
11097         * libio/wfileops.c (do_ftell_wide): Likewise.
11099 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11103         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11104         ...
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11107         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11108         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11109         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11110         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11111         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11112         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11113         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11114         Moved ...
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11116         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11117         Moved ...
11118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11119         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11120         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11121         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11122         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11123         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11124         ...
11125         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11126         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11127         Moved ...
11128         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11129         here.
11130         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11131         ...
11132         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11133         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11134         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11136         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11137         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11138         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11139         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11141         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11142         merge into ...
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11144         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11145         ...
11146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11147         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11148         ...
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11150         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11151         Moved ...
11152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11153         here.
11154         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11155         Moved ...
11156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11157         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11158         Moved ...
11159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11162         conditional [RESET_PID].
11163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11164         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11165         removed.
11166         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11167         removed.
11169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11170         <tcb-offsets.h>.
11171         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11172         (__libc_vfork): New strong alias.
11173         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11174         removed.
11175         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11176         Removed.
11178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11179         <tcb-offsets.h>.
11180         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11181         (__libc_vfork): New strong alias.
11182         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11183         removed.
11184         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11185         removed.
11187 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11189         * malloc/malloc.c (mi_arena): New function.
11190         (malloc_info): Remove nested function mi_arena. Call non-nosted
11191         function mi_arena.
11193 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11195         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11196         by insrwi.
11197         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11198         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11199         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11200         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11201         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11202         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11203         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11205 2014-05-26  Andreas Schwab  <schwab@suse.de>
11207         [BZ #16984]
11208         * locale/programs/repertoire.c (repertoire_read): Add slash
11209         between I18NPATH element and file name.
11210         * locale/programs/locfile.c (locfile_read): Likewise.
11212 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11214         * nptl/pthread_mutexattr_settype.c
11215         (__pthread_mutexattr_settype):
11216         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11218 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11220         * nptl/tst-mutex5 (do_test):
11221         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11223 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11225         * benchtests/README: Document 'init' directive.
11226         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11227         BENCH_INIT.
11228         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11229         (parse_file): Recognize 'init' directive.
11231 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11233         [BZ #16796]
11234         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11235         alignment of struct pthread.
11237 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11239         [BZ #16878]
11240         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11241         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11242         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11243         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11245 2014-05-25  Richard Henderson  <rth@twiddle.net>
11247         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11248         (SINGLE_THREAD_P_PIC): Remove.
11249         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11250         (SINGLE_THREAD_P_PIC): Remove.
11252         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11253         branch to syscall error ...
11254         (PSEUDO): ... here.
11255         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11256         from __local_syscall_error to .Lsyscall_error.
11257         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11258         (SYSCALL_ERROR): Update label name.
11260         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11261         Do not use DOARGS/UNDOARGS.
11262         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11263         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11264         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11265         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11266         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11268         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11269         block comment.
11271         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11272         define if !NOT_IN_libc.
11273         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11274         define with non-default symbol versions.
11276 2014-05-23  Richard Henderson  <rth@twiddle.net>
11278         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11279         (vfork, __vfork): Define via compat_symbol.
11281         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11282         [!HAVE_IFUNC] (vfork_compat): Remove.
11283         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11285 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11287         [BZ #16978]
11288         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11289         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11290         variable.
11292 2014-05-23  Richard Henderson  <rth@twiddle.net>
11294         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11295         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11296         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11297         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11299         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11300         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11301         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11302         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11303         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11304         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11305         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11306         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11307         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11308         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11309         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11310         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11311         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11312         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11313         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11314         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11315         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11316         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11317         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11318         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11319         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11320         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11321         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11322         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11323         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11324         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11325         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11326         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11327         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11328         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11329         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11330         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11331         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11332         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11333         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11334         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11335         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11336         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11337         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11338         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11339         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11340         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11341         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11342         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11343         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11344         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11345         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11346         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11347         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11348         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11349         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11350         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11351         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11352         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11353         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11354         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11356         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11357         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11358         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11359         before exiting on error.
11360         (__libc_vfork): New strong alias.
11361         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11362         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11364         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11365         that was previously under [RESET_PID].
11366         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11368         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11370 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11372         [BZ #16977]
11373         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11374         value when x - 1 is zero.
11375         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11376         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11377         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11378         0.0L for an argument of 1.0L.
11379         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11380         Likewise.
11381         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11382         value when x - 1 is zero.
11383         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11384         * sysdeps/i386/fpu/libm-test-ulps: Update.
11385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11387 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11389         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11390         alphasort and versionsort.
11392 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11394         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11395         macro.
11396         [copysignf]: Likewise.
11398 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11400         * crypt/md5-crypt.c: Fix formatting.
11402 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11404         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11405         (b64_from_24bit): New function.
11407 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11409         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11410         libc_hidden_builtin_def to ifunc.
11411         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11412         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11414 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11416         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11417         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11419 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11421         * nscd/Depend (linuxthreads): Remove.
11422         (nptl): Add.
11423         * resolv/Depend (linuxthreads): Remove.
11424         * rt/Depend (linuxthreads): Remove.
11426         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11427         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11428         $(common-objpfx)elf/.
11429         (link-libc-before-gnulib): Likewise.
11430         (elfobjdir): Remove variable.
11431         * Makefile (install): Use $(elf-objpfx) instead of
11432         $(common-objpfx)elf/.
11433         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11434         $(elfobjdir)/.
11435         (link-libc-deps): Likewise.
11436         ($(common-objpfx)libc.so): Likewise.
11437         ($(common-objpfx)linkobj/libc.so): Likewise.
11438         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11439         instead of $(common-objpfx)elf/.
11440         (symbolic-link-list): Likewise.
11441         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11442         [$(cross-compiling) = no]: Likewise.
11443         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11444         $(elfobjdir)/.
11445         (static-gnulib-arch): Likewise.
11446         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11447         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11448         $(common-objpfx)elf/.
11450 2014-05-21  Richard Henderson  <rth@redhat.com>
11452         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11453         (SINGLE_THREAD_P): Use the correct width load.  Fold
11454         into the ldr offset.
11456         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11457         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11459 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11461         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11462         (libgcc_s_resume): Use __attribute_used__.
11463         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11464         Likewise.
11466 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11468         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11469         optimization when used with float constants.
11471         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11473 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11475         [BZ #16915]
11476         * locale/nl_langinfo_l.c: Make direct reference to every
11477         _nl_current_CATEGORY symbol.
11478         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11479         (tests-static): Add tst-langinfo-static.
11480         (tests-special): Add tst-langinfo-static.out.
11481         ($(objpfx)tst-langinfo.out): Redirect output.
11482         ($(objpfx)tst-langinfo-static.out): New.
11483         * localedata/tst-langinfo.sh: Send output to stdout.
11484         * localedata/tst-langinfo-static.c: New file.
11486         [BZ #16965]
11487         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11488         when the shift amount is modulo the limb size.
11490 2014-05-20  Richard Henderson  <rth@redhat.com>
11492         [BZ #16967]
11493         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11494         Change type of sa_flags from unsigned int to int.
11496         [BZ #16966]
11497         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11499         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11501 2014-05-20  Will Newton  <will.newton@linaro.org>
11503         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11504         Test the return value of the system call in the nocancel case.
11506 2014-05-20  Will Newton  <will.newton@linaro.org>
11507             Yvan Roux  <yvan.roux@linaro.org>
11509         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11510         #include of asm/ptrace.h.
11511         (PTRACE_GET_THREAD_AREA): Remove #undef.
11512         (PTRACE_GETHBPREGS): Likewise.
11513         (PTRACE_SETHBPREGS): Likewise.
11514         (struct user_regs_struct): New structure.
11515         (struct user_fpsimd_struct): New structure.
11516         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11517         #include of asm/ptrace.h and second #include of sys/user.h.
11518         (PTRACE_GET_THREAD_AREA): Remove #undef.
11519         (PTRACE_GETHBPREGS): Likewise.
11520         (PTRACE_SETHBPREGS): Likewise.
11521         (ELF_NGREG): Use new struct user_regs_struct.
11522         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11524 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11526         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11527         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11529 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11531         [BZ #16958]
11532         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11533         membar to avoid block loads/stores to overlap previous stores.
11535 2014-05-17  Richard Henderson  <rth@redhat.com>
11537         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11538         Create the __##syscall_name##_nocancel entry point.
11539         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11540         Remove; let the sysdep-cancel.h code create it.
11542 2014-05-17  David S. Miller  <davem@davemloft.net>
11544         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11545         Protect with __USE_GNU.
11546         (TIOCSET_TEMPT): Likewise.
11547         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11548         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11549         these are already provided in bits/ioctl-types.h
11551 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11553         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11554         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11556         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11557         Use wait4 regardless of [__NR_waitpid].
11559 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11561         PR libgcc/60166
11562         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11563         (_FP_NANSIGN_Q): Set the quiet bit.
11565 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11567         * benchtests/Makefile
11568         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11569         not $(common-objpfx)math/libm.so.
11570         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11571         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11572         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11573         $(common-objpfx)dlfcn/libdl.so.
11574         ($(objpfx)tst-audit8): Depend on $(libm), not
11575         $(common-objpfx)math/libm.so.
11576         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11577         not $(common-objpfx)dlfcn/libdl.so.
11578         * math/Makefile
11579         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11580         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11581         [$(build-shared) = yes].
11582         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11583         $(common-objpfx)nptl/libpthread.so.
11584         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11585         $(common-objpfx)math/libm.so$(libm.so-version) or
11586         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11587         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11588         $(common-objpfx)dlfcn/libdl.so.
11589         * setjmp/Makefile (link-libm): Remove variable.
11590         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11591         * stdio-common/Makefile (link-libm): Remove variable.
11592         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11593         * stdlib/Makefile (link-libm): Remove variable.
11594         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11595         ($(objpfx)tst-strtod-round): Likewise.
11596         ($(objpfx)tst-tininess): Likewise.
11597         ($(objpfx)tst-strtod-underflow): Likewise.
11598         ($(objpfx)tst-strtod6): Likewise.
11599         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11600         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11601         $(common-objpfx)dlfcn/libdl.so.
11603 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11605         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11606         BSD terminal modes definitions.
11608 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11610         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11611         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11613         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11614         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11615         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11616         Don't do #include_next.
11617         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11618         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11619         Don't do #include_next.
11620         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11621         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11622         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11623         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11625 2014-05-16  Allan McRae  <allan@archlinux.org>
11627         * po/sv.po: Update Swedish translation from translation project.
11629         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11630         in sed expression.
11632 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11634         [BZ #16917]
11635         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11636         errno if the TIOCGPTN ioctl fails with an error different than
11637         EINVAL.
11638         * login/tst-ptsname.c: New file.
11639         * login/Makefile (tests): Add tst-ptsname.
11641         [BZ #16943]
11642         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11643         and prlimit64.
11645 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11647         [BZ #16849]
11648         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11649         herrno to return EAI_AGAIN.
11651 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11653         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11654         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11655         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11656         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11658         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11659         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11660         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11662         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11663         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11664         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11665         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11666         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11668         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11670         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11671         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11672         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11674         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11680         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11681         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11682         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11683         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11684         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11685         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11686         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11687         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11688         Moved ...
11689         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11690         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11691         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11693         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11695         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11696         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11697         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11699         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11700         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11701         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11702         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11703         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11705         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11706         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11707         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11708         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11709         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11711         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11713         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11715         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11717         Moved ...
11718         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11720         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11722         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11724         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11725         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11726         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11728         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11730         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11732         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11734         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11735         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11736         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11738         Moved ...
11739         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11741         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11743         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11744         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11745         (libpthread-sysdep_routines): Add elision-related stuff here instead.
11746         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11747         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11748         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11749         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11750         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11751         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11752         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11753         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11754         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11755         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11756         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11757         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11758         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11759         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11760         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11761         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11762         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11763         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11764         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11765         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11766         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11767         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11768         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11769         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11770         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11771         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11772         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11773         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11775         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11776         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11778         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11779         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11780         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11781         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11782         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11783         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11786         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11787         Moved ...
11788         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11789         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11790         Moved ...
11791         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11792         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11793         Moved ...
11794         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11795         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11796         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11797         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11798         Moved ...
11799         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11800         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11801         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11802         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11803         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11804         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11805         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11806         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11807         Moved ...
11808         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11809         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11810         Moved ...
11811         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11812         ... here.
11813         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11814         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11815         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11816         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11817         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11818         Moved ...
11819         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11820         ... here.
11821         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11822         Moved ...
11823         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11824         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11825         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11826         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11827         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11828         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11829         Moved ...
11830         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11831         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11832         Moved ...
11833         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11834         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11835         Moved ...
11836         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11837         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11838         Moved ...
11839         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11840         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11841         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11842         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11843         Moved ...
11844         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11845         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11846         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11847         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11848         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11849         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11850         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11851         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11852         Moved ...
11853         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11854         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11855         Moved ...
11856         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11857         ... here.
11858         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11859         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11860         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11861         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11862         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11863         Moved ...
11864         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11865         ... here.
11866         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11867         Moved ...
11868         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11869         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11870         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11871         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11872         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11873         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11874         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11875         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11876         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11877         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11878         Moved ...
11879         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11880         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11881         Moved ...
11882         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11883         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11884         Moved ...
11885         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11886         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11887         Moved ...
11888         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11889         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11890         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11891         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11892         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11893         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11894         Moved ...
11895         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11896         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11897         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11898         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11899         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11900         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11901         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11902         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11903         Moved ...
11904         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11905         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11906         Moved ...
11907         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11908         ... here.
11909         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11910         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11911         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11912         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11913         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11914         Moved ...
11915         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11916         ... here.
11917         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11918         Moved ...
11919         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11920         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11921         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11922         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11923         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11924         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11925         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11926         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11927         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11928         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11929         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11931         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11932         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11934         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11935         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11937         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11938         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11939         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11940         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11941         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11942         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11943         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11944         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11945         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11946         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11947         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11948         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11949         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11950         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11951         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11952         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11953         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11954         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11955         Moved ...
11956         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11958         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11959         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11960         Moved ...
11961         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11962         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11963         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11964         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11965         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11966         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11967         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11968         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11969         Moved ...
11970         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11971         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11972         Moved ...
11973         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11974         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11975         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11976         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11977         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11978         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11979         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11980         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11981         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11982         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11983         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11984         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11985         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11986         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11987         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11988         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11989         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11991         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11992         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11993         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11994         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11995         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11997         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11998         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11999         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12000         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12001         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12002         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12003         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12004         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12005         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12006         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12008         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12009         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12011         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12012         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12013         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12014         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12015         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12016         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12017         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12018         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12019         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12020         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12021         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12022         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12023         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12024         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12025         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12026         Update #include.
12027         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12028         Likewise.
12029         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12030         Likewise.
12031         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12032         Likewise.
12033         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12034         Likewise.
12035         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12036         Likewise.
12037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12038         Likewise.
12039         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12040         Likewise.
12041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12042         Likewise.
12043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12044         Likewise.
12045         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12046         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12047         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12048         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12049         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12050         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12051         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12052         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12053         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12054         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12055         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12056         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12057         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12058         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12059         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12061         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12062         that was previously under [RESET_PID].
12063         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12064         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12065         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12067         * sysdeps/i386/nptl/Implies: New file.
12068         * sysdeps/x86_64/nptl/Implies: New file.
12069         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12070         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12071         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12072         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12074         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12075         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12076         (__libc_vfork): New strong alias.
12077         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12078         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12080         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12081         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12082         (__libc_vfork): New strong alias.
12083         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12084         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12086         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12087         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12088         (__libc_vfork): New strong alias.
12089         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12090         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12091         * nptl/pt-vfork.c: New file.
12092         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12093         (libpthread: GLIBC_2.20): New version set (empty).
12095 2014-05-14  Will Newton  <will.newton@linaro.org>
12097         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12098         rather than #if.
12100 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12102         [BZ #16564]
12103         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12104         arguments with exponent 65 or above.
12105         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12106         arguments 0x1p113L or above.
12107         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12108         to arguments 0x1p107L or above.
12109         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12110         positive arguments with exponent 65 or above.
12111         * math/auto-libm-test-in: Add more tests of log1p.
12112         * math/auto-libm-test-out: Regenerated.
12114         [BZ #16928]
12115         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12116         non-finite arguments is +0.
12117         * math/s_cacosf.c (__cacosf): Likewise.
12118         * math/s_cacosl.c (__cacosl): Likewise.
12119         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12120         * sysdeps/i386/fpu/libm-test-ulps: Update.
12121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12123         [BZ #16927]
12124         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12125         value.
12126         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12127         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12128         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12129         for explicit high bit of mantissa when testing for argument equal
12130         to 1.
12131         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12132         * sysdeps/i386/fpu/libm-test-ulps: Update.
12133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12135         [BZ #16516]
12136         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12137         (__erf): Scale by 16 instead of 8 in potentially underflowing
12138         case.  Ensure exception if result actually underflows.
12139         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12140         (__erff): Scale by 16 instead of 8 in potentially underflowing
12141         case.  Ensure exception if result actually underflows.
12142         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12143         (efx8): Remove variable.
12144         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12145         case.  Ensure exception if result actually underflows.
12146         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12147         (efx8): Remove variable.
12148         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12149         case.  Ensure exception if result actually underflows.
12150         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12151         (efx8): Remove variable.
12152         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12153         case.  Ensure exception if result actually underflows.
12154         * math/auto-libm-test-in: Add more tests of erf.
12155         * math/auto-libm-test-out: Regenerated.
12157 2014-05-14  Andreas Schwab  <schwab@suse.de>
12159         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12160         Remove code conditionalized on USE___THREAD.
12162         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12163         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12164         not definedness.
12166 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12168         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12169         Define unconditionally.
12170         (__ASSUME_O_CLOEXEC): Likewise.
12171         (__ASSUME_SOCK_CLOEXEC): Likewise.
12172         (__ASSUME_IN_NONBLOCK): Likewise.
12173         (__ASSUME_PIPE2): Likewise.
12174         (__ASSUME_EVENTFD2): Likewise.
12175         (__ASSUME_SIGNALFD4): Likewise.
12176         (__ASSUME_DUP3): Likewise.
12177         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12178         (__ASSUME_DUP3): Do not define.
12179         (__ASSUME_EVENTFD2): Likewise.
12180         (__ASSUME_IN_NONBLOCK): Likewise.
12181         (__ASSUME_O_CLOEXEC): Likewise.
12182         (__ASSUME_PIPE2): Likewise.
12183         (__ASSUME_SIGNALFD4): Likewise.
12184         (__ASSUME_SOCK_CLOEXEC): Likewise.
12185         (__ASSUME_UTIMES): Undefine.
12186         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12187         (__ASSUME_UTIMES): Do not define.
12188         (__ASSUME_O_CLOEXEC): Likewise.
12189         (__ASSUME_SOCK_CLOEXEC): Likewise.
12190         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12191         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12192         0x020621].
12193         (__ASSUME_PIPE2): Likewise.
12194         (__ASSUME_EVENTFD2): Likewise.
12195         (__ASSUME_SIGNALFD4): Likewise.
12196         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12197         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12198         Do not define.
12199         (__ASSUME_EVENTFD2): Likewise.
12200         (__ASSUME_SIGNALFD4): Likewise.
12201         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12202         (__ASSUME_32BITUIDS): Likewise.
12203         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12204         (__ASSUME_IPC64): Likewise.
12205         (__ASSUME_ST_INO_64_BIT): Likewise.
12206         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12207         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12208         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12209         (__ASSUME_UTIMES): Do not define.
12210         (__ASSUME_PSELECT): Likewise.
12211         (__ASSUME_PPOLL): Likewise.
12212         (__ASSUME_O_CLOEXEC): Likewise.
12213         (__ASSUME_SOCK_CLOEXEC): Likewise.
12214         (__ASSUME_IN_NONBLOCK): Likewise.
12215         (__ASSUME_PIPE2): Likewise.
12216         (__ASSUME_EVENTFD2): Likewise.
12217         (__ASSUME_SIGNALFD4): Likewise.
12218         (__ASSUME_DUP3): Likewise.
12219         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12220         (__ASSUME_UTIMES): Likewise.
12221         (__ASSUME_O_CLOEXEC): Likewise.
12222         (__ASSUME_SOCK_CLOEXEC): Likewise.
12223         (__ASSUME_IN_NONBLOCK): Likewise.
12224         (__ASSUME_PIPE2): Likewise.
12225         (__ASSUME_EVENTFD2): Likewise.
12226         (__ASSUME_SIGNALFD4): Likewise.
12227         (__ASSUME_DUP3): Likewise.
12228         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12229         (__ASSUME_UTIMES): Likewise.
12230         (__ASSUME_O_CLOEXEC): Likewise.
12231         (__ASSUME_SOCK_CLOEXEC): Likewise.
12232         (__ASSUME_IN_NONBLOCK): Likewise.
12233         (__ASSUME_PIPE2): Likewise.
12234         (__ASSUME_EVENTFD2): Likewise.
12235         (__ASSUME_SIGNALFD4): Likewise.
12236         (__ASSUME_DUP3): Likewise.
12237         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12238         Likewise.
12239         (__ASSUME_UTIMES): Likewise.
12240         (__ASSUME_EVENTFD2): Likewise.
12241         (__ASSUME_SIGNALFD4): Likewise.
12242         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12243         (__ASSUME_O_CLOEXEC): Likewise.
12244         (__ASSUME_SOCK_CLOEXEC): Likewise.
12245         (__ASSUME_IN_NONBLOCK): Likewise.
12246         (__ASSUME_PIPE2): Likewise.
12247         (__ASSUME_EVENTFD2): Likewise.
12248         (__ASSUME_SIGNALFD4): Likewise.
12249         (__ASSUME_DUP3): Likewise.
12250         (__ASSUME_UTIMES): Undefine.
12252         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12253         feclearexcept.  Remove symbol versioning code.
12254         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12255         symbol versioning code.
12256         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12257         symbol versioning code.
12258         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12259         feupdateenv.  Remove symbol versioning code.
12260         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12261         fegetexceptflag.  Remove symbol versioning code.
12262         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12263         fesetexceptflag.  Remove symbol versioning code.
12264         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12265         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12266         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12267         (__posix_fadvise64_l32): Remove prototype.
12268         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12269         code.
12271 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12273         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12274         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12275         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12276         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12278 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12280         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12281         current working directory
12283 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12285         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12286         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12287         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12288         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12289         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12290         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12291         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12292         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12293         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12294         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12295         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12296         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12297         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12298         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12299         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12300         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12301         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12302         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12303         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12304         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12305         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12306         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12307         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12308         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12309         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12310         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12311         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12312         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12313         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12314         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12315         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12316         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12317         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12318         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12319         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12320         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12321         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12322         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12323         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12324         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12325         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12326         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12328         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12329         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12331         * sysdeps/unix/sysv/linux/arm/Makefile
12332         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12333         Add rt-aeabi_unwind_cpp_pr1.
12334         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12335         Add nptl-aeabi_unwind_cpp_pr1.
12336         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12337         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12338         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12339         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12340         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12341         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12343         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12344         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12345         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12346         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12348         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12349         Deconditionalize the code that was previously under [RESET_PID].
12350         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12352         * sysdeps/generic/exit-thread.h: New file.
12353         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12354         * include/unistd.h (__exit_thread): Remove declaration.
12355         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12356         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12357         * csu/libc-start.c: Include <exit-thread.h>.
12358         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12359         * nptl/pthread_create.c: Include <exit-thread.h>.
12360         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12361         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12362         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12363         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12364         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12365         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12366         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12367         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12368         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12369         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12370         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12371         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12372         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12373         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12374         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12375         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12376         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12378 2014-05-13  Andreas Schwab  <schwab@suse.de>
12380         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12382 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12384         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12385         (__ASSUME_UTIMES): Do not condition on kernel version.
12386         (__ASSUME_PSELECT): Define unconditionally.
12387         (__ASSUME_PPOLL): Likewise.
12388         (__ASSUME_ATFCTS): Likewise.
12389         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12390         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12391         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12392         (__ASSUME_UTIMENSAT): Define unconditionally.
12393         (__ASSUME_PRIVATE_FUTEX): Likewise.
12394         (__ASSUME_FALLOCATE): Likewise.
12395         (__ASSUME_O_CLOEXEC): Likewise.
12396         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12397         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12398         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12399         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12400         (__ASSUME_IN_NONBLOCK): Likewise.
12401         (__ASSUME_PIPE2): Likewise.
12402         (__ASSUME_EVENTFD2): Likewise.
12403         (__ASSUME_SIGNALFD4): Likewise.
12404         (__ASSUME_DUP3): Likewise.
12405         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12406         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12407         (__ASSUME_AT_RANDOM): Likewise.
12408         (__ASSUME_PREADV): Likewise.
12409         (__ASSUME_PWRITEV): Likewise.
12410         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12411         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12412         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12413         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12414         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12415         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12416         (__ASSUME_O_CLOEXEC): Define unconditionally.
12417         (__ASSUME_PSELECT): Do not undefine conditionally.
12418         (__ASSUME_PPOLL): Likewise.
12419         (__ASSUME_ATFCTS): Likewise.
12420         (__ASSUME_SET_ROBUST_LIST): Likewise.
12421         (__ASSUME_UTIMENSAT): Likewise.
12422         (__ASSUME_FDATASYNC): Define unconditionally.
12423         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12424         (__ASSUME_SIGFRAME_V2): Likewise.
12425         )__ASSUME_EVENTFD2): Likewise.
12426         (__ASSUME_SIGNALFD4): Likewise.
12427         (__ASSUME_PSELECT): Do not undefine conditionally.
12428         (__ASSUME_PPOLL): Likewise.
12429         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12430         (__ASSUME_PSELECT): Define unconditionally.
12431         (__ASSUME_PPOLL): Likewise.
12432         (__ASSUME_O_CLOEXEC): Likewise.
12433         (__ASSUME_SOCK_CLOEXEC): Likewise.
12434         (__ASSUME_IN_NONBLOCK): Likewise.
12435         (__ASSUME_PIPE2): Likewise.
12436         (__ASSUME_EVENTFD2): Likewise.
12437         (__ASSUME_SIGNALFD4): Likewise.
12438         (__ASSUME_DUP3): Likewise.
12439         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12440         (__ASSUME_O_CLOEXEC): Likewise.
12441         (__ASSUME_SOCK_CLOEXEC): Likewise.
12442         (__ASSUME_IN_NONBLOCK): Likewise.
12443         (__ASSUME_PIPE2): Likewise.
12444         (__ASSUME_EVENTFD2): Likewise.
12445         (__ASSUME_SIGNALFD4): Likewise.
12446         (__ASSUME_DUP3): Likewise.
12447         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12448         (__ASSUME_EVENTFD2): Likewise.
12449         (__ASSUME_SIGNALFD4): Likewise.
12450         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12452 2014-05-12  Andreas Schwab  <schwab@suse.de>
12454         [BZ #16932]
12455         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12456         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12457         than maximum RPC packet size.
12458         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12459         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12460         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12461         (_nss_nis_getservbyport_r): Likewise.
12463 2014-05-12  Will Newton  <will.newton@linaro.org>
12465         * malloc/Makefile (tests): Add tst-mallopt.
12466         * malloc/tst-mallopt.c: New file.
12468 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12470         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12471         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12473 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12475         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12476         (tst-tlsmod6.so): Likewise.
12478 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12480         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12482 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12484         [BZ #16064]
12485         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12486         and <dl-procinfo.h>.
12487         (__fegetenv): Save SSE state in envp->__eip if supported.
12488         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12489         envp->__eip if supported.
12490         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12491         and <dl-procinfo.h>.
12492         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12493         __data_offset and __data_selector in environment to 0.  Set SSE
12494         state if supported.
12495         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12496         test-fenv-sse.
12497         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12498         -mfpmath=sse.
12499         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12501 2014-05-09  Will Newton  <will.newton@linaro.org>
12503         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12504         and libc_relro_required for ARM.
12505         * sysdeps/arm/preconfigure: Regenerate.
12507 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12508             Stefan Liebler  <stli@linux.vnet.ibm.com>
12510         * config.make.in (enable-lock-elision): New Makefile variable.
12511         * configure.ac: Likewise.
12512         * configure: Regenerate.
12513         * sysdeps/s390/configure.ac:
12514         Add check for gcc transactions support.
12515         * sysdeps/s390/configure: Regenerate.
12516         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12517         Build elision files if enabled.
12518         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12519         Add lock elision support for s390.
12520         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12521         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12522         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12523         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12524         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12525         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12526         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12527         Likewise.
12528         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12529         Likewise.
12530         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12531         Likewise.
12532         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12533         Likewise.
12534         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12535         (__lll_timedlock_elision, __lll_lock_elision)
12536         (__lll_unlock_elision, __lll_trylock_elision)
12537         (lll_timedlock_elision, lll_lock_elision)
12538         (lll_unlock_elision, lll_trylock_elision): Add.
12539         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12540         (pthread_mutex_t): Add lock elision support for s390.
12542 2014-05-14  Wilco  <wdijkstr@arm.com>
12544         * sysdeps/arm/fclrexcpt.c: Cleanup.
12545         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12546         * sysdeps/arm/feenablxcpt.c: Cleanup.
12547         * sysdeps/arm/fegetenv.c: Cleanup.
12548         * sysdeps/arm/fegetexcept.c: Cleanup.
12549         * sysdeps/arm/fegetround.c: Cleanup.
12550         * sysdeps/arm/feholdexcpt.c: Cleanup.
12551         * sysdeps/arm/fesetenv.c: Cleanup.
12552         * sysdeps/arm/fesetround.c: Cleanup.
12553         * sysdeps/arm/feupdateenv.c: Cleanup.
12554         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12555         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12556         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12557         * sysdeps/arm/ftestexcept.c: Cleanup.
12558         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12559         * sysdeps/arm/setfpucw.c: Cleanup.
12561 2014-05-09  Will Newton  <will.newton@linaro.org>
12563         * sysdeps/arm/armv7/strcmp.S: New file.
12564         * NEWS: Mention addition of ARMv7 optimized strcmp.
12566 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12568         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12569         look for %.ac rather than %.in.
12571         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12572         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12573         * sysdeps/mach/hurd/configure: Regenerated.
12574         * sysdeps/unix/sysv/linux/configure: Regenerated.
12576         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12578 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12580         [BZ# 16922]
12581         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12582         (LONG_SUB): Ditto.
12583         (PTR_SUB): Ditto.
12585 2014-05-07  Andreas Schwab  <schwab@suse.de>
12587         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12588         when skipping over non-matching result from nscd.
12590 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12592         [BZ #16876]
12593         * nptl/sockperf.c (client): Check socket return value.
12595         [BZ #16877]
12596         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12597         nscd security class.
12599 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12601         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12602         * sysdeps/arm/unwind.h: ... here.
12604 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12606         [BZ# 16916]
12607         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12608         Define.
12610 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12612         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12613         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12614         multiarch strncpy for PPC64.
12615         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12616         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12618         multiarch optimizations.
12619         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12620         (__libc_ifunc_impl_list): Likewise.
12621         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12622         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12623         multiarch stpncpy for PPC64.
12624         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12625         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12627 2014-05-06  Andreas Schwab  <schwab@suse.de>
12629         [BZ #16912]
12630         * gmon/mcount.c (_MCOUNT_DECL): Use
12631         atomic_compare_and_exchange_bool_acq instead of
12632         catomic_compare_and_exchange_bool_acq.
12634 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12636         * elf/Makefile (others, install-bin): Remove pldd.
12637         (pldd-modules): Variable removed.
12638         ($(objpfx)pldd): Target removed.
12639         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12640         (others, install-bin): Append pldd here.
12641         ($(objpfx)pldd): New target.
12643         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12644         to 0, so the first #if test emitted later doesn't see it undefined.
12645         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12646         * sysdeps/gnu/errlist.c: Regenerated.
12648 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12650         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12651         [libc_hidden_builtin_def]: Define to empty value.
12652         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12653         [libc_hidden_builtin_def]: Likewise.
12654         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12655         [libc_hidden_builtin_def]: Likewise.
12656         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12657         [libc_hidden_builtin_def]: Likewise.
12658         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12659         __redirect_memcpy and define ifunc as default hidden symbol.
12660         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12661         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12663 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12665         * locale/iso-4217.def: Reintroduce XDR currency.
12667 2014-05-04  Allan McRae  <allan@archlinux.org>
12669         * po/eo.po: Update Esperanto translation from translation project.
12671 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12673         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12674         and FEATURE_INDEX_MAX to 1.
12675         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12677 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12679         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12680         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12681         * iconvdata/big5.c (ONE_DIRECTION): Define.
12682         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12683         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12684         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12685         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12686         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12687         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12688         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12689         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12690         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12691         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12692         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12693         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12694         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12695         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12696         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12697         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12698         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12699         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12700         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12701         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12702         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12703         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12704         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12705         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12706         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12707         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12708         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12709         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12710         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12711         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12712         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12713         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12714         * iconvdata/johab.c (ONE_DIRECTION): Define.
12715         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12716         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12717         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12718         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12719         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12720         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12721         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12722         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12723         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12724         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12726 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12728         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12729         (_IO_JUMPS_OFFSET): Define to 0.
12731         * nptl/sysdeps/pthread/bits/libc-lock.h
12732         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12733         (__libc_lock_define_initialized_recursive): Always define using
12734         initializer.  Modern compilers treat uninitialized (implicit zero) and
12735         explicit zero initializers the same (i.e. put the datum in bss).
12737 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12739         * nscd/nscd-client.h: Include <string.h>.
12741 2014-05-01  David S. Miller  <davem@davemloft.net>
12743         [BZ #16885]
12744         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12745         multiple zero bytes exist at the end of a string.
12746         Reported by Aurelien Jarno <aurelien@aurel32.net>
12748         * string/test-strcmp.c (check): Add explicit test for situations where
12749         there are multiple zero bytes after the first.
12751 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12753         [BZ #16890]
12754         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12755         when compiling wprintf.
12756         * stdio-common/tstdiomisc.c (t3): New function.
12757         (main): Call it.
12759 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12761         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12762         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12763         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12764         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12766 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12768         * stdlib/longlong.h: Updated from GCC.
12770 2014-05-01  Will Newton  <will.newton@linaro.org>
12771             Bernard Ogden  <bernie.ogden@linaro.org>
12773         * NEWS: Update fixed bug list.
12775         [BZ #15119]
12776         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12778 2014-04-30  David S. Miller  <davem@davemloft.net>
12780         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12781         (libc_feholdexcept_setround_sparc_ctx): New function.
12782         (libc_fesetenv_sparc_ctx): Likewise.
12783         (libc_feupdateenv_sparc_ctx): Likewise.
12784         (libc_feholdsetround_sparc_ctx): Likewise.
12785         (libc_feholdexcept_setround_ctx): Define.
12786         (libc_feholdexcept_setroundf_ctx): Likewise.
12787         (libc_feholdexcept_setroundl_ctx): Likewise.
12788         (libc_fesetenv_ctx): Likewise.
12789         (libc_fesetenvf_ctx): Likewise.
12790         (libc_fesetenvl_ctx): Likewise.
12791         (libc_feupdateenv_ctx): Likewise.
12792         (libc_feupdateenvf_ctx): Likewise.
12793         (libc_feupdateenvl_ctx): Likewise.
12794         (libc_feresetround_ctx): Likewise.
12795         (libc_feresetroundf_ctx): Likewise.
12796         (libc_feresetroundl_ctx): Likewise.
12797         (libc_feholdsetround_ctx): Likewise.
12798         (libc_feholdsetroundf_ctx): Likewise.
12799         (libc_feholdsetroundl_ctx): Likewise.
12801         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12802         with __USE_GNU instead of XOPEN cpp guards.
12804         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12805         0.
12807         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12808         with XOPEN cpp guards.
12810 2014-04-30  Julian Brown  <julian@codesourcery.com>
12812         [BZ #16888]
12813         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12814         handling.
12816 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12818         [BZ #9894]
12819         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12820         Change to 2.6.32.
12821         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12822         * sysdeps/unix/sysv/linux/configure: Regenerated.
12823         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12824         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12825         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12826         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12827         * README: Update reference to required Linux kernel version.
12828         * manual/install.texi (Linux): Update reference to required Linux
12829         kernel headers version.
12830         * INSTALL: Regenerated.
12832         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12833         header inclusion.
12834         [POSIX] (limits.h): Likewise.
12835         [POSIX] (math.h): Likewise.
12836         [POSIX] (sys/wait.h): Likewise.
12837         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12838         function.
12839         [POSIX] (stddef.h): Do not allow header inclusion.
12841 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12843         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12845 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12847         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12848         Return immediately after lll_futex_wake.
12850 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12852         [BZ #16791]
12853         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12854         structure.
12855         (datahead_init_pos): Call datahead_init_common early.
12856         (datahead_init_neg): Likewise.
12858         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12859         datahead_init_neg): New functions.
12860         * nscd/aicache.c (addhstaiX): Use them.
12861         * nscd/grpcache.c (cache_addgr): Likewise.
12862         * nscd/hstcache.c (cache_addhst): Likewise.
12863         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12864         * nscd/netgroupcache.c (do_notfound): Likewise.
12865         (addgetnetgrentX): Likewise.
12866         (addinnetgrX): Likewise.
12867         * nscd/pwdcache.c (cache_addpw): Likewise.
12868         * nscd/servicescache.c (cache_addserv): Likewise.
12870 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12871             Atsushi Onoe  <atsushi@onoe.org>
12873         [BZ #14308]
12874         [BZ #12994]
12875         [BZ #13651]
12876         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12877         one response is valid.
12878         * resolv/res_send.c (send_dg): Check for validity of other
12879         response if the current response is a referral.
12881 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12883         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12885 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12887         [BZ #16823]
12888         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12889         Always divide by positive zero when computing -Inf result.
12890         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12891         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12893 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12895         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12896         FPSCR if value do not change.
12897         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12898         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12899         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12900         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12901         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12902         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12903         function.
12905 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12907         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12908         * sysdeps/unix/sysv/linux/hppa: Move directory from
12909         ports/systeps/unix/sysv/linux/hppa.
12910         * README: Update listing for hppa-*-linux-gnu.
12912 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12914         [BZ #16754]
12915         * manual/stdio.texi (Hook functions): Fix types of stream hook
12916         functions.
12917         [BZ #16854]
12918         * socket/sys/socket.h: Fix typo in comment.
12920 2014-04-28  Wilco  <wdijkstr@arm.com>
12922         * sysdeps/arm/fenv_private.h: New file.
12923         * sysdeps/arm/math_private.h: New file.
12924         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12926 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12928         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12929         with __int128_t.
12930         (La_x86_64_retval): Likewise.
12932 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12934         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12935         fpsr if value didn't change.
12936         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12937         to fpcr if value didn't change.
12938         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12939         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12940         fpsr or fpcr if value didn't change.
12941         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12942         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12943         fpcr if value didn't change.
12944         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12945         to fpsr if value didn't change.
12947 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12949         * nptl/tst-sem3.c: Use test-skeleton.c
12950         (main): Rename to do_test.  Use return instead of
12951         exit.
12952         * nptl/tst-sem4.c: Use test-skeleton.c
12953         (main): Rename to do_test.
12955 2014-04-22  David S. Miller  <davem@davemloft.net>
12957         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12958         (struct sigaction): New struct member __glibc_reserved0, change
12959         type of sa_flags to int.
12961 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12963         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12964         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12966 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12968         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12969         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12971 2014-04-22  Will Newton  <will.newton@linaro.org>
12972             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12974         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12975         (__longjmp): Add longjmp and longjmp_target SystemTap
12976         probes.
12977         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12978         (__sigsetjmp): Add setjmp SystemTap probe.
12980 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12982         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12983         match manual order.
12985 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12987         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12989         * sysdeps/powerpc/fpu/fenv_private.h
12990         (libc_feholdexcept_setroundl_ctx): Define to
12991         libc_feholdexcept_setround_ppc_ctx.
12992         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12993         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12994         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12995         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12997 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12999         * sysdeps/aarch64/math-tests.h: New file.
13001 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13003         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13004         New.
13005         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13006         Check and set bit_AVX2_Usable.
13007         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13008         macro.
13009         (bit_AVX2): Likewise.
13010         (index_AVX2_Usable): Likewise.
13011         (CPUID_AVX2): Likewise.
13012         (HAS_AVX2): Likewise.
13014 2014-04-17  Will Newton  <will.newton@linaro.org>
13016         * manual/setjmp.texi (System V contexts): Add note that
13017         calling setcontext on a context created by a call to a
13018         signal handler is undefined.  Update text to note that
13019         setcontext from a signal handler is possible but not
13020         recommended.
13022         [BZ #16629]
13023         * stdlib/tst-setcontext.c: Include signal.h.
13024         (main): Check that the signal stack before and
13025         after swapcontext is the same.
13027         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13028         Re-implement to restore registers in user code and avoid
13029         rt_sigreturn system call.
13031 2014-04-17  Wilco  <wdijkstr@arm.com>
13033         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13034         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13035         * math/test-fenv.c: Skip exception trap tests on targets which only
13036         support non-stop mode.
13038 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13039             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13041         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13042         (libc_feholdsetround_aarch64_ctx)
13043         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13044         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13045         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13046         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13047         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13048         (libc_feresetround_noexl_ctx): Define.
13050 2014-04-16  Richard Henderson  <rth@redhat.com>
13052         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13054         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13055         unwind tables.
13057         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13058         const from the non-libc, non-ldso copy.
13060         * sysdeps/alpha/libm-test-ulps: Regenerate.
13062 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13063             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13065         * sysdeps/aarch64/fpu/math_private.h: New file.
13067 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13069         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13071 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13073         [BZ #16275]
13074         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13075         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13076         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13077         Intel MPX bound registers before _dl_profile_fixup.
13078         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13079         registers after _dl_profile_fixup.  Save and restore bound
13080         registers bnd0/bnd1 when calling _dl_call_pltexit.
13081         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13082         (LR_BND_OFFSET): Likewise.
13083         (LRV_BND0_OFFSET): Likewise.
13084         (LRV_BND1_OFFSET): Likewise.
13086 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13088         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13089         to...
13090         * sysdeps/mach/hurd/i386/tls.h: ... here.
13091         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13092         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13093         fields.
13095 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13097         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13099 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13101         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13103 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13105         [BZ #14770]
13106         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13107         * sysdeps/s390/configure: Regenerate.
13109         [BZ #16824]
13110         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13111         Set round-to-nearest internally to reduce error accumulation.
13113 2014-04-16  Alan Modra  <amodra@gmail.com>
13115         [BZ #16740]
13116         [BZ #16619]
13117         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13118         * math/libm-test.inc (frexp_test_data): Add tests.
13119         * NEWS: Update fixed bug list.
13121 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13123         * benchtests/Makefile: Depend on libraries in build directory.
13124         (bench-math): Separate out math tests.
13125         (bench-pthread): Separate out pthread tests.
13126         (bench): Include math and pthread tests.
13128 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13130         [BZ #16831]
13131         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13132         _dl_debug_initialize.
13134         * configure.ac: Remove SELinux header check.
13135         * configure: Regenerate.
13136         * nscd/selinux.c (perms): Array of const char* to permission names.
13137         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13138         default policy. Call string_to_security_class and string_to_av_perm to
13139         translate strings. Enforce default policy and call avs_has_perm with
13140         results of translated strings.
13142 2014-04-13  David S. Miller  <davem@davemloft.net>
13144         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13146 2014-04-12  Allan McRae  <allan@archlinux.org>
13148         [BZ #16838]
13149         * manual/string.texi (Collation Functions): Fix qsort argument
13150         order in example.
13151         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13153 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13155         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13156         Make the test a no-op if there are no exceptions defined.
13158 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13160         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13161         enable-hardcoded-path-in-tests
13163 2014-04-11  Will Newton  <will.newton@linaro.org>
13165         * benchtests/Makefile (extra-objs): Add json-lib.o.
13166         (bench-func): Tidy up JSON output.
13167         * benchtests/bench-skeleton.c: Include json-lib.h.
13168         (main): Use JSON library functions to do output of
13169         benchmark results.
13170         * benchtests/bench-timing-type.c (main): Output the
13171         timing type simply, leaving formatting to the user.
13172         * benchtests/json-lib.c: New file.
13173         * benchtests/json-lib.h: Likewise.
13175 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13177         [BZ #15215]
13178         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13179         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13180         memory barriers.  Add comments.
13181         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13182         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13183         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13184         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13185         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13186         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13188 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13190         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13191         * sysdeps/s390/s390-64/configure.ac: ... this ...
13192         * sysdeps/s390/configure.ac: ... to here.
13193         * sysdeps/s390/s390-32/configure: Delete file.
13194         * sysdeps/s390/s390-64/configure: Delete file.
13195         * sysdeps/s390/configure: Regenerate.
13197 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13199         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13201 2014-04-11  Will Newton  <will.newton@linaro.org>
13203         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13204         to zero if it is not defined elsewhere.  (mtrim): Test
13205         the value of MALLOC_DEBUG with #if rather than #ifdef.
13207 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13209         * benchtests/pthread_once-inputs: New file.
13210         * benchtests/pthread_once-source.c: New file.
13211         * benchtests/README: Update documentation.
13213 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13214             H.J. Lu  <hongjiu.lu@intel.com>
13216         [BZ #16275]
13217         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13218         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13219         * sysdeps/x86_64/configure: Regenerated.
13220         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13221         macro.
13222         (REGISTER_SAVE_RAX): Likewise.
13223         (REGISTER_SAVE_RCX): Likewise.
13224         (REGISTER_SAVE_RDX): Likewise.
13225         (REGISTER_SAVE_RSI): Likewise.
13226         (REGISTER_SAVE_RDI): Likewise.
13227         (REGISTER_SAVE_R8): Likewise.
13228         (REGISTER_SAVE_R9): Likewise.
13229         (REGISTER_SAVE_BND0): Likewise.
13230         (REGISTER_SAVE_BND1): Likewise.
13231         (REGISTER_SAVE_BND2): Likewise.
13232         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13233         bound registers when calling _dl_fixup.
13235 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13237         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13238         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13239         of its definition.
13240         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13241         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13242         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13243         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13244         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13245         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13246         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13248 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13250         [BZ #15514]
13251         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13252         pathconf(_PC_NAME_MAX).
13254 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13256         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13257         Remove macro usage.
13258         (__PTHREAD_SPINS): Move definition to ...
13259         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13260         (__PTHREAD_SPINS): ... here.
13261         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13262         (__PTHREAD_SPIN): Likewise.
13263         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13264         (__PTHREAD_SPIN): Likewise.
13265         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13266         (__PTHREAD_SPIN): Likewise.
13267         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13268         (__PTHREAD_SPIN): Likewise.
13269         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13270         (__PTHREAD_SPIN): Likewise.
13271         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13272         (__PTHREAD_SPIN): Likewise.
13273         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13274         (__PTHREAD_SPIN): Likewise.
13275         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13276         (__PTHREAD_SPIN): Likewise.
13277         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13278         (__PTHREAD_SPIN): Likewise.
13279         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13280         (__PTHREAD_SPIN): Likewise.
13281         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13282         (__PTHREAD_SPIN): Likewise.
13283         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13284         (__PTHREAD_SPIN): Likewise.
13286         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13287         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13288         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13289         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13290         imply folder.
13291         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13292         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13293         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13294         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13295         correct imply path.
13296         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13297         strlen symbol for non multi-arch builds.
13298         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13299         missing hidden_def and weak_alias.
13301 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13303         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13305 2014-04-07  Will Newton  <will.newton@linaro.org>
13307         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13308         and contents.  [!_LIBC] Remove #ifndef and contents.
13309         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13310         * string/memccpy.c (__memccpy): Use ANSI prototype.
13311         * string/memfrob.c (memfrob): Likewise.
13312         * string/strcoll.c (STRCOLL): Likewise.
13313         * string/strlen.c (strlen): Likewise.
13314         * string/strtok.c (STRTOK): Likewise.
13315         * string/strcat.c: Remove unused #include of memcopy.h.
13316         (strcat): Use ANSI prototype.
13317         * string/strchr.c: Remove unused #include of memcopy.h.
13318         (strchr): Use ANSI prototype.
13319         * string/strcmp.c: Remove unused #include of memcopy.h.
13320         (strcmp): Use ANSI prototype.
13321         * string/strcpy.c: Remove unused #include of memcopy.h.
13322         (strcpy): Use ANSI prototype.
13324 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13326         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13327         * config.make.in (config-extra-cppflags): Set it from
13328         libc_extra_cppflags.
13329         * configure.ac (libc_extra_cflags): Make it accumulate over
13330         configure fragments.
13331         (libc_extra_cppflags): New flag.
13332         * configure. Regenerate.
13333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13334         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13335         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13338         [BZ #16815]
13339         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13340         result for FE_DOWNWARD rounding mode.
13341         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13342         Likewise.
13343         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13345 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13347         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13348         in function argument name.
13350 2014-04-03  David Svoboda  <svoboda@cert.org>
13352         [BZ #5666]
13353         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13354         explicitly.
13356 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13358         * elf/dl-unmap-segments.h: New file.
13359         * sysdeps/generic/ldsodefs.h
13360         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13361         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13362         * elf/dl-fptr.c: Likewise.
13363         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13364         * sysdeps/aarch64/tlsdesc.c: Likewise.
13365         * sysdeps/arm/tlsdesc.c: Likewise.
13366         * sysdeps/i386/tlsdesc.c: Likewise.
13367         * sysdeps/tile/dl-runtime.c: Likewise.
13368         * sysdeps/x86_64/tlsdesc.c: Likewise.
13369         * elf/dl-load.h: New file.
13370         * elf/dl-load.c: Include it.
13371         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13372         Macros moved to dl-load.h.
13373         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13374         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13375         Use _dl_unmap_segments in place of __munmap.
13376         Break out segment-mapping loop into ...
13377         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13379 2014-04-03  Will Newton  <will.newton@linaro.org>
13381         * elf/dl-lookup.c (do_lookup_x): Remove comment
13382         referring to nested function and move variable
13383         declarations down to before first use.
13385 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13387         [BZ #16799]
13388         [BZ #16800]
13389         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13390         with 0 numerator.
13391         * math/s_catanf.c (__catanf): Likewise.
13392         * math/s_catanh.c (__catanh): Likewise.
13393         * math/s_catanhf.c (__catanhf): Likewise.
13394         * math/s_catanhl.c (__catanhl): Likewise.
13395         * math/s_catanl.c (__catanl): Likewise.
13396         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13397         by positive zero when computing -Inf result.
13398         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13399         (catanh_test): Likewise.
13400         * sysdeps/i386/fpu/libm-test-ulps: Update.
13401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13403         [BZ #16789]
13404         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13405         instead of using underflowing value in computing result.
13406         * math/s_clog10.c (__clog10): Likewise.
13407         * math/s_clog10f.c (__clog10f): Likewise.
13408         * math/s_clog10l.c (__clog10l): Likewise.
13409         * math/s_clogf.c (__clogf): Likewise.
13410         * math/s_clogl.c (__clogl): Likewise.
13411         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13412         (clog10_test): Likewise.
13413         * sysdeps/i386/fpu/libm-test-ulps: Update.
13414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13416 2014-04-02  Alan Modra  <amodra@gmail.com>
13418         [BZ #16739]
13419         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13420         output when value is near a power of two.  Use int64_t for lx and
13421         remove casts.  Use decimal rather than hex exponent constants.
13422         Don't use long double multiplication when double will suffice.
13423         * math/libm-test.inc (nextafter_test_data): Add tests.
13424         * NEWS: Add 16739 and 16786 to bug list.
13426         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13428         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13430 2014-04-01  Will Newton  <will.newton@linaro.org>
13432         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13433         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13435 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13437         [BZ #13347]
13438         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13439         * nptl/tst-setuid2.c: New file.
13440         * nptl/Makefile (xtests): Add tst-setuid2.
13442 2014-04-01  Alan Modra  <amodra@gmail.com>
13444         [BZ #16786]
13445         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13447 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13449         [BZ #6803]
13450         [BZ #6804]
13451         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13452         set errno as appropriate.
13453         * math/w_scalbf.c (__scalbf): Likewise.
13454         * math/w_scalbl.c (__scalbl): Likewise.
13455         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13456         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13457         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13458         Add more NaN tests.
13460         [BZ #16349]
13461         * math/w_atan2.c: Include <errno.h>.
13462         (__atan2): Set errno for result underflowing to zero.
13463         * math/w_atan2f.c: Include <errno.h>.
13464         (__atan2f): Set errno for result underflowing to zero.
13465         * math/w_atan2l.c: Include <errno.h>.
13466         (__atan2l): Set errno for result underflowing to zero.
13467         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13468         tests.
13469         * math/auto-libm-test-out: Regenerated.
13471 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13473         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13474         Encode instruction correctly in little endian.
13475         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13476         Likewise.
13477         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13478         Likewise.
13479         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13480         Likewise.
13481         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13482         Likewise.
13484 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13486         [BZ #9894]
13487         * sysdeps/unix/sysv/linux/kernel-features.h
13488         [__sparc__ && !__arch64__ && !__sparc_v9__]
13489         (__ASSUME_SET_ROBUST_LIST): Do not define.
13490         [__sparc__ && !__arch64__ && !__sparc_v9__]
13491         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13492         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13493         Likewise.
13494         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13495         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13496         (__ASSUME_REQUEUE_PI): Likewise.
13497         (__ASSUME_SET_ROBUST_LIST): Likewise.
13498         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13499         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13500         Undefine.
13501         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13502         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13503         Likewise.
13504         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13505         Likewise.
13506         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13507         Likewise.
13508         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13509         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13510         Undefine.
13511         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13512         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13513         Likewise.
13515         [BZ #16648]
13516         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13517         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13518         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13520 2014-03-31  Will Newton  <will.newton@linaro.org>
13522         * benchtests/Makefile (bench): Add ffs and ffsll to list
13523         of tests.
13524         * benchtests/ffs-inputs: New file.
13525         * benchtests/ffsll-inputs: Likewise.
13527 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13529         [BZ #16770]
13530         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13531         too large before casting to int.
13532         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13533         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13534         * math/libm-test.inc (scalb_test_data): Add more tests.
13536 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13538         * benchtests/Makefile (DETAILED_OPT): New make option.
13539         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13540         set.
13541         * benchtests/bench-skeleton.c: Include stdbool.h.
13542         (main): Store and print timings per input.
13543         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13544         member to each argument value.
13545         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13546         (_print_arg_data): Initialize per-input timing to 0.
13548         * benchtests/Makefile (timing-type): New binary.
13549         (bench-clean): Also remove bench-timing-type.
13550         (bench): New target for timing-type.
13551         (bench-func): Print output in JSON format.
13552         * benchtests/bench-skeleton.c (main): Print output in JSON
13553         format.
13554         * benchtests/bench-timing-type.c: New file.
13555         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13556         (TIMING_PRINT_STATS): Remove.
13557         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13558         name separately.
13560         * benchtests/bench-modf.c: Remove.
13561         * benchtests/modf-inputs: New inputs file.
13563 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13565         [BZ #16362]
13566         * math/s_clog10.c (M_PI_LOG10E): New macro.
13567         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13568         imaginary parts are 0.
13569         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13570         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13571         imaginary parts are 0.
13572         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13573         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13574         imaginary parts are 0.
13575         * math/libm-test.inc (clog10_test_data): Update expected results
13576         for when real and imaginary parts are 0.
13578 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13580         * elf/dl-load.c: Finish conversion of __builtin_expect into
13581         __glibc_{un}likely.
13583 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13585         [BZ #16348]
13586         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13587         1+x for argument with exponent below -67.
13588         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13589         Likewise.
13590         * math/auto-libm-test-in: Add more tests of exp.
13591         * math/auto-libm-test-out: Regenerated.
13593 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13595         [BZ #16759]
13596         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13597         (nscd_getnetgrent): Use it.
13599         [BZ #16760]
13600         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13601         of stpcpy.
13603 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13605         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13606         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13607         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13608         (lll_robust_unlock): Remove out of line section. Use cfi
13609         intrinsics.
13610         (LLL_STUB_UNWIND_INFO*): Remove.
13611         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13612         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13613         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13614         (lll_robust_unlock): Remove out of line section. Use cfi
13615         intrinsics.
13616         (LLL_STUB_UNWIND_INFO*): Remove.
13618 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13620         [BZ #16758]
13621         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13622         blank values.
13624 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13626         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13628 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13630         [BZ #16198]
13631         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13632         fnstenv.
13633         * math/test-fenv-preserve.c: New file.
13634         * math/Makefile (tests): Add test-fenv-preserve.
13636 2014-03-26  Will Newton <will.newton@linaro.org>
13638         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13640 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13642         * scripts/versionlist.awk: Partition the version sets and emit all
13643         GLIBC_* (sorted) before all others (sorted).
13645 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13647         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13648         GLIBC_2.2.5 version.
13650 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13652         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13653         calls.
13655         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13656         previous change.
13658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13660 2014-03-25  Andreas Schwab  <schwab@suse.de>
13662         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13663         label to be used after in6ailist is initialized.
13665 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13667         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13668         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13670 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13672         [BZ #16357]
13673         [BZ #16599]
13674         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13675         min_plus_half.
13676         (fp_formats): Update initializers.
13677         (init_fp_formats): Initialize new field.
13678         (output_for_one_input_case): Allow underflow for results up to
13679         min_plus_half.
13680         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13681         * math/auto-libm-test-in: Don't mark some underflows from asin and
13682         atanh as spurious.
13683         * math/auto-libm-test-out: Regenerated.
13684         * sysdeps/i386/fpu/libm-test-ulps: Update.
13685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13687 2014-03-25  Andreas Schwab  <schwab@suse.de>
13689         * libio/Makefile (tst-ftell-partial-wide-ENV)
13690         (tst-ftell-active-handler-ENV): Define.
13692 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13694         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13696 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13698         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13700 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13702         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13703         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13704         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13706 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13708         [BZ #16634]
13709         * elf/dl-load.c (open_verify): Add mode parameter.
13710         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13711         (open_path): Change from boolean 'secure' to complete flag 'mode'
13712         (_dl_map_object): Adjust.
13713         * elf/Makefile (tests): Add tst-dlopen-aout.
13714         * elf/tst-dlopen-aout.c: New test.
13716 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13718         [BZ #16714]
13719         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13720         (struct stat): Rename member pad0 to __glibc_reserved0.
13722         [BZ #16712]
13723         * sysdeps/s390/s390-32/bits/wordsize.h
13724         (__WORDSIZE32_SIZE_ULONG): New define.
13725         * sysdeps/s390/s390-64/bits/wordsize.h
13726         (__WORDSIZE32_SIZE_ULONG): Likewise.
13727         * sysdeps/generic/stdint.h (SIZE_MAX):
13728         Define as UL if __WORDSIZE32_SIZE_ULONG.
13730         [BZ #16713]
13731         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13732         (__glibc_reserved0): New variable.
13733         (sa_flags): Change type to int.
13735         * posix/Makefile (before-compile): Use += before-compile instead
13736         of a :=.
13738         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13739         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13741 2014-03-20  Andreas Schwab  <schwab@suse.de>
13743         [BZ #16743]
13744         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13745         non-matching result from nscd.
13747 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13749         * scripts/bench.py: Moved to ...
13750         * benchtests/scripts/bench.py: ... here.
13751         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13753 2014-03-24  Andreas Schwab  <schwab@suse.de>
13755         [BZ #16002]
13756         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13757         alloca_account and account alloca use for struct in6ailist.
13759 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13761         [BZ #16284]
13762         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13763         rounding mode to recompute results that overflow to infinity or
13764         underflow to zero.
13765         * math/auto-libm-test-in: Don't mark tests as expected to fail for
13766         bug 16284.
13767         * math/auto-libm-test-out: Regenerated.
13768         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13769         (ccosh_test): Likewise.
13770         (csin_test_data): Use plus_oflow.
13771         (csin_test): Use ALL_RM_TEST.
13772         (csinh_test_data): Use plus_oflow.
13773         (csinh_test): Use ALL_RM_TEST.
13774         * sysdeps/i386/fpu/libm-test-ulps: Update.
13775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13777 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
13779         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13780         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13781         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13783         [BZ #16731]
13784         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13785         when x - 1 is zero.
13786         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13787         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13788         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13789         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13790         argument is 1.
13791         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13792         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13793         zero.
13794         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13795         * sysdeps/i386/fpu/libm-test-ulps: Update.
13796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13798 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13800         * scripts/bench.pl: Remove file.
13801         * scripts/bench.py: New benchmark script.
13802         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13803         * benchtests/README: Mention python dependency.
13804         * scripts/pylintrc: New file.
13805         * scripts/pylint: New file.
13807         * bits/mathdef.h: Use #ifdef instead of #if.
13808         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13809         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13810         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13811         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13812         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13813         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13815 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13816             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13818         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13819         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13820         and strpbrk-ppc64 objects.
13821         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13822         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13823         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13824         multiarch strpbrk for POWER7.
13825         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13826         multiarch strpbrk for PPC64.
13827         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13828         ifunc selector.
13829         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13830         strpbrk for POWER7.
13832 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13834         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13835         (atan_test): Likewise.
13836         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13837         (atanh_test): Use ALL_RM_TEST.
13838         (atan2_test_data): Likewise.
13839         (cabs_test): Likewise.
13840         (cacosh_test): Likewise.
13841         (carg_test): Likewise.
13842         (casin_test): Likewise.
13843         (casinh_test): Likewise.
13844         (cbrt_test): Likewise.
13845         (csqrt_test): Likewise.
13846         (erf_test): Likewise.
13847         (erfc_test): Likewise.
13848         (pow10_test): Likewise.
13849         (exp2_test): Likewise.
13850         (hypot_test): Likewise.
13851         (j0_test): Likewise.
13852         (j1_test): Likewise.
13853         (lgamma_test): Likewise.
13854         (gamma_test): Likewise.
13855         (sincos_test): Likewise.
13856         (tanh_test): Likewise.
13857         (y0_test): Likewise.
13858         (y1_test): Likewise.
13859         * sysdeps/i386/fpu/libm-test-ulps: Update.
13860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13862 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13864         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13865         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13866         and strcspn-ppc64 objects.
13867         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13868         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13869         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13870         multiarch strcspn for POWER7.
13871         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13872         multiarch strcspn for PPC64.
13873         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13874         ifunc selector.
13875         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13876         strcspn for POWER7.
13878 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13880         * math/gen-libm-test.pl (generate_testfile): Expect only function
13881         name as argument to AUTO_TESTS_* and pass results for all rounding
13882         modes to parse_args.
13883         (parse_auto_input): Separate inputs of automatic tests from
13884         outputs before storing in %auto_tests.
13885         * math/libm-test.inc (acos_test_data): Update call to
13886         AUTO_TESTS_f_f.
13887         (acos_test): Use ALL_RM_TEST.
13888         (acos_tonearest_test_data): Remove.
13889         (acos_test_tonearest): Likewise.
13890         (acos_towardzero_test_data): Likewise.
13891         (acos_test_towardzero): Likewise.
13892         (acos_downward_test_data): Likewise.
13893         (acos_test_downward): Likewise.
13894         (acos_upward_test_data): Likewise.
13895         (acos_test_upward): Likewise.
13896         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13897         (asin_test_data): Likewise.
13898         (asin_test): Use ALL_RM_TEST.
13899         (asin_tonearest_test_data): Remove.
13900         (asin_test_tonearest): Likewise.
13901         (asin_towardzero_test_data): Likewise.
13902         (asin_test_towardzero): Likewise.
13903         (asin_downward_test_data): Likewise.
13904         (asin_test_downward): Likewise.
13905         (asin_upward_test_data): Likewise.
13906         (asin_test_upward): Likewise.
13907         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13908         (atan_test_data): Likewise.
13909         (atanh_test_data): Likewise.
13910         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13911         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13912         (carg_test_data): Likewise.
13913         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13914         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13915         (ccosh_test_data): Likewise.
13916         (cexp_test_data): Likewise.
13917         (clog_test_data): Likewise.
13918         (clog10_test_data): Likewise.
13919         (cos_test_data): Update call to AUTO_TESTS_f_f.
13920         (cos_test): Use ALL_RM_TEST.
13921         (cos_tonearest_test_data): Remove.
13922         (cos_test_tonearest): Likewise.
13923         (cos_towardzero_test_data): Likewise.
13924         (cos_test_towardzero): Likewise.
13925         (cos_downward_test_data): Likewise.
13926         (cos_test_downward): Likewise.
13927         (cos_upward_test_data): Likewise.
13928         (cos_test_upward): Likewise.
13929         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13930         (cosh_test): Use ALL_RM_TEST.
13931         (cosh_tonearest_test_data): Remove.
13932         (cosh_test_tonearest): Likewise.
13933         (cosh_towardzero_test_data): Likewise.
13934         (cosh_test_towardzero): Likewise.
13935         (cosh_downward_test_data): Likewise.
13936         (cosh_test_downward): Likewise.
13937         (cosh_upward_test_data): Likewise.
13938         (cosh_test_upward): Likewise.
13939         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13940         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13941         (ctan_test_data): Likewise.
13942         (ctan_test): Use ALL_RM_TEST.
13943         (ctan_tonearest_test_data): Remove.
13944         (ctan_test_tonearest): Likewise.
13945         (ctan_towardzero_test_data): Likewise.
13946         (ctan_test_towardzero): Likewise.
13947         (ctan_downward_test_data): Likewise.
13948         (ctan_test_downward): Likewise.
13949         (ctan_upward_test_data): Likewise.
13950         (ctan_test_upward): Likewise.
13951         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13952         (ctanh_test): Use ALL_RM_TEST.
13953         (ctanh_tonearest_test_data): Remove.
13954         (ctanh_test_tonearest): Likewise.
13955         (ctanh_towardzero_test_data): Likewise.
13956         (ctanh_test_towardzero): Likewise.
13957         (ctanh_downward_test_data): Likewise.
13958         (ctanh_test_downward): Likewise.
13959         (ctanh_upward_test_data): Likewise.
13960         (ctanh_test_upward): Likewise.
13961         (erf_test_data): Update call to AUTO_TESTS_f_f.
13962         (erfc_test_data): Likewise.
13963         (exp_test_data): Likewise.
13964         (exp_test): Use ALL_RM_TEST.
13965         (exp_tonearest_test_data): Remove.
13966         (exp_test_tonearest): Likewise.
13967         (exp_towardzero_test_data): Likewise.
13968         (exp_test_towardzero): Likewise.
13969         (exp_downward_test_data): Likewise.
13970         (exp_test_downward): Likewise.
13971         (exp_upward_test_data): Likewise.
13972         (exp_test_upward): Likewise.
13973         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13974         (exp10_test): Use ALL_RM_TEST.
13975         (exp10_tonearest_test_data): Remove.
13976         (exp10_test_tonearest): Likewise.
13977         (exp10_towardzero_test_data): Likewise.
13978         (exp10_test_towardzero): Likewise.
13979         (exp10_downward_test_data): Likewise.
13980         (exp10_test_downward): Likewise.
13981         (exp10_upward_test_data): Likewise.
13982         (exp10_test_upward): Likewise.
13983         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13984         (expm1_test_data): Likewise.
13985         (expm1_test): Use ALL_RM_TEST.
13986         (expm1_tonearest_test_data): Remove.
13987         (expm1_test_tonearest): Likewise.
13988         (expm1_towardzero_test_data): Likewise.
13989         (expm1_test_towardzero): Likewise.
13990         (expm1_downward_test_data): Likewise.
13991         (expm1_test_downward): Likewise.
13992         (expm1_upward_test_data): Likewise.
13993         (expm1_test_upward): Likewise.
13994         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13995         (fma_test): Use ALL_RM_TEST.
13996         (fma_towardzero_test_data): Remove.
13997         (fma_test_towardzero): Likewise.
13998         (fma_downward_test_data): Likewise.
13999         (fma_test_downward): Likewise.
14000         (fma_upward_test_data): Likewise.
14001         (fma_test_upward): Likewise.
14002         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14003         (j0_test_data): Update call to AUTO_TESTS_f_f.
14004         (j1_test_data): Likewise.
14005         (jn_test_data): Update call to AUTO_TESTS_if_f.
14006         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14007         (log_test_data): Update call to AUTO_TESTS_f_f.
14008         (log10_test_data): Likewise.
14009         (log1p_test_data): Likewise.
14010         (log2_test_data): Likewise.
14011         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14012         (pow_tonearest_test_data): Likewise.
14013         (sin_test_data): Update call to AUTO_TESTS_f_f.
14014         (sin_test): Use ALL_RM_TEST.
14015         (sin_tonearest_test_data): Remove.
14016         (sin_test_tonearest): Likewise.
14017         (sin_towardzero_test_data): Likewise.
14018         (sin_test_towardzero): Likewise.
14019         (sin_downward_test_data): Likewise.
14020         (sin_test_downward): Likewise.
14021         (sin_upward_test_data): Likewise.
14022         (sin_test_upward): Likewise.
14023         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14024         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14025         (sinh_test): Use ALL_RM_TEST.
14026         (sinh_tonearest_test_data): Remove.
14027         (sinh_test_tonearest): Likewise.
14028         (sinh_towardzero_test_data): Likewise.
14029         (sinh_test_towardzero): Likewise.
14030         (sinh_downward_test_data): Likewise.
14031         (sinh_test_downward): Likewise.
14032         (sinh_upward_test_data): Likewise.
14033         (sinh_test_upward): Likewise.
14034         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14035         (sqrt_test): Use ALL_RM_TEST.
14036         (sqrt_tonearest_test_data): Remove.
14037         (sqrt_test_tonearest): Likewise.
14038         (sqrt_towardzero_test_data): Likewise.
14039         (sqrt_test_towardzero): Likewise.
14040         (sqrt_downward_test_data): Likewise.
14041         (sqrt_test_downward): Likewise.
14042         (sqrt_upward_test_data): Likewise.
14043         (sqrt_test_upward): Likewise.
14044         (tan_test_data): Update call to AUTO_TESTS_f_f.
14045         (tan_test): Use ALL_RM_TEST.
14046         (tan_tonearest_test_data): Remove.
14047         (tan_test_tonearest): Likewise.
14048         (tan_towardzero_test_data): Likewise.
14049         (tan_test_towardzero): Likewise.
14050         (tan_downward_test_data): Likewise.
14051         (tan_test_downward): Likewise.
14052         (tan_upward_test_data): Likewise.
14053         (tan_test_upward): Likewise.
14054         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14055         (tgamma_test_data): Likewise.
14056         (y0_test_data): Likewise.
14057         (y1_test_data): Likewise.
14058         (yn_test_data): Update call to AUTO_TESTS_if_f.
14059         (main): Do not call removed functions.
14061 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14063         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14064         (ldexp_test_data): Remove.
14065         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14066         scalbn_test_data.
14067         (scalb_test): Use ALL_RM_TEST.
14069 2014-03-19  Andreas Schwab  <schwab@suse.de>
14071         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14073 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14075         [BZ #16649]
14076         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14077         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14078         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14079         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14080         (__ASSUME_PREADV): Undefine.
14081         (__ASSUME_PWRITEV): Likewise.
14083 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14085         * bits/mman-linux.h: Add comment about non-Linux use.
14086         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14087         bits/mman-linux.h resting place.
14089         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14090         * bits/mman-linux.h: ... here.
14092 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14094         * conform/conformtest.pl: Add standard definition when calling C
14095         preprocessor on data files.
14096         (checknamespace): Remove unused variable.
14098 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14100         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14101         minus_oflow, plus_uflow and minus_uflow in expected results.
14102         * math/libm-test.inc (scalbn_test_data): Add more tests of
14103         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14104         minus_uflow.
14105         (scalbn_test): Use ALL_RM_TEST.
14106         (scalbln_test_data): Add more tests of negative arguments.  Use
14107         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14108         (scalbln_test): Use ALL_RM_TEST.
14110 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14112         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14114 2014-03-18  Will Newton  <will.newton@linaro.org>
14116         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14117         inaccurate comment.
14119 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14121         * Makerules [!subdir] (check-abi): Exit with error status if a
14122         test failed.
14124 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14126         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14127         for rint.  Include results for all rounding modes.
14128         (nearbyint_test): Use ALL_RM_TEST.
14129         (rint_test_data): Include all tests used for nearbyint.
14131 2014-03-17  Will Newton  <will.newton@linaro.org>
14133         * nptl/sysdeps/pthread/pthread.h: Revert previous
14134         change.
14136         * sysdeps/generic/ldsodefs.h: Revert previous
14137         change.
14139         * libio/genops.c: Revert previous change.
14140         * libio/libioP.h: Likewise.
14141         * stdio-common/vfprintf.c: Likewise.
14143         * sysdeps/generic/math_private.h: Revert previous
14144         change.
14146         * sysdeps/generic/math_private.h: Check whether
14147         HAVE_RM_CTX is defined with #ifdef rather
14148         than #if.
14150         * argp/argp-fmtstream.h: Check whether
14151         __STRICT_ANSI__ is defined with #ifdef rather
14152         than #if.
14153         * argp/argp.h: Likewise.
14155         * libio/genops.c: Check whether
14156         _IO_JUMPS_OFFSET is defined with #ifdef rather
14157         than #if.
14158         * libio/libioP.h: Likewise.
14159         * stdio-common/vfprintf.c: Likewise.
14161         * sysdeps/generic/ldsodefs.h: Check whether
14162         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14163         than #if.
14165         * nptl/sysdeps/pthread/pthread.h: Check
14166         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14167         its value.
14169 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14171         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14172         setting O_APPEND.
14173         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14174         test case.
14176         [BZ #16680]
14177         * libio/fileops.c (_IO_file_open): Seek to end of file but
14178         don't cache the offset.
14179         (get_file_offset): Remove function.
14180         (do_ftell): Use cached offset when available.
14181         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14182         don't cache the offset.
14183         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14184         case.
14185         (do_one_test): Call it.
14186         (do_ftell_test): Fix up expected old offset for a+ mode.
14187         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14188         available.
14190         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14191         up test status with function return status.
14192         (do_write_test): Likewise.
14193         (do_append_test): Likewise.
14195         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14196         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14197         Remove.
14199 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14201         * math/gen-libm-test.pl (parse_args): Handle results specified for
14202         each rounding mode separately.
14203         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14204         tests and results from lrint_tonearest_test_data,
14205         lrint_towardzero_test_data, lrint_downward_test_data and
14206         lrint_upward_test_data.
14207         (lrint_test): Use ALL_RM_TEST.
14208         (lrint_tonearest_test_data): Remove.
14209         (lrint_test_tonearest): Likewise.
14210         (lrint_towardzero_test_data): Likewise.
14211         (lrint_test_towardzero): Likewise.
14212         (lrint_downward_test_data): Likewise.
14213         (lrint_test_downward): Likewise.
14214         (lrint_upward_test_data): Likewise.
14215         (lrint_test_upward): Likewise.
14216         (llrint_test_data): Merge in per-rounding-mode tests and results
14217         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14218         llrint_downward_test_data and llrint_upward_test_data.
14219         (llrint_test): Use ALL_RM_TEST.
14220         (llrint_tonearest_test_data): Remove.
14221         (llrint_test_tonearest): Likewise.
14222         (llrint_towardzero_test_data): Likewise.
14223         (llrint_test_towardzero): Likewise.
14224         (llrint_downward_test_data): Likewise.
14225         (llrint_test_downward): Likewise.
14226         (llrint_upward_test_data): Likewise.
14227         (llrint_test_upward): Likewise.
14228         (rint_test_data): Merge in per-rounding-mode tests and results
14229         from rint_tonearest_test_data, rint_towardzero_test_data,
14230         rint_downward_test_data and rint_upward_test_data.  Add
14231         per-rounding-mode results for tests not in those arrays.
14232         (rint_test): Use ALL_RM_TEST.
14233         (rint_tonearest_test_data): Remove.
14234         (rint_test_tonearest): Likewise.
14235         (rint_towardzero_test_data): Likewise.
14236         (rint_test_towardzero): Likewise.
14237         (rint_downward_test_data): Likewise.
14238         (rint_test_downward): Likewise.
14239         (rint_upward_test_data): Likewise.
14240         (rint_test_upward): Likewise.
14241         (main): Don't call removed functions.
14243 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14245         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14246         "Compiled on ..." crapola.  It is anti-useful.
14248 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14250         * scripts/evaluate-test.sh: Handle fourth argument to determine
14251         whether test run should stop on failure.
14252         * Makeconfig (stop-on-test-failure): New variable.
14253         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14254         $(stop-on-test-failure).
14255         * Makefile (tests): Give a summary of results from testing and
14256         exit with failure status if they include an ERROR or FAIL.
14257         (xtests): Likewise.
14258         * manual/install.texi (Configuring and compiling): Mention
14259         stop-on-test-failure=y.
14260         * INSTALL: Regenerated.
14262 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14264         * scripts/versionlist.awk: New file.
14265         * Makerules [$(build-shared) = yes]
14266         (postclean-generated): Add Versions.def, not Versions.def.v and
14267         Versions.def.v.i.
14268         ($(common-objpfx)Versions.def.v.i): Target removed.
14269         ($(common-objpfx)Versions.def): New target.
14270         ($(common-objpfx)Versions.all): Depend on that rather that
14271         $(common-objpfx)Versions.def.v.
14272         * Versions.def: File removed.
14274         * Makeconfig (+gccwarn): Add -Wundef.
14275         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14276         a dl-sysdep.h breaking its contract.
14277         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14278         * include/stackinfo.h: New file.
14279         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14280         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14281         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14282         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14283         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14284         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14285         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14286         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14287         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14288         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14289         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14290         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14291         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14292         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14293         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14295 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14297         [BZ #16707]
14298         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14299         implementation.
14300         * math/libm-test.inc (round_test_data): Add more tests.
14302         [BZ #16706]
14303         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14304         implementation.
14305         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14307         [BZ #16701]
14308         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14309         implementation.
14310         * math/libm-test.inc (ceil_test_data): Add more tests.
14312         * math/libm-test.inc (trunc_test_data): Add more tests related to
14313         BZ#16414.
14315 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14317         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14318         with #if rather than #ifdef.
14319         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14321 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14323         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14324         first.  Disable AVX-512 GCC support if assembler doesn't support
14325         it.
14326         * sysdeps/x86_64/configure: Regenerated.
14328 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14330         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14331         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14332         (__old_pthread_attr_setstack): Likewise.
14333         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14334         [!_STACK_GROWS_DOWN]: Likewise.
14336 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14338         * config.make.in (have-bash2): Delete.
14339         * configure.ac (libc_cv_have_bash2): Delete.
14340         * configure: Regenerate.
14341         * elf/Makefile (common-ldd-rewrite): Rename to ...
14342         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14343         (sh-ldd-rewrite): Delete.
14344         (bash-ldd-rewrite): Delete.
14345         (have-bash2): Delete checks.
14346         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14347         ldd-rewrite.
14349         * config.make.in (have-ksh): Delete.
14350         (KSH): Delete.
14351         * configure.ac (libc_cv_have_ksh): Delete.
14352         * configure: Regenerate.
14354         * elf/Makefile: Delete $(have-ksh) check.
14355         ($(objpfx)sotruss): Change KSH to BASH.
14356         * elf/sotruss.ksh: Rename to ...
14357         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14358         function style to match POSIX.  Drop ksh vim mode setting.
14360         * manual/time.texi (Specifying the Time Zone with TZ): Change
14361         Tuesday to Thursday.
14363         * debug/tst-longjmp_chk2.c: Update header comment.
14364         (stackoverflow_handler): Add comment.  Call assert on pass value.
14366 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14368         [BZ #16194]
14369         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14370         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14371         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14372         (La_x86_64_vector): Add zmm.
14373         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14374         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14375         ($(objpfx)tst-audit10): New target.
14376         ($(objpfx)tst-audit10.out): Likewise.
14377         (tst-audit10-ENV): New.
14378         (AVX512-CFLAGS): Likewise.
14379         (CFLAGS-tst-audit10.c): Likewise.
14380         (CFLAGS-tst-auditmod10a.c): Likewise.
14381         (CFLAGS-tst-auditmod10b.c): Likewise.
14382         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14383         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14384         * sysdeps/x86_64/configure: Regenerated.
14385         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14386         AVX-512 zmm register support.
14387         (_dl_x86_64_save_sse): Likewise.
14388         (_dl_x86_64_restore_sse): Likewise.
14389         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14390         size vector registers.
14391         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14392         (ZMM_SIZE): Likewise.
14393         * sysdeps/x86_64/tst-audit10.c: New file.
14394         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14395         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14397 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14399         * configure.ac (HAVE_EHDR_START): New check.
14400         * configure: Regenerated.
14401         * config.h.in (HAVE_EHDR_START): New #undef.
14402         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14403         assuming the lowest-addressed segment maps the start of the file.
14405 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14407         * INSTALL: Regenerated.
14409 2014-03-13  Will Newton  <will.newton@linaro.org>
14411         * manual/setjmp.texi (System V contexts): Improve
14412         clarity and grammar of documentation.
14414 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14416         [BZ #16381]
14417         * elf/Makefile (tests): Add tst-pie2.
14418         (tests-pie): Add tst-pie2.
14419         * elf/tst-pie2.c: New file.
14420         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14421         for ET_EXEC.
14422         * elf/rtld.c (map_doit): Load executable as lt_executable.
14423         (dl_main): Likewise.
14425 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14427         [BZ #16642]
14428         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14429         (__ASSUME_PSELECT): Undefine.
14431 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14433         [BZ #16689]
14434         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14435         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14436         static build.
14437         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14438         selector for static builds.
14440 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14442         [BZ #16695]
14443         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14444         key in the buffer.
14446 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14448         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14449         IFUNC selector for static builds.
14451 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14453         * sysdeps/mips/math_private.h [__mips_hard_float]
14454         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14455         libc_feresetround_mips_ctx.
14456         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14457         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14458         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14460         [BZ #16677]
14461         * math/s_nextafter.c (__nextafter): Do not return value from
14462         overflowing computation.
14463         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14464         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14465         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14466         Likewise.
14467         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14468         Likewise.
14469         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14470         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14472 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14474         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14475         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14476         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14477         the new mov targetting sp.
14479 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14481         [BZ #16683]
14482         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14483         Define it for static builds as well.
14484         (NO_BZERO_IMPL): Likewise.
14486 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14488         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14489         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14490         multiarch strspn for PPC64.
14491         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14492         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14494         (__libc_ifunc_impl_list): Likewise.
14495         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14496         multiarch optimizations
14497         * string/strspn.c (strspn): Using macro to redefine symbol name.
14499 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14500             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14502         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14503         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14504         multiarch strncat for PPC64.
14505         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14506         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14507         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14508         (__libc_ifunc_impl_list): Likewise.
14509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14510         multiarch optimizations
14512 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14514         [BZ #16639]
14515         * nscd/nscd.service: Make service type forking.
14517 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14519         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14520         sign in non default rounding modes.
14521         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14523 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14525         * math/libm-test.inc (ALL_RM_TEST): New macro.
14526         (ceil_test): Use ALL_RM_TEST.
14527         (cimag_test): Likewise.
14528         (conj_test): Likewise.
14529         (copysign_test): Likewise.
14530         (cproj_test): Likewise.
14531         (creal_test): Likewise.
14532         (fabs_test): Likewise.
14533         (floor_test): Likewise.
14534         (fmax_test): Likewise.
14535         (fmin_test): Likewise.
14536         (fmod_test): Likewise.
14537         (fpclassify_test): Likewise.
14538         (frexp_test): Likewise.
14539         (ilogb_test): Likewise.
14540         (isfinite_test): Likewise.
14541         (finite_test): Likewise.
14542         (isgreater_test): Likewise.
14543         (isgreaterequal_test): Likewise.
14544         (isinf_test): Likewise.
14545         (isless_test): Likewise.
14546         (islessequal_test): Likewise.
14547         (islessgreater_test): Likewise.
14548         (isnan_test): Likewise.
14549         (isnormal_test): Likewise.
14550         (issignaling_test): Likewise.
14551         (isunordered_test): Likewise.
14552         (logb_test): Likewise.
14553         (logb_downward_test_data): Remove.
14554         (logb_test_downward): Likewise.
14555         (lround_test): Use ALL_RM_TEST.
14556         (llround_test): Likewise.
14557         (modf_test): Likewise.
14558         (nexttoward_test): Likewise.
14559         (remainder_test): Likewise.
14560         (drem_test): Likewise.
14561         (remainder_tonearest_test_data): Likewise.
14562         (remainder_test_tonearest): Likewise.
14563         (drem_test_tonearest): Likewise.
14564         (remainder_towardzero_test_data): Likewise.
14565         (remainder_test_towardzero): Likewise.
14566         (drem_test_towardzero): Likewise.
14567         (remainder_downward_test_data): Likewise.
14568         (remainder_test_downward): Likewise.
14569         (drem_test_downward): Likewise.
14570         (remainder_upward_test_data): Likewise.
14571         (remainder_test_upward): Likewise.
14572         (drem_test_upward): Likewise.
14573         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14574         (round_test): Use ALL_RM_TEST.
14575         (signbit_test): Likewise.
14576         (trunc_test): Likewise.
14577         (significand_test): Likewise.
14578         (main): Don't call removed functions.
14580 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14582         [BZ #16674]
14583         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14584         || __USE_XOPEN2K8].
14585         (ILL_ILLOPN): Likewise.
14586         (ILL_ILLADR): Likewise.
14587         (ILL_ILLTRP): Likewise.
14588         (ILL_PRVOPC): Likewise.
14589         (ILL_PRVREG): Likewise.
14590         (ILL_COPROC): Likewise.
14591         (ILL_BADSTK): Likewise.
14592         (FPE_INTDIV): Likewise.
14593         (FPE_INTOVF): Likewise.
14594         (FPE_FLTDIV): Likewise.
14595         (FPE_FLTOVF): Likewise.
14596         (FPE_FLTUND): Likewise.
14597         (FPE_FLTRES): Likewise.
14598         (FPE_FLTINV): Likewise.
14599         (FPE_FLTSUB): Likewise.
14600         (SEGV_MAPERR): Likewise.
14601         (SEGV_ACCERR): Likewise.
14602         (BUS_ADRALN): Likewise.
14603         (BUS_ADRERR): Likewise.
14604         (BUS_OBJERR): Likewise.
14605         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14606         (TRAP_TRACE): Likewise.
14607         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14608         __USE_XOPEN2K8].
14609         (CLD_KILLED): Likewise.
14610         (CLD_DUMPED): Likewise.
14611         (CLD_TRAPPED): Likewise.
14612         (CLD_STOPPED): Likewise.
14613         (CLD_CONTINUED): Likewise.
14614         (POLL_IN): Likewise.
14615         (POLL_OUT): Likewise.
14616         (POLL_MSG): Likewise.
14617         (POLL_ERR): Likewise.
14618         (POLL_PRI): Likewise.
14619         (POLL_HUP): Likewise.
14620         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14621         Likewise.
14622         (ILL_ILLOPN): Likewise.
14623         (ILL_ILLADR): Likewise.
14624         (ILL_ILLTRP): Likewise.
14625         (ILL_PRVOPC): Likewise.
14626         (ILL_PRVREG): Likewise.
14627         (ILL_COPROC): Likewise.
14628         (ILL_BADSTK): Likewise.
14629         (FPE_INTDIV): Likewise.
14630         (FPE_INTOVF): Likewise.
14631         (FPE_FLTDIV): Likewise.
14632         (FPE_FLTOVF): Likewise.
14633         (FPE_FLTUND): Likewise.
14634         (FPE_FLTRES): Likewise.
14635         (FPE_FLTINV): Likewise.
14636         (FPE_FLTSUB): Likewise.
14637         (SEGV_MAPERR): Likewise.
14638         (SEGV_ACCERR): Likewise.
14639         (BUS_ADRALN): Likewise.
14640         (BUS_ADRERR): Likewise.
14641         (BUS_OBJERR): Likewise.
14642         (BUS_MCEERR_AR): Likewise.
14643         (BUS_MCEERR_AO): Likewise.
14644         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14645         (TRAP_TRACE): Likewise.
14646         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14647         __USE_XOPEN2K8].
14648         (CLD_KILLED): Likewise.
14649         (CLD_DUMPED): Likewise.
14650         (CLD_TRAPPED): Likewise.
14651         (CLD_STOPPED): Likewise.
14652         (CLD_CONTINUED): Likewise.
14653         (POLL_IN): Likewise.
14654         (POLL_OUT): Likewise.
14655         (POLL_MSG): Likewise.
14656         (POLL_ERR): Likewise.
14657         (POLL_PRI): Likewise.
14658         (POLL_HUP): Likewise.
14659         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14660         (ILL_ILLOPN): Likewise.
14661         (ILL_ILLADR): Likewise.
14662         (ILL_ILLTRP): Likewise.
14663         (ILL_PRVOPC): Likewise.
14664         (ILL_PRVREG): Likewise.
14665         (ILL_COPROC): Likewise.
14666         (ILL_BADSTK): Likewise.
14667         (FPE_INTDIV): Likewise.
14668         (FPE_INTOVF): Likewise.
14669         (FPE_FLTDIV): Likewise.
14670         (FPE_FLTOVF): Likewise.
14671         (FPE_FLTUND): Likewise.
14672         (FPE_FLTRES): Likewise.
14673         (FPE_FLTINV): Likewise.
14674         (FPE_FLTSUB): Likewise.
14675         (SEGV_MAPERR): Likewise.
14676         (SEGV_ACCERR): Likewise.
14677         (BUS_ADRALN): Likewise.
14678         (BUS_ADRERR): Likewise.
14679         (BUS_OBJERR): Likewise.
14680         (BUS_MCEERR_AR): Likewise.
14681         (BUS_MCEERR_AO): Likewise.
14682         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14683         (TRAP_TRACE): Likewise.
14684         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14685         __USE_XOPEN2K8].
14686         (CLD_KILLED): Likewise.
14687         (CLD_DUMPED): Likewise.
14688         (CLD_TRAPPED): Likewise.
14689         (CLD_STOPPED): Likewise.
14690         (CLD_CONTINUED): Likewise.
14691         (POLL_IN): Likewise.
14692         (POLL_OUT): Likewise.
14693         (POLL_MSG): Likewise.
14694         (POLL_ERR): Likewise.
14695         (POLL_PRI): Likewise.
14696         (POLL_HUP): Likewise.
14697         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14698         Likewise.
14699         (ILL_ILLOPN): Likewise.
14700         (ILL_ILLADR): Likewise.
14701         (ILL_ILLTRP): Likewise.
14702         (ILL_PRVOPC): Likewise.
14703         (ILL_PRVREG): Likewise.
14704         (ILL_COPROC): Likewise.
14705         (ILL_BADSTK): Likewise.
14706         (ILL_BADIADDR): Likewise.
14707         (ILL_BREAK): Likewise.
14708         (FPE_INTDIV): Likewise.
14709         (FPE_INTOVF): Likewise.
14710         (FPE_FLTDIV): Likewise.
14711         (FPE_FLTOVF): Likewise.
14712         (FPE_FLTUND): Likewise.
14713         (FPE_FLTRES): Likewise.
14714         (FPE_FLTINV): Likewise.
14715         (FPE_FLTSUB): Likewise.
14716         (FPE_DECOVF): Likewise.
14717         (FPE_DECDIV): Likewise.
14718         (FPE_DECERR): Likewise.
14719         (FPE_INVASC): Likewise.
14720         (FPE_INVDEC): Likewise.
14721         (SEGV_MAPERR): Likewise.
14722         (SEGV_ACCERR): Likewise.
14723         (SEGV_PSTKOVF): Likewise.
14724         (BUS_ADRALN): Likewise.
14725         (BUS_ADRERR): Likewise.
14726         (BUS_OBJERR): Likewise.
14727         (BUS_MCEERR_AR): Likewise.
14728         (BUS_MCEERR_AO): Likewise.
14729         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14730         (TRAP_TRACE): Likewise.
14731         (TRAP_BRANCH): Likewise.
14732         (TRAP_HWBKPT): Likewise.
14733         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14734         __USE_XOPEN2K8].
14735         (CLD_KILLED): Likewise.
14736         (CLD_DUMPED): Likewise.
14737         (CLD_TRAPPED): Likewise.
14738         (CLD_STOPPED): Likewise.
14739         (CLD_CONTINUED): Likewise.
14740         (POLL_IN): Likewise.
14741         (POLL_OUT): Likewise.
14742         (POLL_MSG): Likewise.
14743         (POLL_ERR): Likewise.
14744         (POLL_PRI): Likewise.
14745         (POLL_HUP): Likewise.
14746         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14747         (ILL_ILLOPN): Likewise.
14748         (ILL_ILLADR): Likewise.
14749         (ILL_ILLTRP): Likewise.
14750         (ILL_PRVOPC): Likewise.
14751         (ILL_PRVREG): Likewise.
14752         (ILL_COPROC): Likewise.
14753         (ILL_BADSTK): Likewise.
14754         (FPE_INTDIV): Likewise.
14755         (FPE_INTOVF): Likewise.
14756         (FPE_FLTDIV): Likewise.
14757         (FPE_FLTOVF): Likewise.
14758         (FPE_FLTUND): Likewise.
14759         (FPE_FLTRES): Likewise.
14760         (FPE_FLTINV): Likewise.
14761         (FPE_FLTSUB): Likewise.
14762         (SEGV_MAPERR): Likewise.
14763         (SEGV_ACCERR): Likewise.
14764         (BUS_ADRALN): Likewise.
14765         (BUS_ADRERR): Likewise.
14766         (BUS_OBJERR): Likewise.
14767         (BUS_MCEERR_AR): Likewise.
14768         (BUS_MCEERR_AO): Likewise.
14769         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14770         (TRAP_TRACE): Likewise.
14771         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14772         __USE_XOPEN2K8].
14773         (CLD_KILLED): Likewise.
14774         (CLD_DUMPED): Likewise.
14775         (CLD_TRAPPED): Likewise.
14776         (CLD_STOPPED): Likewise.
14777         (CLD_CONTINUED): Likewise.
14778         (POLL_IN): Likewise.
14779         (POLL_OUT): Likewise.
14780         (POLL_MSG): Likewise.
14781         (POLL_ERR): Likewise.
14782         (POLL_PRI): Likewise.
14783         (POLL_HUP): Likewise.
14784         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14785         (ILL_ILLOPN): Likewise.
14786         (ILL_ILLADR): Likewise.
14787         (ILL_ILLTRP): Likewise.
14788         (ILL_PRVOPC): Likewise.
14789         (ILL_PRVREG): Likewise.
14790         (ILL_COPROC): Likewise.
14791         (ILL_BADSTK): Likewise.
14792         (FPE_INTDIV): Likewise.
14793         (FPE_INTOVF): Likewise.
14794         (FPE_FLTDIV): Likewise.
14795         (FPE_FLTOVF): Likewise.
14796         (FPE_FLTUND): Likewise.
14797         (FPE_FLTRES): Likewise.
14798         (FPE_FLTINV): Likewise.
14799         (FPE_FLTSUB): Likewise.
14800         (SEGV_MAPERR): Likewise.
14801         (SEGV_ACCERR): Likewise.
14802         (BUS_ADRALN): Likewise.
14803         (BUS_ADRERR): Likewise.
14804         (BUS_OBJERR): Likewise.
14805         (BUS_MCEERR_AR): Likewise.
14806         (BUS_MCEERR_AO): Likewise.
14807         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14808         (TRAP_TRACE): Likewise.
14809         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14810         __USE_XOPEN2K8].
14811         (CLD_KILLED): Likewise.
14812         (CLD_DUMPED): Likewise.
14813         (CLD_TRAPPED): Likewise.
14814         (CLD_STOPPED): Likewise.
14815         (CLD_CONTINUED): Likewise.
14816         (POLL_IN): Likewise.
14817         (POLL_OUT): Likewise.
14818         (POLL_MSG): Likewise.
14819         (POLL_ERR): Likewise.
14820         (POLL_PRI): Likewise.
14821         (POLL_HUP): Likewise.
14822         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14823         (ILL_ILLOPN): Likewise.
14824         (ILL_ILLADR): Likewise.
14825         (ILL_ILLTRP): Likewise.
14826         (ILL_PRVOPC): Likewise.
14827         (ILL_PRVREG): Likewise.
14828         (ILL_COPROC): Likewise.
14829         (ILL_BADSTK): Likewise.
14830         (FPE_INTDIV): Likewise.
14831         (FPE_INTOVF): Likewise.
14832         (FPE_FLTDIV): Likewise.
14833         (FPE_FLTOVF): Likewise.
14834         (FPE_FLTUND): Likewise.
14835         (FPE_FLTRES): Likewise.
14836         (FPE_FLTINV): Likewise.
14837         (FPE_FLTSUB): Likewise.
14838         (SEGV_MAPERR): Likewise.
14839         (SEGV_ACCERR): Likewise.
14840         (BUS_ADRALN): Likewise.
14841         (BUS_ADRERR): Likewise.
14842         (BUS_OBJERR): Likewise.
14843         (BUS_MCEERR_AR): Likewise.
14844         (BUS_MCEERR_AO): Likewise.
14845         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14846         (TRAP_TRACE): Likewise.
14847         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14848         __USE_XOPEN2K8].
14849         (CLD_KILLED): Likewise.
14850         (CLD_DUMPED): Likewise.
14851         (CLD_TRAPPED): Likewise.
14852         (CLD_STOPPED): Likewise.
14853         (CLD_CONTINUED): Likewise.
14854         (POLL_IN): Likewise.
14855         (POLL_OUT): Likewise.
14856         (POLL_MSG): Likewise.
14857         (POLL_ERR): Likewise.
14858         (POLL_PRI): Likewise.
14859         (POLL_HUP): Likewise.
14860         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14861         (ILL_ILLOPN): Likewise.
14862         (ILL_ILLADR): Likewise.
14863         (ILL_ILLTRP): Likewise.
14864         (ILL_PRVOPC): Likewise.
14865         (ILL_PRVREG): Likewise.
14866         (ILL_COPROC): Likewise.
14867         (ILL_BADSTK): Likewise.
14868         (ILL_DBLFLT): Likewise.
14869         (ILL_HARDWALL): Likewise.
14870         (FPE_INTDIV): Likewise.
14871         (FPE_INTOVF): Likewise.
14872         (FPE_FLTDIV): Likewise.
14873         (FPE_FLTOVF): Likewise.
14874         (FPE_FLTUND): Likewise.
14875         (FPE_FLTRES): Likewise.
14876         (FPE_FLTINV): Likewise.
14877         (FPE_FLTSUB): Likewise.
14878         (SEGV_MAPERR): Likewise.
14879         (SEGV_ACCERR): Likewise.
14880         (BUS_ADRALN): Likewise.
14881         (BUS_ADRERR): Likewise.
14882         (BUS_OBJERR): Likewise.
14883         (BUS_MCEERR_AR): Likewise.
14884         (BUS_MCEERR_AO): Likewise.
14885         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14886         (TRAP_TRACE): Likewise.
14887         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14888         __USE_XOPEN2K8].
14889         (CLD_KILLED): Likewise.
14890         (CLD_DUMPED): Likewise.
14891         (CLD_TRAPPED): Likewise.
14892         (CLD_STOPPED): Likewise.
14893         (CLD_CONTINUED): Likewise.
14894         (POLL_IN): Likewise.
14895         (POLL_OUT): Likewise.
14896         (POLL_MSG): Likewise.
14897         (POLL_ERR): Likewise.
14898         (POLL_PRI): Likewise.
14899         (POLL_HUP): Likewise.
14900         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14901         (ILL_ILLOPN): Likewise.
14902         (ILL_ILLADR): Likewise.
14903         (ILL_ILLTRP): Likewise.
14904         (ILL_PRVOPC): Likewise.
14905         (ILL_PRVREG): Likewise.
14906         (ILL_COPROC): Likewise.
14907         (ILL_BADSTK): Likewise.
14908         (FPE_INTDIV): Likewise.
14909         (FPE_INTOVF): Likewise.
14910         (FPE_FLTDIV): Likewise.
14911         (FPE_FLTOVF): Likewise.
14912         (FPE_FLTUND): Likewise.
14913         (FPE_FLTRES): Likewise.
14914         (FPE_FLTINV): Likewise.
14915         (FPE_FLTSUB): Likewise.
14916         (SEGV_MAPERR): Likewise.
14917         (SEGV_ACCERR): Likewise.
14918         (BUS_ADRALN): Likewise.
14919         (BUS_ADRERR): Likewise.
14920         (BUS_OBJERR): Likewise.
14921         (BUS_MCEERR_AR): Likewise.
14922         (BUS_MCEERR_AO): Likewise.
14923         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14924         (TRAP_TRACE): Likewise.
14925         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14926         __USE_XOPEN2K8].
14927         (CLD_KILLED): Likewise.
14928         (CLD_DUMPED): Likewise.
14929         (CLD_TRAPPED): Likewise.
14930         (CLD_STOPPED): Likewise.
14931         (CLD_CONTINUED): Likewise.
14932         (POLL_IN): Likewise.
14933         (POLL_OUT): Likewise.
14934         (POLL_MSG): Likewise.
14935         (POLL_ERR): Likewise.
14936         (POLL_PRI): Likewise.
14937         (POLL_HUP): Likewise.
14938         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14939         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14941         [BZ #16670]
14942         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14943         before #include of <time.h>.
14944         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14945         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14946         (test-xfail-UNIX98/sched.h/conform): Likewise.
14948 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14950         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14951         error absence of trapping exception support.
14952         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14954 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14956         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14957         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14958         * timezone/Makefile (testdata): Move definition above include of
14959         Rules.
14960         (test-zones): New variable.
14961         (tests-special): Add zone files.
14962         (build-testdata): Use $(evaluate-test).
14964         * elf/Makefile (tests-special): Rename tests to end with .out.
14965         ($(objpfx)noload-mem): Likewise.
14966         ($(objpfx)tst-leaks1-mem): Likewise.
14967         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14968         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14969         $(objpfx)test-iconvconfig.out.
14970         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14971         set -e inside subshell and redirect output to file.
14972         * iconvdata/Makefile (generated): Rename tests to end with .out.
14973         Correct type.
14974         (tests-special): Rename tests to end with .out.
14975         ($(objpfx)mtrace-tst-loading): Likewise.
14976         * intl/Makefile (generated): Likewise.
14977         (tests-special): Likewise.
14978         ($(objpfx)mtrace-tst-gettext): Likewise.
14979         * misc/Makefile (generated): Likewise.
14980         (tests-special): Likewise.
14981         ($(objpfx)tst-error1-mem): Likewise.
14982         * nptl/Makefile (tests-special): Likewise.
14983         ($(objpfx)tst-stack3-mem): Likewise.
14984         (generated): Likewise.
14985         * posix/Makefile (generated): Likewise.
14986         (tests-special): Likewise.
14987         (xtests-special): Likewise.
14988         ($(objpfx)tst-fnmatch-mem): Likewise.
14989         ($(objpfx)bug-regex2-mem): Likewise.
14990         ($(objpfx)bug-regex14-mem): Likewise.
14991         ($(objpfx)bug-regex21-mem): Likewise.
14992         ($(objpfx)bug-regex31-mem): Likewise.
14993         ($(objpfx)tst-vfork3-mem): Likewise.
14994         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14995         ($(objpfx)tst-pcre-mem): Likewise.
14996         ($(objpfx)tst-boost-mem): Likewise.
14997         ($(objpfx)bug-ga2-mem): Likewise.
14998         ($(objpfx)bug-glob2-mem): Likewise.
14999         * resolv/Makefile (generate): Likewise.
15000         (tests-special): Likewise.
15001         (xtests-special): Likewise.
15002         (generated): Likewise.
15003         ($(objpfx)mtrace-tst-leaks): Likewise.
15004         ($(objpfx)mtrace-tst-leaks2): Likewise.
15006         * scripts/merge-test-results.sh: New file.
15007         * Makefile (tests-special-notdir): New variable.
15008         (tests): Run merge-test-results.sh.
15009         (xtests): Likewise.
15010         * Rules (tests-special-notdir): New variable.
15011         (xtests-special-notdir): Likewise.
15012         (tests): Run merge-test-results.sh
15013         (xtests): Likewise.
15015         * Makeconfig (test-xfail-name): New variable.
15016         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15017         compute variable name for expected failures.
15018         * conform/Makefile (conformtest-headers-data): New variable.
15019         (conformtest-standards): Likewise.
15020         (conformtest-headers-ISO): Likewise.
15021         (conformtest-headers-ISO99): Likewise.
15022         (conformtest-headers-ISO11): Likewise.
15023         (conformtest-headers-POSIX): Likewise.
15024         (conformtest-headers-XPG3): Likewise.
15025         (conformtest-headers-XPG4): Likewise.
15026         (conformtest-headers-UNIX98): Likewise.
15027         (conformtest-headers-XOPEN2K): Likewise.
15028         (conformtest-headers-POSIX2008): Likewise.
15029         (conformtest-headers-XOPEN2K8): Likewise.
15030         (conformtest-header-list-base): Likewise.
15031         (conformtest-header-list-tests): Likewise.
15032         (conformtest-header-base): Likewise.
15033         (conformtest-header-tests): Likewise.
15034         (tests-special): Add $(conformtest-header-list-tests).  If
15035         [$(fast-check) && !$(cross-compiling)], add
15036         $(conformtest-header-tests) instead of
15037         $(objpfx)run-conformtest.out.
15038         (generated): Add $(conformtest-header-list-base).  If
15039         [$(fast-check) && !$(cross-compiling)], add
15040         $(conformtest-header-base).  Remove previous setting.
15041         ($(conformtest-header-list-tests)): New target.
15042         (test-xfail-run-conformtest): Remove variable.
15043         ($(objpfx)run-conformtest.out): Remove target.
15044         (test-xfail-ISO11/complex.h/conform): New variable.
15045         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15046         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15047         (test-xfail-XPG3/varargs.h/conform): Likewise.
15048         (test-xfail-XPG4/varargs.h/conform): Likewise.
15049         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15050         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15051         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15052         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15053         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15054         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15055         (test-xfail-XPG3/ftw.h/conform): Likewise.
15056         (test-xfail-XPG3/grp.h/conform): Likewise.
15057         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15058         (test-xfail-XPG3/limits.h/conform): Likewise.
15059         (test-xfail-XPG3/pwd.h/conform): Likewise.
15060         (test-xfail-XPG3/search.h/conform): Likewise.
15061         (test-xfail-XPG3/signal.h/conform): Likewise.
15062         (test-xfail-XPG3/stdio.h/conform): Likewise.
15063         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15064         (test-xfail-XPG3/string.h/conform): Likewise.
15065         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15066         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15067         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15068         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15069         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15070         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15071         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15072         (test-xfail-XPG3/termios.h/conform): Likewise.
15073         (test-xfail-XPG3/time.h/conform): Likewise.
15074         (test-xfail-XPG3/unistd.h/conform): Likewise.
15075         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15076         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15077         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15078         (test-xfail-XPG4/netdb.h/conform): Likewise.
15079         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15080         (test-xfail-XPG4/signal.h/conform): Likewise.
15081         (test-xfail-XPG4/stdio.h/conform): Likewise.
15082         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15083         (test-xfail-XPG4/stropts.h/conform): Likewise.
15084         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15085         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15086         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15087         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15088         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15089         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15090         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15091         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15092         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15093         (test-xfail-XPG4/termios.h/conform): Likewise.
15094         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15095         (test-xfail-XPG4/unistd.h/conform): Likewise.
15096         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15097         (test-xfail-POSIX/sched.h/conform): Likewise.
15098         (test-xfail-POSIX/signal.h/conform): Likewise.
15099         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15100         (test-xfail-POSIX/tar.h/conform): Likewise.
15101         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15102         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15103         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15104         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15105         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15106         (test-xfail-UNIX98/sched.h/conform): Likewise.
15107         (test-xfail-UNIX98/signal.h/conform): Likewise.
15108         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15109         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15110         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15111         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15112         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15113         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15114         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15115         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15116         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15117         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15118         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15119         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15120         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15121         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15122         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15123         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15124         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15125         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15126         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15127         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15128         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15129         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15130         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15131         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15132         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15133         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15134         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15135         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15136         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15137         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15138         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15139         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15140         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15141         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15142         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15143         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15144         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15145         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15146         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15147         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15148         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15149         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15150         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15151         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15152         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15153         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15154         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15155         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15156         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15157         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15158         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15159         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15160         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15161         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15162         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15163         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15164         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15165         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15166         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15167         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15168         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15169         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15170         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15171         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15172         (conformtest-cc-flags): Likewise.
15173         ($(conformtest-header-tests): New target.
15174         * conform/check-header-lists.sh: New file.
15175         * conform/run-conformtest.sh: Remove.
15177         * conform/conformtest.pl: Allow ' and \ in values given for
15178         constants.
15179         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15180         inclusion.
15181         [POSIX] (sys/types.h): Likewise.
15182         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15183         inclusion.
15184         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15185         inclusion.
15186         * conform/data/signal.h-data (SIGIO): Remove expectation.
15187         [XPG3] (SIGBUS): Do not expect.
15188         [POSIX || XPG3] (SIGPOLL): Likewise.
15189         [POSIX || XPG3] (SIGPROF): Likewise.
15190         [POSIX || XPG3] (SIGSYS): Likewise.
15191         [XPG3] (SIGTRAP): Likewise.
15192         [POSIX || XPG3] (SIGURG): Likewise.
15193         [POSIX || XPG3] (SIGVTALRM): Likewise.
15194         [POSIX || XPG3] (SIGXCPU): Likewise.
15195         [POSIX || XPG3] (SIGXFSZ): Likewise.
15196         [POSIX] (SA_SIGINFO): Expect.
15197         [XPG3] (siginfo_t): Do not expect type or contents.
15198         [POSIX] (si_pid): Do not expect element.
15199         [POSIX] (si_uid): Likewise.
15200         [POSIX] (si_addr): Likewise.
15201         [POSIX] (si_status): Likewise.
15202         [POSIX] (si_band): Likewise.
15203         [XPG4] (si_value): Likewise.
15204         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15205         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15206         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15207         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15208         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15209         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15210         [POSIX || XPG3] (ILL_COPROC): Likewise.
15211         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15212         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15213         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15214         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15215         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15216         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15217         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15218         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15219         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15220         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15221         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15222         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15223         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15224         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15225         [POSIX || XPG3] (CLD_EXITED): Likewise.
15226         [POSIX || XPG3] (CLD_KILLED): Likewise.
15227         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15228         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15229         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15230         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15231         [POSIX || XPG3] (POLL_IN): Likewise.
15232         [POSIX || XPG3] (POLL_OUT): Likewise.
15233         [POSIX || XPG3] (POLL_MSG): Likewise.
15234         [POSIX || XPG3] (POLL_ERR): Likewise.
15235         [POSIX || XPG3] (POLL_PRI): Likewise.
15236         [POSIX || XPG3] (POLL_HUP): Likewise.
15237         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15238         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15239         (SIG*): Do not allow.
15240         [XPG3] (si_*): Likewise.
15241         [XPG3] (SI_*): Likewise.
15242         [XPG3 || XPG4] (sigev_*): Likewise.
15243         [XPG3 || XPG4] (SIGEV_*): Likewise.
15244         [XPG3 || XPG4] (sival_*): Likewise.
15245         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15246         [POSIX || XPG3] (BUS_*): Likewise.
15247         [POSIX || XPG3] (CLD_*): Likewise.
15248         [POSIX || XPG3] (FPE_*): Likewise.
15249         [POSIX || XPG3] (ILL_*): Likewise.
15250         [POSIX || XPG3] (POLL_*): Likewise.
15251         [POSIX || XPG3] (SEGV_*): Likewise.
15252         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15253         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15254         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15255         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15256         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15257         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15258         Specify type and value.
15259         (TVERSLEN): Likewise.
15260         (REGTYPE): Likewise.
15261         (AREGTYPE): Likewise.
15262         (LNKTYPE): Likewise.
15263         (SYMTYPE): Likewise.
15264         (CHRTYPE): Likewise.
15265         (BLKTYPE): Likewise.
15266         (DIRTYPE): Likewise.
15267         (FIFOTYPE): Likewise.
15268         (CONTTYPE): Likewise.
15269         (TSUID): Likewise.
15270         (TSGID): Likewise.
15271         (TSVTX): Likewise.
15272         (TUREAD): Likewise.
15273         (TUWRITE): Likewise.
15274         (TUEXEC): Likewise.
15275         (TGREAD): Likewise.
15276         (TGWRITE): Likewise.
15277         (TGEXEC): Likewise.
15278         (TOREAD): Likewise.
15279         (TOWRITE): Likewise.
15280         (TOEXEC): Likewise.
15281         [POSIX] (TSVTX): Expect constant.
15283 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15285         * Makefile (tests): Change dependencies to ....
15286         (tests-special): ... additions to this variable.
15287         (tests): Depend on $(tests-special).
15288         * Makerules (check-abi-list): New variable.
15289         (check-abi): Depend on $(check-abi-list).
15290         [$(subdir) = elf] (tests-special): Add
15291         $(objpfx)check-abi-libc.out.
15292         [$(build-shared) = yes && subdir] (tests-special): Add
15293         $(check-abi-list).
15294         [$(build-shared) = yes && subdir] (tests): Do not depend on
15295         check-abi.
15296         * Rules (tests): Depend on $(tests-special).
15297         (xtests): Depend on $(xtests-special).
15298         * catgets/Makefile (tests): Change dependencies to ....
15299         (tests-special): ... additions to this variable.
15300         * conform/Makefile (tests): Change dependencies to ....
15301         (tests-special): ... additions to this variable.
15302         * elf/Makefile (tests): Change dependencies to ....
15303         (tests-special): ... additions to this variable.
15304         * grp/Makefile (tests): Change dependencies to ....
15305         (tests-special): ... additions to this variable.
15306         * iconv/Makefile (xtests): Change dependencies to ....
15307         (xtests-special): ... additions to this variable.
15308         * iconvdata/Makefile (tests): Change dependencies to ....
15309         (tests-special): ... additions to this variable.
15310         * intl/Makefile (tests): Change dependencies to ....
15311         (tests-special): ... additions to this variable.  Also add
15312         $(objpfx)tst-gettext.out.
15313         * io/Makefile (tests): Change dependencies to ....
15314         (tests-special): ... additions to this variable.
15315         * libio/Makefile (tests): Change dependencies to ....
15316         (tests-special): ... additions to this variable.
15317         * malloc/Makefile (tests): Change dependencies to ....
15318         (tests-special): ... additions to this variable.
15319         * misc/Makefile (tests): Change dependencies to ....
15320         (tests-special): ... additions to this variable.
15321         * nptl/Makefile (tests): Change dependencies to ....
15322         (tests-special): ... additions to this variable.
15323         * nptl_db/Makefile (tests): Change dependencies to ....
15324         (tests-special): ... additions to this variable.
15325         * posix/Makefile (tests): Change dependencies to ....
15326         (tests-special): ... additions to this variable.
15327         (xtests): Change dependencies to ....
15328         (xtests-special): ... additions to this variable.
15329         * resolv/Makefile (tests): Change dependencies to ....
15330         (tests-special): ... additions to this variable.
15331         (xtests): Change dependencies to ....
15332         (xtests-special): ... additions to this variable.
15333         * stdio-common/Makefile (tests): Change dependencies to ....
15334         (tests-special): ... additions to this variable.
15335         (do-tst-unbputc): Remove target.
15336         (do-tst-printf): Likewise.
15337         * stdlib/Makefile (tests): Change dependencies to ....
15338         (tests-special): ... additions to this variable.
15339         * string/Makefile (tests): Change dependencies to ....
15340         (tests-special): ... additions to this variable.
15341         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15342         (tests-special): ... additions to this variable.
15344         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15345         whole file.
15346         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15347         whole file.
15348         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15349         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15351         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15352         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15353         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15354         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15355         * conform/data/libgen.h-data [XPG3]: Likewise.
15356         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15357         * conform/data/ndbm.h-data [XPG3]: Likewise.
15358         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15359         * conform/data/netdb.h-data [XPG3]: Likewise.
15360         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15361         * conform/data/poll.h-data [XPG3]: Likewise.
15362         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15363         * conform/data/strings.h-data [XPG3]: Likewise.
15364         * conform/data/stropts.h-data [XPG3]: Likewise.
15365         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15366         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15367         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15368         Likewise.
15369         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15370         * conform/data/sys/time.h-data [XPG3]: Likewise.
15371         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15372         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15373         * conform/data/sys/un.h-data [XPG3]: Likewise.
15374         * conform/data/syslog.h-data [XPG3]: Likewise.
15375         * conform/data/ucontext.h-data [XPG3]: Likewise.
15376         * conform/data/utmpx.h-data [XPG3]: Likewise.
15377         * conform/data/varargs.h-data [UNIX98]: Enable file.
15379         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15381         * math/libm-test.inc (struct test_f_f_data): Move expected results
15382         into structure for each rounding mode.
15383         (struct test_ff_f_data): Likewise.
15384         (struct test_ff_f_data_nexttoward): Likewise.
15385         (struct test_fi_f_data): Likewise.
15386         (struct test_fl_f_data): Likewise.
15387         (struct test_if_f_data): Likewise.
15388         (struct test_fff_f_data): Likewise.
15389         (struct test_c_f_data): Likewise.
15390         (struct test_f_f1_data): Likewise.
15391         (struct test_fF_f1_data): Likewise.
15392         (struct test_ffI_f1_data): Likewise.
15393         (struct test_c_c_data): Likewise.
15394         (struct test_cc_c_data): Likewise.
15395         (struct test_f_i_data): Likewise.
15396         (struct test_ff_i_data): Likewise.
15397         (struct test_f_l_data): Likewise.
15398         (struct test_f_L_data): Likewise.
15399         (struct test_fFF_11_data): Likewise.
15400         (RM_): New macro.
15401         (RM_FE_DOWNWARD): Likewise.
15402         (RM_FE_TONEAREST): Likewise.
15403         (RM_FE_TOWARDZERO): Likewise.
15404         (RM_FE_UPWARD): Likewise.
15405         (RUN_TEST_LOOP_f_f): Update references to expected results.
15406         (RUN_TEST_LOOP_2_f): Likewise.
15407         (RUN_TEST_LOOP_fff_f): Likewise.
15408         (RUN_TEST_LOOP_c_f): Likewise.
15409         (RUN_TEST_LOOP_f_f1): Likewise.
15410         (RUN_TEST_LOOP_fF_f1): Likewise.
15411         (RUN_TEST_LOOP_fI_f1): Likewise.
15412         (RUN_TEST_LOOP_ffI_f1): Likewise.
15413         (RUN_TEST_LOOP_c_c): Likewise.
15414         (RUN_TEST_LOOP_cc_c): Likewise.
15415         (RUN_TEST_LOOP_f_i): Likewise.
15416         (RUN_TEST_LOOP_f_i_tg): Likewise.
15417         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15418         (RUN_TEST_LOOP_f_b): Likewise.
15419         (RUN_TEST_LOOP_f_b_tg): Likewise.
15420         (RUN_TEST_LOOP_f_l): Likewise.
15421         (RUN_TEST_LOOP_f_L): Likewise.
15422         (RUN_TEST_LOOP_fFF_11): Likewise.
15423         * math/gen-libm-test.pl (parse_args): Output four copies of
15424         expected results for each test.
15426         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15427         (__ASSUME_UTIMES): Remove.
15428         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15429         (__ASSUME_UTIMES): Likewise.
15431         * math/gen-auto-libm-tests.c: Update comment on output format.
15432         (output_for_one_input_case): Generate before-rounding and
15433         after-rounding information as conditions on output flags not
15434         floating-point format.
15435         * math/auto-libm-test-out: Regenerated.
15436         * math/gen-libm-test.pl (cond_value): New function.
15437         (or_cond_value): Use cond_value.
15438         (generate_testfile): Handle conditional exceptions.
15440 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15442         * math/libm-test.inc (max_valid_error): New variable.
15443         (init_max_error): Take new argument specifying whether function
15444         results are exactly determined.  Set max_valid_error and bound
15445         other variables for errors based on this argument.
15446         (set_max_error): Do not record results above max_valid_error.
15447         (check_float_internal): Only accept errors of up to 0.5ulps if
15448         also at most max_valid_error.
15449         (START): Take new argument EXACT and pass it to init_max_error.
15450         (acos_test): Update call to START.
15451         (acos_test_tonearest): Likewise.
15452         (acos_test_towardzero): Likewise.
15453         (acos_test_downward): Likewise.
15454         (acos_test_upward): Likewise.
15455         (acosh_test): Likewise.
15456         (asin_test): Likewise.
15457         (asin_test_tonearest): Likewise.
15458         (asin_test_towardzero): Likewise.
15459         (asin_test_downward): Likewise.
15460         (asin_test_upward): Likewise.
15461         (asinh_test): Likewise.
15462         (atan_test): Likewise.
15463         (atanh_test): Likewise.
15464         (atan2_test): Likewise.
15465         (cabs_test): Likewise.
15466         (cacos_test): Likewise.
15467         (cacosh_test): Likewise.
15468         (carg_test): Likewise.
15469         (casin_test): Likewise.
15470         (casinh_test): Likewise.
15471         (catan_test): Likewise.
15472         (catanh_test): Likewise.
15473         (cbrt_test): Likewise.
15474         (ccos_test): Likewise.
15475         (ccosh_test): Likewise.
15476         (ceil_test): Likewise.
15477         (cexp_test): Likewise.
15478         (cimag_test): Likewise.
15479         (clog_test): Likewise.
15480         (clog10_test): Likewise.
15481         (conj_test): Likewise.
15482         (copysign_test): Likewise.
15483         (cos_test): Likewise.
15484         (cos_test_tonearest): Likewise.
15485         (cos_test_towardzero): Likewise.
15486         (cos_test_downward): Likewise.
15487         (cos_test_upward): Likewise.
15488         (cosh_test): Likewise.
15489         (cosh_test_tonearest): Likewise.
15490         (cosh_test_towardzero): Likewise.
15491         (cosh_test_downward): Likewise.
15492         (cosh_test_upward): Likewise.
15493         (cpow_test): Likewise.
15494         (cproj_test): Likewise.
15495         (creal_test): Likewise.
15496         (csin_test): Likewise.
15497         (csinh_test): Likewise.
15498         (csqrt_test): Likewise.
15499         (ctan_test): Likewise.
15500         (ctan_test_tonearest): Likewise.
15501         (ctan_test_towardzero): Likewise.
15502         (ctan_test_downward): Likewise.
15503         (ctan_test_upward): Likewise.
15504         (ctanh_test): Likewise.
15505         (ctanh_test_tonearest): Likewise.
15506         (ctanh_test_towardzero): Likewise.
15507         (ctanh_test_downward): Likewise.
15508         (ctanh_test_upward): Likewise.
15509         (erf_test): Likewise.
15510         (erfc_test): Likewise.
15511         (exp_test): Likewise.
15512         (exp_test_tonearest): Likewise.
15513         (exp_test_towardzero): Likewise.
15514         (exp_test_downward): Likewise.
15515         (exp_test_upward): Likewise.
15516         (exp10_test): Likewise.
15517         (exp10_test_tonearest): Likewise.
15518         (exp10_test_towardzero): Likewise.
15519         (exp10_test_downward): Likewise.
15520         (exp10_test_upward): Likewise.
15521         (pow10_test): Likewise.
15522         (exp2_test): Likewise.
15523         (expm1_test): Likewise.
15524         (expm1_test_tonearest): Likewise.
15525         (expm1_test_towardzero): Likewise.
15526         (expm1_test_downward): Likewise.
15527         (expm1_test_upward): Likewise.
15528         (fabs_test): Likewise.
15529         (fdim_test): Likewise.
15530         (floor_test): Likewise.
15531         (fma_test): Likewise.
15532         (fma_test_towardzero): Likewise.
15533         (fma_test_downward): Likewise.
15534         (fma_test_upward): Likewise.
15535         (fmax_test): Likewise.
15536         (fmin_test): Likewise.
15537         (fmod_test): Likewise.
15538         (fpclassify_test): Likewise.
15539         (frexp_test): Likewise.
15540         (hypot_test): Likewise.
15541         (ilogb_test): Likewise.
15542         (isfinite_test): Likewise.
15543         (finite_test): Likewise.
15544         (isgreater_test): Likewise.
15545         (isgreaterequal_test): Likewise.
15546         (isinf_test): Likewise.
15547         (isless_test): Likewise.
15548         (islessequal_test): Likewise.
15549         (islessgreater_test): Likewise.
15550         (isnan_test): Likewise.
15551         (isnormal_test): Likewise.
15552         (issignaling_test): Likewise.
15553         (isunordered_test): Likewise.
15554         (j0_test): Likewise.
15555         (j1_test): Likewise.
15556         (jn_test): Likewise.
15557         (ldexp_test): Likewise.
15558         (lgamma_test): Likewise.
15559         (gamma_test): Likewise.
15560         (lrint_test): Likewise.
15561         (lrint_test_tonearest): Likewise.
15562         (lrint_test_towardzero): Likewise.
15563         (lrint_test_downward): Likewise.
15564         (lrint_test_upward): Likewise.
15565         (llrint_test): Likewise.
15566         (llrint_test_tonearest): Likewise.
15567         (llrint_test_towardzero): Likewise.
15568         (llrint_test_downward): Likewise.
15569         (llrint_test_upward): Likewise.
15570         (log_test): Likewise.
15571         (log10_test): Likewise.
15572         (log1p_test): Likewise.
15573         (log2_test): Likewise.
15574         (logb_test): Likewise.
15575         (logb_test_downward): Likewise.
15576         (lround_test): Likewise.
15577         (llround_test): Likewise.
15578         (modf_test): Likewise.
15579         (nearbyint_test): Likewise.
15580         (nextafter_test): Likewise.
15581         (nexttoward_test): Likewise.
15582         (pow_test): Likewise.
15583         (pow_test_tonearest): Likewise.
15584         (pow_test_towardzero): Likewise.
15585         (pow_test_downward): Likewise.
15586         (pow_test_upward): Likewise.
15587         (remainder_test): Likewise.
15588         (drem_test): Likewise.
15589         (remainder_test_tonearest): Likewise.
15590         (drem_test_tonearest): Likewise.
15591         (remainder_test_towardzero): Likewise.
15592         (drem_test_towardzero): Likewise.
15593         (remainder_test_downward): Likewise.
15594         (drem_test_downward): Likewise.
15595         (remainder_test_upward): Likewise.
15596         (drem_test_upward): Likewise.
15597         (remquo_test): Likewise.
15598         (rint_test): Likewise.
15599         (rint_test_tonearest): Likewise.
15600         (rint_test_towardzero): Likewise.
15601         (rint_test_downward): Likewise.
15602         (rint_test_upward): Likewise.
15603         (round_test): Likewise.
15604         (scalb_test): Likewise.
15605         (scalbn_test): Likewise.
15606         (scalbln_test): Likewise.
15607         (signbit_test): Likewise.
15608         (sin_test): Likewise.
15609         (sin_test_tonearest): Likewise.
15610         (sin_test_towardzero): Likewise.
15611         (sin_test_downward): Likewise.
15612         (sin_test_upward): Likewise.
15613         (sincos_test): Likewise.
15614         (sinh_test): Likewise.
15615         (sinh_test_tonearest): Likewise.
15616         (sinh_test_towardzero): Likewise.
15617         (sinh_test_downward): Likewise.
15618         (sinh_test_upward): Likewise.
15619         (sqrt_test): Likewise.
15620         (sqrt_test_tonearest): Likewise.
15621         (sqrt_test_towardzero): Likewise.
15622         (sqrt_test_downward): Likewise.
15623         (sqrt_test_upward): Likewise.
15624         (tan_test): Likewise.
15625         (tan_test_tonearest): Likewise.
15626         (tan_test_towardzero): Likewise.
15627         (tan_test_downward): Likewise.
15628         (tan_test_upward): Likewise.
15629         (tanh_test): Likewise.
15630         (tgamma_test): Likewise.
15631         (trunc_test): Likewise.
15632         (y0_test): Likewise.
15633         (y1_test): Likewise.
15634         (yn_test): Likewise.
15635         (significand_test): Likewise.
15637         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15638         individual tests in comment.
15639         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15640         (prev_max_error): New variable.
15641         (prev_real_max_error): Likewise.
15642         (prev_imag_max_error): Likewise.
15643         (compare_ulp_data): Don't refer to test names in comment.
15644         (find_test_ulps): Remove function.
15645         (find_function_ulps): Likewise.
15646         (find_complex_function_ulps): Likewise.
15647         (init_max_error): Take function name as argument.  Look up ulps
15648         for that function.
15649         (print_ulps): Remove function.
15650         (print_max_error): Use prev_max_error instead of calling
15651         find_function_ulps.
15652         (print_complex_max_error): Use prev_real_max_error and
15653         prev_imag_max_error instead of calling find_complex_function_ulps.
15654         (check_float_internal): Take max_ulp parameter instead of calling
15655         find_test_ulps.  Don't call print_ulps.
15656         (check_float): Update call to check_float_internal.
15657         (check_complex): Update calls to check_float_internal.
15658         (START): Pass argument to init_max_error.
15659         * math/gen-libm-test.pl (%results): Don't include "kind"
15660         information.
15661         (parse_ulps): Don't handle ulps of individual tests.
15662         (print_ulps_file): Likewise.
15663         (output_ulps): Likewise.
15664         * math/README.libm-test: Update.
15665         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15666         individual tests.
15667         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15668         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15669         * sysdeps/arm/libm-test-ulps: Likewise.
15670         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15671         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15672         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15673         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15674         * sysdeps/microblaze/libm-test-ulps: Likewise.
15675         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15676         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15677         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15678         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15679         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15680         * sysdeps/sh/libm-test-ulps: Likewise.
15681         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15682         * sysdeps/tile/libm-test-ulps: Likewise.
15683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15685 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15687         * math/libm-test.inc (print_complex_max_error): Check separately
15688         whether real and imaginary errors are within allowed range and
15689         pass 0 to print_complex_function_ulps instead of value within
15690         allowed range.
15692 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15694         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15695         formatting.
15696         (get_handles_fopen): Likewise.
15697         (do_write_test): Likewise.
15699         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15701         * libio/fileops.c (do_ftell): Use cached offset when
15702         available.
15703         * libio/iofwide.c (do_ftell_wide): Likewise.
15704         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15705         _IO_file_attach.
15706         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15708         [BZ #16532]
15709         * libio/libioP.h (get_file_offset): New function.
15710         * libio/fileops.c (get_file_offset): Likewise.
15711         (do_ftell): Likewise.
15712         (_IO_new_file_seekoff): Split out ftell logic.
15713         * libio/wfileops.c (do_ftell_wide): Likewise.
15714         (_IO_wfile_seekoff): Split out ftell logic.
15715         * libio/tst-ftell-active-handler.c: New test case.
15716         * libio/Makefile (tests): Add it.
15718 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15720         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15721         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15723 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15725         [BZ #16639]
15726         * nscd/connections.c (nscd_init): Call do_exit.
15727         (start_threads): Call do_exit and notify_parent.
15728         (begin_drop_privileges): Call do_exit.
15729         (finish_drop_privileges): Likewise.
15730         * nscd/selinux.c (preserve_capabilities): Likewise.
15731         (install_real_capabilities): Likewise.
15732         (nscd_selinux_enabled): Likewise.
15733         (avc_create_thread): Likewise.
15734         (avc_alloc_lock): Likewise.
15735         (nscd_avc_init): Likewise.
15736         * nscd/nscd.c (parent_fd): New static variable.
15737         (main): Create a pipe between parent and child processes.
15738         Skip closing parent_fd.
15739         (monitor_child): New function.
15740         (do_exit): Likewise.
15741         (notify_parent): Likewise.
15742         * nscd/nscd.h (notify_parent): Likewise.
15743         (do_exit): Likewise.
15745 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
15747         * malloc/malloc.c (__libc_calloc): Revert last change.
15749 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15751         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15753 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15755         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15756         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15757         implementation.
15758         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15759         (__libc_ifunc_impl_list): Likewise.
15760         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15761         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15762         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15763         * string/strrchr.c: Define STRRCHR.
15765 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
15767         * benchtest/bench-strtok.c (simple_strtok): Delete.
15768         (strtok_string): Use as benchmark.
15769         * string/strtok (STRTOK): New macro.
15771 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
15773         * manual/threads.texi: Add header and standard comments to all
15774         functions.
15776         * elf/dl-lookup.c (check_match): New function.
15777         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15778         (do_lookup_x): Remove nested function check_match. Use non-nested
15779         function check_match.
15781 2014-02-28  Roland McGrath  <roland@hack.frob.com>
15783         * csu/Makefile (generated, before-compile): Use += rather than =.
15784         * catgets/Makefile (generated, generated-dirs): Likewise.
15785         * debug/Makefile (generated): Likewise.
15786         * dlfcn/Makefile (generated): Likewise.
15787         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15788         * iconvdata/Makefile (before-compile, generated): Likewise.
15789         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15790         * libio/Makefile (generated): Likewise.
15791         * malloc/Makefile (generated): Likewise.
15792         * manual/Makefile (generated, generated-dirs): Likewise.
15793         * misc/Makefile (generated): Likewise.
15794         * posix/Makefile (generated): Likewise.
15795         * resolv/Makefile (generated): Likewise.
15796         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15797         * timezone/Makefile (generated, generated-dirs): Likewise.
15799         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15801 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15803         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15804         power8 implementation.
15805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15806         file: POWER8 llround ifunc implementation.
15807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15808         (__lllround): Add POWER8 implementation.
15809         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15810         POWER8 llround implementation.
15812         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15813         power8 implementation.
15814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15815         file: POWER8 llrint ifunc implementation.
15816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15817         Add POWER8 implementation.
15818         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15819         POWER8 llrint implementation.
15821         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15822         power8 implementation.
15823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15824         file: POWER8 finite ifunc implementation.
15825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15826         Add POWER8 implementation.
15827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15828         Likewise.
15829         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15830         POWER8 finite implementation.
15831         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15833         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15834         power8 implementation.
15835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15836         file: POWER8 isinf ifunc implementation.
15837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15838         POWER8 implementation.
15839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15840         Likewise.
15841         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15842         isinf implementation.
15843         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15845         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15846         (INIT_ARCH): Add hwcap2 initialization.
15847         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15848         power8 implementation.
15849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15850         file: POWER8 isnan ifunc implementation.
15851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15852         POWER8 implementation.
15853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15854         Likewise.
15855         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15856         isnan implementation.
15857         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15859 2014-02-27  Joey Ye  <joey.ye@arm.com>
15861         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15862         (_FP_NANFRAC_Q): Set to zero.
15864 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15866         [BZ #16623]
15867         * math/auto-libm-test-in: New test inputs.
15868         * math/auto-libm-test-out: Regenerate.
15869         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15870         and DA.
15871         (__cos): Likewise.
15872         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15874 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15876         * scripts/evaluate-test.sh: Take new argument indicating whether
15877         failure is expected.
15878         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15879         indicating whether failure is expected.
15880         * conform/Makefile (test-xfail-run-conformtest): New variable.
15881         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15882         level.
15883         * posix/Makefile (test-xfail-annexc): New variable.
15884         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15886 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15888         * argp/Makefile: Include Makeconfig immediately after defining
15889         subdir.
15890         * assert/Makefile: Likewise.
15891         * benchtests/Makefile: Likewise.
15892         * catgets/Makefile: Likewise.
15893         * conform/Makefile: Likewise.
15894         * crypt/Makefile: Likewise.
15895         * csu/Makefile: Likewise.
15896         (all): Remove target.
15897         * ctype/Makefile: Include Makeconfig immediately after defining
15898         subdir.
15899         * debug/Makefile: Likewise.
15900         * dirent/Makefile: Likewise.
15901         * dlfcn/Makefile: Likewise.
15902         * gmon/Makefile: Likewise.
15903         * gnulib/Makefile: Likewise.
15904         * grp/Makefile: Likewise.
15905         * gshadow/Makefile: Likewise.
15906         * hesiod/Makefile: Likewise.
15907         * hurd/Makefile: Likewise.
15908         (all): Remove target.
15909         * iconvdata/Makefile: Include Makeconfig immediately after
15910         defining subdir.
15911         * inet/Makefile: Likewise.
15912         * intl/Makefile: Likewise.
15913         * io/Makefile: Likewise.
15914         * libio/Makefile: Likewise.
15915         (all): Remove target.
15916         * locale/Makefile: Include Makeconfig immediately after defining
15917         subdir.
15918         * login/Makefile: Likewise.
15919         * mach/Makefile: Likewise.
15920         (all): Remove target.
15921         * malloc/Makefile: Include Makeconfig immediately after defining
15922         subdir.
15923         (all): Remove target.
15924         * manual/Makefile: Include Makeconfig immediately after defining
15925         subdir.
15926         * math/Makefile: Likewise.
15927         * misc/Makefile: Likewise.
15928         * nis/Makefile: Likewise.
15929         * nss/Makefile: Likewise.
15930         * po/Makefile: Likewise.
15931         (all): Remove target.
15932         * posix/Makefile: Include Makeconfig immediately after defining
15933         subdir.
15934         * pwd/Makefile: Likewise.
15935         * resolv/Makefile: Likewise.
15936         * resource/Makefile: Likewise.
15937         * rt/Makefile: Likewise.
15938         * setjmp/Makefile: Likewise.
15939         * shadow/Makefile: Likewise.
15940         * signal/Makefile: Likewise.
15941         * socket/Makefile: Likewise.
15942         * soft-fp/Makefile: Likewise.
15943         * stdio-common/Makefile: Likewise.
15944         * stdlib/Makefile: Likewise.
15945         * streams/Makefile: Likewise.
15946         * string/Makefile: Likewise.
15947         * sunrpc/Makefile: Likewise.
15948         (all): Remove target.
15949         * sysvipc/Makefile: Include Makeconfig immediately after defining
15950         subdir.
15951         * termios/Makefile: Likewise.
15952         * time/Makefile: Likewise.
15953         * timezone/Makefile: Likewise.
15954         (all): Remove target.
15955         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15956         subdir.
15957         * wctype/Makefile: Likewise.
15959 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15961         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15962         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15963         (libc_feholdexcept_setround_mips): Ditto.
15964         (libc_feholdsetround): New.
15965         (libc_feholdsetroundf): New.
15966         (libc_feholdsetroundl): New.
15967         (libc_feupdateenv_test_mips): New.
15968         (libc_feupdateenv_test): New.
15969         (libc_feupdateenv_testf): New.
15970         (libc_feupdateenv_testl): New.
15971         (libc_feresetround): New.
15972         (libc_feresetroundf): New.
15973         (libc_feresetroundl): New.
15974         (libc_fetestexcept_mips): New.
15975         (libc_fetestexcept): New.
15976         (libc_fetestexceptf): New.
15977         (libc_fetestexceptl): New.
15978         (HAVE_RM_CTX): New.
15979         (libc_feholdexcept_setround_mips_ctx): New.
15980         (libc_feholdexcept_setround_ctx): New.
15981         (libc_feholdexcept_setroundf_ctx): New.
15982         (libc_feholdexcept_setroundl_ctx): New.
15983         (libc_fesetenv_mips_ctx): New.
15984         (libc_fesetenv_ctx): New.
15985         (libc_fesetenv_ctxf): New.
15986         (libc_fesetenv_ctxl): New.
15987         (libc_feupdateenv_mips_ctx): New.
15988         (libc_feupdateenv_ctx): New.
15989         (libc_feupdateenvf_ctx): New.
15990         (libc_feupdateenvl_ctx): New.
15991         (libc_feholdsetround_mips_ctx): New.
15992         (libc_feholdsetround_ctx): New.
15993         (libc_feholdsetroundf_ctx): New.
15994         (libc_feholdsetroundl_ctx): New.
15995         (libc_feresetround_mips_ctx): New.
15996         (libc_feresetround_ctx): New.
15997         (libc_feresetroundf_ctx): New.
15998         (libc_feresetroundl_ctx): New.
16000 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16002         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16004         * manual/ipc.texi: New file.
16005         * manual/Makefile (chapters): Add ipc.
16006         * manual/job.texi: Add "Inter-Process Communication" to next.
16007         * manual/process.texi: Add "Inter-Process Communication" to prev.
16009 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16013 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16015         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16017         * manual/arith.texi: Fix spaces after sentences.
16018         * manual/charset.texi: Likewise.
16019         * manual/errno.texi: Likewise.
16020         * manual/install.texi: Likewise.
16021         * manual/llio.texi: Likewise.
16022         * manual/locale.texi: Likewise.
16023         * manual/maint.texi: Likewise.
16024         * manual/math.texi: Likewise.
16025         * manual/memory.texi: Likewise.
16026         * manual/message.texi: Likewise.
16027         * manual/probes.texi: Likewise.
16028         * manual/resource.texi: Likewise.
16029         * manual/signal.texi: Likewise.
16030         * manual/socket.texi: Likewise.
16031         * manual/stdio.texi: Likewise.
16032         * manual/string.texi: Likewise.
16033         * manual/time.texi: Likewise.
16034         * manual/users.texi: Likewise.
16036 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16038         [BZ #16632]
16039         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16040         _DEFAULT_SOURCE is defined.
16042 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16043             Carlos O'Donell  <carlos@redhat.com>
16045         [BZ #16613]
16046         * elf/dl-tls.c (_dl_count_modids): New function.
16047         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16048         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16049         audit library and increment generation counter.
16050         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16051         * elf/tst-audit9.c: New file.
16052         * elf/tst-auditmod9a.c: New file.
16053         * elf/tst-auditmod9b.c: New file.
16054         * elf/Makefile: Add rules to build and run tst-audit9.
16056 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16058         [BZ #15347]
16059         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16061 2014-02-25  Will Newton  <will.newton@linaro.org>
16063         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16064         (__longjmp): Restore sp and lr before restoring callee
16065         saved registers.  Add longjmp and longjmp_target
16066         SystemTap probe point.
16067         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16068         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16069         Define to zero to match jmpbuf layout.
16070         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16071         (__sigsetjmp): Save sp and lr before saving callee
16072         saved registers.  Add setjmp SystemTap probe point.
16074 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16076         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16078 2014-02-24  Andreas Schwab  <schwab@suse.de>
16080         [BZ #15804]
16081         * elf/pldd.c (wait_for_ptrace_stop): New function.
16082         (main): Call it after attaching.
16084 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16086         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16087         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16088         Versions files is now verboten.
16089         * hurd/Versions (libc: GLIBC_2.0):
16090         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16091         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16092         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16093         * mach/Versions: Likewise.
16095         * csu/Versions: Remove unused %include.
16096         * resolv/Versions: Likewise.
16098 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16100         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16101         ($(objpfx)check-local-headers.out): Likewise.
16102         ($(objpfx)begin-end-check.out): Likewise.
16103         * Makerules (check-abi-%.out): Likewise.
16104         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16105         ($(objpfx)test2.cat): Likewise.
16106         ($(objpfx)de/libc.cat): Likewise.
16107         ($(objpfx)test-gencat.out): Likewise.
16108         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16109         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16110         ($(objpfx)noload-mem): Likewise.
16111         ($(objpfx)tst-pathopt.out): Likewise.
16112         ($(objpfx)tst-rtld-load-self.out): Likewise.
16113         ($(objpfx)tst-array1-cmp.out): Likewise.
16114         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16115         ($(objpfx)tst-array2-cmp.out): Likewise.
16116         ($(objpfx)tst-array3-cmp.out): Likewise.
16117         ($(objpfx)tst-array4-cmp.out): Likewise.
16118         ($(objpfx)tst-array5-cmp.out): Likewise.
16119         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16120         ($(objpfx)check-textrel.out): Likewise.
16121         ($(objpfx)check-execstack.out): Likewise.
16122         ($(objpfx)check-localplt.out): Likewise.
16123         ($(objpfx)order2-cmp.out): Likewise.
16124         ($(objpfx)tst-leaks1-mem): Likewise.
16125         ($(objpfx)tst-leaks1-static-mem): Likewise.
16126         ($(objpfx)tst-initorder-cmp.out): Likewise.
16127         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16128         ($(objpfx)tst-unused-dep.out): Likewise.
16129         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16130         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16131         * iconv/Makefile (test-iconvconfig): Likewise.
16132         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16133         ($(objpfx)iconv-test.out): Likewise.
16134         ($(objpfx)tst-tables.out): Likewise.
16135         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16136         ($(objpfx)tst-gettext.out): Likewise.
16137         ($(objpfx)tst-translit.out): Likewise.
16138         ($(objpfx)tst-gettext2.out): Likewise.
16139         ($(objpfx)tst-gettext4.out): Likewise.
16140         ($(objpfx)tst-gettext6.out): Likewise.
16141         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16142         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16143         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16144         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16145         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16146         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16147         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16148         ($(objpfx)wordexp-tst.out): Likewise.
16149         ($(objpfx)annexc.out): Likewise.
16150         ($(objpfx)tst-fnmatch-mem): Likewise.
16151         ($(objpfx)bug-regex2-mem): Likewise.
16152         ($(objpfx)bug-regex14-mem): Likewise.
16153         ($(objpfx)bug-regex21-mem): Likewise.
16154         ($(objpfx)bug-regex31-mem): Likewise.
16155         ($(objpfx)tst-vfork3-mem): Likewise.
16156         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16157         ($(objpfx)tst-pcre-mem): Likewise.
16158         ($(objpfx)tst-boost-mem): Likewise.
16159         ($(objpfx)tst-getconf.out): Likewise.
16160         ($(objpfx)bug-ga2-mem): Likewise.
16161         ($(objpfx)bug-glob2-mem): Likewise.
16162         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16163         ($(objpfx)mtrace-tst-leaks2): Likewise.
16164         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16165         ($(objpfx)tst-printf.out): Likewise.
16166         ($(objpfx)tst-setvbuf1.out): Likewise.
16167         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16168         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16169         ($(objpfx)tst-fmtmsg.out): Likewise.
16170         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16171         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16173         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16174         * bits/sigaction.h [__USE_MISC]: Likewise.
16175         * bits/waitstatus.h: Update #endif comments.
16176         * ctype/ctype.h: Likewise.
16177         * dirent/dirent.h: Likewise.
16178         [__USE_MISC]: Remove redundant conditionals.
16179         * grp/grp.h: Update #endif comments.
16180         [__USE_GNU]: Remove redundant conditionals.
16181         [__USE_MISC]: Likewise.
16182         * inet/netinet/in.h [__USE_GNU]: Likewise.
16183         * io/sys/stat.h [__USE_MISC]: Likewise.
16184         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16185         * libio/bits/stdio.h: Update #endif comments.
16186         [__USE_MISC]: Remove redundant conditionals.
16187         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16188         * libio/stdio.h: Update #endif comments.
16189         [__USE_MISC]: Remove redundant conditionals.
16190         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16191         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16192         * math/math.h: Update #else and #endif comments.
16193         [__USE_MISC]: Remove redundant conditionals.
16194         * misc/sys/uio.h: Update #endif comments.
16195         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16196         * posix/glob.h [__USE_MISC]: Likewise.
16197         * posix/sys/types.h: Update #endif comments.
16198         [__USE_MISC]: Remove redundant conditionals.
16199         * posix/sys/wait.h: Update #endif comments.
16200         [__USE_MISC]: Remove redundant conditionals.
16201         * posix/unistd.h: Update #endif comments.
16202         [__USE_MISC]: Remove redundant conditionals.
16203         * pwd/pwd.h [__USE_GNU]: Likewise.
16204         [__USE_MISC]: Likewise.
16205         * resolv/netdb.h [__USE_GNU]: Likewise.
16206         * signal/signal.h: Update #endif comments.
16207         [__USE_MISC]: Remove redundant conditionals.
16208         * stdlib/stdlib.h: Update #else and #endif comments.
16209         [__USE_MISC]: Remove redundant conditionals.
16210         [__USE_GNU]: Likewise.
16211         * string/bits/string2.h [__USE_MISC]: Likewise.
16212         * string/string.h: Update #endif comments.
16213         [__USE_MISC]: Remove redundant conditionals.
16214         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16215         Likewise.
16216         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16217         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16218         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16219         Likewise.
16220         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16221         Likewise.
16222         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16223         comments.
16224         [__USE_MISC]: Remove redundant conditionals.
16225         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16226         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16227         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16228         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16229         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16230         Likewise.
16231         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16232         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16233         Likewise.
16234         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16235         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16236         Likewise.
16237         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16238         Likewise.
16239         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16240         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16241         Likewise.
16242         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16243         Likewise.
16244         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16245         * sysdeps/x86/bits/string.h: Update #endif comments.
16246         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16247         conditionals.
16248         * time/sys/time.h: Update #endif comments.
16249         * time/time.h: Likewise.
16250         [__USE_MISC]: Remove redundant conditionals.
16252 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16254         [BZ #16600]
16255         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16257 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16259         * Versions.def (librt): Add GLIBC_2.17.
16261 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16263         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16264         synonym for _SYS_AUXV_H to allow direct inclusion.
16265         * sysdeps/sparc/bits/hwcap.h: Likewise.
16266         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16267         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16268         * sysdeps/sparc/sysdep.h: Likewise.
16270 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16272         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16274 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16276         * benchtests/bench-strrchr.c: Print length instead of position.
16278 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16280         [BZ #16611]
16281         * sysdeps/unix/sysv/linux/kernel-features.h
16282         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16283         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16284         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16285         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16286         Likewise.
16287         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16288         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16289         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16290         (__ASSUME_SENDMMSG): Define instead of using previous
16291         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16292         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16293         (__ASSUME_SENDMMSG_SYSCALL): Define.
16294         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16295         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16296         Likewise.
16297         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16298         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16299         Likewise.
16300         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16301         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16302         Likewise.
16303         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16304         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16305         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16306         [__ASSUME_SENDMMSG]: Change conditionals to
16307         [__ASSUME_SENDMMSG_SOCKETCALL].
16308         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16309         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16310         Define.
16311         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16312         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16313         Likewise.
16314         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16315         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16316         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16317         [!__ASSUME_SENDMMSG]: Change conditional to
16318         [!__ASSUME_SENDMMSG_SOCKETCALL].
16319         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16320         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16321         Define.
16323         [BZ #16610]
16324         * sysdeps/unix/sysv/linux/kernel-features.h
16325         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16326         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16327         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16328         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16329         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16330         [__i386__ || __sparc__]
16331         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16332         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16333         (__ASSUME_RECVMMSG): Define instead of using previous
16334         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16335         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16336         (__ASSUME_RECVMMSG_SYSCALL): Define.
16337         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16338         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16339         Likewise.
16340         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16341         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16342         Likewise.
16343         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16344         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16345         Likewise.
16346         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16347         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16348         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16349         [__ASSUME_RECVMMSG]: Change condition to
16350         [__ASSUME_RECVMMSG_SOCKETCALL].
16351         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16352         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16353         Define.
16354         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16355         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16356         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16357         Likewise.
16358         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16359         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16360         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16361         [!__ASSUME_RECVMMSG]: Change condition to
16362         [!__ASSUME_RECVMMSG_SOCKETCALL].
16363         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16364         (__ASSUME_RECVMMSG_SYSCALL): Define.
16366         [BZ #16609]
16367         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16368         __powerpc__ || __s390__ || __sh__ || __sparc__]
16369         (__ASSUME_SOCKETCALL): Define.
16370         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16371         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16372         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16373         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16374         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16375         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16376         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16377         (__ASSUME_ACCEPT4): Define instead of using previous
16378         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16379         __powerpc__ || __sparc__ || __s390__)] condition.
16380         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16381         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16382         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16383         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16384         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16385         [!__ASSUME_ACCEPT4]: Change condition to
16386         [!__ASSUME_ACCEPT4_SOCKETCALL].
16387         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16388         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16389         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16390         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16391         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16392         __ASSUME_ACCEPT4_SYSCALL.
16393         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16394         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16395         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16396         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16397         __ASSUME_ACCEPT4_SYSCALL.
16398         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16399         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16400         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16401         [__ASSUME_ACCEPT4]: Change condition to
16402         [__ASSUME_ACCEPT4_SOCKETCALL].
16403         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16404         (__ASSUME_SOCKETCALL): Define.
16405         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16406         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16407         (__ASSUME_SOCKETCALL): Define.
16408         (__ASSUME_ACCEPT4): Remove.
16409         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16410         Define.
16411         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16412         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16413         Likewise.
16414         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16415         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16417         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16418         macro.
16419         (HWCAP_ARM_LPAE): Likewise.
16420         (HWCAP_ARM_EVTSTRM): Likewise.
16421         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16422         Add vpfd32, lpae and evtstrm.
16423         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16424         Increase to 22.
16426 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16428         * math/auto-libm-test-in: Add tests of clog10.
16429         * math/auto-libm-test-out: Regenerated.
16430         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16431         * sysdeps/i386/fpu/libm-test-ulps: Update.
16432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16434 2014-02-18  Andreas Schwab  <schwab@suse.de>
16436         [BZ #16574]
16437         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16438         Store non-zero if the second buffer was newly allocated.
16439         (send_dg): Likewise.
16440         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16441         to send_vc and send_dg.
16442         (res_nsend): Pass NULL for ansp2_malloced.
16443         * resolv/res_query.c (__libc_res_nquery): Add parameter
16444         answerp2_malloced and pass it down to __libc_res_nsend.
16445         (res_nquery): Pass additional NULL to __libc_res_nquery.
16446         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16447         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16448         second answer buffer if answerp2_malloced was set.
16449         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16450         (__libc_res_nquerydomain): Add parameter
16451         answerp2_malloced and pass it down to __libc_res_nquery.
16452         (res_nquerydomain): Pass additional NULL to
16453         __libc_res_nquerydomain.
16454         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16455         additional NULL to __libc_res_nsend and __libc_res_nquery.
16456         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16457         additional NULL to __libc_res_nsearch.
16458         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16459         parameter of __libc_res_nsearch to check for separately allocated
16460         second buffer.
16461         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16462         __libc_res_nquery.
16463         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16464         additional NULL to __libc_res_nquery.
16465         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16466         __libc_res_nsearch.
16467         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16468         * include/resolv.h: Update prototypes of __libc_res_nquery,
16469         __libc_res_nsearch, __libc_res_nsend.
16471 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16473         * math/auto-libm-test-in: Add tests of fma.
16474         * math/auto-libm-test-out: Regenerated.
16475         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16476         (fma_towardzero_test_data): Likewise.
16477         (fma_downward_test_data): Likewise.
16478         (fma_upward_test_data): Likewise.
16479         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16480         mpc_mode.
16481         (rounding_modes): Add values for new field.
16482         (func_calc_method): Add value mpfr_fff_f.
16483         (func_calc_desc): Add mpfr_fff_f union field.
16484         (test_function): Add field exact_args.
16485         (FUNC): Add macro argument EXACT_ARGS.
16486         (FUNC_mpfr_f_f): Update call to FUNC.
16487         (FUNC_mpfr_f_f): Likewise.
16488         (FUNC_mpfr_ff_f): Likewise.
16489         (FUNC_mpfr_if_f): Likewise.
16490         (FUNC_mpc_c_f): Likewise.
16491         (FUNC_mpc_c_c): Likewise.
16492         (test_functions): Add fma.  Update calls to FUNC.
16493         (handle_input_arg): Add argument exact_args.
16494         (add_test): Update call to handle_input_arg.
16495         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16496         (output_for_one_input_case): Update call to calc_generic_results.
16497         Recalculate exact zero results in each rounding mode.
16499         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16500         non-negative before setting low bit.
16501         * math/auto-libm-test-in: Mark one asin test possibly having
16502         spurious underflow.
16503         * math/auto-libm-test-out: Regenerated.
16504         * sysdeps/i386/fpu/libm-test-ulps: Update.
16505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16507 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16509         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16510         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16511         ports/sysdeps/unix/sysv/linux/microblaze.
16512         * README: Add missing listing for microblaze*-*-linux-gnu.
16514 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16516         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16517         duplicate code
16519 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16521         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16522         * sysdeps/unix/sysv/linux/ia64: Move directory from
16523         ports/sysdeps/unix/sysv/linux/ia64.
16524         * README: Update listing for ia64-*-linux-gnu.
16526 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16527             Joseph Myers  <joseph@codesourcery.com>
16529         * Makeconfig (test-name): New variable.
16530         (evaluate-test): Likewise.
16531         * Makerules (do-test-clean): Remove .test-result files.
16532         (common-mostlyclean): Likewise.
16533         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16534         * scripts/evaluate-test.sh: New file.
16536 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16538         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16539         separate $(objpfx)tst-fopenloc-cmp.out and
16540         $(objpfx)tst-fopenloc-mem.out targets.
16541         (tests): Update dependencies.
16542         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16543         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16544         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16545         (tst-rxspencer-no-utf8-ARGS): New variable.
16546         (tst-rxspencer-no-utf8-ENV): Likewise.
16547         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16548         instead of $(objpfx)tst-rxspencer-mem.
16549         ($(objpfx)tst-rxspencer-mem): Change target to
16550         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16551         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16552         * posix/tst-rxspencer-no-utf8.c: New file.
16554         * elf/Makefile ($(objpfx)order.out): Remove rule.
16555         [$(run-built-tests) = yes] (tests): Depend on
16556         $(objpfx)order-cmp.out.
16557         ($(objpfx)order-cmp.out): New rule.
16558         [$(run-built-tests) = yes] (tests): Depend on
16559         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16560         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16561         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16562         $(objpfx)tst-array5-static-cmp.out.
16563         ($(objpfx)tst-array1.out): Remove rule.
16564         ($(objpfx)tst-array1-cmp.out): New rule.
16565         ($(objpfx)tst-array1-static.out): Remove rule.
16566         ($(objpfx)tst-array1-static-cmp.out): New rule.
16567         ($(objpfx)tst-array2.out): Remove rule.
16568         ($(objpfx)tst-array2-cmp.out): New rule.
16569         ($(objpfx)tst-array3.out): Remove rule.
16570         ($(objpfx)tst-array3-cmp.out): New rule.
16571         ($(objpfx)tst-array4.out): Remove rule.
16572         ($(objpfx)tst-array4-cmp.out): New rule.
16573         ($(objpfx)tst-array5.out): Remove rule.
16574         ($(objpfx)tst-array5-cmp.out): New rule.
16575         ($(objpfx)tst-array5-static.out): Remove rule.
16576         ($(objpfx)tst-array5-static-cmp.out): New rule.
16577         [$(run-built-tests) = yes] (tests): Depend on
16578         $(objpfx)order2-cmp.out.
16579         ($(objpfx)order2.out): Remove rule.
16580         ($(objpfx)order2-cmp.out): New rule.
16581         ($(objpfx)tst-initorder.out): Remove rule.
16582         [$(run-built-tests) = yes] (tests): Depend on
16583         $(objpfx)tst-initorder-cmp.out.
16584         ($(objpfx)tst-initorder-cmp.out): New rule.
16585         ($(objpfx)tst-initorder2.out): Remove rule.
16586         [$(run-built-tests) = yes] (tests): Depend on
16587         $(objpfx)tst-initorder2-cmp.out.
16588         ($(objpfx)tst-initorder2-cmp.out): New rule.
16589         [$(run-built-tests) = yes] (tests): Depend on
16590         $(objpfx)tst-unused-dep-cmp.out.
16591         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16592         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16593         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16594         on $(objpfx)tst-setvbuf1-cmp.out.
16595         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16596         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16597         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16598         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16599         ($(objpfx)tst-svc.out): Remove rule.
16600         ($(objpfx)tst-svc-cmp.out): New rule.
16602 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16604         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16605         * ctype/ctype.h [__USE_MISC]: Likewise.
16606         * dirent/dirent.h [__USE_MISC]: Likewise.
16607         * grp/grp.h [__USE_MISC]: Likewise.
16608         * io/fcntl.h [__USE_MISC]: Likewise.
16609         * io/sys/stat.h [__USE_MISC]: Likewise.
16610         * libio/stdio.h [__USE_MISC]: Likewise.
16611         * posix/unistd.h [__USE_MISC]: Likewise.
16612         * pwd/pwd.h [__USE_MISC]: Likewise.
16613         * stdlib.h [__USE_MISC]: Likewise.
16614         * string/bits/string2.h [__USE_MISC]: Likewise.
16615         * string/string.h [__USE_MISC]: Likewise.
16616         * time/time.h [__USE_MISC]: Likewise.
16618 2014-02-13  Andreas Schwab  <schwab@suse.de>
16620         [BZ #16574]
16621         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16622         second answer buffer if it was separately allocated.
16624 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16626         * sysdeps/mips/math-tests.h: Include <features.h>.
16627         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16628         (ROUNDING_TESTS_long_double): Do not define.
16629         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16630         (EXCEPTION_TESTS_long_double): Likewise.
16631         * sysdeps/mips/mips64/libm-test-ulps: Update.
16633         * include/features.h (__USE_BSD): Remove macro definitions.
16634         (__USE_SVID): Likewise.
16635         (_BSD_SOURCE): Likewise.
16636         (_SVID_SOURCE): Likewise.
16637         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16638         from definition of _DEFAULT_SOURCE.
16639         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16640         [_DEFAULT_SOURCE].
16641         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16642         * bits/mman.h [__USE_BSD]: Likewise.
16643         * bits/termios.h [__USE_BSD]: Likewise.
16644         * bits/waitstatus.h [__USE_BSD]: Likewise.
16645         * ctype/ctype.h [__USE_SVID]: Likewise.
16646         * dirent/dirent.h [__USE_BSD]: Likewise.
16647         * grp/grp.h [__USE_SVID]: Likewise.
16648         [__USE_BSD]: Likewise.
16649         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16650         * io/fcntl.h [__USE_BSD]: Likewise.
16651         * io/ftw.h [__USE_BSD]: Likewise.
16652         * io/sys/stat.h [__USE_BSD]: Likewise.
16653         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16654         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16655         * libio/stdio.h [__USE_SVID]: Likewise.
16656         [__USE_BSD]: Likewise.
16657         * math/math.h [__USE_SVID]: Likewise.
16658         [__USE_BSD]: Likewise.
16659         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16660         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16661         * misc/search.h [__USE_SVID]: Likewise.
16662         * misc/sys/mman.h [__USE_BSD]: Likewise.
16663         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16664         * misc/sys/uio.h [__USE_BSD]: Likewise.
16665         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16666         * posix/glob.h [__USE_BSD]: Likewise.
16667         * posix/regex.h [__USE_BSD]: Likewise.
16668         * posix/sys/types.h [__USE_BSD]: Likewise.
16669         [__USE_SVID]: Likewise.
16670         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16671         * posix/sys/wait.h [__USE_BSD]: Likewise.
16672         [__USE_SVID]: Likewise.
16673         * posix/unistd.h [__USE_BSD]: Likewise.
16674         [__USE_SVID]: Likewise.
16675         * pwd/pwd.h [__USE_SVID]: Likewise.
16676         * resolv/netdb.h [__USE_BSD]: Likewise.
16677         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16678         * signal/signal.h [__USE_BSD]: Likewise.
16679         [__USE_SVID]: Likewise.
16680         * socket/sys/socket.h [__USE_BSD]: Likewise.
16681         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16682         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16683         [__USE_SVID]: Likewise.
16684         * string/bits/string2.h [__USE_BSD]: Likewise.
16685         [__USE_SVID]: Likewise.
16686         * string/bits/string3.h [__USE_BSD]: Likewise.
16687         * string/endian.h [__USE_BSD]: Likewise.
16688         * string/string.h [__USE_SVID]: Likewise.
16689         [__USE_BSD]: Likewise.
16690         * string/strings.h [__USE_BSD]: Likewise.
16691         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16692         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16693         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16694         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16695         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16696         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16697         Likewise.
16698         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16699         Likewise.
16700         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16701         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16702         Likewise.
16703         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16704         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16705         Likewise.
16706         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16707         Likewise.
16708         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16709         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16710         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16711         Likewise.
16712         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16713         Likewise.
16714         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16715         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16716         * termios/termios.h [__USE_BSD]: Likewise.
16717         * time/sys/time.h [__USE_BSD]: Likewise.
16718         * time/time.h [__USE_BSD]: Likewise.
16719         [__USE_SVID]: Likewise.
16721         * Makefile (subdir_targets): Remove subdir_lint.out.
16723         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16724         (do-tst-printf): Likewise.
16725         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16726         $(objpfx)tst-printf.out.
16728         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16730         * Makerules (check-abi-%): Change target to
16731         $(objpfx)check-abi-%.out.
16732         (check-abi target): Update dependencies.
16733         (check-abi-pattern variable): Redirect output of diff to $@.
16734         (check-abi variable): Likewise.
16735         * elf/Makefile (check-abi): Update dependencies.
16737         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16738         unused.
16739         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16740         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16741         subnormal range.
16742         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16743         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16744         value has largest subnormal exponent.
16745         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16746         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16747         * sysdeps/aarch64/soft-fp/sfp-machine.h
16748         (_FP_TININESS_AFTER_ROUNDING): New macro.
16749         * sysdeps/alpha/soft-fp/sfp-machine.h
16750         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16751         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16752         Likewise.
16753         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16754         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16755         * sysdeps/mips/soft-fp/sfp-machine.h
16756         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16757         * sysdeps/powerpc/soft-fp/sfp-machine.h
16758         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16759         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16760         Likewise.
16761         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16762         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16763         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16764         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16765         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16766         Likewise.
16768 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
16770         [BZ #16545]
16771         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16772         model 1.
16774 2014-02-12  Richard Henderson  <rth@redhat.com>
16776         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
16777         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16778         * sysdeps/unix/sysv/linux/alpha: Move directory from
16779         ports/sysdeps/unix/sysv/linux/alpha.
16780         * README: Update listing for alpha-*-linux-gnu.
16782 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
16784         * include/features.h: Update comment documenting feature test
16785         macros.
16786         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16787         _DEFAULT_SOURCE.
16788         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16789         (_SVID_SOURCE): Likewise.
16790         (_DEFAULT_SOURCE): Update description of default features.
16791         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16792         with _GNU_SOURCE.
16793         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16794         (S_ISVTX): Likewise.
16795         * manual/math.texi (Mathematical Constants): Likewise.
16796         * manual/signal.texi (Interrupted Primitives): Likewise.
16797         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16798         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16799         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16800         Don't refer to _SVID_SOURCE in warning text.
16802         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16804         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16805         already defined.
16806         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16807         * sysdeps/mips/dl-lookup.c: Remove.
16808         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16810 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16812         [BZ #16447]
16813         * math/auto-libm-test-in: Add testcase for expl.
16814         * math/auto-libm-test-out: Regenerate.
16815         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16816         calculation of unsafe.
16817         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16819 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16821         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16822         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16823         ports/sysdeps/unix/sysv/linux/aarch64.
16824         * README: Update listing for aarch64*-*-linux-gnu.
16826 2014-02-11  Will Newton  <will.newton@linaro.org>
16828         * manual/probes.texi (Mathematical Function Probes): Use
16829         "triggered" instead of "hit".
16831         * manual/probes.texi (Internal Probes): Add documentation
16832         of setjmp, longjmp and longjmp_target probes.
16834         * include/stap-probe.h: Add comment about probe argument
16835         format.
16837         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16838         definition.  (tr_where, tr_freehook, tr_mallochook,
16839         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16841 2014-02-11  David S. Miller  <davem@davemloft.net>
16843         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16844         processing int_tests.
16846 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16848         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16849         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16850         * sysdeps/unix/sysv/linux/mips: Move directory from
16851         ports/sysdeps/unix/sysv/linux/mips.
16852         * README: Update listing for mips-*-linux-gnu and
16853         mips64-*-linux-gnu.
16855 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16857         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16858         * sysdeps/unix/sysv/linux/m68k: Move directory from
16859         ports/sysdeps/unix/sysv/linux/m68k.
16860         * README: Update listing for m68k-*-linux-gnu.
16862 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16864         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16865         * sysdeps/unix/sysv/linux/generic: Move directory from
16866         ports/sysdeps/unix/sysv/linux/generic.
16867         * sysdeps/unix/sysv/linux/tile: Move directory from
16868         ports/sysdeps/unix/sysv/linux/tile.
16869         * README: Update listing for tile*-*-linux-gnu.
16871 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16873         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16874         __builtin_expect.
16875         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16876         * catgets/open_catalog.c (__open_catalog): Likewise.
16877         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16878         * debug/confstr_chk.c: Likewise.
16879         * debug/fread_chk.c (__fread_chk): Likewise.
16880         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16881         * debug/getgroups_chk.c: Likewise.
16882         * debug/mbsnrtowcs_chk.c: Likewise.
16883         * debug/mbsrtowcs_chk.c: Likewise.
16884         * debug/mbstowcs_chk.c: Likewise.
16885         * debug/memcpy_chk.c: Likewise.
16886         * debug/memmove_chk.c: Likewise.
16887         * debug/mempcpy_chk.c: Likewise.
16888         * debug/memset_chk.c: Likewise.
16889         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16890         * debug/strcat_chk.c (__strcat_chk): Likewise.
16891         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16892         * debug/strncat_chk.c (__strncat_chk): Likewise.
16893         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16894         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16895         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16896         * debug/wcpncpy_chk.c: Likewise.
16897         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16898         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16899         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16900         * debug/wcsncpy_chk.c: Likewise.
16901         * debug/wcsnrtombs_chk.c: Likewise.
16902         * debug/wcsrtombs_chk.c: Likewise.
16903         * debug/wcstombs_chk.c: Likewise.
16904         * debug/wmemcpy_chk.c: Likewise.
16905         * debug/wmemmove_chk.c: Likewise.
16906         * debug/wmempcpy_chk.c: Likewise.
16907         * debug/wmemset_chk.c: Likewise.
16908         * dirent/scandirat.c (SCANDIRAT): Likewise.
16909         * dlfcn/dladdr1.c (dladdr1): Likewise.
16910         * dlfcn/dladdr.c (dladdr): Likewise.
16911         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16912         * dlfcn/dlerror.c (__dlerror): Likewise.
16913         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16914         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16915         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16916         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16917         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16918         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16919         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16920         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16921         Likewise.
16922         * elf/dl-conflict.c: Likewise.
16923         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16924         * elf/dl-dst.h: Likewise.
16925         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16926         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16927         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16928         * elf/dl-init.c (call_init, _dl_init): Likewise.
16929         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16930         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16931         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16932         Likewise.
16933         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16934         Likewise.
16935         * elf/dl-minimal.c (__libc_memalign): Likewise.
16936         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16937         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16938         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16939         * elf/dl-sym.c (do_sym): Likewise.
16940         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16941         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16942         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16943         * elf/dl-writev.h (_dl_writev): Likewise.
16944         * elf/ldconfig.c (search_dir): Likewise.
16945         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16946         (dl_main): Likewise.
16947         * elf/setup-vdso.h (setup_vdso): Likewise.
16948         * grp/compat-initgroups.c (compat_call): Likewise.
16949         * grp/fgetgrent.c (fgetgrent): Likewise.
16950         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16951         * grp/putgrent.c (putgrent): Likewise.
16952         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16953         Likewise.
16954         * hurd/hurdinit.c: Likewise.
16955         * iconvdata/8bit-gap.c (struct): Likewise.
16956         * iconvdata/ansi_x3.110.c : Likewise.
16957         * iconvdata/big5.c : Likewise.
16958         * iconvdata/big5hkscs.c : Likewise.
16959         * iconvdata/cp1255.c: Likewise.
16960         * iconvdata/cp1258.c : Likewise.
16961         * iconvdata/cp932.c : Likewise.
16962         * iconvdata/euc-cn.c: Likewise.
16963         * iconvdata/euc-jisx0213.c : Likewise.
16964         * iconvdata/euc-jp.c: Likewise.
16965         * iconvdata/euc-jp-ms.c : Likewise.
16966         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16967         * iconvdata/gb18030.c : Likewise.
16968         * iconvdata/gbbig5.c (const): Likewise.
16969         * iconvdata/gbgbk.c: Likewise.
16970         * iconvdata/gbk.c : Likewise.
16971         * iconvdata/ibm1364.c : Likewise.
16972         * iconvdata/ibm930.c : Likewise.
16973         * iconvdata/ibm932.c: Likewise.
16974         * iconvdata/ibm933.c : Likewise.
16975         * iconvdata/ibm935.c : Likewise.
16976         * iconvdata/ibm937.c : Likewise.
16977         * iconvdata/ibm939.c : Likewise.
16978         * iconvdata/ibm943.c: Likewise.
16979         * iconvdata/iso_11548-1.c: Likewise.
16980         * iconvdata/iso-2022-cn.c : Likewise.
16981         * iconvdata/iso-2022-cn-ext.c : Likewise.
16982         * iconvdata/iso-2022-jp-3.c: Likewise.
16983         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16984         * iconvdata/iso-2022-kr.c : Likewise.
16985         * iconvdata/iso646.c (gconv_end): Likewise.
16986         * iconvdata/iso_6937-2.c : Likewise.
16987         * iconvdata/iso_6937.c : Likewise.
16988         * iconvdata/iso8859-1.c: Likewise.
16989         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16990         * iconvdata/shift_jisx0213.c : Likewise.
16991         * iconvdata/sjis.c : Likewise.
16992         * iconvdata/t.61.c : Likewise.
16993         * iconvdata/tcvn5712-1.c : Likewise.
16994         * iconvdata/tscii.c: Likewise.
16995         * iconvdata/uhc.c : Likewise.
16996         * iconvdata/unicode.c (gconv_end): Likewise.
16997         * iconvdata/utf-16.c (gconv_end): Likewise.
16998         * iconvdata/utf-32.c (gconv_end): Likewise.
16999         * iconvdata/utf-7.c (base64): Likewise.
17000         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17001         * iconv/gconv_close.c (__gconv_close): Likewise.
17002         * iconv/gconv_open.c (__gconv_open): Likewise.
17003         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17004         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17005         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17006         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17007         (ucs4le_internal_loop_single): Likewise.
17008         * iconv/iconv.c (iconv): Likewise.
17009         * iconv/iconv_close.c: Likewise.
17010         * iconv/loop.c (SINGLE): Likewise.
17011         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17012         * include/atomic.h: Likewise.
17013         * inet/inet6_option.c (option_alloc): Likewise.
17014         * intl/bindtextdom.c (set_binding_values): Likewise.
17015         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17016         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17017         * intl/localealias.c (read_alias_file): Likewise.
17018         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17019         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17020         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17021         * libio/fmemopen.c (fmemopen): Likewise.
17022         * libio/iofgets.c (_IO_fgets): Likewise.
17023         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17024         * libio/iofgetws.c (fgetws): Likewise.
17025         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17026         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17027         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17028         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17029         * locale/findlocale.c (_nl_find_locale): Likewise.
17030         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17031         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17032         Likewise.
17033         * locale/setlocale.c (setlocale): Likewise.
17034         * login/programs/pt_chown.c (main): Likewise.
17035         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17036         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17037         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17038         (mmap, mmap64, mremap, munmap): Likewise.
17039         * math/e_exp2l.c: Likewise.
17040         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17041         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17042         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17043         * math/s_catan.c (__catan): Likewise.
17044         * math/s_catanf.c (__catanf): Likewise.
17045         * math/s_catanh.c (__catanh): Likewise.
17046         * math/s_catanhf.c (__catanhf): Likewise.
17047         * math/s_catanhl.c (__catanhl): Likewise.
17048         * math/s_catanl.c (__catanl): Likewise.
17049         * math/s_ccosh.c (__ccosh): Likewise.
17050         * math/s_ccoshf.c (__ccoshf): Likewise.
17051         * math/s_ccoshl.c (__ccoshl): Likewise.
17052         * math/s_cexp.c (__cexp): Likewise.
17053         * math/s_cexpf.c (__cexpf): Likewise.
17054         * math/s_cexpl.c (__cexpl): Likewise.
17055         * math/s_clog10.c (__clog10): Likewise.
17056         * math/s_clog10f.c (__clog10f): Likewise.
17057         * math/s_clog10l.c (__clog10l): Likewise.
17058         * math/s_clog.c (__clog): Likewise.
17059         * math/s_clogf.c (__clogf): Likewise.
17060         * math/s_clogl.c (__clogl): Likewise.
17061         * math/s_csin.c (__csin): Likewise.
17062         * math/s_csinf.c (__csinf): Likewise.
17063         * math/s_csinh.c (__csinh): Likewise.
17064         * math/s_csinhf.c (__csinhf): Likewise.
17065         * math/s_csinhl.c (__csinhl): Likewise.
17066         * math/s_csinl.c (__csinl): Likewise.
17067         * math/s_csqrt.c (__csqrt): Likewise.
17068         * math/s_csqrtf.c (__csqrtf): Likewise.
17069         * math/s_csqrtl.c (__csqrtl): Likewise.
17070         * math/s_ctan.c (__ctan): Likewise.
17071         * math/s_ctanf.c (__ctanf): Likewise.
17072         * math/s_ctanh.c (__ctanh): Likewise.
17073         * math/s_ctanhf.c (__ctanhf): Likewise.
17074         * math/s_ctanhl.c (__ctanhl): Likewise.
17075         * math/s_ctanl.c (__ctanl): Likewise.
17076         * math/w_pow.c: Likewise.
17077         * math/w_powf.c: Likewise.
17078         * math/w_powl.c: Likewise.
17079         * math/w_scalb.c (sysv_scalb): Likewise.
17080         * math/w_scalbf.c (sysv_scalbf): Likewise.
17081         * math/w_scalbl.c (sysv_scalbl): Likewise.
17082         * misc/error.c (error_tail): Likewise.
17083         * misc/pselect.c (__pselect): Likewise.
17084         * nis/nis_callback.c (__nis_create_callback): Likewise.
17085         * nis/nis_call.c (__nisfind_server): Likewise.
17086         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17087         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17088         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17089         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17090         * nis/nis_lookup.c (nis_lookup): Likewise.
17091         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17092         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17093         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17094         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17095         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17096         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17097         * nis/nss_compat/compat-initgroups.c (add_group)
17098         (internal_getgrent_r): Likewise.
17099         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17100         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17101         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17102         (internal_getspnam_r): Likewise.
17103         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17104         (_nss_nis_getaliasbyname_r): Likewise.
17105         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17106         (_nss_nis_getntohost_r): Likewise.
17107         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17108         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17109         (_nss_nis_getgrgid_r): Likewise.
17110         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17111         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17112         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17113         (_nss_nis_gethostbyname4_r): Likewise.
17114         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17115         (initgroups_netid): Likewise.
17116         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17117         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17118         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17119         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17120         (_nss_nis_getprotobynumber_r): Likewise.
17121         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17122         (_nss_nis_getsecretkey): Likewise.
17123         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17124         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17125         (_nss_nis_getpwuid_r): Likewise.
17126         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17127         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17128         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17129         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17130         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17131         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17132         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17133         Likewise.
17134         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17135         (_nss_nisplus_getntohost_r): Likewise.
17136         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17137         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17138         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17139         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17140         Likewise.
17141         * nis/nss_nisplus/nisplus-initgroups.c
17142         (_nss_nisplus_initgroups_dyn): Likewise.
17143         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17144         (_nss_nisplus_getnetbyaddr_r): Likewise.
17145         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17146         (_nss_nisplus_getprotobynumber_r): Likewise.
17147         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17148         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17149         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17150         Likewise.
17151         * nis/nss_nisplus/nisplus-service.c
17152         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17153         (_nss_nisplus_getservbyport_r): Likewise.
17154         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17155         (_nss_nisplus_getspnam_r): Likewise.
17156         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17157         Likewise.
17158         * nscd/aicache.c (addhstaiX): Likewise.
17159         * nscd/cache.c (cache_search, prune_cache): Likewise.
17160         * nscd/connections.c (register_traced_file, send_ro_fd)
17161         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17162         (main_loop_epoll): Likewise.
17163         * nscd/grpcache.c (addgrbyX): Likewise.
17164         * nscd/hstcache.c (addhstbyX): Likewise.
17165         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17166         * nscd/mem.c (gc, mempool_alloc): Likewise.
17167         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17168         (addinnetgrX): Likewise.
17169         * nscd/nscd-client.h (__nscd_acquire_maplock)
17170         (__nscd_drop_map_ref): Likewise.
17171         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17172         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17173         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17174         Likewise.
17175         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17176         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17177         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17178         (__nscd_get_map_ref): Likewise.
17179         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17180         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17181         Likewise.
17182         * nscd/pwdcache.c (addpwbyX): Likewise.
17183         * nscd/selinux.c (preserve_capabilities): Likewise.
17184         * nscd/servicescache.c (addservbyX): Likewise.
17185         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17186         * posix/fnmatch.c (fnmatch): Likewise.
17187         * posix/getopt.c (_getopt_internal_r): Likewise.
17188         * posix/glob.c (glob, glob_in_dir): Likewise.
17189         * posix/wordexp.c (exec_comm_child): Likewise.
17190         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17191         (getanswer_r, gaih_getanswer_slice): Likewise.
17192         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17193         * resolv/res_init.c: Likewise.
17194         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17195         * resolv/res_query.c (__libc_res_nquery): Likewise.
17196         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17197         Likewise.
17198         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17199         * stdio-common/perror.c (perror): Likewise.
17200         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17201         * stdio-common/tmpnam.c (tmpnam): Likewise.
17202         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17203         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17204         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17205         Likewise.
17206         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17207         * stdlib/putenv.c (putenv): Likewise.
17208         * stdlib/setenv.c (__add_to_environ): Likewise.
17209         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17210         * stdlib/strtol_l.c (INTERNAL): Likewise.
17211         * string/memmem.c (memmem): Likewise.
17212         * string/strerror.c (strerror): Likewise.
17213         * string/strnlen.c (__strnlen): Likewise.
17214         * string/test-memmem.c (simple_memmem): Likewise.
17215         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17216         * sunrpc/pm_getport.c (__get_socket): Likewise.
17217         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17218         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17219         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17220         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17221         Likewise.
17222         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17223         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17224         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17225         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17226         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17227         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17228         Likewise.
17229         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17230         Likewise.
17231         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17232         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17233         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17234         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17235         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17236         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17237         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17238         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17239         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17240         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17241         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17242         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17243         Likewise.
17244         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17245         Likewise.
17246         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17247         Likewise.
17248         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17249         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17250         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17251         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17252         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17253         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17254         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17255         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17256         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17257         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17258         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17259         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17260         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17261         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17262         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17263         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17264         Likewise.
17265         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17266         Likewise.
17267         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17268         Likewise.
17269         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17270         Likewise.
17271         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17272         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17273         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17274         Likewise.
17275         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17276         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17277         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17278         * sysdeps/posix/sleep.c: Likewise.
17279         * sysdeps/posix/tempname.c: Likewise.
17280         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17281         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17282         Likewise.
17283         * sysdeps/powerpc/powerpc32/dl-machine.h
17284         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17285         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17286         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17287         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17288         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17289         Likewise.
17290         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17291         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17292         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17293         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17294         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17295         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17296         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17297         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17298         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17299         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17300         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17301         (elf_machine_lazy_rel): Likewise.
17302         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17303         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17304         (elf_machine_lazy_rel): Likewise.
17305         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17306         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17307         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17308         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17309         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17310         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17311         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17312         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17313         Likewise.
17314         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17315         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17316         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17317         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17318         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17319         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17320         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17321         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17322         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17323         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17324         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17325         Likewise.
17326         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17327         (__posix_fallocate64_l64): Likewise.
17328         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17329         (posix_fallocate): Likewise.
17330         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17331         Likewise.
17332         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17333         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17334         (getifaddrs_internal): Likewise.
17335         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17336         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17337         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17338         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17339         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17340         (__posix_fallocate64_l64): Likewise.
17341         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17342         Likewise.
17343         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17344         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17345         (__get_clockfreq): Likewise.
17346         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17347         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17348         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17349         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17350         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17351         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17352         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17353         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17354         Likewise.
17355         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17356         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17357         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17358         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17359         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17360         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17361         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17362         Likewise.
17363         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17364         (posix_fallocate): Likewise.
17365         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17366         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17367         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17368         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17369         (elf_machine_rela, elf_machine_rela_relative)
17370         (elf_machine_lazy_rel): Likewise.
17371         * time/asctime.c (asctime_internal): Likewise.
17372         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17373         * time/tzset.c (__tzset_parse_tz): Likewise.
17374         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17375         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17376         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17377         * wcsmbs/wcsmbsload.h: Likewise.
17379         [BZ #15894]
17380         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17382         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17383         (arena_get2): Remove THREAD_STATS conditionals.
17384         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17385         (__malloc_stats, int): Likewise.
17387 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17389         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17390         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17392         * manual/setjmp.texi: Fix typos/grammar errors.
17394         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17395         Only return early when n is <= 0.  Delete unused return statement.
17397         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17398         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17399         * debug/tst-longjmp_chk3.c: New file.
17401         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17402         (test_main): Replace code with set_fortify_handler call.
17403         * debug/test-strcpy_chk.c: Likewise.
17404         * debug/tst-chk1.c: Likewise.
17405         * debug/tst-longjmp_chk.c: Likewise.
17406         * test-skeleton.c: Include fcntl.h & paths.h
17407         (set_fortify_handler): Define.
17409         * debug/tst-longjmp_chk.c: Add header comment and include
17410         ../test-skeleton.c.
17411         (do_test): Mark static.
17412         (TEST_FUNCTION): Define.
17414         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17415         (IP_PMTUDISC_INTERFACE): Likewise.
17416         (IP_MULTICAST_IF): Likewise.
17417         (IP_MULTICAST_TTL): Likewise.
17418         (IP_MULTICAST_LOOP): Likewise.
17419         (IP_ADD_MEMBERSHIP): Likewise.
17420         (IP_DROP_MEMBERSHIP): Likewise.
17421         (IP_UNBLOCK_SOURCE): Likewise.
17422         (IP_BLOCK_SOURCE): Likewise.
17423         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17424         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17425         (IP_MSFILTER): Likewise.
17426         (MCAST_JOIN_GROUP): Likewise.
17427         (MCAST_BLOCK_SOURCE): Likewise.
17428         (MCAST_UNBLOCK_SOURCE): Likewise.
17429         (MCAST_LEAVE_GROUP): Likewise.
17430         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17431         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17432         (MCAST_MSFILTER): Likewise.
17433         (IP_MULTICAST_ALL): Likewise.
17434         (IP_UNICAST_IF): Likewise.
17436         * timezone/Makefile: Delete $(have-ksh) check.
17437         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17438         * timezone/tzselect.ksh: Add +x mode bits.
17440         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17441         (ANON_INODE_FS_MAGIC): Likewise.
17442         (BDEVFS_MAGIC): Likewise.
17443         (BINFMTFS_MAGIC): Likewise.
17444         (BTRFS_TEST_MAGIC): Likewise.
17445         (CRAMFS_MAGIC_WEND): Likewise.
17446         (DEBUGFS_MAGIC): Likewise.
17447         (ECRYPTFS_SUPER_MAGIC): Likewise.
17448         (EXT3_SUPER_MAGIC): Likewise.
17449         (EXT4_SUPER_MAGIC): Likewise.
17450         (FUTEXFS_SUPER_MAGIC): Likewise.
17451         (HOSTFS_SUPER_MAGIC): Likewise.
17452         (HUGETLBFS_MAGIC): Likewise.
17453         (MINIX3_SUPER_MAGIC): Likewise.
17454         (MTD_INODE_FS_MAGIC): Likewise.
17455         (NILFS_SUPER_MAGIC): Likewise.
17456         (OPENPROM_SUPER_MAGIC): Likewise.
17457         (PIPEFS_MAGIC): Likewise.
17458         (PSTOREFS_MAGIC): Likewise.
17459         (QNX6_SUPER_MAGIC): Likewise.
17460         (RAMFS_MAGIC): Likewise.
17461         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17462         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17463         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17464         (SECURITYFS_MAGIC): Likewise.
17465         (SELINUX_MAGIC): Likewise.
17466         (SMACK_MAGIC): Likewise.
17467         (SOCKFS_MAGIC): Likewise.
17468         (SQUASHFS_MAGIC): Likewise.
17469         (STACK_END_MAGIC): Likewise.
17470         (TMPFS_MAGIC): Likewise.
17471         (USBDEVICE_SUPER_MAGIC): Likewise.
17472         (V9FS_MAGIC): Likewise.
17473         (XENFS_SUPER_MAGIC): Likewise.
17474         (CRAMFS_MAGIC): Fix typo in comment.
17475         (EXT2_SUPER_MAGIC): Update comment.
17476         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17478 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17480         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17481         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17482         * sysdeps/unix/sysv/linux/arm: Move directory from
17483         ports/sysdeps/unix/sysv/linux/arm.
17484         * README: Update listing for arm-*-linux-gnueabi.
17486         * README: Remove mention of am33.
17488 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17490         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17491         than the comma operator, to avoid "rhs of comma has no effect"
17492         compiler warnings.
17493         (__sigfillset, __sigandset, __sigorset): Likewise.
17494         * include/signal.h (__sigemptyset): Likewise.
17495         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17497 2014-02-07  Allan McRae  <allan@archlinux.org>
17499         * version.h (RELEASE): Set to "development".
17500         (VERSION): Set to "2.19.90"
17501         * NEWS: Add 2.20 section.
17503 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17505         [BZ #16529]
17506         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17508 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17510         * manual/contrib.texi: Update entry for Carlos O'Donell,
17511         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17513 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17515         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17517         * sysdeps/unix/sysv/linux/kernel-features.h
17518         [__LINUX_KERNEL_VERSION >= 0x020621]
17519         (__ASSUME_PROC_PID_TASK_COMM): Define.
17521 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17523         [BZ #16398]
17524         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17525         conversion when destination buffer does not have enough space.
17526         * libio/tst-ftell-partial-wide.c: New test case.
17527         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17529         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17530         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17531         Leonard and Allan McRae.
17533 2014-02-04  David S. Miller  <davem@davemloft.net>
17535         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17536         32-bit.
17538 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17541         New file
17542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17543         New file
17544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17545         New file.
17546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17547         New file.
17548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17549         New file.
17550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17551         New file.
17552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17553         New file.
17554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17555         New file.
17556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17557         New file.
17558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17559         New file.
17560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17561         New file.
17562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17563         New file.
17564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17565         New file.
17567 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17569         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17570         * shlib-versions: Likewise.
17572 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17573             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17575         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17576         (abilist-pattern): New variable, set to %-le.abilist.
17578         * Makerules (abilist-pattern): New variable.
17579         (vpath): Use $(abilist-pattern) in place of %.abilist.
17580         (check-abi-% pattern rule): Likewise.
17581         (check-abi, update-abi): Likewise.
17583 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17585         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17587 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17589         * manual/startup.texi: Add next, previous, and top entries for
17590         the `Program Arguments' and `Environment Variables' nodes.
17592 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17594         * manual/macros.texi: Add comments before MTASC-safety macros.
17596         * manual/users.texi: Document MTASC-safety properties.
17598         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17599         (pthread_getspecific, pthread_setspecific): Format with
17600         @deftypefun, and add @safety note.
17601         * manual/signal.texi: Move comments that analyze the above
17602         functions to their home place.
17604 2014-02-03  Allan McRae  <allan@archlinux.org>
17606         * po/sl.po: Update Slovenian translation from translation project.
17608 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17610         * manual/time.texi (timegm): Add missing blank after @c.
17611         Reported by Joseph Myers <joseph@codesourcery.com>.
17613 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17615         * manual/check-safety.sh: New.
17616         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17618         * manual/terminal.texi: Document MTASC-safety properties.
17620         * manual/filesys.texi: Document MTASC-safety properties.
17622         * manual/errno.texi: Document MTASC-safety properties.
17624         * manual/intro.texi: Document safety identifiers and
17625         conditionals.
17627         * manual/string.texi (wcstok): Fix prototype.
17628         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17630         * manual/time.texi: Document MTASC-safety properties.
17632         * manual/string.texi: Document MTASC-safety properties.
17634         * manual/threads.texi: Document MTASC-safety properties.
17636         * manual/stdio.texi: Document MTASC-safety properties.
17638         * manual/syslog.texi: Document MTASC-safety properties.
17640         * manual/sysinfo.texi: Document MTASC-safety properties.
17642         * manual/startup.texi: Document MTASC-safety properties.
17644         * manual/socket.texi: Document MTASC-safety properties.
17646         * manual/signal.texi: Document MTASC-safety properties.
17648 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17650         * manual/setjmp.texi: Document MTASC-safety properties.
17652         * manual/search.texi: Document MTASC-safety properties.
17654         * manual/resource.texi: Document MTASC-safety properties.
17656         * manual/process.texi: Document MTASC-safety properties.
17658         * manual/platform.texi: Document MTASC-safety properties.
17660         * manual/pipe.texi: Document MTASC-safety properties.
17662         * manual/pattern.texi: Document MTASC-safety properties.
17664         * manual/message.texi: Document MTASC-safety properties.
17666         [BZ #12751]
17667         * manual/memory.texi: Document MTASC-safety properties.
17669         * manual/math.texi: Document MTASC-safety properties.
17671         * manual/locale.texi: Document MTASC-safety properties.
17673         * manual/llio.texi: Document MTASC-safety properties.
17675         * manual/libdl.texi: New.
17677         * manual/lang.texi: Document MTASC-safety properties.
17679         * manual/job.texi: Document MTASC-safety properties.
17681         * manual/getopt.texi: Document MTASC-safety properties.
17683         * manual/ctype.texi: Document MTASC-safety properties.
17685 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17687         [BZ #16046]
17688         * csu/libc-tls.c (static_map): Remove variable.
17689         (__libc_setup_tls): Use main executable's link map for TLS data.
17690         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17691         casing for LM_ID_BASE and GL(dl_nns).
17692         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17693         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17694         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17695         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17696         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17697         member.
17698         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17699         l_phnum members.
17701 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17703         * manual/debug.texi: Document MTASC-safety properties.
17705 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17707         [BZ #16510]
17708         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17709         of __x86_64__ when disabling x87 inline functions.
17711 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17713         * manual/charset.texi: Document MTASC-safety properties.
17715         * manual/crypt.texi: Document MTASC-safety properties.
17717         * manual/conf.texi: Document MTASC-safety properties.
17719         * manual/arith.texi: Document MTASC-safety properties.
17721         * manual/argp.texi: Document MTASC-safety properties.
17723         * manual/macros.texi: Introduce macros to document multi
17724         thread, asynchronous signal and asynchronous cancellation
17725         safety properties.
17726         * manual/intro.texi: Introduce the properties themselves.
17728 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17730         * sysdeps/sh/sh4/Makefile: New file.
17732 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
17734         * math/gen-libm-test.pl ($srcdir): New variable.
17735         ($auto_input): Use it.
17737 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17739         [BZ #16506]
17740         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17741         access beyond array bounds when parsing netgroups file.
17743         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17744         the old buffer before realloc.
17746 2014-01-27  Allan McRae  <allan@archlinux.org>
17748         * po/fr.po: Update French translation from translation project.
17750 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17752         * sysdeps/sh/libm-test-ulps: Regenerate.
17754 2014-01-24  David S. Miller  <davem@davemloft.net>
17756         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17758 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17760         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17761         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17763 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17765         [BZ #16474]
17766         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17767         string pointers after reallocation.
17769 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17771         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17772         __SH4A__ instead of __SH_FPU_ANY__.
17774 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17776         * sysdeps/sh/fpu_control.h: New file.
17777         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17778         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17779         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17780         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17781         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17782         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17783         * sysdeps/sh/sys/ucontext.h: Remove.
17784         * sysdeps/sh/sys: Remove directory.
17786 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17788         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17789         s390/sys/ucontext.h.
17790         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17791         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17793 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17795         [BZ #15605]
17796         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17798 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17800         [BZ#16431]
17801         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17802         Adjust the vDSO correctly for internal calls.
17803         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17805 2014-01-20  Allan McRae  <allan@archlinux.org>
17807         * po/ca.po: Update Catalan translation from translation project.
17809 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17811         * sysdeps/s390/sotruss-lib.c: New file.
17813 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17815         [BZ#16430]
17816         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17817         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17818         local calls issues by not having a PLT stub required for IFUNC calls.
17819         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17821 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17823         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17824         * math/test-fpucw-static.c: Likewise.
17826 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17828         [BZ #16453]
17829         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17831 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17833         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17834         implementation for powerpc.
17836 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17838         [BZ #14782]
17839         * sysdeps/posix/system.c (__libc_system): Do not enable
17840         asynchronous cancellation.
17842 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17844         [BZ #16427]
17845         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17846         handling only for numbers special also in the IEEE case.
17848 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17850         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17852 2014-01-11  Allan McRae  <allan@archlinux.org>
17854         * po/bg.po: Update Bulgarian translation from translation project.
17856         * po/de.po: Update German translation from translation project.
17858 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17860         * sysdeps/generic/gcc-compat.h: New file.
17862 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17864         * benchtests/asin-inputs: Correct slow inputs.
17865         * benchtests/acos-inputs: Likewise.
17867 2014-01-10  Allan McRae  <allan@archlinux.org>
17869         * po:sv.po: Update Swedish translation from translation project.
17871         * po/vi.po: Update Vietnamese translation from translation project.
17873         * po/eo.po: Update Esperanto translation from translation project.
17875         * po/cs.po: Update Czech translation from translation project.
17877         * po/nl.po: Update Dutch translation from translation project.
17879         * po/pl.po: Update Polish translation from translation project.
17881         * po/ru.po: Update Russian translation from translation project.
17883         * po/uk.po: Update Ukrainian translation from translation project.
17885 2014-01-08  Brooks Moses  <bmoses@google.com>
17887         * elf/dl-load.c: Fix comment typo.
17889 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17891         * po/header.pot: Rename to...
17892         * po/pot.header: ... this.
17893         * po/Makefile: Use pot.header.
17895 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17896             Maxim Kuvyrkov  <maxim@kugelworks.com>
17898         [BZ #16394]
17899         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17900         SRC and DEST against LEN.
17902 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17904         [BZ #16414]
17905         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17906         implementation.
17907         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17909 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17913 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17915         [BZ #16408]
17916         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17917         for large positive arguments.
17919 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17921         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17923         * math/auto-libm-test-in: Mark various tests with
17924         xfail-rounding:ldbl-128ibm.
17925         * math/auto-libm-test-out: Regenerated.
17927         [BZ #16407]
17928         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17929         Increase overflow threshold.
17931 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17933         [BZ #14286]
17934         * stdio-common/vfprintf.c: Check for integer overflow.
17936 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17938         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17939         the first argument and return value of __tls_get_addr_internal.
17941 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17943         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17944         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17946 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17948         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17949         * sysdeps/s390/rtld-global-offsets.sym: New file.
17950         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17951         GLIBC_2.19 symbol.
17952         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17953         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17954         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17955         ... this.
17956         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17957         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17958         ... this.
17959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17960         Regenerate.
17961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17962         Regenerate.
17963         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17964         halfs of GPRs for high_gprs contexts.
17965         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17966         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17967         field.
17968         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17969         uc_flags field.
17970         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17971         64 bit versions:
17972         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17973         for high GPRs (uc_high_gprs) and for future extensions
17974         (__reserved).
17975         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17976         for future extensions (__reserved).
17977         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17978         64 bit versions:
17979         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17980         SC_HIGHGPRS offset definition.
17981         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17982         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17984         * Versions.def: Add GLIBC_2.19 for libpthread.
17985         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17986         siglongjmp for libpthread with GLIBC_2.19 symver.
17987         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17988         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17989         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17990         * sysdeps/s390/__longjmp.c: New file.
17991         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17992         * sysdeps/s390/longjmp.c: New file.
17993         * sysdeps/s390/setjmp.S: New file.
17994         * sysdeps/s390/sigjmp.S: New file.
17995         * sysdeps/s390/v1-longjmp.c: New file.
17996         * sysdeps/s390/v1-setjmp.h: New file.
17997         * sysdeps/s390/v1-sigjmp.c: New file.
17998         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17999         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18000         GLIBC_2.19 version.
18001         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18002         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18003         versioned symbols for ____longjmp_chk.
18004         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18005         Likewise.
18006         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18007         Regenerate.
18008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18009         Regenerate.
18010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18011         Regenerate.
18012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18013         Regenerate.
18014         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18015         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18016         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18017         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18018         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18019         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18020         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18021         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18022         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18023         * sysdeps/s390/rtld-__longjmp.c: New file.
18024         * sysdeps/s390/rtld-setjmp.S: New file.
18026 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18028         [BZ #16400]
18029         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18030         Return -__logl (x) for small positive arguments without evaluating
18031         a polynomial.
18033 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18035         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18036         Rename to ...
18037         (__ptrace_peeksiginfo_args): ... this.
18038         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18039         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18040         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18042 2014-01-06  Allan McRae  <allan@archlinux.org>
18044         * inet/netinet/in.h: Fix typo in comment.
18046 2014-01-05  Andreas Jaeger  <aj@suse.de>
18048         * sysdeps/i386/fpu/libm-test-ulps: Update.
18050 2014-01-05  Allan McRae  <allan@archlinux.org>
18052         * po/libc.pot: Regenerated.
18054         * malloc/memusagestat.c: Fix gettext call formatting.
18056 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18058         * nscd/nscd.c: Improve usage() output.
18060 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18062         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18063         * sysdeps/unix/sysv/linux/configure: Regenerated.
18064         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18065         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18067 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18069         [BZ #16390]
18070         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18071         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18073 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18075         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18076         extra tokens at end of #undef directive.
18077         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18078         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18079         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18081 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18083         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18085         * math/auto-libm-test-in: Mark various tests with
18086         xfail-rounding:ldbl-128ibm.
18087         * math/auto-libm-test-out: Regenerated.
18089 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18091         [BZ #16386]
18092         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18093         numbers with subnormal high part when calculating exponent.
18095         [BZ #16385]
18096         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18097         fabs.
18099         [BZ #16384]
18100         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18101         M_LN2l.
18102         (__ieee754_acoshl): Use __log1pl not __log1p.
18104 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18106         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18107         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18108         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18109         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18110         (reused_arena, arena_get2): Convert to GNU style.
18111         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18112         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18113         (memalign_check, __malloc_set_state): Likewise.
18114         * malloc/mallocbug.c (main): Likewise.
18115         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18116         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18117         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18118         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18119         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18120         (__posix_memalign, malloc_info): Likewise.
18121         * malloc/malloc.h: Likewise.
18122         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18123         (mallochook, memalignhook, reallochook, mabort): Likewise.
18124         * malloc/mcheck.h: Likewise.
18125         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18126         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18127         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18128         * malloc/morecore.c (__default_morecore): Likewise.
18129         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18130         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18131         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18132         (print_and_abort): Likewise.
18133         * malloc/obstack.h: Likewise.
18134         * malloc/set-freeres.c (__libc_freeres): Likewise.
18135         * malloc/tst-mallocstate.c (main): Likewise.
18136         * malloc/tst-mtrace.c (main): Likewise.
18137         * malloc/tst-realloc.c (do_test): Likewise.
18139 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18141         [BZ #16366]
18142         * nscd/netgroupcache.c (do_notfound): New function.
18143         (addgetnetgrentX): Use it.
18145         [BZ # 16365]
18146         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18147         NSS_STATUS_NOTFOUND.
18149 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18151         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18154 2014-01-01  Allan McRae  <allan@archlinux.org>
18156         * scripts/update-copyrights: Update configure input file suffix.
18158         * NEWS: Update copyright year.
18159         * catgets/gencat.c: Likewise.
18160         * csu/version.c: Likewise.
18161         * debug/catchsegv.sh: Likewise.
18162         * debug/pcprofiledump.c: Likewise.
18163         * debug/xtrace.sh: Likewise.
18164         * elf/ldconfig.c: Likewise.
18165         * elf/ldd.bash.in: Likewise.
18166         * elf/pldd.c: Likewise.
18167         * elf/sotruss.ksh: Likewise.
18168         * elf/sprof.c: Likewise.
18169         * iconv/iconv_prog.c: Likewise.
18170         * iconv/iconvconfig.c: Likewise.
18171         * locale/programs/locale.c: Likewise.
18172         * locale/programs/localedef.c: Likewise.
18173         * login/programs/pt_chown.c: Likewise.
18174         * malloc/memusage.sh: Likewise.
18175         * malloc/memusagestat.c: Likewise.
18176         * malloc/mtrace.pl: Likewise.
18177         * manual/libc.texinfo: Likewise.
18178         * nscd/nscd.c: Likewise.
18179         * nss/getent.c: Likewise.
18180         * nss/makedb.c: Likewise.
18181         * posix/getconf.c: Likewise.
18182         * scripts/test-installation.pl: Likewise.
18184         * All files with FSF copyright notices: Update copyright dates
18185         using scripts/update-copyrights.
18186         * intl/plural.c: Regenerated.
18187         * locale/programs/charmap-kw.h: Likewise.
18188         * locale/programs/locfile-kw.h: Likewise.
18190 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18192         * sysdeps/unix/sysv/linux/configure: Regenerated.
18193         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18194         the linux/fanotify.h header.
18195         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18196         HAVE_LINUX_FANOTIFY_H is defined.
18198 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18200         * benchtests/cos-inputs: New inputs.
18201         * benchtests/sin-inputs: Likewise.
18203         * benchtests/atan-inputs: New inputs. Fix name of multiple
18204         precision fallback inputs.
18206         * benchtests/atanh-inputs: New inputs.
18207         * benchtests/tanh-inputs: Likewise.
18209         * benchtests/acosh-inputs: New inputs.
18210         * benchtests/asinh-inputs: Likewise.
18212         * benchtests/cosh-inputs: New inputs.
18213         * benchtests/sinh-inputs: Likewise.
18215         * benchtests/acos-inputs: Add more inputs.
18216         * benchtests/asin-inputs: Likewise.
18218 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18220         [BZ #16375]
18221         * manual/arith.texi: Fix spelling.
18222         * manual/charset.texi: Likewise.
18223         * manual/errno.texi: Likewise.
18224         * manual/filesys.texi: Likewise.
18225         * manual/lang.texi: Likewise.
18226         * manual/llio.texi: Likewise.
18227         * manual/locale.texi: Likewise.
18228         * manual/message.texi: Likewise.
18229         * manual/resource.texi: Likewise.
18230         * manual/search.texi: Likewise.
18231         * manual/setjmp.texi: Likewise.
18232         * manual/stdio.texi: Likewise.
18233         * manual/string.texi: Likewise.
18234         * manual/sysinfo.texi: Likewise.
18235         * manual/time.texi: Likewise.
18237 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18239         * po/sl.po: New file.
18241 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18243         * .gitignore: Add core/.gdbinit/.gdb_history.
18245 2013-12-27  Allan McRae  <allan@archlinux.org>
18247         [BZ #16369]
18248         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18249         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18251 2013-12-24  Brooks Moses  <bmoses@google.com>
18253         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18254         all compilers that claim C++98 compliance, not just GCC.
18255         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18256         Likewise.
18258 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18260         * NEWS: Restore accidentally deleted bug-fix entries.
18262 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18263             Ondřej Bílka  <neleai@seznam.cz>
18265         [BZ #15073]
18266         * malloc/malloc.c (_int_free): Perform sanity check only if we
18267         have_lock.
18269 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18271         [BZ #12986]
18272         * manual/stdio.texi (String Input Conversions): Clarify that character
18273         classes are not supported.
18275 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18279 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18281         [BZ #16337]
18282         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18283         Calculate results for small negative arguments directly rather
18284         than using reflection formula with special underflow handling.
18286         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18287         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18288         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18289         (fchflags): Likewise.
18290         (revoke): Likewise.
18291         (setlogin): Likewise.
18292         (sigaltstack): Likewise.
18293         (wait4): Likewise.
18294         (sigblock): Remove.
18295         (sigsetmask): Likewise.
18296         (wait3): Likewise.
18297         (waitpid): Likewise.
18298         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18299         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18300         file.
18301         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18302         * sysdeps/unix/bsd/Makefile: ... here.
18303         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18304         * sysdeps/unix/bsd/Versions: ... here.
18305         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18306         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18307         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18308         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18309         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18310         * sysdeps/unix/bsd/sigblock.c: ... here.
18311         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18312         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18313         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18314         * sysdeps/unix/bsd/sigvec.c: ... here.
18315         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18316         * sysdeps/unix/bsd/tcdrain.c: ... here.
18317         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18318         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18319         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18320         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18321         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18322         * sysdeps/unix/bsd/wait.c: ... here.
18323         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18324         * sysdeps/unix/bsd/wait3.c: ... here.
18325         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18326         * sysdeps/unix/bsd/waitpid.c: ... here.
18328 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18330         [BZ #16356]
18331         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18332         round-to-nearest for [!USE_AS_EXPM1L].
18333         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18334         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18335         more tests of exp and exp10.  Expect some exp10 tests to miss
18336         exceptions or fail in directed rounding modes.
18337         * math/auto-libm-test-out: Regenerated.
18338         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18339         (exp10_test_tonearest): New function.
18340         (exp10_towardzero_test_data): New array.
18341         (exp10_test_towardzero): New function.
18342         (exp10_downward_test_data): New array.
18343         (exp10_test_downward): New function.
18344         (exp10_upward_test_data): New array.
18345         (exp10_test_upward): New function.
18346         (main): Call the new functions.
18347         * sysdeps/i386/fpu/libm-test-ulps: Update.
18348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18350 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18352         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18353         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18354         * math/auto-libm-test-out: Regenerated.
18355         * math/libm-test.inc (acosh_test_data): Add more tests.
18356         (atanh_test_data): Likewise.
18357         (ceil_test_data): Likewise.
18358         (copysign_test_data): Likewise.
18359         * sysdeps/i386/fpu/libm-test-ulps: Update.
18360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18362         * timezone/checktab.awk: Update from tzcode 2013i.
18363         * timezone/private.h: Likewise.
18364         * timezone/scheck.c: Likewise.
18365         * timezone/tzfile.h: Likewise.
18366         * timezone/tzselect.ksh: Likewise.
18367         * timezone/zdump.c: Likewise.
18368         * timezone/zic.c: Likewise.
18370         * math/auto-libm-test-in: Add tests of cpow.
18371         * math/auto-libm-test-out: Regenerated.
18372         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18373         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18374         mpc_cc_c.
18375         (func_calc_desc): Add mpc_cc_c union field.
18376         (test_functions): Add cpow.
18377         (special_fill_2pi): New function.
18378         (special_real_inputs): Add 2pi.
18379         (calc_generic_results): Handle mpc_cc_c.
18380         * sysdeps/i386/fpu/libm-test-ulps: Update.
18381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18383         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18384         csqrt, ctan and ctanh.
18385         * math/auto-libm-test-out: Regenerated.
18386         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18387         (TEST_COND_x86): Likewise.
18388         (ccos_test_data): Use AUTO_TESTS_c_c.
18389         (ccosh_test_data): Likewise.
18390         (cexp_test_data): Likewise.
18391         (clog_test_data): Likewise.
18392         (csqrt_test_data): Likewise.
18393         (ctan_test_data): Likewise.
18394         (ctan_tonearest_test_data): Likewise.
18395         (ctan_towardzero_test_data): Likewise.
18396         (ctan_downward_test_data): Likewise.
18397         (ctan_upward_test_data): Likewise.
18398         (ctanh_test_data): Likewise.
18399         (ctanh_tonearest_test_data): Likewise.
18400         (ctanh_towardzero_test_data): Likewise.
18401         (ctanh_downward_test_data): Likewise.
18402         (ctanh_upward_test_data): Likewise.
18403         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18404         mpc_c_c.
18405         (func_calc_desc): Add mpc_c_c union field.
18406         (FUNC_mpc_c_c): New macro.
18407         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18408         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18409         ctanh.
18410         (special_fill_min_subnorm_p120): New function.
18411         (special_real_inputs): Add min_subnorm_p120.
18412         (calc_generic_results): Handle mpc_c_c.
18413         * sysdeps/i386/fpu/libm-test-ulps: Update.
18414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18416 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18418         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18419         (do_sin_slow): New functions.
18420         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18421         (cslow2, csloww1, csloww2): Use the new functions.
18423         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18424         Use M to change sign of result instead of X.  Assume X is
18425         positive.
18426         (csloww1): Likewise.
18427         (__sin): Adjust.
18428         (__cos): Adjust.
18430         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18431         arguments A and DA.
18432         (__sin): Adjust.
18433         (__cos): Likewise.
18435         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18436         (__cos): Likewise.
18437         (sloww1): Don't adjust sign of DX.
18438         (csloww1): Likewise.
18439         (sloww2): Use X directly and don't adjust sign of DX.
18440         (csloww2): Likewise.
18442 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18444         * math/auto-libm-test-in: Add tests of cabs and carg.
18445         * math/auto-libm-test-out: Regenerated.
18446         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18447         (carg_test_data): Likewise.
18448         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18449         mpc_c_f.
18450         (func_calc_desc): Add mpc_c_f union field.
18451         (test_functions): Add cabs and carg.
18452         (calc_generic_results): Handle mpc_c_f.
18454         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18455         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18456         as a macro and a compat symbol.
18457         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18458         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18459         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18460         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18461         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18462         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18463         not use .hidden.
18464         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18465         Likewise.
18466         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18467         Likewise.
18468         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18469         Likewise.
18470         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18471         Likewise.
18472         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18473         Likewise.
18474         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18475         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18476         from GLIBC_2.3.2.
18478 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18482 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18484         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18485         trailing whitespace removed.
18486         * scripts/config.guess: Update to version 2013-11-29.
18487         * scripts/config.sub: Update to version 2013-10-01.
18489         * math/auto-libm-test-in: Add tests of sincos.
18490         * math/auto-libm-test-out: Regenerated.
18491         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18492         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18493         mpfr_f_11.
18494         (func_calc_desc): Add mpfr_f_11 union field.
18495         (test_functions): Add sincos.
18496         (calc_generic_results): Handle mpfr_f_11.
18497         * sysdeps/i386/fpu/libm-test-ulps: Update.
18498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18500 2013-12-19  Andreas Schwab  <schwab@suse.de>
18502         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18503         CALL_MCOUNT.
18504         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18505         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18506         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18508 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18510         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18511         * sysdeps/i386/fpu/libm-test-ulps: Update.
18512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18514         [BZ #16293]
18515         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18516         round-to-nearest mode when using frndint.
18517         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18518         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18519         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18520         Likewise.
18521         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18522         sinh test to fail.
18523         * math/auto-libm-test-out: Regenerated.
18524         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18525         (TEST_COND_x86): Likewise.
18526         (expm1_tonearest_test_data): New array.
18527         (expm1_test_tonearest): New function.
18528         (expm1_towardzero_test_data): New array.
18529         (expm1_test_towardzero): New function.
18530         (expm1_downward_test_data): New array.
18531         (expm1_test_downward): New function.
18532         (expm1_upward_test_data): New array.
18533         (expm1_test_upward): New function.
18534         (main): Run the new test functions.
18535         * sysdeps/i386/fpu/libm-test-ulps: Update.
18536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18538         * include/features.h: Update comment documenting feature test
18539         macros.  Mention _DEFAULT_SOURCE in comment.
18540         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18541         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18542         _BSD_SOURCE and _SVID_SOURCE.
18543         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18544         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18545         !_SVID_SOURCE]: Likewise.
18546         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18547         (__USE_POSIX_IMPLICITLY): Define.
18548         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18549         (_POSIX_SOURCE): Undefine and redefine.
18550         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18551         (_POSIX_C_SOURCE): Likewise.
18552         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18553         (Feature Test Macros): Update documentation of default features.
18555 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18557         * benchtests/Makefile: Add bench-strtok.
18558         * benchtests/bench-strtok.c: New file: strtok benchtest.
18560 2013-12-19  Allan McRae  <allan@archlinux.org>
18562         * manual/install.texi: Suppress menu for plain text output.
18563         * INSTALL: Regenerated.
18565 2013-12-18  Brooks Moses  <bmoses@google.com>
18567         [BZ #15846]
18568         * misc/getauxval.c: Include errno.h.
18569         (__getauxval): Set errno to ENOENT if the requested type is not
18570         found.
18571         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18572         don't declare with __attribute_const__.
18573         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18574         * manual/startup.texi: Document that getauxval sets errno.
18576 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18578         * math/auto-libm-test-in: Add tests of jn and yn.
18579         * math/auto-libm-test-out: Regenerated.
18580         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18581         (yn_test_data): Likewise.
18582         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18583         mpfr_if_f.
18584         (func_calc_desc): Add mpfr_if_f union field.
18585         (FUNC_mpfr_if_f): New macro.
18586         (test_functions): Add jn and yn.
18587         (calc_generic_results): Assert type of second input for
18588         mpfr_ff_f.  Handle mpfr_if_f.
18589         (output_for_one_input_case): Disable all checking for arguments
18590         fitting floating-point types in case of an integer argument.
18591         * sysdeps/i386/fpu/libm-test-ulps: Update.
18592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18595         Don't expect fegetround reference in libm.so.
18597 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18599         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18600         $(config-cflags-nofma).
18602 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18604         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18605         * math/auto-libm-test-out: Regenerated.
18607         [BZ #16338]
18608         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18609         to determine exponent and adjust argument to have exponent of -1.
18610         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18611         log2.
18612         * math/auto-libm-test-out: Regenerated.
18613         * sysdeps/i386/fpu/libm-test-ulps: Update.
18614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18616 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18618         * manual/probes.texi: Remove cases when per-thread arenas are
18619         disabled.
18621 2013-12-18  Andreas Schwab  <schwab@suse.de>
18623         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18624         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18625         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18626         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18627         * sysdeps/i386/i686/multiarch/Makefile: Update.
18628         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18630 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18632         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18633         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18635 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18637         [BZ #15968]
18638         Support TZ transition times < 00:00:00.
18639         This is needed for version-3 tz-format files; it supports time
18640         stamps past 2037 for America/Godthab (the only entry in the tz
18641         database for which this change is relevant).
18642         * manual/time.texi (TZ Variable): Document transition times
18643         from -167:59:59 through -00:00:01.
18644         * time/tzset.c (tz_rule): Time of day is now signed.
18645         (__tzset_parse_tz): Parse negative time of day.
18647         Document TZ transition times >= 25:00:00.
18648         * manual/time.texi (TZ Variable): Document transition times from
18649         25:00:00 through 167:59:59.  These are already supported, and this
18650         support will help with version-3 tz-format files.
18652         * manual/time.texi (TZ Variable): Modernize North America example
18653         to reflect current (i.e., 2007-and-later) daylight saving rules.
18655         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18657 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18659         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18660         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18661         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18662         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18663         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18664         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18665         * sysdeps/unix/bsd/clock.c: Likewise.
18666         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18667         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18668         * sysdeps/unix/bsd/init-posix.c: Likewise.
18669         * sysdeps/unix/bsd/poll.c: Likewise.
18670         * sysdeps/unix/bsd/ptsname.c: Likewise.
18671         * sysdeps/unix/bsd/seekdir.c: Likewise.
18672         * sysdeps/unix/bsd/setegid.c: Likewise.
18673         * sysdeps/unix/bsd/seteuid.c: Likewise.
18674         * sysdeps/unix/bsd/setgid.c: Likewise.
18675         * sysdeps/unix/bsd/setrgid.c: Likewise.
18676         * sysdeps/unix/bsd/setruid.c: Likewise.
18677         * sysdeps/unix/bsd/setsid.c: Likewise.
18678         * sysdeps/unix/bsd/setuid.c: Likewise.
18679         * sysdeps/unix/bsd/sigaction.c: Likewise.
18680         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18681         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18682         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18683         * sysdeps/unix/bsd/telldir.c: Likewise.
18684         * sysdeps/unix/bsd/times.c: Likewise.
18685         * sysdeps/unix/bsd/usleep.c: Likewise.
18687         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18688         ($(objpfx)libbsd-compat.a): Remove rule.
18690         * include/features.h (__FAVOR_BSD): Do not define.
18691         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18692         features conflicting with POSIX.
18693         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18694         (_BSD_SOURCE): Remove description of not being a subset of other
18695         feature test macros.
18696         * manual/job.texi (getpgrp): Do not document BSD version.
18697         (getpgid): Do not document by reference to BSD getpgrp.
18698         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18699         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18700         * signal/signal.h [__FAVOR_BSD]: Likewise.
18701         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18702         instead of making contents conditional on [__FAVOR_BSD].
18703         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18705 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18709 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18711         [BZ #16314]
18712         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18713         values below 2**-450, not 2**-500.
18714         * math/auto-libm-test-in: Don't allow spurious underflow from
18715         hypot.
18716         * math/auto-libm-test-out: Regenerated.
18718         [BZ #16316]
18719         [BZ #16330]
18720         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18721         values of ha and hb and sort them after adjusting subnormal
18722         arguments.
18723         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18724         Likewise.
18725         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18726         values of ea and eb and sort them after adjusting subnormal
18727         arguments.
18728         * math/auto-libm-test-in: Do not expect some hypot tests of
18729         subnormals to fail.  Add more hypot tests.
18730         * math/auto-libm-test-out: Regenerated.
18732 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18734         [BZ #13304]
18735         * sysdeps/sh/s_fma.c: New file.
18736         * sysdeps/sh/s_fmaf.c: New file.
18737         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
18738         version.
18739         * sysdeps/sh/Implies: Add sh/soft-fp.
18741 2013-12-16  Roland McGrath  <roland@hack.frob.com>
18743         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
18744         level of indirection to members `objname', `errstring', `malloced'.
18745         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18746         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
18747         it as the __longjmp argument (just pass 1 instead).
18748         (_dl_catch_error): Initialize C with argument pointers and address of
18749         volatile local ERRCODE rather than copying values out of C at return.
18751 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
18753         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18754         * math/auto-libm-test-out: Regenerated.
18755         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18756         (hypot_test_data): Likewise.
18757         (pow_test_data): Likewise.
18758         (pow_tonearest_test_data): Likewise.
18759         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18760         mpfr_ff_f.
18761         (func_calc_desc): Add mpfr_ff_f union field.
18762         (FUNC_mpfr_ff_f): New macro.
18763         (test_functions): Add atan2, hypot and pow.
18764         (special_fill_min): New function.
18765         (special_fill_minus_min): Likewise.
18766         (special_fill_min_subnorm): Likewise.
18767         (special_fill_minus_min_subnorm): Likewise.
18768         (special_real_inputs): Add min, -min, min_subnorm and
18769         -min_subnorm.
18770         (calc_generic_results): Handle mpfr_ff_f.
18771         * sysdeps/i386/fpu/libm-test-ulps: Update.
18772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18774 2013-12-16  Will Newton  <will.newton@linaro.org>
18776         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18777         (Aligned Memory Blocks): Add documentation for aligned_alloc
18778         and suggest it as an alternative to posix_memalign.
18779         (Hooks for Malloc): Document __memalign_hook is also called
18780         for aligned_alloc.  (Summary of Malloc): Add summary for
18781         aligned alloc.  Document __memalign_hook is also called
18782         for aligned_alloc.
18784 2013-12-16  Will Newton  <will.newton@linaro.org>
18786         * manual/memory.texi (Malloc Examples): Clarify default
18787         alignment documentation.  Suggest posix_memalign rather
18788         than memalign or valloc.
18789         (Aligned Memory Blocks): Remove suggestion to use memalign
18790         or valloc.  Remove obsolete comment about BSD.
18791         Document memalign errno values and mark the function obsolete.
18792         Document posix_memalign returned error codes.  Mark valloc
18793         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18794         called for posix_memalign and valloc.
18795         (Summary of Malloc): Add posix_memalign to function summary.
18796         __memalign_hook is also called for posix_memalign and valloc.
18798 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18800         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18801         TAYLOR_SIN.
18802         (__sin): Adjust.
18803         (__cos): Likewise.
18804         (sloww): Use mynumber union.  Expand ternary operator into
18805         if-else statements.
18806         (cslow): use mynumber union.
18808 2013-12-16  Allan McRae  <allan@archlinux.org>
18810         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18811         * configure: Regenerated.
18813         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18815         [BZ #14120]
18816         * configure.ac: Added --enable-maintainer-mode. Check for
18817         autoconf when enabled.
18818         * configure: Regenerated.
18820         * nscd/nscd.service: New file.
18821         * nscd/nscd.tmpfiles: New file.
18823 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18825         [BZ #12100]
18826         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18827         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18828         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18829         (strstr): Add __strstr_sse2_unaligned ifunc.
18830         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18831         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18832         (strcasestr): Remove __strcasestr_sse42 ifunc.
18833         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18834         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18835         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18837 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18839         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18840         * sysdeps/sh/bits/fenv.h: ... here.
18841         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18843 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18845         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18847         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18848         hypotf multiarch implementations.
18849         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18850         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18851         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18852         multiarch hypot for PPC64.
18853         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18854         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18855         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18856         multiarch hypotf for PPC64.
18858         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18859         modff multiarch implementations.
18860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18863         multiarch modf for PPC64.
18864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18867         multiarch modff for PPC64.
18869         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18870         and logl multiarch implementations.
18871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18874         multiarch logb for PPC64.
18875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18878         multiarch logb for PPC64.
18879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18882         multiarch logb for PPC64.
18884         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18885         isinff multiarch implementation.
18886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18887         file.
18888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18890         multiarch isinf for PPC64.
18891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18892         file.
18893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18894         multiarch isinff for PPC64.
18896         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18897         finitef multiarch implementation.
18898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18899         file.
18900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18902         multiarch finite for PPC64.
18903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18904         file.
18905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18906         multiarch finitef for PPC64.
18908         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18909         lrint multiarch implementation.
18910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18911         file.
18912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18914         multiarch llrint for PPC64.
18915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18916         multiarch lrint for PPC64.
18918         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18919         copysignf multiarch implementation.
18920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18921         file.
18922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18923         file.
18924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18925         multiarch copysign for PPC64.
18926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18927         multiarch copysignf for PPC64.
18929         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18930         multiarch implementation.
18931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18932         file.
18933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18934         file.
18935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18936         file.
18937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18938         file.
18939         multiarch llround for PPC64.
18940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18941         multiarch trunc for PPC64.
18942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18943         multiarch truncf for PPC64.
18945         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18946         multiarch implementation.
18947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18948         file.
18949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18950         file.
18951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18952         file.
18953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18954         file.
18955         multiarch llround for PPC64.
18956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18957         multiarch round for PPC64.
18958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18959         multiarch roundf for PPC64.
18961         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18962         multiarch implementation.
18963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18964         file.
18965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18966         file.
18967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18968         file.
18969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18970         file.
18971         multiarch llround for PPC64.
18972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18973         multiarch floor for PPC64.
18974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18975         multiarch floorf for PPC64.
18977         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18978         multiarch implementation.
18979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18980         file.
18981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18982         file.
18983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18984         file.
18985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18986         file.
18987         multiarch llround for PPC64.
18988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18989         multiarch ceil for PPC64.
18990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18991         multiarch ceilf for PPC64.
18993         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18994         multiarch implementation.
18995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18996         file.
18997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18998         file.
18999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19000         file.
19001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19002         multiarch llround for PPC64.
19003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19004         multiarch lround for PPC64.
19006         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19007         multiarch implementation.
19008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19011         file.
19012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19015         multiarch isnan for PPC64.
19016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19017         multiarch isnanf for PPC64.
19019         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19020         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19021         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19022         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19023         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19026         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19027         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19028         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19029         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19031         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19032         multiarch implementations.
19033         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19034         (__libc_ifunc_impl_list): Likewise.
19035         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19036         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19037         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19038         multiarch stpcpy for PPC64.
19040         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19041         multiarch implementations.
19042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19043         (__libc_ifunc_impl_list): Likewise.
19044         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19045         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19046         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19047         multiarch strcpy for PPC64.
19049         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19050         redefine function name.
19051         (_wordcopy_fwd_dest_aligned): Likewise.
19052         (_wordcopy_bwd_aligned): Likewise.
19053         (_wordcopy_bwd_dest_aligned): Likewise.
19054         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19055         multiarch implementations.
19056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19057         (__libc_ifunc_impl_list): Likewise.
19058         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19059         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19060         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19061         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19062         multiarch wcscpy for PPC64.
19064         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19065         multiarch implementations.
19066         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19067         (__libc_ifunc_impl_list): Likewise.
19068         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19069         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19070         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19071         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19072         multiarch wcscpy for PPC64.
19074         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19075         multiarch implementations.
19076         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19077         (__libc_ifunc_impl_list): Likewise.
19078         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19079         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19080         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19081         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19082         multiarch wcsrchr for PPC64.
19084         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19085         multiarch implementations.
19086         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19087         (__libc_ifunc_impl_list): Likewise.
19088         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19089         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19090         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19091         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19092         multiarch wcschr for PPC64.
19094         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19095         multiarch implementations.
19096         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19097         (__libc_ifunc_impl_list): Likewise.
19098         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19099         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19100         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19101         multiarch strchrnul for PPC64.
19103         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19104         implementations.
19105         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19106         (__libc_ifunc_impl_list): Likewise.
19107         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19108         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19109         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19110         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19111         strchr for PPC64.
19113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19114         implementations.
19115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19116         (__libc_ifunc_impl_list): Likewise.
19117         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19118         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19119         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19120         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19121         strncmp for PPC64.
19123         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19124         multiarch implementations.
19125         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19126         (__libc_ifunc_impl_list): Likewise.
19127         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19128         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19129         strncasecmp for PPC64.
19130         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19131         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19132         multiarch strncasecmp_l for PPC64.
19134         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19135         multiarch implementations.
19136         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19137         (__libc_ifunc_impl_list): Likewise.
19138         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19139         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19140         multiarch strcasecmp for PPC64.
19141         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19142         file.
19143         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19144         multiarch strcasecmp_l for PPC64.
19146         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19147         implementations.
19148         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19149         (__libc_ifunc_impl_list): Likewise.
19150         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19151         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19152         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19153         strnlen for PPC64.
19155         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19156         implementations.
19157         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19158         (__libc_ifunc_impl_list): Likewise.
19159         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19160         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19161         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19162         strlen for PPC64.
19164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19165         implementations.
19166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19167         (__libc_ifunc_impl_list): Likewise.
19168         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19169         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19170         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19171         rawmemrchr for PPC64.
19173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19174         implementation.
19175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19176         (__libc_ifunc_impl_list): Likewise.
19177         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19178         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19179         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19180         memrchr for PPC64.
19182         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19183         implementation.
19184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19185         (__libc_ifunc_impl_list): Likewise.
19186         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19187         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19188         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19189         memchr for PPC64.
19191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19192         implementation.
19193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19194         (__libc_ifunc_impl_list): Likewise.
19195         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19196         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19197         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19198         mempcpy for PPC64.
19200         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19201         avoid cretion of __bzero symbol.
19202         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19203         Likewise.
19204         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19205         Likewise.
19206         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19207         Likewise.
19208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19209         multiarch implementations.
19210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19211         (__libc_ifunc_impl_list): Likewise.
19212         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19213         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19214         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19215         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19216         bzero for PPC32.
19217         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19218         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19219         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19220         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19221         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19222         memset for PPC64.
19223         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19225         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19226         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19227         implementations.
19228         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19229         (__libc_ifunc_impl_list): Likewise.
19230         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19231         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19232         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19233         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19234         memcmp for PPC64.
19236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19237         multiarch for POWER/PPC64.
19238         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19239         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19240         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19241         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19242         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19243         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19244         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19245         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19246         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19247         memcpy for PPC64.
19249         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19250         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19251         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19252         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19253         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19254         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19255         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19256         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19257         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19258         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19259         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19260         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19261         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19262         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19263         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19272 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19274         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19276 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19278         * benchtests/Makefile (bench): Add exp2 and log2.
19279         (LDLIBS-bench-exp2): Add -lm.
19280         (LDLIBS-bench-log2): Likewise.
19281         * benchtests/exp2-inputs: New inputs file.
19282         * benchtests/log2-inputs: New inputs file.
19283         * benchtests/log-inputs: Add new inputs.
19284         * benchtests/tan-inputs: Likewise.
19286 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19288         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19289         definition...
19290         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19291         (csloww2): ... from here.
19293         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19294         instead of structures.
19295         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19296         (POLYNOMIAL): Likewise.
19297         (TAYLOR_SLOW): Likewise.
19298         (__sin): Likewise.
19299         (__cos): Likewise.
19300         (slow1): Likewise.
19301         (slow2): Likewise.
19302         (sloww): Likewise.
19303         (sloww1); Likewise.
19304         (sloww2): Likewise.
19305         (bsloww1): Likewise.
19306         (bsloww2): Likewise.
19307         (cslow2): Likewise.
19308         (csloww): Likewise.
19309         (csloww1): Likewise.
19310         (csloww2): Likewise.
19312 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19314         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19315         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19316         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19317         * malloc/hooks.c (realloc_check): Likewise.
19319         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19320         * malloc/arena.c: Remove PER_THREAD conditional.
19321         [!PER_THREAD]: Remove code.
19322         (ptmalloc_unlock_all2): Likewise.
19323         (ptmalloc_init): Likewise.
19324         (_int_new_arena): Likewise.
19325         (arena_get2): Likewise.
19326         * malloc/hooks.c (__malloc_get_state): Likewise.
19327         (__malloc_set_state): Likewise.
19328         * malloc/malloc.c: Likewise.
19329         (struct malloc_state): Likewise.
19330         (struct malloc_par): Likewise.
19331         (__libc_realloc): Likewise.
19332         (__libc_mallopt): Likewise.
19334 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19336         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19338 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19340         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19341         macro to a function.  Check for zero perturb_byte.
19342         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19344         * malloc/malloc.c: (force_reg): Remove.
19345         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19346         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19347         force_reg by atomic_forced_read.
19348         * malloc/arena.c (ptmalloc_init): Likewise.
19349         * malloc/hooks.c (top_check): Likewise.
19351 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19355 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19357         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19359 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19361         * math/auto-libm-test-in: Add tests of lgamma.
19362         * math/auto-libm-test-out: Regenerated.
19363         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19364         (M_LOG_2_SQRT_PIl): Likewise.
19365         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19366         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19367         mpfr_f_f1.
19368         (func_calc_desc): Add mpfr_f_f1 union field.
19369         (ARGS1): New macro.
19370         (ARGS2): Likewise.
19371         (ARGS3): Likewise.
19372         (ARGS4): Likewise.
19373         (RET1): Likewise.
19374         (RET2): Likewise.
19375         (CALC): Likewise.
19376         (FUNC): Likewise.
19377         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19378         (test_functions): Add lgamma.
19379         (calc_generic_results): Handle mpfr_f_f1.
19380         * sysdeps/i386/fpu/libm-test-ulps: Update.
19381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19383 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19385         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19386         __mpn_add_n for PowerPC64/POWER7.
19387         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19388         __mpn_sub_n for PowerPC64/POWER7.
19390         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19391         __mpn_addmul_1 for PowerPC64.
19392         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19393         __mpn_submul_1 for PowerPC64.
19394         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19395         for PowerPC64.
19396         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19397         for PowerPC64.
19399 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19401         [BZ #15089]
19402         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19404 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19406         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19408         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19409         add multiarch folders.
19410         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19411         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19412         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19413         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19414         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19415         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19416         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19417         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19418         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19419         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19420         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19429         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19431         New file.
19432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19433         New file.
19434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19435         multiarch __ieee754_hypot for PowerPC32.
19436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19437         New file.
19438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19439         New file.
19440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19441         multiarch __ieee754_hypotf for PowerPC32.
19443         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19444         long_double_symbol only if __logbl is defined.
19445         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19446         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19447         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19448         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19449         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19450         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19451         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19452         path for implementation.
19453         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19454         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19456         logb, and logbl multiarch implementations for PowerPC32.
19457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19458         file.
19459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19460         file.
19461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19462         multiarch logb for PowerPC32.
19463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19464         file.
19465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19466         file.
19467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19468         multiarch logbf for PowerPC32.
19469         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19471         file.
19472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19473         multiarch logbl implementation for PowerPC32.
19475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19476         and modff multiarch implementations.
19477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19478         New file.
19479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19480         New file.
19481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19482         multiarch modf for PowerPC32.
19483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19484         New file.
19485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19486         New file.
19487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19488         multiarch modff for PowerPC32.
19490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19491         and lrintf multiarch implementations.
19492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19493         New file.
19494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19495         New file.
19496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19497         multiarch lrint for PowerPC32.
19498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19499         file: multiarch lrintf for PowerPC32.
19501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19502         and lroundf multiarch implementations.
19503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19504         New file.
19505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19506         New file.
19507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19508         New file.
19509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19510         multiarch lround for PowerPC32.
19511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19512         file: multiarch lroundf for PowerPC32.
19514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19515         copysign and copysignf multiarch implementations.
19516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19517         New file.
19518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19519         New file.
19520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19521         file: multiarch copysign for PowerPC32.
19522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19523         file: multiarch copysignf for PowerPC32.
19525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19526         and truncf multiarch implementations.
19527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19528         New file.
19529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19530         file.
19531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19532         multiarch trunc for PowerPC32.
19533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19534         New file.
19535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19536         New file.
19537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19538         multiarch truncf for PowerPC32.
19540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19541         and roundf multiarch implementations.
19542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19543         New file.
19544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19545         file.
19546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19547         multiarch round for PowerPC32.
19548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19549         New file.
19550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19551         New file.
19552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19553         multiarch roundf for PowerPC32.
19555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19556         and floorf multiarch implementations.
19557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19558         New file.
19559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19560         file.
19561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19562         multiarch floor for PowerPC32.
19563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19564         New file.
19565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19566         New file.
19567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19568         multiarch floorf for PowerPC32.
19570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19571         and ceilf multiarch implementations.
19572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19573         New file.
19574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19575         file.
19576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19577         multiarch ceil for PowerPC32.
19578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19579         New file.
19580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19581         file.
19582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19583         multiarch ceilf for PowerPC32.
19585         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19586         is defined.
19587         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19588         FINITEF is defined.
19589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19590         and finitef multiarch implementations.
19591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19592         New file.
19593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19594         file.
19595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19596         multiarch finite for PowerPC32.
19597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19598         New file.
19599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19600         file: multiarch finitef for PowerPC32.
19602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19603         and isinff multiarch implementations.
19604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19605         file.
19606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19607         file.
19608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19609         multiarch isinf for PowerPC32.
19610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19611         New file.
19612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19613         multiarch isinff for PowerPC32.
19615         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19616         alias when __isnan is defined.
19617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19618         and isnanf multiarch implementations.
19619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19620         file.
19621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19622         file.
19623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19624         file.
19625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19626         file.
19627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19628         multiarch isnan for PowerPC32.
19629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19630         New file.
19631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19632         New file.
19633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19634         multiarch isnanf for PowerPC32.
19636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19637         and sqrtf multiarch implementations.
19638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19639         file.
19640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19641         file.
19642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19643         multiarch sqrt for PowerPC32.
19644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19645         file.
19646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19647         file.
19648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19649         multiarch sqrtf for PowerPC32.
19651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19652         and llroundf multiarch implementations.
19653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19654         New file.
19655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19656         New file.
19657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19658         New file.
19659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19660         file: multiarch llround for PowerPC32.
19661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19662         file: multiarch llroundf for PowerPC32.
19664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19665         multiarch PowerPC32 fpu implementations.
19666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19667         New file.
19668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19669         New file.
19670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19671         multiarch llrint for PowerPC32.
19672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19673         New file.
19674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19675         New file.
19676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19677         file.
19679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19681         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19682         file.
19683         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19684         file.
19685         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19686         file.
19687         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19688         multiarch wordcopy for PPC32.
19689         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19690         wordcopy objects.
19691         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19692         (__libc_ifunc_impl_list): Likewise.
19693         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19694         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19695         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19696         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19697         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19698         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19700         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19701         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19702         file.
19703         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19704         file.
19705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19706         file.
19707         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19708         multiarch wcscpy for PPC32.
19709         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19710         multiarch objects.
19711         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19712         (__libc_ifunc_impl_list): Likewise.
19713         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19714         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19715         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19716         sysdeps/powerpc/power6/wcscpy.c.
19718         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19719         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19720         file.
19721         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19722         file.
19723         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19724         file.
19725         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19726         multiarch wcsrchr for PPC32.
19727         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19728         multiarch objects.
19729         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19730         (__libc_ifunc_impl_list): Likewise.
19731         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19732         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19733         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19734         sysdeps/powerpc/power6/wcsrchr.c.
19736         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19737         file.
19738         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19739         file.
19740         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19741         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19742         multiarch wcschr for PPc32.
19743         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19744         multiarch objects.
19745         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19746         (__libc_ifunc_impl_list): Likewise.
19747         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19748         * sysdeps/powerpc/power6/wcschr.c: ... to here.
19749         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19750         sysdeps/powerpc/power6/wcschr.c.
19752         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19753         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19754         file.
19755         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19756         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19757         file: multiarch strchr for PPC32.
19758         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19759         multiarch objects.
19760         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19761         (__libc_ifunc_impl_list): Likewise.
19763         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19764         name.
19765         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19766         file.
19767         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19768         file.
19769         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19770         multiarch strchrnul for PPC32.
19771         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19772         multiarch objects.
19773         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19774         (__libc_ifunc_impl_list): Likewise.
19776         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19777         file.
19778         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19779         multiarch strncasecmp for PPC32.
19780         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19781         file.
19782         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19783         multiarch strncasecmp_l for PPC32.
19784         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19785         strncasecmp multiarch objects.
19786         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19787         (__libc_ifunc_impl_list): Likewise.
19789         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19790         file.
19791         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19792         multiarch strncasecmp for PPC32.
19793         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19794         New file.
19795         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19796         multiarch strcasecmp_l for PPC32.
19797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19798         multiarch objects.
19799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19800         (__libc_ifunc_impl_list): Likewise.
19802         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19803         file.
19804         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19805         file.
19806         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19807         multiarch strncmp for PPC32.
19808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19809         multiarch objects.
19810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19811         (__libc_ifunc_impl_list): Likewise.
19813         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19814         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19815         file.
19816         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19817         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19818         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19819         multiarch objects.
19820         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19821         (__libc_ifunc_impl_list): Likewise.
19823         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19824         file.
19825         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19826         file.
19827         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19828         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19829         multiarch objects.
19830         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19831         (__libc_ifunc_impl_list): Likewise.
19833         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19834         file.
19835         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19836         file.
19837         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19838         multiarch rawmemchr for PPC32.
19839         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19840         multiarch objects.
19841         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19842         (__libc_ifunc_impl_list): Likewise.
19844         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19845         file.
19846         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19847         file.
19848         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19849         file: memrchr multiarch for PPC32.
19850         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19851         multiarch objects.
19852         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19853         (__libc_ifunc_impl_list): Likewise.
19855         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19856         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19857         file.
19858         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19859         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19860         multiarch memchr for PPC32.
19861         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19862         multiarch objects.
19863         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19864         (__libc_ifunc_impl_list): Likewise.
19866         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19867         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19868         file.
19869         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19870         file.
19871         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19872         file: multiarch mempcpy for PPC32.
19873         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19874         multiarch objects.
19875         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19876         (__libc_ifunc_impl_list): Likewise.
19878         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19879         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19880         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19881         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19882         multiarch bzero for PPC32.
19883         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19884         file.
19885         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19886         file.
19887         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19888         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19889         file: multiarch memset for PPC32.
19890         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19892         memset multiarch objects.
19893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19894         (__libc_ifunc_impl_list): Likewise.
19896         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19897         file.
19898         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19899         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19900         memcmp for PPC32.
19901         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19902         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19903         multiarch objects.
19904         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19905         (__libc_ifunc_impl_list): Likewise.
19907         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19908         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19909         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19910         file.
19911         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19912         file.
19913         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19914         file.
19915         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19916         multiarch memcpy for PPC32.
19917         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19918         multiarch objects.
19919         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19920         (__libc_ifunc_impl_list): Likewise.
19922         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19923         support multiarch for POWER/PPC32.
19924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19925         Likewise.
19926         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19928         Implies file to make multiarch folder appers before the fpu and
19929         default folder for power4 configuration.
19931 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19933         * scripts/bench.pl: Append volatile keyword to type.
19935 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19937         * sysdeps/sh/sotruss-lib.c: New file.
19938         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19940 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19944 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19946         [BZ #6810]
19947         * math/w_tgamma.c: Include <errno.h>.
19948         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19949         * math/w_tgammaf.c: Include <errno.h>.
19950         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19951         * math/w_tgammal.c: Include <errno.h>.
19952         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19953         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19954         underflow.  Add more tgamma tests.
19955         * math/auto-libm-test-out: Regenerated.
19956         * sysdeps/i386/fpu/libm-test-ulps: Update.
19957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19959         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19960         sin, sinh, tan, tanh, tgamma, y0 and y1.
19961         * math/auto-libm-test-out: Regenerated.
19962         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19963         (TEST_COND_x86): Likewise.
19964         (M_E2l): Remove macro.
19965         (M_E3l): Likewise.
19966         (M_2_SQRT_PIl): Likewise.
19967         (M_SQRT_PIl): Likewise.
19968         (M_1_DIV_El): Likewise.
19969         (log_test_data): Use AUTO_TESTS_f_f.
19970         (log10_test_data): Likewise.
19971         (log1p_test_data): Likewise.
19972         (log2_test_data): Likewise.
19973         (sin_test_data): Likewise.
19974         (sin_tonearest_test_data): Likewise.
19975         (sin_towardzero_test_data): Likewise.
19976         (sin_downward_test_data): Likewise.
19977         (sin_upward_test_data): Likewise.
19978         (sinh_test_data): Likewise.
19979         (sinh_tonearest_test_data): Likewise.
19980         (sinh_towardzero_test_data): Likewise.
19981         (sinh_downward_test_data): Likewise.
19982         (sinh_upward_test_data): Likewise.
19983         (tan_test_data): Likewise.
19984         (tan_tonearest_test_data): Likewise.
19985         (tan_towardzero_test_data): Likewise.
19986         (tan_downward_test_data): Likewise.
19987         (tan_upward_test_data): Likewise.
19988         (tanh_test_data): Likewise.
19989         (tgamma_test_data): Likewise.
19990         (y0_test_data): Likewise.
19991         (y1_test_data): Likewise.
19992         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19993         (special_real_inputs): Add pi/4.
19994         * sysdeps/i386/fpu/libm-test-ulps: Update.
19995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19997 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19999         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20000         "longjmp_target" static probes.
20001         (__longjmp): Rename to __longjmp_symbol.
20002         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20003         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20004         on which longjmp to generate.
20005         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20006         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20007         probe.
20008         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20009         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20010         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20011         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20012         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20013         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20015         __longjmp_symbol based on which __longjmp to generate.
20016         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20017         probe.
20018         (setjmp): Rename to setjmp_symbol.
20019         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20020         (_setjmp): Rename to _setjmp_symbol.
20021         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20022         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20023         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20024         which setjmp to generate.
20025         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20026         "longjmp_target" static probes.
20028 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20030         * benchtests/README: Add note about output arguments.
20031         * benchtests/bench-sincos.c: Remove file.
20032         * benchtests/sincos-inputs: New file.
20033         * scripts/bench.pl: Identify output arguments and define
20034         static variables for them.
20036         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20038         [BZ #15941]
20039         * Makefile (INSTALL): Add install-plain.texi as the primary
20040         dependency.
20041         * manual/install-plain.texi: New file.
20042         * manual/install.texi: Include node directive only for
20043         non-plaintext output.
20045 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20047         * stdlib/longlong.h: Update from GCC.
20049         [BZ #6807]
20050         [BZ #15901]
20051         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20052         * math/w_j0f.c (y0f): Likewise.
20053         * math/w_j0l.c (__y0l): Likewise.
20054         * math/w_j1.c (y1): Likewise.
20055         * math/w_j1f.c (y1f): Likewise.
20056         * math/w_j1l.c (__y1l): Likewise
20057         * math/w_jn.c (yn): Likewise.
20058         * math/w_jnf.c (ynf): Likewise.
20059         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20060         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20061         value for Bessel function domain errors outside _SVID_ mode.
20062         Adjust sign of return value for yn (negative integer, 0).
20063         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20064         by zero in return for negative x and set sign appropriately for
20065         negative n.
20066         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20067         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20068         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20069         expectations in error cases.
20070         (y1_test_data): Likewise.
20071         (yn_test_data): Likewise.
20072         * sysdeps/i386/fpu/libm-test-ulps: Update.
20073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20075 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20077         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20078         "64" to "64-v1".  Add "64-v2".
20079         (abi-64-options): Rename to ...
20080         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20081         (abi-64-condition): Rename to ...
20082         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20083         (abi-64-ld-soname): Rename to ...
20084         (abi-64-v1-ld-soname): ... this.
20085         (abi-64-v2-options): Define.
20086         (abi-64-v2-condition): Likewise.
20087         (abi-64-v2-ld-soname): Likewise.
20088         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20089         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20094 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20095             Alan Modra  <amodra@gmail.com>
20097         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20098         New versions for use with the ELFv2 ABI.
20099         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20100         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20101         declaration.
20102         (struct La_ppc64v2_retval): Likewise.
20103         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20104         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20105         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20106         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20107         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20108         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20109         Do not save or restore CR.
20110         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20111         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20112         return values for ELFv2 ABI.  Fix location of FPR return registers.
20113         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20114         updated values for _CALL_ELF == 2.
20115         (La_regs, La_retval, int_retval): Likewise.
20117 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20119         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20120         (FRAME_MIN_SIZE_PARM): Likewise.
20121         (FRAME_BACKCHAIN): Likewise.
20122         (FRAME_CR_SAVE): Likewise.
20123         (FRAME_LR_SAVE): Likewise.
20124         (FRAME_TOC_SAVE): Likewise.
20125         (FRAME_PARM_SAVE): Likewise.
20126         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20127         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20128         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20129         (call_mcount_parm_offset): New macro.
20130         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20131         (PROF): Use symbolic stack frame offsets.
20132         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20133         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20134         Redefine in terms of FRAME_MIN_SIZE.
20135         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20136         (_dl_profile_resolve): Likewise.  Update comment.
20137         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20138         symbols stack frame offsets.
20139         (__sigsetjmp): Likewise.
20140         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20141         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20142         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20143         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20146         (FRAME_BACKCHAIN): Remove.
20147         (FRAME_CR_SAVE): Likewise.
20148         (FRAME_LR_SAVE): Likewise.
20149         (FRAME_COMPILER_DW): Likewise.
20150         (FRAME_LINKER_DW): Likewise.
20151         (FRAME_TOC_SAVE): Likewise.
20152         (FRAME_PARM_SAVE): Likewise.
20153         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20154         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20155         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20157         (CHECK_SP): Use symbolic stack frame offsets.
20158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20159         zone" instead of caller's parameter save area for temp storage.
20160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20161         Likewise.  Also, use symbolic stack frame offsets.
20162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20163         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20164         our own stack frame instead of the caller's.
20165         (__socket): Use symbolic stack frame offsets.
20167 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20168             Alan Modra  <amodra@gmail.com>
20170         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20171         Define.
20172         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20173         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20174         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20175         New function.
20176         (elf_machine_fixup_plt): Call it.
20177         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20178         reloc arguments.
20179         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20180         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20181         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20182         r2 before calling target.
20184 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20185             Alan Modra  <amodra@gmail.com>
20187         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20188         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20189         versions of macros to support ELFv2 ABI.
20190         (LOCALENTRY): New macro.
20191         (ENTRY, EALIGN): Use it.
20192         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20193         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20194         fall through into ENTRY entry point.
20195         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20196         Only define if _CALL_ELF != 2.
20198         (elf_machine_matches_host): Verify ABI version matches.
20199         (RTLD_START): Use LOCALENTRY.
20200         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20201         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20202         (PLT_ENTRY_WORDS): New macro.
20203         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20204         (elf_machine_runtime_setup): Support ELFv2 ABI.
20205         (elf_machine_fixup_plt): Likewise.
20206         (elf_machine_plt_conflict): Likewise.
20207         (resolve_ifunc): Likewise.
20208         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20209         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20210         Likewise.
20211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20212         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20214         (makecontext): Support ELFv2 ABI.
20215         * elf/elf.h (EF_PPC64_ABI): Define.
20217 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20219         * sysdeps/powerpc/powerpc64/sysdep.h
20220         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20221         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20222         (ENTRY) [ASSEMBLER]: ... but instead here ...
20223         (EALIGN) [ASSEMBLER]: ... and here.
20224         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20225         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20226         (ENTRY_2) [!ASSEMBLER]: Use it.
20227         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20228         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20229         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20230         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20231         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20233         Use PPC64_LOAD_FUNCPTR.
20235         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20237 2013-12-04  Alan Modra  <amodra@gmail.com>
20239         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20240         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20241         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20242         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20244         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20245         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20246         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20247         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20248         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20249         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20251 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20254         (__makecontext): Fix incorrect CFI when backtracing out of
20255         context created via makecontext.
20256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20257         (__setcontext): Fix incorrect CFI during switch to new context.
20258         (__novec_setcontext): Likewise.
20260 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20262         [BZ #4772]
20263         * time/strptime_l.c (__strptime_internal): Allow modifiers
20264         in strptime.
20265         * time/tst-strptime.c (day_tests): Add testcase.
20267 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20269         * scripts/bench.pl: Skip over blank lines.
20271 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20273         [BZ #926]
20274         * manual/time.texi (Calendar Time): Clarify what timezone functions
20275         use.
20277 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20281 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20283         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20284         implementation.
20285         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20286         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20287         * debug/memset_chk.c (__memset_chk): Likewise.
20288         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20289         * debug/strncpy_chk.c: Likewise.
20291 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20293         [BZ #15268]
20294         [BZ #15425]
20295         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20296         (__ieee754_exp): For possibly underflowing results, check size of
20297         result and force underflow exception if required.
20298         * math/auto-libm-test-in: Add more tests of exp.
20299         * math/auto-libm-test-out: Regenerated.
20300         * sysdeps/i386/fpu/libm-test-ulps: Update.
20301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20303         [BZ #16283]
20304         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20305         * math/w_exp2f.c (__exp2f): Likewise.
20306         * math/w_exp2l.c (__exp2l): Likewise.
20307         * math/auto-libm-test-in: Do not allow missing errno on exp2
20308         underflow.
20309         * math/auto-libm-test-out: Regenerated.
20311 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20313         [BZ #16274]
20314         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20315         handle filename validation.
20316         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20317         (do_open): Delete.
20319 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20321         [BZ #6786]
20322         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20323         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20324         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20325         <float.h>.
20326         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20327         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20328         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20329         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20330         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20331         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20332         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20333         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20334         Add more erfc tests.
20335         * math/auto-libm-test-out: Regenerated.
20336         * sysdeps/i386/fpu/libm-test-ulps: Update.
20337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20339         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20340         exp2, expm1, j0 and j1.
20341         * math/auto-libm-test-out: Regenerated.
20342         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20343         (erfc_test_data): Likewise.
20344         (exp_test_data): Likewise.
20345         (exp_tonearest_test_data): Likewise.
20346         (exp_towardzero_test_data): Likewise.
20347         (exp_downward_test_data): Likewise.
20348         (exp_upward_test_data): Likewise.
20349         (exp10_test_data): Likewise.
20350         (exp2_test_data): Likewise.
20351         (expm1_test_data): Likewise.
20352         (j0_test_data): Likewise.
20353         (j1_test_data): Likewise.
20354         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20355         (input_flag_type): Add flag_xfail_rounding.
20356         (input_flags): Add xfail-rounding.
20357         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20358         (output_for_one_input_case): Handle flag_xfail_rounding.
20359         * sysdeps/i386/fpu/libm-test-ulps: Update.
20360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20362 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20364         [BZ #16289]
20365         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20366         division by 0.
20368 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20370         [BZ #16195]
20371         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20372         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20373         (STAP_PROBE0): New macro.
20374         (STAP_PROBE1): Likewise.
20375         (STAP_PROBE2): Likewise.
20376         (STAP_PROBE3): Likewise.
20377         (STAP_PROBE4): Likewise.
20379 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20381         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20383 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20385         * benchtests/Makefile (bench): Add sqrt.
20386         (LDLIBS-bench-sqrt): New.
20387         * benchtests/sqrt-input: New.
20389 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20391         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20392         (GAIH_EAI): Likewise.
20393         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20394         (gaih_inet): Likewise.
20395         (getaddrinfo): Don't use GAIH_EAI.
20397         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20398         (struct gaih): Remove definition.
20400 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20402         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20403         Use HERRNOP directly.
20405 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20409 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20411         * math/gen-auto-libm-tests.c (test_functions): Add more
20412         single-argument functions.
20413         (special_fill_pi_2): New function.
20414         (special_fill_minus_pi_2): Likewise.
20415         (special_fill_pi_6): Likewise.
20416         (special_fill_minus_pi_6): Likewise.
20417         (special_fill_pi_3): Likewise.
20418         (special_fill_2pi_3): Likewise.
20419         (special_fill_e): Likewise.
20420         (special_fill_1_e): Likewise.
20421         (special_fill_e_minus_1): Likewise.
20422         (special_real_inputs): Add more special inputs.
20423         (output_for_one_input_case): Do not require ERANGE on underflow to
20424         zero if round-to-nearest result does not underflow to zero, unless
20425         exact results required.
20426         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20427         atan, atanh, cbrt, cos and cosh.
20428         * math/auto-libm-test-out: Regenerated.
20429         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20430         (acos_tonearest_test_data): Likewise.
20431         (acos_towardzero_test_data): Likewise.
20432         (acos_downward_test_data): Likewise.
20433         (acos_upward_test_data): Likewise.
20434         (acosh_test_data): Likewise.
20435         (asin_test_data): Likewise.
20436         (asin_tonearest_test_data): Likewise.
20437         (asin_towardzero_test_data): Likewise.
20438         (asin_upward_test_data): Likewise.
20439         (asinh_test_data): Likewise.
20440         (atan_test_data): Likewise.
20441         (atanh_test_data): Likewise.
20442         (cbrt_test_data): Likewise.
20443         (cos_test_data): Likewise.
20444         (cos_tonearest_test_data): Likewise.
20445         (cos_towardzero_test_data): Likewise.
20446         (cos_downward_test_data): Likewise.
20447         (cos_upward_test_data): Likewise.
20448         (cosh_test_data): Likewise.
20449         (cosh_tonearest_test_data): Likewise.
20450         (cosh_towardzero_test_data): Likewise.
20451         (cosh_downward_test_data): Likewise.
20452         (cosh_upward_test_data): Likewise.
20453         * sysdeps/i386/fpu/libm-test-ulps: Update.
20454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20456 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20458         [BZ #6787]
20459         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20460         * math/w_exp10f.c (__exp10f): Likewise.
20461         * math/w_exp10l.c (__exp10l): Likewise.
20462         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20463         errno settings in existing tests.
20465         [BZ #14032]
20466         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20467         precision control set to double precision.
20468         * sysdeps/i386/fpu/w_sqrt.c: New file.
20469         * math/auto-libm-test-in: Add more tests.
20470         * math/auto-libm-test-out: Update.
20472         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20473         (sqrt_test_tonearest): New function.
20474         (sqrt_towardzero_test_data): New variable.
20475         (sqrt_test_towardzero): New function.
20476         (sqrt_downward_test_data): New variable.
20477         (sqrt_test_downward): New function.
20478         (sqrt_upward_test_data): New variable.
20479         (sqrt_test_upward): New function.
20480         (main): Call the new functions.
20482         * math/gen-auto-libm-tests.c: New file.
20483         * math/auto-libm-test-in: Likewise.
20484         * math/auto-libm-test-out: New generated file.
20485         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20486         variables.
20487         (%beautify): Add generated representations of zero.
20488         (top level): Set $auto_input and call parse_auto_input.
20489         (beautify): Remove trailing "f" from hex float constants.
20490         (parse_args): Handle XFAIL_TEST.
20491         (convert_condition): New function.
20492         (or_value): Likewise.
20493         (or_cond_value): Likewise.
20494         (generate_testfile): Handle AUTO_TESTS_* lines.
20495         (parse_auto_input): New function.
20496         * math/libm-test.inc (XFAIL_TEST): New macro.
20497         (ERRNO_UNCHANGED): Update value.
20498         (ERRNO_EDOM): Likewise.
20499         (ERRNO_ERANGE): Likewise.
20500         (IGNORE_RESULT): Likewise.
20501         (TEST_COND_flt_32): New macro.
20502         (TEST_COND_dbl_64): Likewise.
20503         (TEST_COND_ldbl_96_intel): Likewise.
20504         (TEST_COND_ldbl_96_m68k): Likewise.
20505         (TEST_COND_ldbl_128): Likewise.
20506         (TEST_COND_ldbl_128ibm): Likewise.
20507         (TEST_COND_long32): Likewise.
20508         (TEST_COND_long64): Likewise.
20509         (TEST_COND_before_rounding): Likewise.
20510         (TEST_COND_after_rounding): Likewise.
20511         (enable_test): Handle XFAIL_TEST flag.
20512         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20513         with finite results.
20514         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20515         auto-libm-test-out.
20517 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20518             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20520         [BZ #16214]
20521         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20522         __tls_get_addr_internal instead of __tls_get_offset in order to
20523         avoid GOT pointer dependency.  Make rtld export
20524         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20525         __tls_get_addr since we are a __tls_get_offset platform.
20526         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20527         GOT pointer being set up before.
20528         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20530 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20532         * manual/math.texi (Errors in Math Functions): Document accuracy
20533         goals.
20535         [BZ #15004]
20536         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20537         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20538         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20539         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20540         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20541         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20542         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20543         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20544         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20545         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20546         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20547         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20548         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20549         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20550         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20551         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20553         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20554         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20555         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20556         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20557         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20558         Likewise.
20559         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20560         Likewise.
20561         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20562         Likewise.
20563         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20564         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20565         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20566         atomic-feupdateenv and flt-rounds.
20567         * sysdeps/powerpc/nofpu/Versions (libc): Add
20568         __atomic_feholdexcept, __atomic_feclearexcept,
20569         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20570         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20571         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20572         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20573         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20574         here.
20575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20576         Update.
20578         * manual/arith.texi (FP Exceptions): Document that exceptions may
20579         not be raised when matherr is used.
20580         (Math Error Reporting): Document overflow in directed rounding
20581         modes.  Document that errno may not be set when finite values are
20582         returned on overflow.  Document intent to set errno on underflow
20583         only for underflow to zero.
20585         [BZ #16271]
20586         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20587         round-to-nearest then adjust result for other rounding modes.
20588         * include/fenv.h (fegetround): Use libm_hidden_proto.
20589         * math/fegetround.c (fegetround): Use libm_hidden_def.
20590         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20591         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20592         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20593         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20594         Likewise.
20595         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20596         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20597         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20598         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20600 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20602         [BZ #16077]
20603         * nss/Versions (libnss_files): Add
20604         _nss_files_gethostbyname3_r.
20605         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20606         New function.
20607         (HOST_DB_LOOKUP): Remove macro.
20608         (_nss_files_gethostbyname_r): Implement function without the
20609         HOST_DB_LOOKUP macro.
20610         (_nss_files_gethostbyname2_r): Likewise.
20612 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20614         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20616 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20618         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20619         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20620         warning.
20622 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20624         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20625         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20626         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20627         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20628         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20629         __fe_nomask_env_priv and attribute_hidden.
20630         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20631         (libc_feupdateenv_test_ppc): Likewise.
20632         (libc_feresetround_ppc): Likewise.
20633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20634         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20635         compat_symbol macro.
20636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20637         (__fe_nomask_env): Likewise.
20638         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20640 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20642         * string/Makefile: Remove ifunc tests.
20643         * string/test-string.h: Define TEST_IFUNC.
20644         * string/test-bcopy-ifunc.c: Remove.
20645         * string/test-bzero-ifunc.c: Likewise.
20646         * string/test-memccpy-ifunc.c: Likewise.
20647         * string/test-memchr-ifunc.c: Likewise.
20648         * string/test-memcmp-ifunc.c: Likewise.
20649         * string/test-memcpy-ifunc.c: Likewise.
20650         * string/test-memmem-ifunc.c: Likewise.
20651         * string/test-memmove-ifunc.c: Likewise.
20652         * string/test-mempcpy-ifunc.c: Likewise.
20653         * string/test-memrchr-ifunc.c: Likewise.
20654         * string/test-memset-ifunc.c: Likewise.
20655         * string/test-rawmemchr-ifunc.c: Likewise.
20656         * string/test-stpcpy-ifunc.c: Likewise.
20657         * string/test-stpncpy-ifunc.c: Likewise.
20658         * string/test-strcasecmp-ifunc.c: Likewise.
20659         * string/test-strcasestr-ifunc.c: Likewise.
20660         * string/test-strcat-ifunc.c: Likewise.
20661         * string/test-strchr-ifunc.c: Likewise.
20662         * string/test-strchrnul-ifunc.c: Likewise.
20663         * string/test-strcmp-ifunc.c: Likewise.
20664         * string/test-strcpy-ifunc.c: Likewise.
20665         * string/test-strcspn-ifunc.c: Likewise.
20666         * string/test-strlen-ifunc.c: Likewise.
20667         * string/test-strncasecmp-ifunc.c: Likewise.
20668         * string/test-strncat-ifunc.c: Likewise.
20669         * string/test-strncmp-ifunc.c: Likewise.
20670         * string/test-strncpy-ifunc.c: Likewise.
20671         * string/test-strnlen-ifunc.c: Likewise.
20672         * string/test-strpbrk-ifunc.c: Likewise.
20673         * string/test-strrchr-ifunc.c: Likewise.
20674         * string/test-strspn-ifunc.c: Likewise.
20675         * string/test-strstr-ifunc.c: Likewise.
20677 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20679         * benchtests/Makefile: Remove ifunc tests.
20680         * benchtests/bench-string.h: Define TEST_IFUNC.
20681         * benchtests/bench-bcopy-ifunc.c: Remove.
20682         * benchtests/bench-bzero-ifunc.c: Likewise.
20683         * benchtests/bench-memccpy-ifunc.c: Likewise.
20684         * benchtests/bench-memchr-ifunc.c: Likewise.
20685         * benchtests/bench-memcmp-ifunc.c: Likewise.
20686         * benchtests/bench-memcpy-ifunc.c: Likewise.
20687         * benchtests/bench-memmem-ifunc.c: Likewise.
20688         * benchtests/bench-memmove-ifunc.c: Likewise.
20689         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20690         * benchtests/bench-memrchr-ifunc.c: Likewise.
20691         * benchtests/bench-memset-ifunc.c: Likewise.
20692         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20693         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20694         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20695         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20696         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20697         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20698         * benchtests/bench-strcat-ifunc.c: Likewise.
20699         * benchtests/bench-strchr-ifunc.c: Likewise.
20700         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20701         * benchtests/bench-strcmp-ifunc.c: Likewise.
20702         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20703         * benchtests/bench-strcpy-ifunc.c: Likewise.
20704         * benchtests/bench-strcspn-ifunc.c: Likewise.
20705         * benchtests/bench-strlen-ifunc.c: Likewise.
20706         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20707         * benchtests/bench-strncat-ifunc.c: Likewise.
20708         * benchtests/bench-strncmp-ifunc.c: Likewise.
20709         * benchtests/bench-strncpy-ifunc.c: Likewise.
20710         * benchtests/bench-strnlen-ifunc.c: Likewise.
20711         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20712         * benchtests/bench-strrchr-ifunc.c: Likewise.
20713         * benchtests/bench-strsep-ifunc.c: Likewise.
20714         * benchtests/bench-strspn-ifunc.c: Likewise.
20715         * benchtests/bench-strstr-ifunc.c: Likewise.
20717 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20719         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20721 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20723         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20724         * rt/aio.h: Likewise.
20725         * sysdeps/gnu/bits/utmp.h: Likewise.
20726         * sysdeps/gnu/bits/utmpx.h: Likewise.
20727         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20728         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20729         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20730         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20731         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20732         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20733         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20734         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20735         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20736         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20737         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20738         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20739         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20741         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20742         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20743         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20744         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20745         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20746         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20747         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20748         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20749         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20750         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20751         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20752         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20753         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20754         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20755         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20756         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20757         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20758         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20759         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20760         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20761         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20762         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20763         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20764         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20765         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20766         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20767         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20768         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20770 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
20772         [BZ #16245]
20773         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20774         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20776 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
20778         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20779         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20780         Likewise.
20782 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20784         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20785         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20786         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20787         (__fesetround): Remove define.
20788         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20789         rounding and exceptions handling.
20790         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20791         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20792         (__fe_nomask_env): Likewise.
20793         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20794         __fegetround instead of fegetround.
20795         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20796         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20798 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20800         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20801         it's there.
20803         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20805 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20807         [BZ #11157]
20808         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20809         (encrypt_r): Likewise.
20810         * malloc/obstack.h (obstack_free): Likewise.
20811         * posix/unistd.h (encrypt): Likewise.
20813 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20815         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20816         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20817         DL_CALL_DT_FINI() that call the functions directly.
20818         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20819         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20820         * elf/dl-fini.c: Likewise.
20822 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20824         * malloc/hooks.c (memalign_check): Add alignment rounding.
20825         * malloc/malloc.c (_mid_memalign): New function.
20826         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20827         Implement by calling _mid_memalign.
20828         * manual/probes.texi (Memory Allocation Probes): Remove
20829         memory_valloc_retry and memory_pvalloc_retry.
20831 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20833         * locale/programs/locarchive.c (open_archive): Add const
20834         qualifier to ARCHIVEFNAME and copy default fname to
20835         DEFAULT_FNAME.
20837         [BZ #15601]
20838         * libio/tst-widetext.input: Rename Oriya to Odia.
20839         * locale/iso-639.def: Likewise.
20841         * manual/probes.texi (Mathematical Function Probes): Add
20842         documentation for sin, cos, asin and acos probes.
20843         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20844         (__sin32): Add slowasin probe.
20845         (__cos32): Add slowacos probe.
20846         (__mpsin): Add slowsin probe.
20847         (__mpcos): Add slowcos probe.
20849 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20851         [BZ #15483]
20852         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20853         thread-local __sim_exceptions_thread and global
20854         __sim_exceptions_global.
20855         (__sim_disabled_exceptions): Change to thread-local
20856         __sim_disabled_exceptions_thread and global
20857         __sim_disabled_exceptions_global.
20858         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20859         and global __sim_round_mode_global.
20860         (__simulate_exceptions): Use thread-local floating-point state and
20861         set global state from it as needed.
20862         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20863         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20864         __sim_round_mode_thread.
20865         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20866         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20867         and global __sim_exceptions_global.
20868         (__sim_disabled_exceptions): Change to thread-local
20869         __sim_disabled_exceptions_thread and global
20870         __sim_disabled_exceptions_global.
20871         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20872         and global __sim_round_mode_global.
20873         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20874         (SIM_SET_GLOBAL): Likewise.
20875         * sysdeps/powerpc/soft-fp/sfp-machine.h
20876         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20877         __sim_round_mode_thread.
20878         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20879         __sim_disabled_exceptions_thread.
20880         (__sim_exceptions): Change to __sim_exceptions_thread.
20881         (__sim_disabled_exceptions): Change to
20882         __sim_disabled_exceptions_thread.
20883         (__sim_round_mode): Change to __sim_round_mode_thread.
20884         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20885         thread-local floating-point state and set global state from it as
20886         needed.
20887         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20888         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20889         (__sim_disabled_exceptions): Remove extern declaration.
20890         (feenableexcept): Use thread-local floating-point state and set
20891         global state from it as needed.
20892         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20893         extern declaration.
20894         (__sim_disabled_exceptions): Likewise.
20895         (__sim_round_mode): Likewise.
20896         (__fegetenv): Use thread-local floating-point state.
20897         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20898         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20899         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20900         floating-point state and set global state from it as needed.
20901         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20902         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20903         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20904         Likewise.
20905         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20906         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20907         Likewise.
20908         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20909         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20910         Use __sim_round_mode_thread.
20911         * math/test-fenv-tls.c: New file.
20912         * math/Makefile (tests): Add test-fenv-tls.
20913         ($(objpfx)test-fenv-tls): Depend on
20914         $(common-objpfx)nptl/libpthread.so.
20916 2013-11-19  Andreas Schwab  <schwab@suse.de>
20918         * locale/programs/locale.c (show_info): Decode wordarray elements.
20919         * locale/categories.def (LC_MONETARY): Add element for
20920         _NL_MONETARY_CRNCYSTR.
20921         * locale/C-monetary.c (conversion_rate): New variable.
20922         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20923         element.
20925 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20927         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20928         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20930 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20932         * elf/Makefile (tst-auxv): New test.
20933         * elf/tst-auxv.c: New
20934         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20936 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20938         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20939         (hidden_proto): Caller changed.
20940         (hidden_tls_proto): New macro.
20941         (libc_hidden_tls_proto): Likewise.
20942         (rtld_hidden_tls_proto): Likewise.
20943         (libm_hidden_tls_proto): Likewise.
20944         (libresolv_hidden_tls_proto): Likewise.
20945         (librt_hidden_tls_proto): Likewise.
20946         (libdl_hidden_tls_proto): Likewise.
20947         (libnss_files_hidden_tls_proto): Likewise.
20948         (libnsl_hidden_tls_proto): Likewise.
20949         (libnss_nisplus_hidden_tls_proto): Likewise.
20950         (libutil_hidden_tls_proto): Likewise.
20952 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20954         [BZ #10253]
20955         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20956         (decompose_rpath): Defer expansion to fillin_rpath.
20957         (_dl_init_paths): Pass linkmap to fillin_rpath.
20959 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20961         * benchtests/Makefile: Add strsep.
20962         * benchtests/bench-strsep.c: New file: strsep benchtest.
20963         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20965 2013-11-18  Andreas Schwab  <schwab@suse.de>
20967         * locale/programs/locale.c (show_info) [case byte]: Check for
20968         '\377' instead of '\177'.
20969         * locale/C-monetary.c (not_available): Always use "\377".
20970         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20971         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20972         detect unavailable sign_posn locale elements.
20973         * locale/localeconv.c (__localeconv): For grouping and
20974         mon_grouping handle "\177" and "\377" like no grouping.
20975         (INT_ELEM): New macro.  Use it to set all numeric members.
20976         * locale/programs/ld-monetary.c (monetary_read)
20977         <tok_mon_grouping>: Normalize single -1 to the empty string.
20978         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20979         Likewise.
20981 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20983         [BZ #16055]
20984         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20985         when we match (nil).
20986         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20988 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20990         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20991         (NO_TEST_INLINE): Update value.
20992         (ERRNO_UNCHANGED): Likewise.
20993         (ERRNO_EDOM): Likewise.
20994         (ERRNO_ERANGE): Likewise.
20995         (IGNORE_RESULT): Likewise.
20996         (check_float_internal): Check signs of NaN results if
20997         TEST_NAN_SIGN used.
20998         (check_complex): Pass TEST_NAN_SIGN flag through to second
20999         check_float_internal call.
21000         (copysign_test_data): Add tests with quiet NaNs as second
21001         argument.  Use TEST_NAN_SIGN.
21002         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21003         TEST_NAN_SIGN.
21004         (signbit_test_data): Add tests of quiet NaN argument.
21005         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21007         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21008         $ignore_result.
21009         (parse_args): Handle function results specified as IGNORE.
21010         * math/libm-test.inc (IGNORE_RESULT): New macro.
21011         (check_float_internal): Do not check numerical result if flag
21012         IGNORE_RESULT set.
21013         (check_complex): Pass through IGNORE_RESULT to second
21014         check_float_internal call.
21015         (check_int): Do not check numerical result if flag IGNORE_RESULT
21016         set.
21017         (check_long): Likewise.
21018         (check_bool): Likewise.
21019         (check_longlong): Likewise.
21020         (lrint_test_data): Add tests of infinite and NaN arguments.
21021         (lrint_tonearest_test_data): Likewise.
21022         (lrint_towardzero_test_data): Likewise.
21023         (lrint_downward_test_data): Likewise.
21024         (lrint_upward_test_data): Likewise.
21025         (llrint_test_data): Likewise.
21026         (llrint_tonearest_test_data): Likewise.
21027         (llrint_towardzero_test_data): Likewise.
21028         (llrint_downward_test_data): Likewise.
21029         (llrint_upward_test_data): Likewise.
21030         (lround_test_data): Likewise.
21031         (llround_test_data): Likewise.
21033         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21034         (ERRNO_UNCHANGED): Update value.
21035         (ERRNO_EDOM): Likewise.
21036         (ERRNO_ERANGE): Likewise.
21037         (NO_TEST_INLINE_FLOAT): New macro.
21038         (NO_TEST_INLINE_DOUBLE): Likewise.
21039         (enable_test): New function.
21040         (RUN_TEST_f_f): Check enable_test before running test.
21041         (RUN_TEST_2_f): Likewise.
21042         (RUN_TEST_fff_f): Likewise.
21043         (RUN_TEST_c_f): Likewise.
21044         (RUN_TEST_f_f1): Likewise.
21045         (RUN_TEST_fF_f1): Likewise.
21046         (RUN_TEST_fI_f1): Likewise.
21047         (RUN_TEST_ffI_f1): Likewise.
21048         (RUN_TEST_c_c): Likewise.
21049         (RUN_TEST_cc_c): Likewise.
21050         (RUN_TEST_f_i): Likewise.
21051         (RUN_TEST_f_i_tg): Likewise.
21052         (RUN_TEST_ff_i_tg): Likewise.
21053         (RUN_TEST_f_b): Likewise.
21054         (RUN_TEST_f_b_tg): Likewise.
21055         (RUN_TEST_f_l): Likewise.
21056         (RUN_TEST_f_L): Likewise.
21057         (RUN_TEST_fFF_11): Likewise.
21058         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21059         conditionals.
21060         (cosh_test_data): Likewise.
21061         (exp_test_data): Likewise.
21062         (expm1_test_data): Likewise.
21063         (hypot_test_data): Likewise.
21064         (pow_test_data): Likewise.
21065         (sinh_test_data): Likewise.
21066         (tanh_test_data): Likewise.
21067         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21068         flags argument.
21070         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21071         tests with quiet NaN input and output.
21072         (acosh_test_data): Likewise.
21073         (asin_test_data): Likewise.
21074         (asinh_test_data): Likewise.
21075         (atan_test_data): Likewise.
21076         (atanh_test_data): Likewise.
21077         (atan2_test_data): Likewise.
21078         (cbrt_test_data): Likewise.
21079         (cos_test_data): Likewise.
21080         (cosh_test_data): Likewise.
21081         (erf_test_data): Likewise.
21082         (erfc_test_data): Likewise.
21083         (exp_test_data): Likewise.
21084         (exp10_test_data): Likewise.
21085         (exp2_test_data): Likewise.
21086         (expm1_test_data): Likewise.
21087         (hypot_test_data): Likewise.
21088         (j0_test_data): Likewise.
21089         (j1_test_data): Likewise.
21090         (jn_test_data): Likewise.
21091         (lgamma_test_data): Likewise.
21092         (log_test_data): Likewise.
21093         (log10_test_data): Likewise.
21094         (log1p_test_data): Likewise.
21095         (log2_test_data): Likewise.
21096         (pow_test_data): Likewise.
21097         (scalb_test_data): Likewise.
21098         (sin_test_data): Likewise.
21099         (sincos_test_data): Likewise.
21100         (sinh_test_data): Likewise.
21101         (tan_test_data): Likewise.
21102         (tanh_test_data): Likewise.
21103         (tgamma_test_data): Likewise.
21104         (y0_test_data): Likewise.
21105         (y1_test_data): Likewise.
21106         (yn_test_data): Likewise.
21108         [BZ #16167]
21109         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21110         argument being NaN and avoid computations with second argument in
21111         that case.
21112         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21113         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21114         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21116 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21118         * locale/iso-639.def: Add Chitwani Tharu (the).
21120 2013-11-14  Andreas Schwab  <schwab@suse.de>
21122         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21123         word instead of empty string.
21125 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21128         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21130         (__fe_nomask_env): Likewise.
21132 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21134         * benchtests/bench-timing.h: Include time.h.
21136 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21138         [BZ #15997]
21139         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21140         to 3.4.0 for x32.
21141         * sysdeps/unix/sysv/linux/configure: Regenerated.
21143 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21145         [BZ #16151]
21146         * stdlib/strtod_l.c (round_and_return): Do not consider
21147         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21148         exponent one less than half the least subnormal exponent.
21149         * stdlib/test-strtod-round-data: Add more tests.
21150         * stdlib/tst-strtod-round.c (tests): Regenerated.
21152 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21154         [BZ #14143]
21155         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21156         (__fe_mask_env): Likewise.
21157         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21158         libm_hidden_proto and add function prototype.
21159         (__fe_mask_env): Add function prototype.
21160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21161         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21163         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21165         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21167 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21169         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21170         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21172 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21174         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21175         of htab_find_slot().
21177 2013-11-11  David S. Miller  <davem@davemloft.net>
21179         [BZ #16150]
21180         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21181         symbol in the non-vis3 case in static builds.
21182         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21183         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21184         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21185         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21187 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21189         [BZ #387]
21190         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21191         it is empty.
21193 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21195         * benchtests/Makefile: Add bench-strtod.
21196         * benchtests/bench-strtod.c: New file: strtod benchtest
21198 2013-11-11  Andreas Schwab  <schwab@suse.de>
21200         [BZ #16153]
21201         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21202         terminating NUL in key length.
21204 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21206         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21207         Add artificial ODP entry for vDSO symbol for PPC64.
21208         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21209         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21211 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21213         [BZ #15374]
21214         * nss/getent.c (services_keys): Recognize services starting with digit.
21216 2013-11-06  David S. Miller  <davem@davemloft.net>
21218         [BZ #15985]
21219         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21220         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21222 2013-11-06  Will Newton  <will.newton@linaro.org>
21224         * manual/memory.texi (Malloc Examples): Remove register
21225         keyword from examples.
21227 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21229         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21231 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21233         [BZ #6981]
21234         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21235         depending on [__GCC_IEC_559 > 0].
21236         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21237         depending on [__GCC_IEC_559_COMPLEX > 0].
21239 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21241         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21242         to iso-639.def.
21244 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21246         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21248 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21250         [BZ #16112]
21251         * malloc/malloc (malloc_info): Do not handle first bin as
21252         special case.
21254 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21256         * locale/iso-639.def: Add Central Nahuatl (nhn).
21258 2013-11-01  Bruno Haible  <bruno@clisp.org>
21260         [BZ #7003]
21261         * manual/math.texi (BSD Random): Specify range upper bound as
21262         in POSIX.
21264 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21266         * locale/iso-639.def: Add Meadow Mari (mhr).
21268 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21270         [BZ #14752], [BZ #15763]
21271         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21272         Validate name.
21273         * rt/tst_shm.c: Add test for escaping directory.
21275 2013-10-31  Andreas Schwab  <schwab@suse.de>
21277         [BZ #15917]
21278         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21279         followed by 'x' as part of digit sequence.
21280         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21282 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21284         [BZ #16037]
21285         * configure.ac: allow GNU Make 4.0 and greater.
21286         * configure: Regenerated.
21288 2013-10-30  Will Newton  <will.newton@linaro.org>
21290         [BZ #16038]
21291         * malloc/hooks.c (memalign_check): Limit alignment to the
21292         maximum representable power of two.
21293         * malloc/malloc.c (__libc_memalign): Likewise.
21294         * malloc/tst-memalign.c (do_test): Add test for very
21295         large alignment values.
21296         * malloc/tst-posix_memalign.c (do_test): Likewise.
21298 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21300         [BZ #11087]
21301         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21302         (munmap_chunk): Likewise.
21303         (mremap_chunk): Likewise.
21305 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21307         [BZ #15799]
21308         * stdlib/div.c (div): Remove obsolete code.
21309         * stdlib/ldiv.c (ldiv): Likewise.
21310         * stdlib/lldiv.c (lldiv): Likewise.
21312 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21314         [BZ #16071]
21315         * nss/nss_files/files-XXX.c (get_contents_ret): New
21316         enumerator.
21317         (get_contents): New function.
21318         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21320 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21322         * configure.in: Moved to ...
21323         * configure.ac: ... here. Change reference to configure.in
21324         to configure.ac.
21325         * sysdeps/arm/preconfigure.ac: ... here.
21326         configure.in to configure.ac.
21327         * sysdeps/gnu/configure.in: Moved to ...
21328         * sysdeps/gnu/configure.ac: ... here.
21329         * sysdeps/i386/configure.in: Moved to ...
21330         * sysdeps/i386/configure.ac: ... here.
21331         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21332         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21333         * sysdeps/mach/configure.in: Moved to ...
21334         * sysdeps/mach/configure.ac: ... here.
21335         * sysdeps/mach/hurd/configure.in: Moved to ...
21336         * sysdeps/mach/hurd/configure.ac: ... here.
21337         * sysdeps/powerpc/configure.in: Moved to ...
21338         * sysdeps/powerpc/configure.ac: ... here.
21339         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21340         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21341         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21342         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21343         * sysdeps/s390/s390-32/configure.in: Moved to ...
21344         * sysdeps/s390/s390-32/configure.ac: ... here.
21345         * sysdeps/s390/s390-64/configure.in: Moved to ...
21346         * sysdeps/s390/s390-64/configure.ac: ... here.
21347         * sysdeps/sh/configure.in: Moved to ...
21348         * sysdeps/sh/configure.ac: ... here.
21349         * sysdeps/sparc/configure.in: Moved to ...
21350         * sysdeps/sparc/configure.ac: ... here.
21351         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21352         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21353         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21354         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21355         * sysdeps/x86_64/configure.in: Moved to ...
21356         * sysdeps/x86_64/configure.ac: ... here.
21357         * sysdeps/x86_64/preconfigure.in: Moved to ...
21358         * sysdeps/x86_64/preconfigure.ac: ... here.
21359         * aclocal.m4: Change reference to configure.in to configure.ac.
21360         * config.h.in: Likewise.
21361         * manual/install.texi: Likewise.
21362         * manual/maint.texi: Likewise.
21363         * Makefile: Likewise.
21364         * malloc/Makefile: Likewise.
21365         * nscd/Makefile: Likewise.
21366         * Makeconfig: Change reference to configure.in and
21367         preconfigure.in to configure.ac and preconfigure.ac
21368         respectively.
21369         * INSTALL: Regenerated.
21370         * configure: Likewise.
21371         * sysdeps/gnu/configure: Likewise.
21372         * sysdeps/i386/configure: Likewise.
21373         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21374         * sysdeps/mach/configure: Likewise.
21375         * sysdeps/mach/hurd/configure: Likewise.
21376         * sysdeps/powerpc/configure: Likewise.
21377         * sysdeps/powerpc/powerpc32/configure: Likewise.
21378         * sysdeps/powerpc/powerpc64/configure: Likewise.
21379         * sysdeps/s390/s390-32/configure: Likewise.
21380         * sysdeps/s390/s390-64/configure: Likewise.
21381         * sysdeps/sh/configure: Likewise.
21382         * sysdeps/sparc/configure: Likewise.
21383         * sysdeps/unix/sysv/linux/configure: Likewise.
21384         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21385         * sysdeps/x86_64/configure: Likewise.
21386         * sysdeps/x86_64/preconfigure: Likewise.
21388 2013-10-29  Andreas Schwab  <schwab@suse.de>
21390         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21392 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21394         * benchtests/pow-inputs: Add new inputs.
21396         * benchtests/exp-inputs: Add new inputs.
21398         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21399         conditional check for return value.
21400         (__cos32): Likewise.
21402 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21404         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21405         to provide a boost for large inputs with word alignment.
21406         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21407         implementation based on optimized PPC64 strcpy.
21408         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21409         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21410         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21411         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21413 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21415         [BZ #2801]
21416         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21418 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21420         [BZ #14876]
21421         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21422         * time/tst-strptime.c (day_tests): Add testcase.
21424 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21426         [BZ #14029]
21427         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21429 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21431         [BZ #16074]
21432         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21433         MAP_FAILED on error.
21435 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21437         [BZ #16072]
21438         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21439         heap for large requests.
21441 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21443         [BZ #9954]
21444         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21445         result if the result has no associated interface.
21446         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21447         interface for all 127.X.Y.Z addresses.
21449 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21451         * locale/iso-639.def: Add Ligurian (lij)
21453 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21455         [BZ #15825]
21456         * sunrpc/rpc_main.c: Document rpcgen -5.
21458 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21460         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21462 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21464         [BZ #10278]
21465         * posix/glob.c: Match only directories when trailing slash is present.
21466         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21467         (main): Add testcase.
21469 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21471         [BZ #15670]
21472         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21474 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21476         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21477         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21478         AUTH_DES and cindex for FIPS 140-2.
21479         (DES Encryption): Add cindex FIPS 46-3.
21481         * locale/locarchive.h (struct locarhandle): Add fname.
21482         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21483         if an optional argument was specified to --list-archive,
21484         otherwise NULL.
21485         * locale/programs/locarchive.c (show_archive_content): Take new
21486         argument fname and pass it via ah.fname to open_archive.
21487         * locale/programs/localedef.h: Update decl.
21488         (open_archive): If AH->fname is non-null, open that file
21489         rather than the default file name, and don't ignore ENOENT.
21490         (create_archive): Set AH.fname to NULL.
21491         (delete_locales_from_archive): Likewise.
21492         (add_locales_to_archive): Likewise.
21493         * locale/programs/locfile.c (write_all_categories): Likewise.
21495 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21496             Aldy Hernandez  <aldyh@redhat.com>
21498         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21499         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21500         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21501         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21502         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21503         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21504         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21505         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21506         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21507         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21508         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21509         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21510         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21511         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21512         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21513         Likewise.
21514         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21515         Likewise.
21516         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21517         Likewise.
21518         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21519         Likewise.
21520         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21521         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21522         Likewise.
21523         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21524         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21525         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21526         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21527         Likewise.
21528         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21529         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21530         * sysdeps/powerpc/preconfigure: Likewise.
21531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21532         Likewise.
21533         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21534         Replace contents of file by #include of <fenv_libc.h>.
21535         * sysdeps/powerpc/soft-fp/sfp-machine.h
21536         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21537         and <sys/prctl.h>.
21538         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21539         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21540         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21541         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21542         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21543         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21544         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21545         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21546         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21547         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21548         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21549         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21551         Allow copysignl PLT reference to be missing.
21553 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21554             Joseph Myers  <joseph@codesourcery.com
21556         [BZ #15948]
21557         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21558         single character.
21559         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21561 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21563         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21564         * elf/tst-tls1.c: Likewise.
21565         * elf/tst-tls10.h: Likewise.
21566         * elf/tst-tls14.c: Likewise.
21567         * elf/tst-tls2.c: Likewise.
21568         * elf/tst-tls3.c: Likewise.
21569         * elf/tst-tls4.c: Likewise.
21570         * elf/tst-tls5.c: Likewise.
21571         * elf/tst-tls6.c: Likewise.
21572         * elf/tst-tls7.c: Likewise.
21573         * elf/tst-tls8.c: Likewise.
21574         * elf/tst-tls9.c: Likewise.
21575         * elf/tst-tlsmod1.c: Likewise.
21576         * elf/tst-tlsmod13.c: Likewise.
21577         * elf/tst-tlsmod13a.c: Likewise.
21578         * elf/tst-tlsmod14a.c: Likewise.
21579         * elf/tst-tlsmod16a.c: Likewise.
21580         * elf/tst-tlsmod16b.c: Likewise.
21581         * elf/tst-tlsmod2.c: Likewise.
21582         * elf/tst-tlsmod3.c: Likewise.
21583         * elf/tst-tlsmod4.c: Likewise.
21584         * elf/tst-tlsmod5.c: Likewise.
21585         * elf/tst-tlsmod6.c: Likewise.
21587 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21589         [BZ #12486]
21590         * malloc/malloc.c: remove checks for statistics.
21592 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21594         [BZ #15277]
21595         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21596         * inet/tst-network.c: Add testcase.
21598 2013-10-17  Andreas Schwab  <schwab@suse.de>
21600         [BZ #15218]
21601         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21602         to determine canonical name.
21604 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21606         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21607         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21608         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21609         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21610         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21611         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21612         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21613         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21614         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21615         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21616         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21617         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21618         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21619         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21620         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21621         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21622         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21623         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21624         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21625         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21626         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21627         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21628         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21629         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21630         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21631         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21632         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21633         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21634         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21635         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21636         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21637         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21638         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21639         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21640         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21641         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21642         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21643         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21644         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21645         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21646         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21647         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21648         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21649         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21650         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21651         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21652         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21653         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21654         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21655         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21656         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21657         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21658         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21659         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21660         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21661         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21662         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21663         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21665 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21667         [BZ #16041]
21668         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21669         make result into a quiet NaN.
21671 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21673         * soft-fp/adddf3.c: Fix horizontal whitespace.
21674         * soft-fp/addsf3.c: Likewise.
21675         * soft-fp/addtf3.c: Likewise.
21676         * soft-fp/divdf3.c: Likewise.
21677         * soft-fp/divsf3.c: Likewise.
21678         * soft-fp/divtf3.c: Likewise.
21679         * soft-fp/double.h: Likewise.
21680         * soft-fp/eqdf2.c: Likewise.
21681         * soft-fp/eqsf2.c: Likewise.
21682         * soft-fp/eqtf2.c: Likewise.
21683         * soft-fp/extenddftf2.c: Likewise.
21684         * soft-fp/extended.h: Likewise.
21685         * soft-fp/extendsfdf2.c: Likewise.
21686         * soft-fp/extendsftf2.c: Likewise.
21687         * soft-fp/extendxftf2.c: Likewise.
21688         * soft-fp/fixdfdi.c: Likewise.
21689         * soft-fp/fixdfsi.c: Likewise.
21690         * soft-fp/fixdfti.c: Likewise.
21691         * soft-fp/fixsfdi.c: Likewise.
21692         * soft-fp/fixsfsi.c: Likewise.
21693         * soft-fp/fixsfti.c: Likewise.
21694         * soft-fp/fixtfdi.c: Likewise.
21695         * soft-fp/fixtfsi.c: Likewise.
21696         * soft-fp/fixtfti.c: Likewise.
21697         * soft-fp/fixunsdfdi.c: Likewise.
21698         * soft-fp/fixunsdfsi.c: Likewise.
21699         * soft-fp/fixunsdfti.c: Likewise.
21700         * soft-fp/fixunssfdi.c: Likewise.
21701         * soft-fp/fixunssfsi.c: Likewise.
21702         * soft-fp/fixunssfti.c: Likewise.
21703         * soft-fp/fixunstfdi.c: Likewise.
21704         * soft-fp/fixunstfsi.c: Likewise.
21705         * soft-fp/fixunstfti.c: Likewise.
21706         * soft-fp/floatdidf.c: Likewise.
21707         * soft-fp/floatdisf.c: Likewise.
21708         * soft-fp/floatditf.c: Likewise.
21709         * soft-fp/floatsidf.c: Likewise.
21710         * soft-fp/floatsisf.c: Likewise.
21711         * soft-fp/floatsitf.c: Likewise.
21712         * soft-fp/floattidf.c: Likewise.
21713         * soft-fp/floattisf.c: Likewise.
21714         * soft-fp/floattitf.c: Likewise.
21715         * soft-fp/floatundidf.c: Likewise.
21716         * soft-fp/floatundisf.c: Likewise.
21717         * soft-fp/floatunditf.c: Likewise.
21718         * soft-fp/floatunsidf.c: Likewise.
21719         * soft-fp/floatunsisf.c: Likewise.
21720         * soft-fp/floatunsitf.c: Likewise.
21721         * soft-fp/floatuntidf.c: Likewise.
21722         * soft-fp/floatuntisf.c: Likewise.
21723         * soft-fp/floatuntitf.c: Likewise.
21724         * soft-fp/fmadf4.c: Likewise.
21725         * soft-fp/fmasf4.c: Likewise.
21726         * soft-fp/fmatf4.c: Likewise.
21727         * soft-fp/gedf2.c: Likewise.
21728         * soft-fp/gesf2.c: Likewise.
21729         * soft-fp/getf2.c: Likewise.
21730         * soft-fp/ledf2.c: Likewise.
21731         * soft-fp/lesf2.c: Likewise.
21732         * soft-fp/letf2.c: Likewise.
21733         * soft-fp/muldf3.c: Likewise.
21734         * soft-fp/mulsf3.c: Likewise.
21735         * soft-fp/multf3.c: Likewise.
21736         * soft-fp/negdf2.c: Likewise.
21737         * soft-fp/negsf2.c: Likewise.
21738         * soft-fp/negtf2.c: Likewise.
21739         * soft-fp/op-1.h: Likewise.
21740         * soft-fp/op-2.h: Likewise.
21741         * soft-fp/op-4.h: Likewise.
21742         * soft-fp/op-8.h: Likewise.
21743         * soft-fp/op-common.h: Likewise.
21744         * soft-fp/quad.h: Likewise.
21745         * soft-fp/single.h: Likewise.
21746         * soft-fp/soft-fp.h: Likewise.
21747         * soft-fp/sqrtdf2.c: Likewise.
21748         * soft-fp/sqrtsf2.c: Likewise.
21749         * soft-fp/sqrttf2.c: Likewise.
21750         * soft-fp/subdf3.c: Likewise.
21751         * soft-fp/subsf3.c: Likewise.
21752         * soft-fp/subtf3.c: Likewise.
21753         * soft-fp/truncdfsf2.c: Likewise.
21754         * soft-fp/trunctfdf2.c: Likewise.
21755         * soft-fp/trunctfsf2.c: Likewise.
21756         * soft-fp/trunctfxf2.c: Likewise.
21757         * soft-fp/unorddf2.c: Likewise.
21758         * soft-fp/unordsf2.c: Likewise.
21759         * soft-fp/unordtf2.c: Likewise.
21761 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
21763         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21764         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21766 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
21768         * elf/dl-libc.c: Clear initfini list after freeing.
21770 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
21772         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21773         * soft-fp/addsf3.c: Likewise.
21774         * soft-fp/addtf3.c: Likewise.
21775         * soft-fp/divdf3.c: Likewise.
21776         * soft-fp/divsf3.c: Likewise.
21777         * soft-fp/divtf3.c: Likewise.
21778         * soft-fp/double.h: Likewise.
21779         * soft-fp/eqdf2.c: Likewise.
21780         * soft-fp/eqsf2.c: Likewise.
21781         * soft-fp/eqtf2.c: Likewise.
21782         * soft-fp/extenddftf2.c: Likewise.
21783         * soft-fp/extended.h: Likewise.
21784         * soft-fp/extendsfdf2.c: Likewise.
21785         * soft-fp/extendsftf2.c: Likewise.
21786         * soft-fp/extendxftf2.c: Likewise.
21787         * soft-fp/fixdfdi.c: Likewise.
21788         * soft-fp/fixdfsi.c: Likewise.
21789         * soft-fp/fixdfti.c: Likewise.
21790         * soft-fp/fixsfdi.c: Likewise.
21791         * soft-fp/fixsfsi.c: Likewise.
21792         * soft-fp/fixsfti.c: Likewise.
21793         * soft-fp/fixtfdi.c: Likewise.
21794         * soft-fp/fixtfsi.c: Likewise.
21795         * soft-fp/fixtfti.c: Likewise.
21796         * soft-fp/fixunsdfdi.c: Likewise.
21797         * soft-fp/fixunsdfsi.c: Likewise.
21798         * soft-fp/fixunsdfti.c: Likewise.
21799         * soft-fp/fixunssfdi.c: Likewise.
21800         * soft-fp/fixunssfsi.c: Likewise.
21801         * soft-fp/fixunssfti.c: Likewise.
21802         * soft-fp/fixunstfdi.c: Likewise.
21803         * soft-fp/fixunstfsi.c: Likewise.
21804         * soft-fp/fixunstfti.c: Likewise.
21805         * soft-fp/floatdidf.c: Likewise.
21806         * soft-fp/floatdisf.c: Likewise.
21807         * soft-fp/floatditf.c: Likewise.
21808         * soft-fp/floatsidf.c: Likewise.
21809         * soft-fp/floatsisf.c: Likewise.
21810         * soft-fp/floatsitf.c: Likewise.
21811         * soft-fp/floattidf.c: Likewise.
21812         * soft-fp/floattisf.c: Likewise.
21813         * soft-fp/floattitf.c: Likewise.
21814         * soft-fp/floatundidf.c: Likewise.
21815         * soft-fp/floatundisf.c: Likewise.
21816         * soft-fp/floatunsidf.c: Likewise.
21817         * soft-fp/floatunsisf.c: Likewise.
21818         * soft-fp/floatuntidf.c: Likewise.
21819         * soft-fp/floatuntisf.c: Likewise.
21820         * soft-fp/floatuntitf.c: Likewise.
21821         * soft-fp/fmadf4.c: Likewise.
21822         * soft-fp/fmasf4.c: Likewise.
21823         * soft-fp/fmatf4.c: Likewise.
21824         * soft-fp/gedf2.c: Likewise.
21825         * soft-fp/gesf2.c: Likewise.
21826         * soft-fp/getf2.c: Likewise.
21827         * soft-fp/ledf2.c: Likewise.
21828         * soft-fp/lesf2.c: Likewise.
21829         * soft-fp/letf2.c: Likewise.
21830         * soft-fp/muldf3.c: Likewise.
21831         * soft-fp/mulsf3.c: Likewise.
21832         * soft-fp/multf3.c: Likewise.
21833         * soft-fp/negdf2.c: Likewise.
21834         * soft-fp/negsf2.c: Likewise.
21835         * soft-fp/negtf2.c: Likewise.
21836         * soft-fp/op-1.h: Likewise.
21837         * soft-fp/op-2.h: Likewise.
21838         * soft-fp/op-4.h: Likewise.
21839         * soft-fp/op-8.h: Likewise.
21840         * soft-fp/op-common.h: Likewise.
21841         * soft-fp/quad.h: Likewise.
21842         * soft-fp/single.h: Likewise.
21843         * soft-fp/soft-fp.h: Likewise.
21844         * soft-fp/sqrtdf2.c: Likewise.
21845         * soft-fp/sqrtsf2.c: Likewise.
21846         * soft-fp/sqrttf2.c: Likewise.
21847         * soft-fp/subdf3.c: Likewise.
21848         * soft-fp/subsf3.c: Likewise.
21849         * soft-fp/subtf3.c: Likewise.
21850         * soft-fp/truncdfsf2.c: Likewise.
21851         * soft-fp/trunctfdf2.c: Likewise.
21852         * soft-fp/trunctfsf2.c: Likewise.
21853         * soft-fp/trunctfxf2.c: Likewise.
21854         * soft-fp/unorddf2.c: Likewise.
21855         * soft-fp/unordsf2.c: Likewise.
21856         * soft-fp/unordtf2.c: Likewise.
21858 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21860         [BZ #15672]
21861         * misc/error.c (error_tail): Fix possible buffer overflow.
21863 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21865         [BZ #13028]
21866         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21867         address.
21869 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21871         [BZ #832]
21872         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21873         testing pipefail option.
21875 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21877         * soft-fp/double.h: Indent preprocessor directives inside #if.
21878         * soft-fp/extended.h: Likewise.
21879         * soft-fp/op-2.h: Likewise.
21880         * soft-fp/op-4.h: Likewise.
21881         * soft-fp/op-common.h: Likewise.
21882         * soft-fp/quad.h: Likewise.
21883         * soft-fp/single.h: Likewise.
21884         * soft-fp/soft-fp.h: Likewise.
21886 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21888         * iconv/iconv_prog.c: Fix typos.
21889         * stdio-common/psiginfo-data.h: Likewise.
21891 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21893         [BZ #15764]
21894         * locale/setlocale.c: Fix typo.
21896 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21898         [BZ #16036]
21899         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21900         signaling NaN arguments.
21901         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21902         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21904         [BZ #14910]
21905         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21906         unordered operands.
21907         * soft-fp/gesf2.c (__gesf2): Likewise.
21908         * soft-fp/getf2.c (__getf2): Likewise.
21909         * soft-fp/ledf2.c (__ledf2): Likewise.
21910         * soft-fp/lesf2.c (__lesf2): Likewise.
21911         * soft-fp/letf2.c (__letf2): Likewise.
21913         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21914         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21915         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21916         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21917         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21918         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21919         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21920         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21921         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21922         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21923         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21924         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21925         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21926         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21927         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21928         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21929         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21930         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21931         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21932         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21933         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21934         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21935         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21936         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21937         * soft-fp/floattidf.c (__floattidf): Likewise.
21938         * soft-fp/floattisf.c (__floattisf): Likewise.
21939         * soft-fp/floattitf.c (__floattitf): Likewise.
21940         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21941         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21942         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21943         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21944         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21945         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21946         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21947         * soft-fp/gesf2.c (__gesf2): Likewise.
21948         * soft-fp/getf2.c (__getf2): Likewise.
21949         * soft-fp/ledf2.c (__ledf2): Likewise.
21950         * soft-fp/lesf2.c (__lesf2): Likewise.
21951         * soft-fp/letf2.c (__letf2): Likewise.
21953         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21954         Undefine and redefine.
21955         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21956         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21957         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21958         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21959         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21960         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21961         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21962         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21963         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21964         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21965         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21966         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21967         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21968         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21969         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21971         [BZ #16032]
21972         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21973         without decrementing exponent if mantissa >= that for the
21974         denominator, not >.
21975         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21976         denominator, not >.  Decrement exponent in < case instead of
21977         incrementing in >= case.
21978         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21979         without decrementing exponent if mantissa >= that for the
21980         denominator, not >.
21982         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21983         computing saturated result for unsigned overflow.
21985 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21986             Jeff Law  <law@redhat.com>
21988         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21989         (atan2Mp): Add systemtap probe marker.
21990         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21991         (__ieee754_log): Add systemtap probe marker.
21992         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21993         (atanMp): Add systemtap probe marker.
21994         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21995         (tanMp): Add systemtap probe marker.
21996         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21997         (__slowexp): Add systemtap probe marker.
21998         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21999         (__slowpow): Add systemtap probe marker.
22000         * manual/probes.texi: Document probes.
22002 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22004         [BZ #15362]
22005         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22006         written.
22007         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22008         written.
22009         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22010         written to buffer but not flushed.
22011         * libio/iofwrite_u.c:  Likewise.
22012         * libio/iopadn.c:  Return bytes returned even if EOF was
22013         encountered.
22014         * libio/iowpadn.c:  Likewise.
22015         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22016         if _IO_padn does not write the whole buffer.
22017         [!COMPILE_WPRINTF] (PAD): Likewise.
22019 2013-10-10  David S. Miller  <davem@davemloft.net>
22021         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22022         directory block.
22024 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22026         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22027         instead of FSF address.
22028         * soft-fp/fixdfti.c: Likewise.
22029         * soft-fp/fixsfti.c: Likewise.
22030         * soft-fp/fixtfti.c: Likewise.
22031         * soft-fp/fixunsdfti.c: Likewise.
22032         * soft-fp/fixunssfti.c: Likewise.
22033         * soft-fp/fixunstfti.c: Likewise.
22034         * soft-fp/floattidf.c: Likewise.
22035         * soft-fp/floattisf.c: Likewise.
22036         * soft-fp/floattitf.c: Likewise.
22037         * soft-fp/floatuntidf.c: Likewise.
22038         * soft-fp/floatuntisf.c: Likewise.
22039         * soft-fp/floatuntitf.c: Likewise.
22040         * soft-fp/trunctfxf2.c: Likewise.
22042         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22043         * soft-fp/fixdfti.c: Likewise.
22044         * soft-fp/fixsfti.c: Likewise.
22045         * soft-fp/fixtfti.c: Likewise.
22046         * soft-fp/fixunsdfti.c: Likewise.
22047         * soft-fp/fixunssfti.c: Likewise.
22048         * soft-fp/fixunstfti.c: Likewise.
22049         * soft-fp/floattidf.c: Likewise.
22050         * soft-fp/floattisf.c: Likewise.
22051         * soft-fp/floattitf.c: Likewise.
22052         * soft-fp/floatuntidf.c: Likewise.
22053         * soft-fp/floatuntisf.c: Likewise.
22054         * soft-fp/floatuntitf.c: Likewise.
22055         * soft-fp/trunctfxf2.c: Likewise.
22057 2013-10-10  David S. Miller  <davem@davemloft.net>
22059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22061 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22063         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22064         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22065         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22066         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22067         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22068         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22069         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22071         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22072         for NaNs before doing comparisons on argument.
22073         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22074         Likewise.
22076 2013-10-10  Will Newton  <will.newton@linaro.org>
22078         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22079         passed to _int_memalign does not overflow.
22081 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22083         * scripts/bench.pl: Add include-sources directive.
22084         * benchtests/README: Update documentation.
22086 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22088         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22089         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22090         instead of FP_INIT_ROUNDMODE.
22091         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22092         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22094         [BZ #16034]
22095         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22096         copy class of input value.
22097         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22098         not handle exceptions.
22099         * soft-fp/negsf2.c (__negsf2): Likewise.
22100         * soft-fp/negtf2.c (__negtf2): Likewise.
22101         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22103 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22105         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22106         semicolon.  From Linux kernel.
22108 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22110         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22112 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22114         [BZ #156]
22115         * manual/socket.texi: Added statement about buffer
22116         for gethostbyname2_r.
22118 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22120         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22121         Use .p2align directive instead, throughout.
22122         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22123         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22124         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22125         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22126         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22127         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22128         * sysdeps/x86_64/strchr.S: Likewise.
22129         * sysdeps/x86_64/strrchr.S: Likewise.
22131 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22133         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22135         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22137         * sysdeps/generic/math_private.h (__mpsin1): Remove
22138         declaration.
22139         (__mpcos1): Likewise.
22140         (__mpsin): New argument __range_reduce.
22141         (__mpcos): Likewise.
22142         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22143         (slow): Use __mpsin and __mpcos.
22144         (slow1): Likewise.
22145         (slow2): Likewise.
22146         (sloww): Likewise.
22147         (sloww1): Likewise.
22148         (sloww2): Likewise.
22149         (bsloww): Likewise.
22150         (bsloww1): Likewise.
22151         (bsloww2): Likewise.
22152         (cslow2): Likewise.
22153         (csloww): Likewise.
22154         (csloww1): Likewise.
22155         (csloww2): Likewise.
22156         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22157         range_reduce.  Merge in __mpsin1.
22158         (__mpcos): Likewise.
22159         (__mpsin1): Remove.
22160         (__mpcos1): Likewise.
22162 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22164         * locale/loadlocale.c (_nl_intern_locale_data): Use
22165         LOCFILE_ALIGNED_P.
22166         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22167         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22168         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22169         obstack data is appropriately aligned.
22170         (obstack_int32_grow_fast): Likewise.
22171         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22172         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22173         (add_locale_uint32_array): Likewise.
22175 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22177         * benchtests/Makefile: Remove ARGLIST and RET variables.
22178         ($(objpfx)bench-%.c): Pass only function name to the script.
22179         * benchtests/README: Update documentation.
22180         * benchtests/acos-inputs: Add new directives.
22181         * benchtests/acosh-inputs: Likewise.
22182         * benchtests/asin-inputs: Likewise.
22183         * benchtests/asinh-inputs: Likewise.
22184         * benchtests/atan-inputs: Likewise.
22185         * benchtests/atanh-inputs: Likewise.
22186         * benchtests/cos-inputs: Likewise.
22187         * benchtests/cosh-inputs: Likewise.
22188         * benchtests/exp-inputs: Likewise.
22189         * benchtests/log-inputs: Likewise.
22190         * benchtests/pow-inputs: Likewise.
22191         * benchtests/rint-inputs: Likewise.
22192         * benchtests/sin-inputs: Likewise.
22193         * benchtests/sinh-inputs: Likewise.
22194         * benchtests/tan-inputs: Likewise.
22195         * benchtests/tanh-inputs: Likewise.
22196         * scripts/bench.pl: Add support for new directives.
22198 2013-10-07  Alan Modra  <amodra@gmail.com>
22200         * README: Fix careless merge.
22202 2013-10-05  Alan Modra  <amodra@gmail.com>
22204         * NEWS: Mention powerpc64le support and bugs fixed.
22205         * README: Both big-endian and little-endian powerpc64 supported.
22207 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22209         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22210         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22211         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22212         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22214 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22216         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22217         match prototype.
22219 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22221         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22222         Move -mhard-float appending from
22223         ports/sysdeps/powerpc/powerpc32/Makefile.
22224         [$(with-fp) = yes] (ASFLAGS): Likewise.
22225         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22226         * sysdeps/powerpc/nofpu: Move directory from
22227         ports/sysdeps/powerpc/nofpu.
22228         * sysdeps/powerpc/soft-fp: Move directory from
22229         ports/sysdeps/powerpc/soft-fp.
22230         * sysdeps/powerpc/powerpc32/405: Move directory from
22231         ports/sysdeps/powerpc/powerpc32/405.
22232         * sysdeps/powerpc/powerpc32/440: Move directory from
22233         ports/sysdeps/powerpc/powerpc32/440.
22234         * sysdeps/powerpc/powerpc32/464: Move directory from
22235         ports/sysdeps/powerpc/powerpc32/464.
22236         * sysdeps/powerpc/powerpc32/476: Move directory from
22237         ports/sysdeps/powerpc/powerpc32/476.
22238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22239         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22241         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22243         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22245         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22247         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22248         * README: Update for powerpc-*-linux-gnu software floating point
22249         support in libc.
22251         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22252         case to powerpc/powerpc32*.
22253         * sysdeps/unix/sysv/linux/configure: Regenerated.
22255         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22256         (_FPU_MASK_OM): Define as 0x04.
22257         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22258         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22259         0x00c10080.
22260         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22261         0x0000003c.
22262         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22265         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22266         getcontext_e500.
22267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22268         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22269         setcontext_e500.
22270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22271         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22272         and setcontext_e500.
22274 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22276         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22278 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22280         * manual/threads.texi (Default Thread Attributes): Fix typo.
22282 2013-10-04  Will Newton  <will.newton@linaro.org>
22284         * malloc/Makefile: Add tst-memalign.
22285         * malloc/tst-memalign.c: New file.
22287         * malloc/tst-posix_memalign.c: Add comments.
22288         (do_test): Add comments and call free on all potentially
22289         allocated pointers. Add space after cast.
22291         * malloc/tst-pvalloc.c: Add comments.
22292         (do_test): Add comments and call free on all potentially
22293         allocated pointers. Remove duplicate check for NULL pointer.
22294         Add space after cast.
22296         * malloc/tst-valloc.c: Add comments.
22297         (do_test): Add comments and call free on all potentially
22298         allocated pointers. Remove duplicate check for NULL pointer.
22299         Add space after cast.
22301 2013-10-04  Alan Modra  <amodra@gmail.com>
22303         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22304         Use stdint types in rather than __attribute__((mode())).
22305         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22307 2013-10-04  Alan Modra  <amodra@gmail.com>
22309         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22310         Correct handling of unaligned relocs for little-endian.
22311         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22313 2013-10-04  Alan Modra  <amodra@gmail.com>
22315         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22316         * configure: Regenerate.
22317         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22318         * shlib-versions: Likewise.
22320 2013-10-04  Alan Modra  <amodra@gmail.com>
22322         * string/tester.c (test_memrchr): Increment reported test cycle.
22324 2013-10-04  Alan Modra  <amodra@gmail.com>
22326         * string/test-memcpy.c (do_one_test): When reporting errors, print
22327         string address and don't overrun end of string.
22329 2013-10-04  Alan Modra  <amodra@gmail.com>
22331         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22332         insrdi.  Make better use of reg selection to speed exit slightly.
22333         Schedule entry path a little better.  Remove useless "are we done"
22334         checks on entry to main loop.  Handle wrapping around zero address.
22335         Correct main loop count.  Handle single left-over word from main
22336         loop inline rather than by using loop_small.  Remove extra word
22337         case in loop_small caused by wrong loop count.  Add little-endian
22338         support.
22339         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22340         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22341         cache hint.
22342         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22343         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22344         support.  Avoid rlwimi.
22345         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22347 2013-10-04  Alan Modra  <amodra@gmail.com>
22349         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22350         insrdi.  Formatting.
22351         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22352         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22353         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22354         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22355         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22356         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22358 2013-10-04  Alan Modra  <amodra@gmail.com>
22360         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22361         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22362         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22363         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22364         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22365         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22366         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22367         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22368         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22369         use of regs.  Use power7 mtocrf.  Tidy function tails.
22371 2013-10-04  Alan Modra  <amodra@gmail.com>
22373         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22374         Formatting.  Consistently use rXXX register defines or rN defines.
22375         Use early exit labels that avoid restoring unused non-volatile regs.
22376         Make cr field use more consistent with rWORDn compares.  Rename
22377         regs used as shift registers for unaligned loop, using rN defines
22378         for short lifetime/multiple use regs.
22379         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22380         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22381         addi 1,1,64 to pop stack frame.  Simplify return value code.
22382         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22384 2013-10-04  Alan Modra  <amodra@gmail.com>
22386         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22387         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22388         rather than rlwimi.
22389         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22390         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22391         little-endian support.  Correct typos.
22392         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22393         rather than rlwimi.
22394         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22395         in loop and entry code to keep "and." results.
22396         (strchr): Add little-endian support.  Comment.  Move cntlzd
22397         earlier in tail.
22398         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22400 2013-10-04  Alan Modra  <amodra@gmail.com>
22402         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22403         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22404         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22405         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22407 2013-10-04  Alan Modra  <amodra@gmail.com>
22409         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22410         (rTMP): Define as r11.
22411         (strcmp): Add little-endian support.  Optimise tail.
22412         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22413         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22414         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22415         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22416         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22417         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22418         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22420 2013-10-04  Alan Modra  <amodra@gmail.com>
22422         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22423         little-endian support.  Remove unnecessary "are we done" tests.
22424         Handle "s" wrapping around zero and extremely large "size".
22425         Correct main loop count.  Handle single left-over word from main
22426         loop inline rather than by using small_loop.  Correct comments.
22427         Delete "zero" tail, use "end_max" instead.
22428         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22430 2013-10-04  Alan Modra  <amodra@gmail.com>
22432         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22433         support.  Don't branch over align.
22434         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22435         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22436         support.  Rearrange tmp reg use to suit.  Comment.
22437         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22439 2013-10-04  Alan Modra  <amodra@gmail.com>
22441         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22443 2013-10-04  Alan Modra  <amodra@gmail.com>
22445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22446         conditional form of branch and link when obtaining pc.
22447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22449 2013-10-04  Alan Modra  <amodra@gmail.com>
22451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22452         HIWORD/LOWORD.
22453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22456 2013-10-04  Alan Modra  <amodra@gmail.com>
22458         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22459         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22460         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22461         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22462         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22463         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22464         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22465         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22466         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22467         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22469 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22470             Alistair Popple <alistair@ozlabs.au.ibm.com>
22471             Alan Modra <amodra@gmail.com>
22473         [BZ #15723]
22474         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22475         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22476         _dl_hwcap access for little-endian.
22477         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22478         destroy vmx regs when saving unaligned.
22479         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22480         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22481         destroy vmx regs when saving unaligned.
22483 2013-10-04  Alan Modra  <amodra@gmail.com>
22485         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22486         Don't use a union to pack hi/low value.
22488 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22490         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22491         for little-endian.
22492         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22493         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22494         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22495         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22496         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22498 2013-10-04  Alan Modra  <amodra@gmail.com>
22500         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22501         constants to usual value for .cst8 section, and remove redundant
22502         high address load.
22503         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22504         constant for 0x1p52.  Load little-endian words of double from
22505         correct stack offsets.
22507 2013-10-04  Alan Modra  <amodra@gmail.com>
22509         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22510         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22511         words of double from correct stack offsets.
22512         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22513         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22514         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22515         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22516         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22517         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22518         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22519         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22520         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22521         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22522         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22523         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22524         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22525         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22526         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22527         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22528         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22530 2013-10-04  Alan Modra  <amodra@gmail.com>
22532         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22533         64-bit int/double union.
22534         (_FPU_SETCW): Likewise.
22535         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22536         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22538 2013-10-04  Alan Modra  <amodra@gmail.com>
22540         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22541         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22543 2013-10-04  Alan Modra  <amodra@gmail.com>
22545         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22546         use vector int constants.
22547         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22549 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22551         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22552         array with long long.
22553         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22554         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22555         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22556         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22557         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22558         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22559         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22560         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22561         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22562         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22563         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22564         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22565         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22567 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22569         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22570         (__signbit): Likewise.  Correct for little-endian.
22571         (__signbitl): Call __signbit.
22572         (lrint): Correct for little-endian.
22573         (lrintf): Call lrint.
22575 2013-10-04  Alan Modra  <amodra@gmail.com>
22577         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22578         union 32-bit int array member with 64-bit int array.
22579         (t515, tm256): Double rather than long double.
22580         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22582 2013-10-04  Alan Modra  <amodra@gmail.com>
22584         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22585         Delete.
22586         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22587         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22588         version of math_ldbl.h.
22590 2013-10-04  Alan Modra  <amodra@gmail.com>
22592         [BZ #15734], [BZ #15735]
22593         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22594         all uses of ieee875 long double macros and unions.  Simplify test
22595         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22596         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22597         normalize after ldbl_extract_mantissa, and don't add hidden bit
22598         already handled.  Don't treat low word of ieee854 mantissa like
22599         low word of IBM long double and mask off bit when testing for
22600         zero.
22601         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22602         all uses of ieee875 long double macros and unions.  Simplify tests
22603         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22604         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22605         two1022, instead use their values.  Recognise that tests for large
22606         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22607         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22608         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22609         test for 0.0L and nan.  Correct negation.
22610         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22611         ieee875 long double macros and unions.  Correct output for large
22612         magnitude x.  Correct absolute value calculation.
22613         (__erfcl): Likewise.
22614         * math/libm-test.inc: Add tests for errors discovered in IBM long
22615         double versions of fmodl, remainderl, erfl and erfcl.
22617 2013-10-04  Alan Modra  <amodra@gmail.com>
22619         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22620         all uses of ieee854 long double macros and unions.  Simplify tests
22621         for long doubles that are fully specified by the high double.
22622         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22623         Likewise.
22624         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22625         Remove dead code too.
22626         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22627         (__ieee754_ynl): Likewise.
22628         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22629         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22630         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22631         Remove dead code too.
22632         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22633         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22634         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22635         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22636         Simplify.
22637         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22638         Simplify.
22639         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22640         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22641         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22642         Comment on variable precision.
22643         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22644         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22645         Likewise.
22646         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22647         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22648         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22649         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22650         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22652 2013-10-04  Alan Modra  <amodra@gmail.com>
22654         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22655         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22656         all uses of ieee854 long double macros and unions.
22657         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22658         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22659         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22660         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22661         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22662         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22663         Likewise.
22664         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22665         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22666         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22667         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22668         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22669         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22670         Simplify sign and nan test too.
22671         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22672         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22673         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22674         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22675         Likewise.
22676         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22677         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22678         Likewise.
22679         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22680         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22681         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22682         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22683         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22684         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22686 2013-10-04  Alan Modra  <amodra@gmail.com>
22688         * stdio-common/printf_size.c (__printf_size): Don't use
22689         union ieee854_long_double in fpnum union.
22690         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22691         signbit macro to retrieve sign from long double.
22692         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22693         retrieve sign from long double.
22694         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22695         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22696         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22697         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22698         * math/test-misc.c (main): Don't use union ieee854_long_double.
22700 2013-10-04  Alan Modra  <amodra@gmail.com>
22702         [BZ #15680]
22703         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22704         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22705         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22706         calculation.  Remove unnecessary test for denormal exponent.
22707         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22708         Correct handling of denormals.  Avoid undefined shift behaviour.
22709         Correct normalisation of low mantissa when low double is denormal.
22710         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22711         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22712         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22713         Correct normalisation of low mantissa.  Test for overflow of high
22714         mantissa and normalise.
22715         (ldbl_nearbyint): Use more readable constant for two52.
22716         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22717         (__mpn_construct_long_double): Fix test for overflow of high
22718         mantissa and correct normalisation.  Avoid undefined shift.
22720 2013-10-04  Alan Modra  <amodra@gmail.com>
22722         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22723         (union ibm_extended_long_double): Define as an array of ieee754_double.
22724         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22725         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22726         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22727         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22728         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22729         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22730         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22731         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22732         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22733         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22734         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22736 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
22738         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22739         page size instead of calling getpagesize.
22741         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22742         (LOCFILE_ALIGN_MASK): Likewise.
22743         (LOCFILE_ALIGN_UP): Likewise.
22744         (LOCFILE_ALIGNED_P): Likewise.
22745         * locale/programs/ld-collate.c (collate_output): Use the new
22746         macros instead of __alignof__ (int32_t).
22747         * locale/weight.h (findidx): Likewise.
22749 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
22751         [BZ #431]
22752         * manual/string.texi: Fix strncat and wcsncat.
22754 2013-10-03  Brooks Moses  <bmoses@google.com>
22756         [BZ #15915]
22757         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22758         * Makerules: ...here, and adjust associated comments.
22760 2013-10-02  Will Newton  <will.newton@linaro.org>
22762         * malloc/Makefile: Add tst-pvalloc.
22763         * malloc/tst-pvalloc.c: New file.
22765 2013-10-02  Will Newton  <will.newton@linaro.org>
22767         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22768         improve test coverage.
22770 2013-10-02  Will Newton  <will.newton@linaro.org>
22772         * malloc/Makefile: Add tst-posix_memalign.
22773         * malloc/tst-posix_memalign.c: New file.
22775 2013-10-01  Eric Blake  <eblake@redhat.com>
22777         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22778         Use __THROWNL rather than __THROW on static functions.
22780 2013-09-30  Petr Machata  <pmachata@redhat.com>
22782         * elf/elf.h (R_AARCH64_ABS16): New macro.
22783         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22784         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22785         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22786         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22787         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22788         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22789         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22790         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22791         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22792         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22793         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22794         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22795         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22796         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22797         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22798         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22799         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22800         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22801         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22802         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22803         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22804         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22805         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22806         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22807         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22808         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22809         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22810         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22811         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22812         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22813         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22814         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22815         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22816         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22817         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22818         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22819         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22820         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22821         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22822         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22823         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22824         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22825         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22826         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22827         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22828         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22829         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22830         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22831         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22832         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22833         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22834         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22835         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22836         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22837         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22838         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22839         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22840         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22841         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22842         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22843         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22844         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22845         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22846         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22847         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22848         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22849         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22850         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22851         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22852         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22853         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22854         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22855         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22856         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22857         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22858         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22859         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22860         (R_AARCH64_TLSDESC_LDR): Likewise.
22861         (R_AARCH64_TLSDESC_ADD): Likewise.
22862         (R_AARCH64_TLSDESC_CALL): Likewise.
22864 2013-09-30  Andreas Schwab  <schwab@suse.de>
22866         [BZ #15048]
22867         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22868         the nss database lookup.
22869         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22870         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22872 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22874         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22876 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22878         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22879         ${Bash-specific parameter/pattern/string} parameter expansion.
22880         * sysdeps/unix/make-syscalls.sh: Likewise.
22882 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22884         * sysdeps/sh/stackguard-macros.h: New file.
22886 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22888         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22889         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22890         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22891         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22892         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22893         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22895 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22897         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22898         Fix thread ID register.
22900 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22902         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22903         [POSIX || UNIX98]: Require rather than permitting all symbols from
22904         <time.h>.
22905         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22906         element of struct sched_param.
22907         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22908         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22909         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22910         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22911         constant.
22913 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22915         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22916         argument calculation.
22918 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22920         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22921         Expect macro.
22922         [POSIX] (pthread_attr_t): Do not require type.
22923         [POSIX] (pthread_cond_t): Likewise.
22924         [POSIX] (pthread_condattr_t): Likewise.
22925         [POSIX] (pthread_key_t): Likewise.
22926         [POSIX] (pthread_mutex_t): Likewise.
22927         [POSIX] (pthread_mutexattr_t): Likewise.
22928         [POSIX] (pthread_once_t): Likewise.
22929         [POSIX] (pthread_t): Likewise.
22930         [POSIX-based standards] (pthread_atfork): Expect function.
22932 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22933             Richard Sandiford  <richard@codesourcery.com>
22935         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22936         (swap_endianness_p): New extern variable.
22937         (set_big_endian): New inline function.
22938         (maybe_swap_uint32): Likewise.
22939         (maybe_swap_uint32_array): Likewise.
22940         (maybe_swap_uint32_obstack): Likewise.
22941         * locale/programs/locfile.c: Include <stdbool.h>.
22942         (swap_endianness_p): New variable.
22943         (add_locale_uint32): Call maybe_swap_uint32.
22944         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22945         (write_locale_data): Call maybe_swap_uint32_array.
22946         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22947         maybe_swap_uint32.
22948         (obstack_int32_grow_fast): Likewise.
22949         (output_weightwc): Call maybe_swap_uint32_obstack.
22950         (collate_output): Likewise.
22951         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22952         (OPT_LITTLE_ENDIAN): Likewise.
22953         (options): Add --little-endian and --big-endian options.
22954         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22955         * locale/programs/locarchive.c: Include "locfile.h".
22956         (GET): New macro.
22957         (SET): Likewise.
22958         (INC): Likewise.
22959         (create_archive): Use the new macros to access fields of
22960         structures directly mapped from or written to locale archives.
22961         (oldlocrecentcmp): Likewise.
22962         (enlarge_archive): Likewise.
22963         (insert_name): Likewise.
22964         (add_alias): Likewise.
22965         (add_locale): Likewise.
22966         (delete_locales_from_archive): Likewise.
22967         (show_archive_content): Likewise.
22968         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22969         locale data.
22971 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22973         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22974         http://www.gnu.org/doc/freemanuals.texi.
22975         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22977 2013-09-24  Will Newton  <will.newton@linaro.org>
22979         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22980         macro.
22982 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22984         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22985         unsigned char.
22987 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22989         * manual/threads.texi (POSIX Threads): Fix a typo.
22991 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22993         [BZ #14547]
22994         * string/tst-strcoll-overflow.c: New test case.
22995         * string/Makefile (xtests): Add tst-strcoll-overflow.
22996         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22997         cache if string sizes may cause integer overflow.
22999         [BZ #14547]
23000         * string/strcoll_l.c (coll_seq): New members rule, idx,
23001         save_idx and back_us.
23002         (get_next_seq_nocache): New function.
23003         (do_compare_nocache): New function.
23004         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23005         when malloc fails.
23007 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23009         [BZ #15754]
23010         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23011         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23012         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23014         [BZ #15754]
23015         * elf/Makefile (tests): Add tst-ptrguard1.
23016         (tests-static): Add tst-ptrguard1-static.
23017         (tst-ptrguard1-ARGS): Define.
23018         (tst-ptrguard1-static-ARGS): Define.
23019         * elf/tst-ptrguard1.c: New file.
23020         * elf/tst-ptrguard1-static.c: New file.
23021         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23022         * sysdeps/i386/stackguard-macros.h: Likewise.
23023         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23024         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23025         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23026         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23027         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23028         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23030 2013-09-23  Hector Marco  <hecmargi@upv.es>
23031             Ismael Ripoll  <iripoll@disca.upv.es>
23032             Carlos O'Donell  <carlos@redhat.com>
23034         [BZ #15754]
23035         * sysdeps/generic/stackguard-macros.h: Define
23036         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23037         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23038         Define __pointer_chk_guard_local.
23039         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23040         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23042 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23044         [BZ #15859]
23045         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23047 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23049         * include/string.h (__ffs): Declare as hidden.
23050         * string/ffs.c (__ffs): Define as hidden.
23051         * sysdeps/i386/ffs.c (__ffs): Likewise.
23052         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23053         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23054         * sysdeps/s390/ffs.c (__ffs): Likewise.
23055         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23057 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23059         * NEWS: Mention malloc probes.
23061         * malloc/arena.c (new_heap): New memory_heap_new probe.
23062         (grow_heap): New memory_heap_more probe.
23063         (shrink_heap): New memory_heap_less probe.
23064         (heap_trim): New memory_heap_free probe.
23065         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23066         (systrim): New memory_sbrk_less probe.
23067         * manual/probes.texi: Document them.
23069         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23070         * manual/probes.texi: Document it.
23072         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23073         (__libc_realloc): Add memory_realloc_retry probe.
23074         (__libc_memalign): Add memory_memalign_retry probe.
23075         (__libc_valloc): Add memory_valloc_retry probe.
23076         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23077         (__libc_calloc): Add memory_calloc_retry probe.
23078         * manual/probes.texi: Document them.
23080         * malloc/arena.c (get_free_list): Add probe
23081         memory_arena_reuse_free_list.
23082         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23083         and memory_arena_reuse.
23084         (arena_get2) [!PER_THREAD]: Likewise.
23085         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23086         memory_arena_reuse_realloc.
23087         * manual/probes.texi: Document them.
23089         * malloc/malloc.c (__libc_free): Add
23090         memory_mallopt_free_dyn_thresholds probe.
23091         (__libc_mallopt): Add multiple memory_mallopt probes.
23092         * manual/probes.texi: Document them.
23094         * malloc/malloc.c: Include stap-probe.h.
23095         (__libc_mallopt): Add memory_mallopt probe.
23096         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23097         * manual/probes.texi: New.
23098         * manual/Makefile (chapters): Add probes.
23099         * manual/threads.texi: Set next node.
23101 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23103         [BZ #15963, #13985]
23104         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23105         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23106         Add `Chinese' to `nan' entry name.
23108 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23110         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23111         (POLYNOMIAL): Likewise.
23112         (TAYLOR_SINCOS): Likewise.
23113         (TAYLOR_SLOW): Likewise.
23114         (__sin): Use TAYLOR_SINCOS.
23115         (__cos): Likewise.
23116         (slow): Use TAYLOR_SLOW.
23117         (sloww): Likewise.
23118         (bsloww): Likewise.
23119         (csloww): Likewise.
23121 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23123         * stdlib/strtod_l.c: Fix buffer overrun.
23125 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23127         * benchtests/Makefile (bench): Add sincos.
23128         * benchtests/bench-sincos.c: New file.
23130         * math/libm-test.inc (cos_test_data): New test inputs.
23131         (sin_test_data): Likewise.
23133         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23134         macro.
23135         (__sin): Use it.
23136         (__cos): Likewise.
23137         (slow1): Likewise.
23138         (slow2): Likewise.
23139         (sloww1): Likewise.
23140         (sloww2): Likewise.
23141         (bsloww1): Likewise.
23142         (bsloww2): Likewise.
23143         (cslow2): Likewise.
23144         (csloww1): Likewise.
23145         (csloww2): Likewise.
23147         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23148         function.
23149         (__sin): Use it.
23150         (__cos): Likewise.
23152         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23153         gotos.
23154         (__cos): Likewise.
23156 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23158         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23159         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23160         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23161         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23162         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23163         * elf/cache.c (print_entry): Handle the new cache flags.
23165 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23166             Aldy Hernandez  <aldyh@redhat.com>
23168         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23169         Change condition to [_SOFT_FLOAT].
23170         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23171         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23172         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23173         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23174         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23175         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23176         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23177         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23178         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23179         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23180         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23181         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23182         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23183         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23184         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23185         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23186         declaration.
23188 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23190         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23191         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23192         (__longjmp): Use LOAD_GP to load saved GPRs.
23193         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23194         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23195         (__sigsetjmp): Use SAVE_GP to save GPRs.
23197         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23198         Do not append -msoft-float.
23199         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23201 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23203         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23205 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23207         [BZ #15966]
23208         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23209         (_FPU_GETCW): Use initial "__" on variable and field names but not
23210         on macro parameter name.
23211         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23212         parentheses around reference to macro parameter.
23214 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23216         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23217         prototype.
23218         (ctype_startup): Use uint32_t in cast and sizeof for
23219         ctype->charnames.
23221 2013-09-11  Jia Liu  <proljc@gmail.com>
23223         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23224         __daddr_t_defined.
23225         [__FreeBSD__]: Likewise.
23227 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23229         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23230         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23231         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23232         (strchr): Remove __strchr_sse42 ifunc selection.
23233         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23234         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23236 2013-09-11  Will Newton  <will.newton@linaro.org>
23238         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23239         parameter to RES. Remove hardcoded 1000 value.
23240         * benchtests/bench-skeleton.c (main): Pass RES parameter
23241         to TIMING_INIT and multiply result by 1000.
23243 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23247 2013-09-11  Andreas Schwab  <schwab@suse.de>
23249         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23250         if not defined.
23251         (O_TMPFILE) [__USE_GNU]: Define.
23252         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23253         Define.
23255 2013-09-11  Will Newton  <will.newton@linaro.org>
23257         [BZ #15857]
23258         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23259         does not overflow.
23261 2013-09-11  Will Newton  <will.newton@linaro.org>
23263         [BZ #15856]
23264         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23265         does not overflow.
23267 2013-09-11  Will Newton  <will.newton@linaro.org>
23269         [BZ #15855]
23270         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23271         does not overflow.
23273 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23275         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23276         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23277         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23278         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23279         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23281 2013-09-10  Allan McRae  <allan@archlinux.org>
23283         [BZ #15748]
23284         * manual/arith.texi (Parsing of Floats): Clarify
23285         cross-reference.
23287         [BZ #15849]
23288         * manual/install.texi (Running make install): Mention
23289         --enable-pt-chown.
23290         * INSTALL: Regenerated.
23292 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23294         * csu/init-first.c (_init): Remove the !SHARED condition around
23295         FPU control word initialization.
23296         * elf/dl-support.c (_dl_fpu_control): New variable.
23297         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23298         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23299         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23300         * math/test-fpucw-static.c: New file.
23301         * math/test-fpucw-ieee.c: New file.
23302         * math/test-fpucw-ieee-static.c: New file.
23303         * math/Makefile (tests): Add `test-fpucw-ieee' and
23304         `$(tests-static)'.
23305         (tests-static): New variable.
23306         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23307         dependency to...
23308         [($(build-shared),yes)]
23309         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23310         ... this.
23311         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23312         New dependency.
23314 2013-09-09  Allan McRae  <allan@archlinux.org>
23316         [BZ #15939]
23317         * manual/string.texi (Collation Functions): Fix typo in
23318         strcoll example.
23319         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23321         [BZ #15893]
23322         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23324         [BZ #15892]
23325         * libio/memstream.c (open_memstream): Fix memory leak.
23326         * libio/wmemstream.c (open_wmemstream): Likewise.
23328         [BZ #15895]
23329         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23331 2013-09-09  Will Newton  <will.newton@linaro.org>
23333         * malloc/Makefile: Add tst-realloc to tests.
23334         * malloc/tst-realloc.c: New file.
23336 2013-09-09  Allan McRae  <allan@archlinux.org>
23338         [BZ #15844]
23339         * COPYING: Update from GNU website to fix FSF address.
23340         * COPYING.LIB: Likewise.
23342 2013-09-06  David S. Miller  <davem@davemloft.net>
23344         * po/zh_TW.po: Update Chinese (traditional) translation from
23345         translation project.
23347 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23348             Joseph Myers  <joseph@codesourcery.com>
23350         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23351         "localeinfo.h".
23352         (obstack_chunk_alloc): New macro.
23353         (obstack_chunk_free): Likewise.
23354         (record_offset): New function.
23355         (init_locale_data): Likewise.
23356         (align_locale_data): Likewise.
23357         (add_locale_empty): Likewise.
23358         (add_locale_raw_data): Likewise.
23359         (add_locale_raw_obstack): Likewise.
23360         (add_locale_string): Likewise.
23361         (add_locale_wstring): Likewise.
23362         (add_locale_uint32): Likewise.
23363         (add_locale_uint32_array): Likewise.
23364         (add_locale_char): Likewise.
23365         (start_locale_structure): Likewise.
23366         (end_locale_structure): Likewise.
23367         (start_locale_prelude): Likewise.
23368         (end_locale_prelude): Likewise.
23369         (write_locale_data): Take locale_file structure rather than an
23370         iovec.
23371         * locale/programs/locfile.h: Include "obstack.h".
23372         (struct locale_file): Change to store locale file contents instead
23373         of header.
23374         (init_locale_data): New prototype.
23375         (align_locale_data): Likewise.
23376         (add_locale_empty): Likewise.
23377         (add_locale_raw_data): Likewise.
23378         (add_locale_raw_obstack): Likewise.
23379         (add_locale_string): Likewise.
23380         (add_locale_wstring): Likewise.
23381         (add_locale_uint32): Likewise.
23382         (add_locale_uint32_array): Likewise.
23383         (add_locale_char): Likewise.
23384         (start_locale_structure): Likewise.
23385         (end_locale_structure): Likewise.
23386         (start_locale_prelude): Likewise.
23387         (end_locale_prelude): Likewise.
23388         (write_locale_data): Update prototype.
23389         * locale/programs/3level.h (struct TABLE): Remove result field.
23390         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23391         Use new locale_file interface.
23392         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23393         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23394         * locale/programs/ld-address.c (address_output): Use new
23395         locale_file interface.
23396         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23397         NO_ADD_LOCALE.
23398         (collate_finish): Don't call collseq_table_finalize.
23399         (collate_output): Use new locale_file interface.
23400         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23401         in file.
23402         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23403         (TABLE): Move defines earlier in file.
23404         (ELEMENT): Likewise.
23405         (DEFAULT): Likewise.
23406         (wctrans_table_add): Move macro and inline function earlier in
23407         file.
23408         (struct wctype_table): Move type earlier in file.
23409         (add_locale_wctype_table): New static prototype.
23410         (struct locale_ctype_t): Use logical types instead of struct iovec
23411         pointers for members.
23412         (ctype_output): Use new locale_file interface.
23413         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23414         new locale_file interface.
23415         (allocate_arrays): Update for use of new locale_file interface.
23416         * locale/programs/ld-identification.c (identification_output): Use
23417         new locale_file interface.
23418         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23419         * locale/programs/ld-messages.c (messages_output): Likewise.
23420         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23421         * locale/programs/ld-name.c (name_output): Likewise.
23422         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23423         * locale/programs/ld-paper.c (paper_output): Likewise.
23424         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23425         * locale/programs/ld-time.c (time_output): Likewise.
23427 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23429         * benchtests/Makefile: Add memrchr benchmark.
23430         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23431         benchmark as memrchr.
23432         * benchtests/bench-memrchr-ifunc.c: New file.
23433         * benchtests/bench-memrchr.c: New file.
23435 2013-09-06   Will Newton  <will.newton@linaro.org>
23437         * benchtests/Makefile (string-bench): Add memcpy.
23439 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23440             Cong Wang  <amwang@redhat.com>
23442         [BZ #15850]
23443         * sysdeps/unix/sysv/linux/bits/in.h
23444         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23445         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23446         before __USE_KERNEL_IPV6_DEFS uses.
23447         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23448         IPPROTO_BEETPH.
23449         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23450         sockaddr_in6, or ipv6_mreq.
23452 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23454         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23455         memory access for final bytes in some large inputs.
23456         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23458 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23460         * string/test-memrchr.c: New file.
23461         * string/test-memrchr-ifunc.c: New file.
23462         * string/Makefile: Add new memrchr testcase.
23464 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23466         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23467         fanotify_init returns EPERM.
23469 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23471         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23472         errors.
23473         (top level): Treat second token from macro or constant entries for
23474         allowed headers as allowed.
23475         * include/complex.h: Condition internal declarations on
23476         [!_ISOMAC].
23477         * include/fenv.h: Condition include of <stdbool.h> and internal
23478         declarations on [!_ISOMAC].
23480 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23482         [BZ #15923]
23483         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23485 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23487         * configure.in (--enable-versioning): Remove configure option.
23488         (libc_cv_asm_symver_directive): Remove configure test.
23489         (libc_cv_ld_version_script_option): Likewise.
23490         (VERSIONING): Remove variable and AC_SUBST.
23491         (DO_VERSIONING): Remove AC_DEFINE.
23492         * configure: Regenerated.
23493         * config.h.in (DO_VERSIONING): Remove macro.
23494         * Makerules [$(versioning) = yes]: Change conditionals to
23495         [$(build-shared) = yes].
23496         * config.make.in (versioning): Remove variable.
23497         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23498         [$(build-shared) = yes].
23499         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23500         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23501         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23502         [$(build-shared) = yes].
23503         * extra-lib.mk [$(versioning) = yes]: Likewise.
23504         * hurd/Makefile [$(versioning) = yes]: Likewise.
23505         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23506         [SHARED].
23507         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23508         [SHARED].
23509         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23510         [SHARED && !NO_HIDDEN].
23511         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23512         [SHARED].
23513         [SHARED && DO_VERSIONING]: Likewise..
23514         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23515         [$(build-shared) = yes].
23516         * manual/install.texi (--disable-versioning): Remove
23517         documentation.
23518         * INSTALL: Regenerated.
23519         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23520         to [SHARED].
23521         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23522         [$(build-shared) = yes].
23523         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23524         * sysdeps/i386/i686/multiarch/strstr-c.c
23525         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23526         [SHARED && !NO_HIDDEN].
23527         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23528         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23529         * sysdeps/powerpc/powerpc32/dl-machine.c
23530         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23531         * sysdeps/powerpc/powerpc32/sysdep.h
23532         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23533         to [SHARED && PIC && !NO_HIDDEN].
23534         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23535         conditional to [SHARED].
23537 2013-09-04   Will Newton  <will.newton@linaro.org>
23539         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23540         * benchtests/bench-string.h: Include bench-timing.h instead
23541         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23542         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23543         call to HP_TIMING_DIFF_INIT.
23544         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23545         instead of hp-timing.h macros.
23546         * benchtests/bench-memchr.c: Likewise.
23547         * benchtests/bench-memcmp.c: Likewise.
23548         * benchtests/bench-memcpy.c: Likewise.
23549         * benchtests/bench-memmem.c: Likewise.
23550         * benchtests/bench-memmove.c: Likewise.
23551         * benchtests/bench-memset.c: Likewise.
23552         * benchtests/bench-rawmemchr.c: Likewise.
23553         * benchtests/bench-strcasecmp.c: Likewise.
23554         * benchtests/bench-strcasestr.c: Likewise.
23555         * benchtests/bench-strcat.c: Likewise.
23556         * benchtests/bench-strchr.c: Likewise.
23557         * benchtests/bench-strcmp.c: Likewise.
23558         * benchtests/bench-strcpy.c: Likewise.
23559         * benchtests/bench-strcpy_chk.c: Likewise.
23560         * benchtests/bench-strlen.c: Likewise.
23561         * benchtests/bench-strncasecmp.c: Likewise.
23562         * benchtests/bench-strncat.c: Likewise.
23563         * benchtests/bench-strncmp.c: Likewise.
23564         * benchtests/bench-strncpy.c: Likewise.
23565         * benchtests/bench-strnlen.c: Likewise.
23566         * benchtests/bench-strpbrk.c: Likewise.
23567         * benchtests/bench-strrchr.c: Likewise.
23568         * benchtests/bench-strspn.c: Likewise.
23569         * benchtests/bench-strstr.c: Likewise.
23571 2013-09-04  Will Newton  <will.newton@linaro.org>
23573         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23575 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23577         [BZ #15427]
23578         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23579         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23580         * math/libm-test.inc (lgamma_test_data): Add more tests.
23581         * sysdeps/i386/fpu/libm-test-ulps: Update.
23582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23584 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23586         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23587         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23588         Add ifunc.
23589         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23590         Add strcmp-sse2-unaligned
23591         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23593 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23595         * Versions.def (libc): Add GLIBC_2.19.
23597 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23599         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23600         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23602 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23604         [BZ #14155]
23605         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23606         intermediate calculations in recurrence.
23607         (__ieee754_ynf): Likewise.
23608         * math/libm-test.inc (jn_test_data): Do not allow spurious
23609         underflow exception.  Add more tests.
23610         (yn_test_data): Add more tests.
23611         * sysdeps/i386/fpu/libm-test-ulps: Update.
23612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23614 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23616         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23618 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23620         * csu/init-first.c: Fix then/than typos.
23621         * locale/programs/ld-collate.c: Likewise.
23622         * locale/programs/linereader.h: Likewise.
23623         * manual/charset.texi: Likewise.
23624         * manual/filesys.texi: Likewise.
23625         * manual/stdio.texi: Likewise.
23626         * manual/string.texi: Likewise.
23627         * stdlib/fmtmsg.c: Likewise.
23628         * sysdeps/i386/stpncpy.S: Likewise.
23629         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23630         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23631         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23632         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23634 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23636         * elf/dl-open.c: Fix typos.
23637         * iconvdata/gbbig5.c: Likewise.
23638         * iconvdata/iso-2022-jp.c: Likewise.
23639         * iconv/gconv_int.h: Likewise.
23640         * iconv/loop.c: Likewise.
23641         * nis/rpcsvc/nis.h: Likewise.
23642         * resolv/ns_name.c: Likewise.
23643         * stdio-common/vfscanf.c: Likewise.
23644         * streams/stropts.h: Likewise.
23645         * sunrpc/rpc_thread.c: Likewise.
23646         * sysdeps/i386/strpbrk.S: Likewise.
23647         * sysdeps/ieee754/k_standard.c: Likewise.
23648         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23649         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23650         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23651         * sysdeps/mach/hurd/profil.c: Likewise.
23652         * sysdeps/s390/dl-procinfo.h: Likewise.
23653         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23654         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23655         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23656         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23657         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23659 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23661         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23662         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23664 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23666         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23667         aix specific files.
23668         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23669         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23670         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23671         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23672         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23673         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23674         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23675         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23677 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23678             Roland McGrath  <roland@hack.frob.com>
23680         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23681         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23683 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23685         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23686         __executable_start symbol instead of _start.
23688 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23690         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23691         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23692         Move macros to...
23693         * sysdeps/gnu/ldsodefs.h: ... this new file.
23695         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23696         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23697         instead of ELFOSABI_LINUX.
23699         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23700         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23701         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23702         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23703         Likewise.
23704         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23705         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23706         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23707         Likewise.
23708         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23709         (ibm_extended_long_double): Add ieee_nan member.
23710         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23711         (do_test): New function.
23713         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23714         TEST_TRUNC.
23715         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23716         functions, renamed from truncdfsf_test, trunctfsf_test,
23717         trunctfdf_test.
23718         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23719         functions.
23720         (do_test): Run all these.
23722 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23724         * argp/argp-help.c: Fix typos.
23725         * argp/argp-parse.c: Likewise.
23726         * debug/backtracesyms.c: Likewise.
23727         * elf/elf.h: Likewise.
23728         * malloc/malloc.c: Likewise.
23729         * nis/nis_print.c: Likewise.
23730         * resolv/res_comp.c: Likewise.
23731         * stdlib/stdlib.h: Likewise.
23732         * sunrpc/clnt_tcp.c: Likewise.
23733         * sunrpc/clnt_udp.c: Likewise.
23734         * sunrpc/clnt_unix.c: Likewise.
23735         * sysdeps/unix/bsd/ptsname.c: Likewise.
23736         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23737         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23739         Likewise.
23740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23741         Likewise.
23742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23743         Likewise.
23744         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23746 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23748         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23749         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23751 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
23753         [BZ #15897]
23754         * dlfcn/Makefile (tests): Add bug-dl-leaf.
23755         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23756         ($(objpfx)bug-dl-leaf): New rule.
23757         ($(objpfx)bug-dl-leaf.so): Likewise.
23758         ($(objpfx)bug-dl-leaf.out): Likewise.
23759         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23760         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23761         * dlfcn/bug-dl-leaf.c: New test.
23762         * dlfcn/bug-dl-leaf-lib.c: Likewise.
23763         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23764         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23765         (dlclose): Likewise.
23766         (dlmopen): Likewise.
23768 2013-08-27  Roland McGrath  <roland@hack.frob.com>
23770         * include/netdb.h [!_ISOMAC]:
23771         Don't include <tls.h>.
23772         (h_errno, __libc_h_errno): Move declaration and macros out of
23773         [_LIBC_REENTRANT].
23775         * include/resolv.h [_RESOLV_H_]:
23776         Don't include <tls.h>.
23777         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23778         * resolv/res_libc.c: Don't include <tls.h>.
23779         (_res): Use __attribute__ ((nocommon)) in place of
23780         __attribute__ ((section (".bss"))).
23782         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23783         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23785         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23787         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23788         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23790         * resolv/res_mkquery.c: Include <sys/time.h>.
23792         * inet/ifreq.c: Moved to ...
23793         * sysdeps/unix/ifreq.c: ... here.
23794         * inet/ifreq.c: New file, true stub version.
23796         * socket/sa_len.c: New file.
23797         * socket/Makefile (aux): Add it.
23798         * sysdeps/unix/sysv/linux/Makefile
23799         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23800         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23801         and #include <socket/sa_len.c>.
23802         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23803         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23805         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23806         * bits/socket.h: ... here.
23808         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23809         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23810         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23812 2013-08-27  Andreas Schwab  <schwab@suse.de>
23814         [BZ #15736]
23815         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23816         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23817         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23818         * string/test-strcasecmp.c (test_main): Run tests in several
23819         locales.
23820         * string/test-strncasecmp.c (test_main): Likewise.
23822         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23823         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23824         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23825         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23826         (__strncasecmp_ssse3) [PIC]: Likewise.
23828 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23830         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23832         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23833         instead of explicitly declaring xdecrypt.
23834         * nis/nss_nis/nis-publickey.c: Likewise.
23836 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23838         [BZ #15890]
23839         * nscd/aicache.c: Include res_hconf.h.
23840         (addhstaiX): Initialize res_hconf.
23842 2013-08-26  Andreas Schwab  <schwab@suse.de>
23844         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23845         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23847 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23849         * nscd/aicache.c (addhstaiX): Fix indentation.
23851 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23853         * configure.ac: Quote $build_pt_chown test.
23854         * configure: Regenerated.
23856 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23858         [BZ #15532]
23859         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23860         * math/s_cexpf.c (__cexpf): Likewise.
23861         * math/s_cexpl.c (__cexpl): Likewise.
23862         * math/libm-test.inc (cexp_test_data): Correct expected return
23863         value for NaN + i0.  Add another test.
23865 2013-08-22  David S. Miller  <davem@davemloft.net>
23867         * po/ca.po: Update Catalan translation from translation project.
23868         * po/uk.po: Add Ukrainian translations from translation project.
23870 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23872         [BZ #15797]
23873         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23874         is infinite, not alongside NaN test.
23875         * math/s_fdimf.c (__fdimf): Likewise.
23876         * math/s_fdiml.c (__fdiml): Likewise.
23877         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23878         errno is unchanged.
23880 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23882         * argp/argp-help.c: Fix typos.
23883         * crypt/speeds.c: Likewise.
23884         * csu/check_fds.c: Likewise.
23885         * elf/dl-load.c: Likewise.
23886         * elf/dl-open.c: Likewise.
23887         * elf/reldep3.c: Likewise.
23888         * elf/reldep.c: Likewise.
23889         * elf/sprof.c: Likewise.
23890         * iconv/iconv_charmap.c: Likewise.
23891         * iconv/skeleton.c: Likewise.
23892         * iconv/strtab.c: Likewise.
23893         * io/lockf64.c: Likewise.
23894         * libio/libioP.h: Likewise.
23895         * resolv/gai_notify.c: Likewise.
23896         * resolv/ns_name.c: Likewise.
23897         * resolv/ns_samedomain.c: Likewise.
23898         * resolv/res_send.c: Likewise.
23899         * stdlib/random.c: Likewise.
23900         * sunrpc/rpc/xdr.h: Likewise.
23901         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23902         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23903         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23904         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23905         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23906         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23907         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23908         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23909         * sysdeps/mach/hurd/check_fds.c: Likewise.
23910         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23911         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23912         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23913         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23914         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23915         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23916         * sysdeps/pthread/aio_notify.c: Likewise.
23917         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23918         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23919         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23920         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23921         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23923 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23925         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23926         version if bit_Slow_SSE4_2 is set.
23927         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23928         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23930 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23932         [BZ #15867]
23933         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23934         trampoline stack frame information.
23935         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23936         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23937         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23938         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23939         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23940         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23941         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23942         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23943         sa_flags value.
23944         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23945         interrupting a syscall and set with option SA_SIGINFO.
23947 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23949         [BZ #15531]
23950         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23951         argument is infinite.
23952         * math/s_cprojf.c (__cprojf): Likewise.
23953         * math/s_cprojl.c (__cprojl): Likewise.
23954         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23955         * math/libm-test.inc (cproj_test_data): Add more tests.
23957         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23959         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23960         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23961         size.  Use __ffs to determine corresponding shift.
23963 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23964             Roland McGrath  <roland@hack.frob.com>
23966         * Makefile (INSTALL): Remove trailing blank lines from output of
23967         makeinfo.
23969 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23971         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23972         Align 32 bit compat elf_greg to 8 bytes.
23974 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23976         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23978 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23980         * string/strcoll_l.c (coll_seq): New structure.
23981         (get_next_seq_cached): New function.
23982         (get_next_seq): New function.
23983         (do_compare): New function.
23984         (STRCOLL): Use GNU style definition.  Simplify implementation
23985         by using get_next_seq, get_next_seq_cached and do_compare.
23987 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23989         [BZ #14699]
23990         CVE-2013-4237
23991         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23992         member.
23993         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23994         member.
23995         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23996         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23997         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23998         conditional.
23999         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24000         GETDENTS_64BIT_ALIGNED.
24001         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24002         * manual/filesys.texi (Reading/Closing Directory): Document
24003         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24004         strongly.
24005         * manual/conf.texi (Limits for Files): Add portability note to
24006         NAME_MAX, PATH_MAX.
24007         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24009 2013-08-13  Andreas Schwab  <schwab@suse.de>
24011         [BZ #15749]
24012         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24013         of fabs.
24014         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24015         LDBL_MAX_EXP >= 16384]: Add tests for it.
24017 2013-08-12  David S. Miller  <davem@davemloft.net>
24019         * version.h (RELEASE): Set to "development".
24020         (VERSION): Set to "2.18.90".
24021         * NEWS: Add 2.19 section.
24023 2013-08-03  David S. Miller  <davem@davemloft.net>
24025         * po/ko.po: Update Korean translation from translation project.
24027 2013-08-01  David S. Miller  <davem@davemloft.net>
24029         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24030         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24031         Bilka.
24033 2013-07-30  David S. Miller  <davem@davemloft.net>
24035         * po/fr.po: Update French translation from translation project.
24037 2013-07-28  David S. Miller  <davem@davemloft.net>
24039         * po/cs.po: Update Czech translation from translation project.
24041         * po/sv.po: Update Swedish translation from translation project.
24043 2013-07-27  David S. Miller  <davem@davemloft.net>
24045         * po/eo.po: Update Esperanto translation from translation project.
24047         * po/vi.po: Update Vietnamese translation from translation project.
24049         * po/de.po: Update German translation from translation project.
24051 2013-07-26  David S. Miller  <davem@davemloft.net>
24053         * po/bg.po: Update Bulgarian translation from translation project.
24055         * po/nl.po: Update Dutch translation from translation project.
24056         * po/pl.po: Update Polish translation from translation project.
24057         * po/ru.po: Update Russian translation from translation project.
24059 2013-07-24  David S. Miller  <davem@davemloft.net>
24061         * po/libc.pot: Update.
24063 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24065         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24066         variable page size.
24067         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24068         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24069         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24071 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24073         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24075 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24076             Andreas Schwab  <schwab@suse.de>
24077             Roland McGrath  <roland@hack.frob.com>
24078             Joseph Myers  <joseph@codesourcery.com>
24079             Carlos O'Donell  <carlos@redhat.com>
24081         [BZ #15755]
24082         * config.h.in: Define HAVE_PT_CHOWN.
24083         * config.make.in (build-pt-chown): New variable.
24084         * configure.in (--enable-pt_chown): New configure option.
24085         * configure: Regenerate.
24086         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24087         build-pt-chown is enabled.
24088         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24089         pt_chown to fix pty ownership.
24090         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24091         CLOSE_ALL_FDS.
24092         * manual/install.texi (Configuring and compiling): Mention
24093         --enable-pt_chown. Add @findex for grantpt.
24094         * INSTALL: Regenerate.
24096 2013-07-20  David S. Miller  <davem@davemloft.net>
24098         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24099         difference between 32-bit and 64-bit.
24101 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24103         [BZ #15711]
24104         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24105         Avoid system header dependency with -ffreestanding.
24106         ($(objpfx)bits/syscall%d): Likewise.
24108 2013-07-13  David S. Miller  <davem@davemloft.net>
24110         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24111         underflows from atanl/atan2l due to bug 15319.
24112         (casinh_test_data): Likewise.
24114 2013-07-07  David S. Miller  <davem@davemloft.net>
24116         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24118 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24120         * sysdeps/i386/fpu/libm-test-ulps: Update.
24121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24123 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24125         * configure.in (--enable-lock-elision): Fix message text.
24126         * INSTALL: Regenerate.
24127         * configure: Regenerate.
24129 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24133 2013-07-03  Andreas Jaeger  <aj@suse.de>
24135         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24136         define.
24137         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24138         (ptrace_peeksiginfo_args): Add.
24139         (__ptrace_peeksiginfo_flags): Add.
24140         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24141         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24142         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24144 2013-07-03  Allan McRae  <allan@archlinux.org>
24146         * sysdeps/i386/fpu/libm-test-ulps: Update.
24148 2013-07-02  David S. Miller  <davem@davemloft.net>
24150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24152 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24154         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24156 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24158         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24161 2013-07-02  Andi Kleen <ak@linux.intel.com>
24163         * config.h.in (ENABLE_LOCK_ELISION): Add.
24164         * configure.in (--enable-lock-elision): Add option.
24165         * manual/install.texi: Document --enable lock elision.
24166         * configure: Regenerate
24167         * INSTALL: Regenerate.
24169 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24171         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24172         SSE4.2 strcasecmp for libc.a.
24173         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24175 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24177         [BZ #13304]
24178         * soft-fp/op-common.h (_FP_FMA): New macro.
24179         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24180         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24181         (_FP_MUL_MEAT_1_imm): ... here.
24182         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24183         (_FP_MUL_MEAT_1_wide): ... here.
24184         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24185         (_FP_MUL_MEAT_1_hard): ... here.
24186         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24187         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24188         (_FP_MUL_MEAT_2_wide): ... here.
24189         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24190         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24191         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24192         (_FP_MUL_MEAT_2_gmp): ... here.
24193         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24194         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24195         (_FP_MUL_MEAT_4_wide): ... here.
24196         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24197         (_FP_MUL_MEAT_4_gmp): ... here.
24198         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24199         (_FP_WFRACBITS_DW_S): Likewise.
24200         (_FP_WFRACXBITS_DW_S): Likewise.
24201         (_FP_HIGHBIT_DW_S): Likewise.
24202         (FP_FMA_S): Likewise.
24203         (_FP_FRAC_HIGH_DW_S): Likewise.
24204         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24205         (_FP_WFRACBITS_DW_D): Likewise.
24206         (_FP_WFRACXBITS_DW_D): Likewise.
24207         (_FP_HIGHBIT_DW_D): Likewise.
24208         (FP_FMA_D): Likewise.
24209         (_FP_FRAC_HIGH_DW_D): Likewise.
24210         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24211         (_FP_WFRACBITS_DW_E): Likewise.
24212         (_FP_WFRACXBITS_DW_E): Likewise.
24213         (_FP_HIGHBIT_DW_E): Likewise.
24214         (FP_FMA_E): Likewise.
24215         (_FP_FRAC_HIGH_DW_E): Likewise.
24216         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24217         (_FP_WFRACBITS_DW_Q): Likewise.
24218         (_FP_WFRACXBITS_DW_Q): Likewise.
24219         (_FP_HIGHBIT_DW_Q): Likewise.
24220         (FP_FMA_Q): Likewise.
24221         (_FP_FRAC_HIGH_DW_Q): Likewise.
24222         * soft-fp/fmasf4.c: New file.
24223         * soft-fp/fmadf4.c: Likewise.
24224         * soft-fp/fmatf4.c: Likewise.
24226 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24228         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24229         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24230         Silvermont.
24231         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24232         macro.
24233         (index_Slow_SSE4_2): Likewise.
24234         (index_Prefer_PMINUB_for_stringop): Likewise.
24235         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24236         bit_Slow_SSE4_2 is set.
24237         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24238         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24240 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24242         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24243         rtld_global._dl_hwcap2.
24244         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24245         POWER8.
24246         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24247         POWER8 feature descriptions defined in _dl_hwcap2.
24248         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24249         string handling for POWER8 feature bits.
24250         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24251         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24252         _dl_powerpc_cap_flags.
24253         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24254         * sysdeps/powerpc/rtld-global-offsets.sym
24255         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24256         _dl_hwcap2 in the rtld_global_ro structure.
24258 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24260         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24261         hardware capabilities in support of AT_HWCAP2.
24262         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24263         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24264         GLRO(dl_hwcap2).
24265         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24266         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24267         explicitly the unknown a_type display mechanism is used.
24268         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24269         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24270         struct member.
24271         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24272         to macro prototype for AT_HWCAP2 support.
24273         * sysdeps/i386/dl-procinfo.h: Likewise.
24274         * sysdeps/s390/dl-procinfo.h: Likewise.
24275         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24276         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24277         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24278         return -1 for unknown a_type display fallback.
24279         * sysdeps/sparc/dl-procinfo.h: Likewise.
24280         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24281         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24283 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24285         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24286         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24288 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24290         [BZ #12492]
24291         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24292         mprotect making __stack_prot writable.
24294 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24295             Joseph Myers  <joseph@codesourcery.com>
24297         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24298         as being properly aligned.
24300 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24302         * dlfcn/modstatic5.c: New file.
24303         * dlfcn/tststatic5.c: New file.
24304         * dlfcn/Makefile (tests): Add tststatic5.
24305         (tests-static): Likewise.
24306         (modules-names): Add modstatic5.
24307         (tststatic5-ENV): New variable.
24308         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24310         [BZ #15022]
24311         * elf/dl-support.c (_dl_main_map): New variable.
24312         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24313         (_dl_nns, _dl_load_adds): Set to 1.
24314         (_dl_initial_searchlist): Refer to _dl_main_map.
24315         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24316         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24317         call to _dl_get_origin.
24318         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24319         around call_map.
24320         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24321         * dlfcn/modstatic3.c: New file.
24322         * dlfcn/tststatic3.c: New file.
24323         * dlfcn/tststatic4.c: New file.
24324         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24325         (tests-static): Likewise.
24326         (modules-names): Add modstatic3.
24327         (tststatic3-ENV, tststatic4-ENV): New variables.
24328         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24329         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24331 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24333         * configure.in (CC): Require GCC version 4.4 or later.
24334         * configure: Regenerated.
24335         * manual/install.texi (Tools for Compilation): Update GCC version
24336         requirement.
24337         * INSTALL: Regenerated.
24339 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24341         [BZ #15674]
24342         * string/test-memcmp.c (check2): New.
24343         (main): Call check2.
24345         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24347 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24349         [BZ #15022]
24350         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24351         over to...
24352         (dl_open_worker) [!SHARED]: ... here.
24354 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24356         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24358 2013-06-25  Richard Henderson  <rth@redhat.com>
24360         * locale/programs/locarchive.c: Include <libc-internal.h>
24362 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24364         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24365         trailing whitespace removed.
24367 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24369         [BZ #10283]
24370         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24371         * locale/programs/locarchive.c: Include libc-mmap.h.
24372         (prepare_address_space): Take two new outputs (the mmap base and len).
24373         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24374         values.
24375         (create_archive): Declare new mmap base and len values for
24376         prepare_address_space, and store the result in ah.
24377         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24378         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24379         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24380         Declare new mmap base and len values for
24381         prepare_address_space, and store the result in new_ah.
24382         (open_archive): Declare new mmap base and len values for
24383         prepare_address_space, and store the result in ah.
24384         (close_archive): If ah->mmap_base is not NULL, use that and
24385         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24386         * sysdeps/generic/libc-mmap.h: New file.
24388 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24390         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24391         (ALIGN_UP): Likewise.
24392         (PTR_ALIGN_DOWN): Likewise.
24393         (PTR_ALIGN_UP): Likewise.
24395 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24397         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24398         entry mapped to PPC_PLATFORM_POWER8.
24399         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24400         POWER8.
24401         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24402         (_dl_string_platform): Add case for exporting platform position for
24403         POWER8.
24404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24405         search path to sysdeps/powerpc/powerpc32/power8 directory.
24406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24407         search path to sysdeps/powerpc/powerpc64/power8 directory.
24408         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24409         power7 directories.
24410         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24411         power7 directories.
24413 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24415         * INSTALL: Regenerate.
24417         * nscd/connections.c (nscd_init): Fix comment.
24419 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24421         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24423         [BZ #15667]
24424         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24425         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24427 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24429         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24430         DL_DST_REQ_STATIC.
24431         (DL_DST_REQ_STATIC): Remove macro.
24433 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24435         [BZ #7006]
24436         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24437         with a shift of 0 bits.
24439 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24441         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24442         $(tststatic-ENV).
24444 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24446         [BZ #15655]
24447         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24449 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24451         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24452         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24453         accepts -fno-tree-loop-distribute-patterns.
24454         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24455         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24456         recursive call.
24457         * string/memset.c (memset): Likewise.
24458         * string/test-memmove.c (simple_memmove): Disable loop transformation
24459         to library calls.
24460         * string/test-memset.c (simple_memset): Likewise.
24461         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24462         * benchtests/bench-memset.c (simple_memset): Likewise.
24463         * configure: Regenerated.
24465 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24467         * math/test-misc.c (main): Ignore fesetround failure when failures
24468         of subsequent rounding tests would be ignored.
24470         [BZ #15654]
24471         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24472         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24473         * math/fegetenv.c (__fegetenv): Return 0.
24474         * math/fegetexcept.c (fegetexcept): Return 0.
24475         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24476         FE_TONEAREST.
24477         * math/feholdexcpt.c (feholdexcept): Return 0.
24478         * math/fesetenv.c (__fesetenv): Return 0.
24479         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24480         argument FE_TONEAREST.
24481         * math/feupdateenv.c (__feupdateenv): Return 0.
24482         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24484 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24486         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24487         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24488         ($(objpfx)rtld-%.os rules): Use them.
24490 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24492         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24493         fields.
24495 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24497         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24498         length of target pattern, then descending length of dependency pattern.
24499         * configure.in (AWK): Require gawk 3.1.2 or newer.
24500         * manual/install.texi (Tools for Compilation): Say that we do.
24501         * configure: Regenerated.
24503         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24504         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24505         * scripts/sysd-rules.awk: ... this new script.
24506         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24507         than a glob-style pattern.
24509 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24511         * math/test-misc.c (main): Do not treat incorrectly rounded
24512         conversions as failure unless ROUNDING_TESTS passes.
24514 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24516         [BZ #15631]
24517         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24518         restore exception state around main square root computation, then
24519         check for inexactness explicitly.
24521         * math/libm-test.inc (fma_test_data): Add another test.
24523 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24525         * manual/threads.texi (Non-POSIX Extensions): New document
24526         node.  Document pthread_getattr_default_np and
24527         pthread_setattr_default_np.
24529         * Versions.def (libpthread): Add GLIBC_2.18.
24530         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24532         Likewise.
24533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24534         Likewise.
24535         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24536         Likewise.
24537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24538         Likewise.
24539         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24540         Likewise.
24541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24542         Likewise.
24543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24544         Likewise.
24545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24546         Likewise.
24547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24548         Likewise.
24550 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24552         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24553         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24555 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24556             H.J. Lu  <hjl.tools@gmail.com>
24558         [BZ #15627]
24559         * sysdeps/x86_64/rtld-memset.c: Remove file.
24560         * sysdeps/x86_64/rtld-memset.S: New file.
24562 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24564         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24565         (test_in_one_mode): Take arguments for whether the rounding mode
24566         is supported for each floating-point type.
24567         (do_test): Pass new arguments to test_in_one_mode using
24568         ROUNDING_TESTS.
24570 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24572         * posix/tst-waitid.c (do_test): Distinguish different instances of
24573         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24574         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24575         before entering the kernel for waitpid.
24577 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24579         * NEWS: Fix note on clock function precision.  Text by Roland
24580         McGrath.
24582 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24584         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24585         it into place only when and if the sanity check passes.
24587 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24589         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24590         output for whether conversion result is exact.  Take argument
24591         indicating whether type is IBM long double.
24592         (round_for_all): Change need_exact field to ibm_ld.
24593         * stdlib/tst-strtod-round.c (struct exactness): New type.
24594         (struct test): Change bool ld_ok field to struct exactness exact.
24595         (TEST): Update all definitions for change to field.
24596         (tests): Regenerate array contents.
24597         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24598         field value.  Check for IBM long double here.
24599         (do_test): Update calls to test_in_one_mode.
24601 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24603         [BZ #12515]
24604         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24605         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24607 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24609         [BZ #15605]
24610         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24611         generated by the compiler on loop optimizations.
24612         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24613         general definitions.
24615 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24617         * math/bug-nextafter.c: Include <math-tests.h>.
24618         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24619         the relevant type.
24620         * math/bug-nexttoward.c: Include <math-tests.h>.
24621         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24622         the relevant type.
24623         * math/test-misc.c: Include <math-tests.h>.
24624         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24625         the relevant type.
24627 2013-06-12  Andreas Jaeger  <aj@suse.de>
24629         * po/ia.po: Update Interlingua translation from translation
24630         project.
24632 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24634         * include/fenv.h: Include stdbool.h.
24635         (struct rm_ctx): New structure.
24636         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24637         Define macro.
24638         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24639         (SET_RESTORE_ROUNDF): Likewise.
24640         (SET_RESTORE_ROUNDL): Likewise.
24641         (SET_RESTORE_ROUND_NOEX): Likewise.
24642         (SET_RESTORE_ROUND_NOEXF): Likewise.
24643         (SET_RESTORE_ROUND_NOEXL): Likewise.
24644         (SET_RESTORE_ROUND_53BIT): Likewise.
24645         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24646         (libc_feresetround_noexf_ctx): Likewise.
24647         (libc_feresetround_noexl_ctx): Likewise.
24648         (libc_feholdsetround_53bit_ctx): Likewise.
24649         (libc_feresetround_53bit_ctx): Likewise.
24650         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24651         (libc_feholdexcept_setround_sse_ctx): New function.
24652         (libc_fesetenv_sse_ctx): Likewise.
24653         (libc_feupdateenv_sse_ctx): Likewise.
24654         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24655         (libc_feholdexcept_setround_387_ctx): Likewise.
24656         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24657         (libc_feholdsetround_387_prec_ctx): Likewise.
24658         (libc_feholdsetround_387_ctx): Likewise.
24659         (libc_feholdsetround_387_53bit_ctx): Likewise.
24660         (libc_feholdsetround_sse_ctx): Likewise.
24661         (libc_feresetround_sse_ctx): Likewise.
24662         (libc_feresetround_387_ctx): Likewise.
24663         (libc_feupdateenv_387_ctx): Likewise.
24664         (libc_feholdexcept_setroundf_ctx): Define macro.
24665         (libc_fesetenvf_ctx): Likewise.
24666         (libc_feupdateenvf_ctx): Likewise.
24667         (libc_feholdsetroundf_ctx): Likewise.
24668         (libc_feresetroundf_ctx): Likewise.
24669         (libc_feholdexcept_setround_ctx): Likewise.
24670         (libc_fesetenv_ctx): Likewise.
24671         (libc_feupdateenv_ctx): Likewise.
24672         (libc_feholdsetround_ctx): Likewise.
24673         (libc_feresetround_ctx): Likewise.
24674         (libc_feholdexcept_setroundl_ctx): Likewise.
24675         (libc_feupdateenvl_ctx): Likewise.
24676         (libc_feholdsetroundl_ctx): Likewise.
24677         (libc_feresetroundl_ctx): Likewise.
24678         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24679         (libc_feresetround_53bit_ctx): Likewise.
24681 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24683         * locale/iso-639.def: Convert to UTF-8.
24685 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24687         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24688         (EXCEPTION_TESTS_double): Likewise.
24689         (EXCEPTION_TESTS_long_double): Likewise.
24690         (EXCEPTION_TESTS): Likewise.
24691         * math/libm-test.inc (test_exceptions): Only test exceptions if
24692         EXCEPTION_TESTS (FLOAT).
24694 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24696         * benchtests/Makefile (string-bench): Add strcpy_chk and
24697         stpcpy_chk.
24698         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24699         * benchtests/bench-stpcpy_chk.c: New file.
24700         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24701         * benchtests/bench-strcpy_chk.c: New file.
24702         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24703         code.
24704         (do_test): Likewise.
24706 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24708         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24709         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24710         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24711         with tabs where appropriate.
24712         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24713         dl-procinfo.h.
24714         [PPC_PLATFORM_PPC440]: Likewise.
24715         [PPC_PLATFORM_PPC464]: Likewise.
24716         [PPC_PLATFORM_PPC476]: Likewise.
24717         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24718         ppc464, and ppc476 platform strings merging from ports/
24719         dl-procinfo.h.
24721 2013-06-11  Andreas Schwab  <schwab@suse.de>
24723         [BZ #14991]
24724         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24725         (from_ucs4_idx): Regenerate.
24726         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24727         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24728         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24729         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24730         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24731         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24732         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24733         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24734         from FROM_LOOP and TO_LOOP specific macros.
24735         (BODY): Handle combining characters.
24736         * iconvdata/BIG5HKSCS.irreversible: Update.
24737         * iconvdata/BIG5HKSCS.precomposed: New file.
24738         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24739         characters.
24740         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24742 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24744         * include/sys/time.h: Fix indentation and add copyright header.
24746         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24747         (do_test): Likewise.
24748         * string/test-memchr.c (do_one_test): Likewise.
24749         (do_test): Likewise.
24750         * string/test-memcmp.c (do_one_test): Likewise.
24751         (do_test): Likewise.
24752         * string/test-memcpy.c (do_one_test): Likewise.
24753         (do_test): Likewise.
24754         * string/test-memmem.c (do_one_test): Likewise.
24755         (do_test): Likewise.
24756         (do_random_tests): Likewise.
24757         * string/test-memmove.c (do_one_test): Likewise.
24758         (do_test): Likewise.
24759         * string/test-memset.c (do_one_test): Likewise.
24760         (do_test): Likewise.
24761         * string/test-rawmemchr.c (do_one_test): Likewise.
24762         (do_test): Likewise.
24763         * string/test-strcasecmp.c (do_one_test): Likewise.
24764         (do_test): Likewise.
24765         * string/test-strcasestr.c (do_one_test): Likewise.
24766         (do_test): Likewise.
24767         * string/test-strcat.c (do_one_test): Likewise.
24768         (do_test): Likewise.
24769         * string/test-strchr.c (do_one_test): Likewise.
24770         (do_test): Likewise.
24771         * string/test-strcmp.c (do_one_test): Likewise.
24772         (do_test): Likewise.
24773         * string/test-strcpy.c (do_one_test): Likewise.
24774         (do_test): Likewise.
24775         * string/test-string.h: Likewise.
24776         (test_init): Likewise.
24777         * string/test-strlen.c (do_one_test): Likewise.
24778         (do_test): Likewise.
24779         * string/test-strncasecmp.c (do_one_test): Likewise.
24780         (do_test): Likewise.
24781         * string/test-strncat.c (do_one_test): Likewise.
24782         (do_test): Likewise.
24783         * string/test-strncmp.c (do_one_test): Likewise.
24784         (do_test_limit): Likewise.
24785         (do_test): Likewise.
24786         * string/test-strncpy.c (do_one_test): Likewise.
24787         (do_test): Likewise.
24788         * string/test-strnlen.c (do_one_test): Likewise.
24789         (do_test): Likewise.
24790         * string/test-strpbrk.c (do_one_test): Likewise.
24791         (do_test): Likewise.
24792         * string/test-strrchr.c (do_one_test): Likewise.
24793         (do_test): Likewise.
24794         * string/test-strspn.c (do_one_test): Likewise.
24795         (do_test): Likewise.
24796         * string/test-strstr.c (do_one_test): Likewise.
24797         (do_test): Likewise.
24799         * benchtests/Makefile (string-bench): Add string benchmarks.
24800         * benchtests/bench-bcopy-ifunc.c: New file.
24801         * benchtests/bench-bcopy.c: New file.
24802         * benchtests/bench-bzero-ifunc.c: New file.
24803         * benchtests/bench-bzero.c: New file.
24804         * benchtests/bench-memccpy-ifunc.c: New file.
24805         * benchtests/bench-memccpy.c: New file.
24806         * benchtests/bench-memchr-ifunc.c: New file.
24807         * benchtests/bench-memchr.c: New file.
24808         * benchtests/bench-memcmp-ifunc.c: New file.
24809         * benchtests/bench-memcmp.c: New file.
24810         * benchtests/bench-memmem-ifunc.c: New file.
24811         * benchtests/bench-memmem.c: New file.
24812         * benchtests/bench-memmove-ifunc.c: New file.
24813         * benchtests/bench-memmove.c: New file.
24814         * benchtests/bench-mempcpy-ifunc.c: New file.
24815         * benchtests/bench-mempcpy.c: New file.
24816         * benchtests/bench-memset-ifunc.c: New file.
24817         * benchtests/bench-memset.c: New file.
24818         * benchtests/bench-rawmemchr-ifunc.c: New file.
24819         * benchtests/bench-rawmemchr.c: New file.
24820         * benchtests/bench-stpcpy-ifunc.c: New file.
24821         * benchtests/bench-stpcpy.c: New file.
24822         * benchtests/bench-stpncpy-ifunc.c: New file.
24823         * benchtests/bench-stpncpy.c: New file.
24824         * benchtests/bench-strcasecmp-ifunc.c: New file.
24825         * benchtests/bench-strcasecmp.c: New file.
24826         * benchtests/bench-strcasestr-ifunc.c: New file.
24827         * benchtests/bench-strcasestr.c: New file.
24828         * benchtests/bench-strcat-ifunc.c: New file.
24829         * benchtests/bench-strcat.c: New file.
24830         * benchtests/bench-strchr-ifunc.c: New file.
24831         * benchtests/bench-strchr.c: New file.
24832         * benchtests/bench-strchrnul-ifunc.c: New file.
24833         * benchtests/bench-strchrnul.c: New file.
24834         * benchtests/bench-strcmp-ifunc.c: New file.
24835         * benchtests/bench-strcmp.c: New file.
24836         * benchtests/bench-strcpy-ifunc.c: New file.
24837         * benchtests/bench-strcpy.c: New file.
24838         * benchtests/bench-strcspn-ifunc.c: New file.
24839         * benchtests/bench-strcspn.c: New file.
24840         * benchtests/bench-strlen-ifunc.c: New file.
24841         * benchtests/bench-strlen.c: New file.
24842         * benchtests/bench-strncasecmp-ifunc.c: New file.
24843         * benchtests/bench-strncasecmp.c: New file.
24844         * benchtests/bench-strncat-ifunc.c: New file.
24845         * benchtests/bench-strncat.c: New file.
24846         * benchtests/bench-strncmp-ifunc.c: New file.
24847         * benchtests/bench-strncmp.c: New file.
24848         * benchtests/bench-strncpy-ifunc.c: New file.
24849         * benchtests/bench-strncpy.c: New file.
24850         * benchtests/bench-strnlen-ifunc.c: New file.
24851         * benchtests/bench-strnlen.c: New file.
24852         * benchtests/bench-strpbrk-ifunc.c: New file.
24853         * benchtests/bench-strpbrk.c: New file.
24854         * benchtests/bench-strrchr-ifunc.c: New file.
24855         * benchtests/bench-strrchr.c: New file.
24856         * benchtests/bench-strspn-ifunc.c: New file.
24857         * benchtests/bench-strspn.c: New file.
24858         * benchtests/bench-strstr-ifunc.c: New file.
24859         * benchtests/bench-strstr.c: New file.
24861         * benchtests/Makefile: Disable parallel execution of targets.
24862         (string-bench): Add memcpy.
24863         (benchset): New variable to store a list of benchmark sets.
24864         (bench-func): Renamed from bench.
24865         (bench-set): New target.
24866         (bench): Depend on bench-func and bench-set.
24867         * benchtests/README: Add section on benchmark sets.
24868         * benchtests/bench-memcpy-ifunc.c: New file.
24869         * benchtests/bench-memcpy.c: New file.
24870         * benchtests/bench-string.h: New file.
24872 2013-06-11  Andreas Schwab  <schwab@suse.de>
24874         [BZ #15577]
24875         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24876         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24877         values in the triple.
24878         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24879         terminator in the group key.
24881 2013-06-11  Andreas Jaeger  <aj@suse.de>
24883         * po/zh_TW.po: Update Chinese (traditional) translation from
24884         translation project.
24886 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24888         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24889         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24890         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24891         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24892         (clock_getcpuclockid): Likewise.
24893         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24894         Add weak_alias and libc_hidden_def.
24895         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24896         * rt/clock_gettime.c (clock_gettime): Rename to
24897         __clock_gettime.  Add weak_alias and libc_hidden_def.
24898         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24899         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24900         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24901         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24902         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24903         Likewise.
24904         * rt/clock_settime.c (clock_settime): Rename to
24905         __clock_settime.  Add weak_alias and libc_hidden_def.
24906         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24908 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24910         * mach/err_boot.sub: Remove trailing whitespace.
24911         * mach/err_ipc.sub: Likewise.
24912         * mach/err_mach.sub: Likewise.
24914         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24915         (ROUNDING_TESTS_double): Likewise.
24916         (ROUNDING_TESTS_long_double): Likewise.
24917         (ROUNDING_TESTS): Likewise.
24918         * math/libm-test.inc: Include <math-tests.h>.
24919         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24920         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24921         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24922         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24924 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24926         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24927         of assigning.
24929 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24931         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24932         otherwise empty TRANS lines.
24933         * sysdeps/gnu/errlist.c: Regenerated.
24935         * catgets/gencat.c (error_print): Use (void) in function
24936         definition.
24937         * crypt/crypt_util.c (__init_des): Likewise.
24938         * crypt/speeds.c (Stop): Likewise.
24939         (main): Likewise.
24940         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24941         * inet/ruserpass.c (token): Likewise.
24942         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24943         * intl/localealias.c (extend_alias_table): Likewise.
24944         * intl/plural-exp.c (init_germanic_plural): Likewise.
24945         * libio/fcloseall.c (__fcloseall): Likewise.
24946         * libio/genops.c (_IO_flush_all): Likewise.
24947         (_IO_flush_all_linebuffered): Likewise.
24948         (_IO_cleanup): Likewise.
24949         (_IO_iter_begin): Likewise.
24950         (_IO_iter_end): Likewise.
24951         (_IO_list_lock): Likewise.
24952         (_IO_list_unlock): Likewise.
24953         (_IO_list_resetlock): Likewise.
24954         * libio/getchar.c (getchar): Likewise.
24955         * libio/getchar_u.c (getchar_unlocked): Likewise.
24956         * libio/getwchar.c (getwchar): Likewise.
24957         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24958         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24959         * login/getpt.c (__getpt): Likewise.
24960         * login/tst-utmp.c (main): Likewise.
24961         * malloc/hooks.c (__malloc_check_init): Likewise.
24962         * malloc/malloc.c (__malloc_stats): Likewise.
24963         * malloc/mtrace.c (tr_break): Likewise.
24964         (mtrace): Likewise.
24965         (muntrace): Likewise.
24966         * misc/fstab.c (endfsent): Likewise.
24967         * misc/getclktck.c (__getclktck): Likewise.
24968         * misc/getdtsz.c (__getdtablesize): Likewise.
24969         * misc/gethostid.c (gethostid): Likewise.
24970         * misc/getpagesize.c (__getpagesize): Likewise.
24971         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24972         (__get_nprocs): Likewise.
24973         (__get_phys_pages): Likewise.
24974         (__get_avphys_pages): Likewise.
24975         * misc/getttyent.c (getttyent): Likewise.
24976         (setttyent): Likewise.
24977         (endttyent): Likewise.
24978         * misc/getusershell.c (getusershell): Likewise.
24979         (endusershell): Likewise.
24980         (setusershell): Likewise.
24981         (initshells): Likewise.
24982         * misc/hsearch.c (__hdestroy): Likewise.
24983         * misc/sync.c (sync): Likewise.
24984         * misc/syslog.c (closelog_internal): Likewise.
24985         (closelog): Likewise.
24986         * misc/ttyslot.c (ttyslot): Likewise.
24987         * misc/vhangup.c (vhangup): Likewise.
24988         * posix/fork.c (__fork): Likewise.
24989         * posix/getegid.c (__getegid): Likewise.
24990         * posix/geteuid.c (__geteuid): Likewise.
24991         * posix/getgid.c (__getgid): Likewise.
24992         * posix/getpid.c (__getpid): Likewise.
24993         * posix/getppid.c (__getppid): Likewise.
24994         * posix/getuid.c (__getuid): Likewise.
24995         * posix/pause.c (pause): Likewise.
24996         * posix/setpgrp.c (setpgrp): Likewise.
24997         * posix/setsid.c (__setsid): Likewise.
24998         * posix/test-vfork.c (noop): Likewise.
24999         * resolv/gethnamaddr.c (_endhtent): Likewise.
25000         (_gethtent): Likewise.
25001         (ht_endhostent): Likewise.
25002         (gethostent): Likewise.
25003         (dns_service): Likewise.
25004         * stdlib/drand48.c (drand48): Likewise.
25005         * stdlib/lrand48.c (lrand48): Likewise.
25006         * stdlib/mrand48.c (mrand48): Likewise.
25007         * stdlib/rand.c (rand): Likewise.
25008         * stdlib/random.c (__random): Likewise.
25009         * stdlib/setenv.c (clearenv): Likewise.
25010         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25011         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25012         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25013         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25014         (__get_nprocs): Likewise.
25015         (__get_phys_pages): Likewise.
25016         (__get_avphys_pages): Likewise.
25017         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25018         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25019         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25020         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25021         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25022         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25023         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25024         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25025         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25026         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25027         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25028         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25029         * sysdeps/posix/clock.c (clock): Likewise.
25030         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25031         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25032         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25033         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25034         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25035         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25036         (__get_nprocs_conf): Likewise.
25037         (__get_phys_pages): Likewise.
25038         (__get_avphys_pages): Likewise.
25039         * time/clock.c (clock): Likewise.
25040         * time/tzset.c (__tzname_max): Likewise.
25042 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25044         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25045         (__bswap_32): Do not use "register".
25046         * crypt/crypt.c (_ufc_doit_r): Likewise.
25047         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25048         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25049         * gmon/gmon.c (__monstartup): Likewise.
25050         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25051         * hurd/hurdmalloc.c (more_memory): Likewise.
25052         (malloc): Likewise.
25053         (free): Likewise.
25054         (realloc): Likewise.
25055         (malloc_fork_prepare): Likewise.
25056         (malloc_fork_parent): Likewise.
25057         (malloc_fork_child): Likewise.
25058         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25059         (_svcauth_des): Likewise.
25060         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25061         * inet/inet_net.c (inet_network): Likewise.
25062         * inet/inet_netof.c (inet_netof): Likewise.
25063         * inet/rcmd.c (__validuser2_sa): Likewise.
25064         * io/fts.c (fts_open): Likewise.
25065         (fts_load): Likewise.
25066         (fts_close): Likewise.
25067         (fts_read): Likewise.
25068         (fts_children): Likewise.
25069         (fts_build): Likewise.
25070         (fts_stat): Likewise.
25071         (fts_sort): Likewise.
25072         (fts_alloc): Likewise.
25073         (fts_lfree): Likewise.
25074         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25075         (_IO_file_xsgetn): Likewise.
25076         (_IO_file_xsgetn_mmap): Likewise.
25077         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25078         (_IO_cookie_write): Likewise.
25079         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25080         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25081         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25082         * malloc/obstack.c (_obstack_begin): Likewise.
25083         (_obstack_begin_1): Likewise.
25084         (_obstack_newchunk): Likewise.
25085         (_obstack_allocated_p): Likewise.
25086         (obstack_free): Likewise.
25087         (_obstack_memory_used): Likewise.
25088         * misc/getttyent.c (getttynam): Likewise.
25089         (getttyent): Likewise.
25090         (skip): Likewise.
25091         (value): Likewise.
25092         * misc/getusershell.c (initshells): Likewise.
25093         * misc/syslog.c (__vsyslog_chk): Likewise.
25094         * misc/ttyslot.c (ttyslot): Likewise.
25095         * nis/nis_hash.c (__nis_hash): Likewise.
25096         * posix/fnmatch_loop.c (FCT): Likewise.
25097         * posix/getconf.c (print_all): Likewise.
25098         (main): Likewise.
25099         * posix/getopt.c (exchange): Likewise.
25100         * posix/glob.c (globfree): Likewise.
25101         (prefix_array): Likewise.
25102         (__glob_pattern_type): Likewise.
25103         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25104         (NS_GET32): Likewise.
25105         (NS_PUT16): Likewise.
25106         (NS_PUT32): Likewise.
25107         * resolv/gethnamaddr.c (getanswer): Likewise.
25108         (gethostbyname2): Likewise.
25109         (gethostbyaddr): Likewise.
25110         (_gethtent): Likewise.
25111         (_gethtbyname2): Likewise.
25112         (_gethtbyaddr): Likewise.
25113         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25114         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25115         * resolv/res_init.c (__res_vinit): Likewise.
25116         (net_mask): Likewise.
25117         * resolv/res_mkquery.c (outchar): Likewise.
25118         (PRINT): Likewise.
25119         * stdio-common/printf_fp.c (outchar): Likewise.
25120         (PRINT): Likewise.
25121         * stdio-common/printf_fphex.c (outchar): Likewise.
25122         (PRINT): Likewise.
25123         * stdio-common/printf_size.c (outchar): Likewise.
25124         (PRINT): Likewise.
25125         * stdio-common/test_rdwr.c (main): Likewise.
25126         * stdio-common/tfformat.c (matches): Likewise.
25127         * stdio-common/vfprintf.c (outchar): Likewise.
25128         (printf_unknown): Likewise.
25129         (buffered_vfprintf): Likewise.
25130         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25131         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25132         (ReadFile): Likewise.
25133         * stdlib/qsort.c (SWAP): Likewise.
25134         (_quicksort): Likewise.
25135         * stdlib/setenv.c (__add_to_environ): Likewise.
25136         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25137         * stdlib/strtol_l.c (__strtol_l): Likewise.
25138         * stdlib/tst-strtod.c (main): Likewise.
25139         * stdlib/tst-strtol.c (main): Likewise.
25140         * stdlib/tst-strtoll.c (main): Likewise.
25141         * string/bits/string2.h (__strcmp_cc): Likewise.
25142         (__strcmp_cg): Likewise.
25143         (__strcspn_c1): Likewise.
25144         (__strcspn_c2): Likewise.
25145         (__strcspn_c3): Likewise.
25146         (__strspn_c1): Likewise.
25147         (__strspn_c2): Likewise.
25148         (__strspn_c3): Likewise.
25149         (__strsep_1c): Likewise.
25150         (__strsep_2c): Likewise.
25151         (__strsep_3c): Likewise.
25152         * string/memccpy.c (__memccpy): Likewise.
25153         * string/stpcpy.c (__stpcpy): Likewise.
25154         * string/strcmp.c (strcmp): Likewise.
25155         * string/strrchr.c (strrchr): Likewise.
25156         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25157         Likewise.
25158         * sysdeps/mach/hurd/getcwd.c
25159         (_hurd_canonicalize_directory_name_internal): Likewise.
25160         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25161         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25162         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25163         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25164         Likewise, in both definitions.
25165         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25166         definitions.
25167         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25168         64] (__bswap_64): Likewise.
25169         * time/test_time.c (main): Likewise.
25170         * time/tzfile.c (__tzfile_read): Likewise.
25171         (__tzfile_compute): Likewise.
25172         * time/tzset.c (__tzset_parse_tz): Likewise.
25173         (tzset_internal): Likewise.
25174         (compute_change): Likewise.
25175         * wcsmbs/wcscat.c (__wcscat): Likewise.
25176         * wcsmbs/wcschr.c (wcschr): Likewise.
25177         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25178         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25179         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25180         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25181         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25182         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25183         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25184         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25185         * wcsmbs/wmemset.c (wmemset): Likewise.
25187 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25189         * scripts/config.guess: Update to version 2013-05-16.
25190         * scripts/config.sub: Update to version 2013-04-24.
25191         * scripts/install-sh: Update to version 2011-11-20.07.
25192         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25193         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25195 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25197         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25198         * elf/sln.c: Likewise.
25199         * hurd/hurd/ioctl.h: Likewise.
25200         * hurd/hurdmalloc.c: Likewise.
25201         * hurd/xattr.c: Likewise.
25202         * include/shlib-compat.h: Likewise.
25203         * inet/ruserpass.c: Likewise.
25204         * libio/iofgets_u.c: Likewise.
25205         * libio/iofgetws_u.c: Likewise.
25206         * locale/programs/ld-identification.c: Likewise.
25207         * locale/programs/ld-time.c: Likewise.
25208         * mach/msg-destroy.c: Likewise.
25209         * nss/nss_files/files-netgrp.c: Likewise.
25210         * resolv/res_data.c: Likewise.
25211         * soft-fp/op-1.h: Likewise.
25212         * soft-fp/op-2.h: Likewise.
25213         * soft-fp/op-4.h: Likewise.
25214         * soft-fp/op-common.h: Likewise.
25215         * stdio-common/printf_fphex.c: Likewise.
25216         * stdlib/strtod_l.c: Likewise.
25217         * sunrpc/rpc/clnt.h: Likewise.
25218         * sysdeps/generic/framestate.c: Likewise.
25219         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25220         * sysdeps/i386/bsd-setjmp.S: Likewise.
25221         * sysdeps/i386/__longjmp.S: Likewise.
25222         * sysdeps/i386/setjmp.S: Likewise.
25223         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25224         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25225         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25226         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25227         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25228         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25229         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25230         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25231         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25232         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25233         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25234         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25235         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25236         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25237         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25238         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25239         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25240         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25241         * sysdeps/ieee754/support.c: Likewise.
25242         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25243         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25244         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25245         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25246         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25247         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25248         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25249         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25250         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25251         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25252         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25253         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25254         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25255         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25256         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25257         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25258         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25261 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25263         * posix/transbug.c: Remove executable mode.
25265 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25267         * crypt/speeds.c: Remove trailing whitespace.
25268         * dlfcn/default.c: Likewise.
25269         * elf/ifuncdep2.c: Likewise.
25270         * elf/ifuncmain1.c: Likewise.
25271         * elf/ifuncmain1vis.c: Likewise.
25272         * elf/testobj.h: Likewise.
25273         * elf/tst-stackguard1.c: Likewise.
25274         * gmon/sys/gmon.h: Likewise.
25275         * hurd/hurdmsg.c: Likewise.
25276         * hurd/new-fd.c: Likewise.
25277         * hurd/ports-get.c: Likewise.
25278         * iconvdata/ibm1008_420.c: Likewise.
25279         * inet/tst-getni1.c: Likewise.
25280         * inet/tst-getni2.c: Likewise.
25281         * libio/ioungetc.c: Likewise.
25282         * libio/wfiledoalloc.c: Likewise.
25283         * manual/libm-err-tab.pl: Likewise.
25284         * math/w_dremf.c: Likewise.
25285         * misc/ftruncate.c: Likewise.
25286         * posix/bug-glob2.c: Likewise.
25287         * posix/tst-pcre.c: Likewise.
25288         * posix/wait4.c: Likewise.
25289         * resolv/README: Likewise.
25290         * resolv/res_debug.h: Likewise.
25291         * resolv/tst-inet_ntop.c: Likewise.
25292         * setjmp/bug269-setjmp.c: Likewise.
25293         * soft-fp/extended.h: Likewise.
25294         * soft-fp/op-1.h: Likewise.
25295         * soft-fp/op-2.h: Likewise.
25296         * soft-fp/op-4.h: Likewise.
25297         * soft-fp/op-8.h: Likewise.
25298         * soft-fp/testit.c: Likewise.
25299         * stdio-common/bug16.c: Likewise.
25300         * stdlib/random.c: Likewise.
25301         * sunrpc/rpcsvc/rquota.x: Likewise.
25302         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25303         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25304         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25305         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25306         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25307         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25308         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25309         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25310         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25311         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25312         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25313         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25314         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25315         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25316         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25317         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25318         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25319         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25320         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25321         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25322         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25323         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25324         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25325         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25326         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25327         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25328         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25329         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25330         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25331         * sysdeps/ieee754/s_lib_version.c: Likewise.
25332         * sysdeps/mach/hurd/check_fds.c: Likewise.
25333         * sysdeps/mach/hurd/getsockname.c: Likewise.
25334         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25335         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25336         * sysdeps/powerpc/bits/link.h: Likewise.
25337         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25338         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25339         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25340         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25341         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25342         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25343         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25344         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25345         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25346         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25347         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25348         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25349         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25350         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25351         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25352         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25353         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25354         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25355         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25356         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25357         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25358         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25359         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25360         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25361         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25362         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25363         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25364         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25365         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25366         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25367         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25368         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25369         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25370         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25371         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25372         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25373         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25374         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25375         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25376         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25377         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25378         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25379         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25380         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25381         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25382         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25383         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25384         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25385         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25386         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25387         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25388         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25389         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25390         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25391         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25392         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25393         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25394         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25395         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25396         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25397         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25398         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25399         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25400         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25401         * sysdeps/powerpc/sysdep.h: Likewise.
25402         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25403         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25404         * sysdeps/sh/dl-trampoline.S: Likewise.
25405         * sysdeps/sh/memset.S: Likewise.
25406         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25407         * sysdeps/sh/strlen.S: Likewise.
25408         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25409         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25410         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25411         * sysdeps/sparc/sparc32/rem.S: Likewise.
25412         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25413         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25414         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25415         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25416         * sysdeps/sparc/sparc32/urem.S: Likewise.
25417         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25418         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25419         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25420         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25421         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25422         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25423         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25424         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25425         * sysdeps/unix/bsd/times.c: Likewise.
25426         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25427         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25431         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25432         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25433         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25434         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25435         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25436         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25437         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25438         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25439         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25440         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25441         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25442         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25443         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25444         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25445         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25446         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25447         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25448         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25449         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25450         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25451         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25452         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25453         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25454         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25455         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25456         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25457         * sysdeps/x86_64/strcspn.S: Likewise.
25459 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25461         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25462         generated file.  Regenerate properly from gen-translit.pl.
25463         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25464         locale/C-translit.h.
25466 2013-06-05  Andreas Schwab  <schwab@suse.de>
25468         [BZ #15100]
25469         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25470         week as 6 instead of -1.
25471         * time/tst-strptime.c (day_tests): Add test case.
25473 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25475         * sysdeps/generic/math_private.h
25476         (libc_feholdexcept_setround_53bit): Replace with
25477         libc_feholdsetround_53bit.
25478         (libc_feupdateenv_53bit): Replace with
25479         libc_feresetround_53bit.
25480         (SET_RESTORE_ROUND_53BIT): Adjust.
25482 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25484         * string/test-strchrnul.c: Add copyright header.
25486         * posix/tst-getaddrinfo4.c: Increase test timeout.
25488 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25490         [BZ #15536]
25491         * math/libm-test.inc (MAX_EXP): Remove
25492         (MIN_EXP): Define.
25493         (ulp): Use MIN_EXP - MANT_DIG.
25494         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25496 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25498         * po/be.po: Revert last change.
25499         * po/zh_CN.po: Likewise.
25500         * po/header.pot: Likewise.
25502 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25504         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25505         link-libc-deps to empty as target-specific variable.
25506         * Makerules (link-libc-args): New variable.
25507         (libc-for-link): Likewise.
25508         (link-libc-deps): Likewise.
25509         (lib%.so): Depend on $(link-libc-deps).  Link with
25510         $(link-libc-args).
25511         (build-module): Link with $(link-libc-args).
25512         (build-module-asneeded): Likewise.
25513         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25514         list of objects.
25515         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25516         target-specific variable.
25517         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25518         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25519         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25520         libc.
25521         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25522         libc and ld.so.
25523         ($(objpfx)libpcprofile.so): Likewise.
25524         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25525         libc_nonshared.a.
25526         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25527         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25528         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25529         $(link-libc-deps).
25530         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25531         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25532         * login/Makefile ($(objpfx)libutil.so): Likewise.
25533         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25534         * math/Makefile ($(objpfx)libm.so): Likewise.
25535         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25536         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25537         variable instead of depending directly on libc.
25538         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25539         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25540         $(link-libc-deps).
25541         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25542         libc.
25543         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25544         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25545         ($(objpfx)libanl.so): Likewise.
25546         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25547         ld.so.
25548         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25549         $(link-libc-deps).
25550         * sysdeps/i386/fpu/Makefile: Remove file.
25551         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25552         ($(objpfx)libm.so): Remove dependency on ld.so.
25554 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25556         [BZ # 15553]
25557         * nis/yp_xdr.c (XDRMAXNAME): Define.
25558         (XDRMAXRECORD): Define.
25559         (xdr_domainname): Use XDRMAXNAME.
25560         (xdr_mapname): Likewise.
25561         (xdr_peername): Likewise.
25562         (xdr_keydat): Use XDRMAXRECORD.
25563         (xdr_valdat): Likewise.
25565 2013-05-30  Jeff Law  <law@redhat.com>
25567         [BZ #14256]
25568         * manual/errno.texi (ESTALE): Update to account for more than
25569         just NFS file systems.
25570         * sysdeps/gnu/errlist.c: Regenerated.
25572 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25574         [BZ #15465]
25575         * elf/Makefile (tests): Add tst-null-argv.
25576         (modules-names):  Add tst-null-argv-lib.
25577         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25578         (tst-null-argv-ENV): Set environment for tst-null-argv.
25579         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25580         (RTLD_PROGNAME): New macro.
25581         * elf/tst-null-argv.c: New test case.
25582         * elf/tst-null-argv-lib.c: Library for test case.
25583         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25584         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25585         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25586         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25587         * elf/dl-init.c (call_init): Likewise.
25588         (_dl_init): Likewise.
25589         * elf/dl-load.c (print_search_path): Likewise.
25590         (_dl_map_object): Likewise.
25591         * elf/dl-lookup.c (do_lookup_x): Likewise.
25592         (add_dependency): Likewise.
25593         (_dl_lookup_symbol_x): Likewise.
25594         (_dl_debug_bindings): Likewise.
25595         * elf/dl-open.c (_dl_show_scope): Likewise.
25596         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25597         * elf/dl-version.c (match_symbol): Likewise.
25598         (_dl_check_map_versions): Likewise.
25599         * elf/rtld.c (dl_main): Likewise.
25600         (print_unresolved): Use RTLD_PROGNAME.
25601         (print_missing_version): Likewise.
25602         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25603         (elf_machine_rela): Likewise.
25604         * sysdeps/powerpc/powerpc32/dl-machine.c
25605         (__process_machine_rela): Likewise.
25606         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25607         Likewise.
25608         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25609         Likewise.
25610         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25611         Likewise.
25612         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25613         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25614         Likewise.
25615         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25616         Likewise.
25617         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25619 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25621         * po/be.po: Add descriptive title.
25622         * po/zh_CN.po: Likewise.
25623         * po/header.pot: Likewise.
25625 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25627         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25628         error message.
25629         (enlarge_archive): Likewise.
25631 2013-05-28  Ben North  <ben@redfrontdoor.org>
25633         * manual/arith.texi (frexp): It is the magnitude of the return
25634         value which lies in [0.5, 1), not the return value itself.
25636 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25640 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25642         * stdio-common/bug26.c (main): Correct fscanf template.
25644         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25645         declare _dl_skip_args.
25647         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25648         Don't declare.
25650         * manual/platform.texi: Add missing @end deftypefun.
25652 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25654         [BZ #15529]
25655         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25656         bit of mantissa of 2^16382.
25657         * math/libm-test.inc (hypot_test_data): Add more tests.
25659         * math/libm-test.inc: Add drem and pow10 to list of tested
25660         functions.
25661         (pow10_test): New function.
25662         (drem_test): Likewise.
25663         (drem_test_tonearest): Likewise.
25664         (drem_test_towardzero): Likewise.
25665         (drem_test_downward): Likewise.
25666         (drem_test_upward): Likewise.
25667         (main): Call the new functions.
25669         * math/libm-test.inc (finite_test_data): Remove.
25670         (finite_test): Run tests from isfinite_test_data.
25671         (gamma_test_data): Remove.
25672         (gamma_test): Run tests from lgamma_test_data.
25673         * sysdeps/i386/fpu/libm-test-ulps: Update.
25674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25676 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25678         * manual/platform.texi: Add PowerPC PPR function set documentation.
25679         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25680         implementation.
25682 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25684         * math/libm-test.inc (MAX_EXP): Define.
25685         (ULPDIFF): Define.
25686         (ulp): New function.
25687         (check_float_internal): Use ULPDIFF.
25688         (cpow_test): Disable failing test.
25689         (check_ulp): Test ulp() implemetnation.
25690         (main): Call check_ulp before starting tests.
25692 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25694         * math/gen-libm-test.pl (generate_testfile): Do not handle
25695         START_DATA and END_DATA.
25696         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25697         END_DATA.
25698         (acos_tonearest_test_data): Likewise.
25699         (acos_towardzero_test_data): Likewise.
25700         (acos_downward_test_data): Likewise.
25701         (acos_upward_test_data): Likewise.
25702         (acosh_test_data): Likewise.
25703         (asin_test_data): Likewise.
25704         (asin_tonearest_test_data): Likewise.
25705         (asin_towardzero_test_data): Likewise.
25706         (asin_downward_test_data): Likewise.
25707         (asin_upward_test_data): Likewise.
25708         (asinh_test_data): Likewise.
25709         (atan_test_data): Likewise.
25710         (atanh_test_data): Likewise.
25711         (atan2_test_data): Likewise.
25712         (cabs_test_data): Likewise.
25713         (cacos_test_data): Likewise.
25714         (cacosh_test_data): Likewise.
25715         (carg_test_data): Likewise.
25716         (casin_test_data): Likewise.
25717         (casinh_test_data): Likewise.
25718         (catan_test_data): Likewise.
25719         (catanh_test_data): Likewise.
25720         (cbrt_test_data): Likewise.
25721         (ccos_test_data): Likewise.
25722         (ccosh_test_data): Likewise.
25723         (ceil_test_data): Likewise.
25724         (cexp_test_data): Likewise.
25725         (cimag_test_data): Likewise.
25726         (clog_test_data): Likewise.
25727         (clog10_test_data): Likewise.
25728         (conj_test_data): Likewise.
25729         (copysign_test_data): Likewise.
25730         (cos_test_data): Likewise.
25731         (cos_tonearest_test_data): Likewise.
25732         (cos_towardzero_test_data): Likewise.
25733         (cos_downward_test_data): Likewise.
25734         (cos_upward_test_data): Likewise.
25735         (cosh_test_data): Likewise.
25736         (cosh_tonearest_test_data): Likewise.
25737         (cosh_towardzero_test_data): Likewise.
25738         (cosh_downward_test_data): Likewise.
25739         (cosh_upward_test_data): Likewise.
25740         (cpow_test_data): Likewise.
25741         (cproj_test_data): Likewise.
25742         (creal_test_data): Likewise.
25743         (csin_test_data): Likewise.
25744         (csinh_test_data): Likewise.
25745         (csqrt_test_data): Likewise.
25746         (ctan_test_data): Likewise.
25747         (ctan_tonearest_test_data): Likewise.
25748         (ctan_towardzero_test_data): Likewise.
25749         (ctan_downward_test_data): Likewise.
25750         (ctan_upward_test_data): Likewise.
25751         (ctanh_test_data): Likewise.
25752         (ctanh_tonearest_test_data): Likewise.
25753         (ctanh_towardzero_test_data): Likewise.
25754         (ctanh_downward_test_data): Likewise.
25755         (ctanh_upward_test_data): Likewise.
25756         (erf_test_data): Likewise.
25757         (erfc_test_data): Likewise.
25758         (exp_test_data): Likewise.
25759         (exp_tonearest_test_data): Likewise.
25760         (exp_towardzero_test_data): Likewise.
25761         (exp_downward_test_data): Likewise.
25762         (exp_upward_test_data): Likewise.
25763         (exp10_test_data): Likewise.
25764         (exp2_test_data): Likewise.
25765         (expm1_test_data): Likewise.
25766         (fabs_test_data): Likewise.
25767         (fdim_test_data): Likewise.
25768         (finite_test_data): Likewise.
25769         (floor_test_data): Likewise.
25770         (fma_test_data): Likewise.
25771         (fma_towardzero_test_data): Likewise.
25772         (fma_downward_test_data): Likewise.
25773         (fma_upward_test_data): Likewise.
25774         (fmax_test_data): Likewise.
25775         (fmin_test_data): Likewise.
25776         (fmod_test_data): Likewise.
25777         (fpclassify_test_data): Likewise.
25778         (frexp_test_data): Likewise.
25779         (gamma_test_data): Likewise.
25780         (hypot_test_data): Likewise.
25781         (ilogb_test_data): Likewise.
25782         (isfinite_test_data): Likewise.
25783         (isgreater_test_data): Likewise.
25784         (isgreaterequal_test_data): Likewise.
25785         (isinf_test_data): Likewise.
25786         (isless_test_data): Likewise.
25787         (islessequal_test_data): Likewise.
25788         (islessgreater_test_data): Likewise.
25789         (isnan_test_data): Likewise.
25790         (isnormal_test_data): Likewise.
25791         (issignaling_test_data): Likewise.
25792         (isunordered_test_data): Likewise.
25793         (j0_test_data): Likewise.
25794         (j1_test_data): Likewise.
25795         (jn_test_data): Likewise.
25796         (ldexp_test_data): Likewise.
25797         (lgamma_test_data): Likewise.
25798         (lrint_test_data): Likewise.
25799         (lrint_tonearest_test_data): Likewise.
25800         (lrint_towardzero_test_data): Likewise.
25801         (lrint_downward_test_data): Likewise.
25802         (lrint_upward_test_data): Likewise.
25803         (llrint_test_data): Likewise.
25804         (llrint_tonearest_test_data): Likewise.
25805         (llrint_towardzero_test_data): Likewise.
25806         (llrint_downward_test_data): Likewise.
25807         (llrint_upward_test_data): Likewise.
25808         (log_test_data): Likewise.
25809         (log10_test_data): Likewise.
25810         (log1p_test_data): Likewise.
25811         (log2_test_data): Likewise.
25812         (logb_test_data): Likewise.
25813         (logb_downward_test_data): Likewise.
25814         (lround_test_data): Likewise.
25815         (llround_test_data): Likewise.
25816         (modf_test_data): Likewise.
25817         (nearbyint_test_data): Likewise.
25818         (nextafter_test_data): Likewise.
25819         (nexttoward_test_data): Likewise.
25820         (pow_test_data): Likewise.
25821         (pow_tonearest_test_data): Likewise.
25822         (pow_towardzero_test_data): Likewise.
25823         (pow_downward_test_data): Likewise.
25824         (pow_upward_test_data): Likewise.
25825         (remainder_test_data): Likewise.
25826         (remainder_tonearest_test_data): Likewise.
25827         (remainder_towardzero_test_data): Likewise.
25828         (remainder_downward_test_data): Likewise.
25829         (remainder_upward_test_data): Likewise.
25830         (remquo_test_data): Likewise.
25831         (rint_test_data): Likewise.
25832         (rint_tonearest_test_data): Likewise.
25833         (rint_towardzero_test_data): Likewise.
25834         (rint_downward_test_data): Likewise.
25835         (rint_upward_test_data): Likewise.
25836         (round_test_data): Likewise.
25837         (scalb_test_data): Likewise.
25838         (scalbn_test_data): Likewise.
25839         (scalbln_test_data): Likewise.
25840         (signbit_test_data): Likewise.
25841         (sin_test_data): Likewise.
25842         (sin_tonearest_test_data): Likewise.
25843         (sin_towardzero_test_data): Likewise.
25844         (sin_downward_test_data): Likewise.
25845         (sin_upward_test_data): Likewise.
25846         (sincos_test_data): Likewise.
25847         (sinh_test_data): Likewise.
25848         (sinh_tonearest_test_data): Likewise.
25849         (sinh_towardzero_test_data): Likewise.
25850         (sinh_downward_test_data): Likewise.
25851         (sinh_upward_test_data): Likewise.
25852         (sqrt_test_data): Likewise.
25853         (tan_test_data): Likewise.
25854         (tan_tonearest_test_data): Likewise.
25855         (tan_towardzero_test_data): Likewise.
25856         (tan_downward_test_data): Likewise.
25857         (tan_upward_test_data): Likewise.
25858         (tanh_test_data): Likewise.
25859         (tgamma_test_data): Likewise.
25860         (trunc_test_data): Likewise.
25861         (y0_test_data): Likewise.
25862         (y1_test_data): Likewise.
25863         (yn_test_data): Likewise.
25864         (significand_test_data): Likewise.
25866         * math/gen-libm-test.pl (@functions): Remove variable.
25867         (generate_testfile): Don't handle START and END lines.
25868         * math/libm-test.inc (START): New macro.
25869         (END): Likewise.
25870         (END_COMPLEX): Likewise.
25871         (acos_test): Use END macro without arguments.
25872         (acos_test_tonearest): Likewise.
25873         (acos_test_towardzero): Likewise.
25874         (acos_test_downward): Likewise.
25875         (acos_test_upward): Likewise.
25876         (acosh_test): Likewise.
25877         (asin_test): Likewise.
25878         (asin_test_tonearest): Likewise.
25879         (asin_test_towardzero): Likewise.
25880         (asin_test_downward): Likewise.
25881         (asin_test_upward): Likewise.
25882         (asinh_test): Likewise.
25883         (atan_test): Likewise.
25884         (atanh_test): Likewise.
25885         (atan2_test): Likewise.
25886         (cabs_test): Likewise.
25887         (cacos_test): Use END_COMPLEX macro without arguments.
25888         (cacosh_test): Likewise.
25889         (carg_test): Use END macro without arguments.
25890         (casin_test): Use END_COMPLEX macro without arguments.
25891         (casinh_test): Likewise.
25892         (catan_test): Likewise.
25893         (catanh_test): Likewise.
25894         (cbrt_test): Use END macro without arguments.
25895         (ccos_test): Use END_COMPLEX macro without arguments.
25896         (ccosh_test): Likewise.
25897         (ceil_test): Use END macro without arguments.
25898         (cexp_test): Use END_COMPLEX macro without arguments.
25899         (cimag_test): Use END macro without arguments.
25900         (clog_test): Use END_COMPLEX macro without arguments.
25901         (clog10_test): Likewise.
25902         (conj_test): Likewise.
25903         (copysign_test): Use END macro without arguments.
25904         (cos_test): Likewise.
25905         (cos_test_tonearest): Likewise.
25906         (cos_test_towardzero): Likewise.
25907         (cos_test_downward): Likewise.
25908         (cos_test_upward): Likewise.
25909         (cosh_test): Likewise.
25910         (cosh_test_tonearest): Likewise.
25911         (cosh_test_towardzero): Likewise.
25912         (cosh_test_downward): Likewise.
25913         (cosh_test_upward): Likewise.
25914         (cpow_test): Use END_COMPLEX macro without arguments.
25915         (cproj_test): Likewise.
25916         (creal_test): Use END macro without arguments.
25917         (csin_test): Use END_COMPLEX macro without arguments.
25918         (csinh_test): Likewise.
25919         (csqrt_test): Likewise.
25920         (ctan_test): Likewise.
25921         (ctan_test_tonearest): Likewise.
25922         (ctan_test_towardzero): Likewise.
25923         (ctan_test_downward): Likewise.
25924         (ctan_test_upward): Likewise.
25925         (ctanh_test): Likewise.
25926         (ctanh_test_tonearest): Likewise.
25927         (ctanh_test_towardzero): Likewise.
25928         (ctanh_test_downward): Likewise.
25929         (ctanh_test_upward): Likewise.
25930         (erf_test): Use END macro without arguments.
25931         (erfc_test): Likewise.
25932         (exp_test): Likewise.
25933         (exp_test_tonearest): Likewise.
25934         (exp_test_towardzero): Likewise.
25935         (exp_test_downward): Likewise.
25936         (exp_test_upward): Likewise.
25937         (exp10_test): Likewise.
25938         (exp2_test): Likewise.
25939         (expm1_test): Likewise.
25940         (fabs_test): Likewise.
25941         (fdim_test): Likewise.
25942         (finite_test): Likewise.
25943         (floor_test): Likewise.
25944         (fma_test): Likewise.
25945         (fma_test_towardzero): Likewise.
25946         (fma_test_downward): Likewise.
25947         (fma_test_upward): Likewise.
25948         (fmax_test): Likewise.
25949         (fmin_test): Likewise.
25950         (fmod_test): Likewise.
25951         (fpclassify_test): Likewise.
25952         (frexp_test): Likewise.
25953         (gamma_test): Likewise.
25954         (hypot_test): Likewise.
25955         (ilogb_test): Likewise.
25956         (isfinite_test): Likewise.
25957         (isgreater_test): Likewise.
25958         (isgreaterequal_test): Likewise.
25959         (isinf_test): Likewise.
25960         (isless_test): Likewise.
25961         (islessequal_test): Likewise.
25962         (islessgreater_test): Likewise.
25963         (isnan_test): Likewise.
25964         (isnormal_test): Likewise.
25965         (issignaling_test): Likewise.
25966         (isunordered_test): Likewise.
25967         (j0_test): Likewise.
25968         (j1_test): Likewise.
25969         (jn_test): Likewise.
25970         (ldexp_test): Likewise.
25971         (lgamma_test): Likewise.
25972         (lrint_test): Likewise.
25973         (lrint_test_tonearest): Likewise.
25974         (lrint_test_towardzero): Likewise.
25975         (lrint_test_downward): Likewise.
25976         (lrint_test_upward): Likewise.
25977         (llrint_test): Likewise.
25978         (llrint_test_tonearest): Likewise.
25979         (llrint_test_towardzero): Likewise.
25980         (llrint_test_downward): Likewise.
25981         (llrint_test_upward): Likewise.
25982         (log_test): Likewise.
25983         (log10_test): Likewise.
25984         (log1p_test): Likewise.
25985         (log2_test): Likewise.
25986         (logb_test): Likewise.
25987         (logb_test_downward): Likewise.
25988         (lround_test): Likewise.
25989         (llround_test): Likewise.
25990         (modf_test): Likewise.
25991         (nearbyint_test): Likewise.
25992         (nextafter_test): Likewise.
25993         (nexttoward_test): Likewise.
25994         (pow_test): Likewise.
25995         (pow_test_tonearest): Likewise.
25996         (pow_test_towardzero): Likewise.
25997         (pow_test_downward): Likewise.
25998         (pow_test_upward): Likewise.
25999         (remainder_test): Likewise.
26000         (remainder_test_tonearest): Likewise.
26001         (remainder_test_towardzero): Likewise.
26002         (remainder_test_downward): Likewise.
26003         (remainder_test_upward): Likewise.
26004         (remquo_test): Likewise.
26005         (rint_test): Likewise.
26006         (rint_test_tonearest): Likewise.
26007         (rint_test_towardzero): Likewise.
26008         (rint_test_downward): Likewise.
26009         (rint_test_upward): Likewise.
26010         (round_test): Likewise.
26011         (scalb_test): Likewise.
26012         (scalbn_test): Likewise.
26013         (scalbln_test): Likewise.
26014         (signbit_test): Likewise.
26015         (sin_test): Likewise.
26016         (sin_test_tonearest): Likewise.
26017         (sin_test_towardzero): Likewise.
26018         (sin_test_downward): Likewise.
26019         (sin_test_upward): Likewise.
26020         (sincos_test): Likewise.
26021         (sinh_test): Likewise.
26022         (sinh_test_tonearest): Likewise.
26023         (sinh_test_towardzero): Likewise.
26024         (sinh_test_downward): Likewise.
26025         (sinh_test_upward): Likewise.
26026         (sqrt_test): Likewise.
26027         (tan_test): Likewise.
26028         (tan_test_tonearest): Likewise.
26029         (tan_test_towardzero): Likewise.
26030         (tan_test_downward): Likewise.
26031         (tan_test_upward): Likewise.
26032         (tanh_test): Likewise.
26033         (tgamma_test): Likewise.
26034         (trunc_test): Likewise.
26035         (y0_test): Likewise.
26036         (y1_test): Likewise.
26037         (yn_test): Likewise.
26038         (significand_test): Likewise.
26040 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26042         [BZ #15381]
26043         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26045 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26047         [BZ #14894]
26048         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26049         __ppc_mdoio and __ppc_mdoom.
26050         * manual/platform.texi: Document new functions __ppc_yield,
26051         __ppc_mdoio and __ppc_mdoom.
26053 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26055         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26056         (main): Mention "tls" pseudo-hwcap is legacy.
26057         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26059 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26061         * math/gen-libm-test.pl (parse_args): Output only string of
26062         arguments as text for test name, not full call or descriptions of
26063         tests for extra outputs.
26064         (generate_testfile): Do not pass function name to parse_args.
26065         Generate this_func variable from START.
26066         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26067         field to arg_str.
26068         (struct test_ff_f_data): Likewise.
26069         (test_ff_f_data_nexttoward): Likewise.
26070         (struct test_fi_f_data): Likewise.
26071         (struct test_fl_f_data): Likewise.
26072         (struct test_if_f_data): Likewise.
26073         (struct test_fff_f_data): Likewise.
26074         (struct test_c_f_data): Likewise.
26075         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26076         (struct test_fF_f1_data): Likewise.
26077         (struct test_ffI_f1_data): Likewise.
26078         (struct test_c_c_data): Rename test_name field to arg_str.
26079         (struct test_cc_c_data): Likewise.
26080         (struct test_f_i_data): Likewise.
26081         (struct test_ff_i_data): Likewise.
26082         (struct test_f_l_data): Likewise.
26083         (struct test_f_L_data): Likewise.
26084         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26085         and extra2_name.
26086         (COMMON_TEST_SETUP): New macro.
26087         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26088         (COMMON_TEST_CLEANUP): Likewise.
26089         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26090         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26091         macros.
26092         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26093         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26094         macros.
26095         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26096         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26097         cleanup macros.
26098         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26099         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26100         macros.
26101         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26102         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26103         macros.
26104         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26105         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26106         cleanup macros.
26107         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26108         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26109         cleanup macros.
26110         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26111         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26112         cleanup macros.
26113         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26114         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26115         macros.
26116         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26117         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26118         macros.
26119         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26120         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26121         macros.
26122         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26123         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26124         cleanup macros.
26125         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26126         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26127         cleanup macros.
26128         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26129         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26130         macros.
26131         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26132         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26133         cleanup macros.
26134         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26135         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26136         macros.
26137         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26138         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26139         macros.
26140         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26141         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26142         cleanup macros.
26143         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26145 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26147         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26148         to _sifields.sigfault.
26149         (si_addr_lsb): Define new macro.
26150         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26151         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26152         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26154 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26156         [BZ #15441]
26157         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26158         returns -1.
26159         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26160         null return -1.
26161         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26162         loading the domain.
26164 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26166         * math/gen-libm-test.pl (parse_args): Do not include expected
26167         result in test name.
26168         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26169         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26170         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26171         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26172         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26175 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26177         * benchtests/Makefile: Sort function entries.
26179         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26180         tanh, asinh, acosh, atanh.
26181         * benchtests/acos-inputs: New file.
26182         * benchtests/acosh-inputs: New file.
26183         * benchtests/asin-inputs: New file.
26184         * benchtests/asinh-inputs: New file.
26185         * benchtests/atanh-inputs: New file.
26186         * benchtests/cosh-inputs: New file.
26187         * benchtests/log-inputs: New file.
26188         * benchtests/sinh-inputs: New file.
26189         * benchtests/tanh-inputs: New file.
26191 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26193         [BZ #15339]
26194         * posix/tst-getaddrinfo4.c: New test.
26195         * posix/Makefile (tests): Add it.
26197 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26199         [BZ #15339]
26200         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26201         when no services were used.
26202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26203         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26205 2013-05-21  Andreas Schwab  <schwab@suse.de>
26207         [BZ #15014]
26208         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26209         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26210         successful.
26211         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26212         redundant variable declarations and reallocation of buffer when
26213         parsing as IPv6 address.  Always set NSS status when called from
26214         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26215         buffer too small.  Correct computation of needed size.
26216         * nss/Makefile (tests): Add test-digits-dots.
26217         * nss/test-digits-dots.c: New test.
26219 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26221         * benchtests/Makefile: Remove instructions for adding
26222         benchmark tests.
26223         * benchtests/README: New file to explain how to execute and
26224         enhance the benchmark tests.
26226 2013-05-21  Andreas Schwab  <schwab@suse.de>
26228         [BZ #15493]
26229         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26230         * setjmp/tst-sigsetjmp.c: New test.
26232 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26234         * sysdeps/x86_64/memset.S (memset): New implementation.
26235         (__bzero): Likewise.
26236         (__memset_tail): New function.
26238 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26240         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26241         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26242         __memcpy_sse2_unaligned ifunc selection.
26243         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26244         Add memcpy-sse2-unaligned.S.
26245         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26246         Add: __memcpy_sse2_unaligned.
26248 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26250         [BZ #15490]
26251         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26252         math_force_eval before restoring floating-point envrionment.
26253         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26254         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26255         Likewise.
26256         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26257         <math_private.h>.
26258         (__nearbyintl): Use math_force_eval before restoring
26259         floating-point environment.
26260         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26262         * math/gen-libm-test.pl (special_functions): Remove.
26263         (parse_args): Don't handle TEST_extra.  Handle functions with no
26264         return value.
26265         * math/libm-test.inc (struct test_sincos_data): Replace with
26266         struct test_fFF_11_data.
26267         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26268         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26269         (sincos_test_data): Change element type to struct
26270         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26271         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26272         RUN_TEST_LOOP_sincos.
26273         * math/README.libm-test: Don't mention special handling of
26274         individual functions.
26275         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26276         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26277         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26278         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26279         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26280         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26282         * math/gen-libm-test.pl (get_variable): Remove function.
26283         (parse_args): Don't show pointer parameters to call in test
26284         names.  Use "extra output N" in test names for extra outputs
26285         rather than naming variables.
26287 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26289         [BZ #15488]
26290         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26291         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26292         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26293         double tests.
26294         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26295         disable.
26296         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26297         check_long_double.
26299         * math/gen-libm-test.pl (@tests): Remove variable.
26300         ($count): Likewise.
26301         (new_test): Remove function.
26302         (show_exceptions): New function.
26303         (special_functions): Use show_exceptions instead of new_test.
26304         (parse_args): Likewise.
26305         (generate_testfile): Pass only function name in generated call to
26306         print_max_error or print_complex_max_error.
26307         (get_ulps): Do not handle complex tests specially.
26308         (output_test): Rename to ...
26309         (get_all_ulps_for_test): ... this.  Return a string rather than
26310         printing to a file.  Require ulps to be present.
26311         (output_ulps): Generate arrays rather than #defines.
26312         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26313         (struct ulp_data): New type.
26314         (BUILD_COMPLEX_ULP): Remove macro.
26315         (compare_ulp_data): New function.
26316         (find_ulps): Likewise.
26317         (find_test_ulps): Likewise.
26318         (find_function_ulps): Likewise.
26319         (find_complex_function_ulps): Likewise.
26320         (print_max_error): Determine allowed ulps using
26321         find_function_ulps.
26322         (print_complex_max_error): Determine allowed ulps using
26323         find_complex_function_ulps.
26324         (check_float_internal): Determine max ulps using find_test_ulps.
26325         (check_float): Do not take max_ulp parameter.  Update call to
26326         check_float_internal.
26327         (check_complex): Likewise.
26328         (check_int): Do not take max_ulp parameter.
26329         (check_long): Likewise.
26330         (check_bool): Likewise.
26331         (check_longlong): Likewise.
26332         (struct test_f_f_data): Remove max_ulp field.
26333         (struct test_ff_f_data): Likewise.
26334         (struct test_ff_f_data_nexttoward): Likewise.
26335         (struct test_fi_f_data): Likewise.
26336         (struct test_fl_f_data): Likewise.
26337         (struct test_if_f_data): Likewise.
26338         (struct test_fff_f_data): Likewise.
26339         (struct test_c_f_data): Likewise.
26340         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26341         (struct test_fF_f1_data): Likewise.
26342         (struct test_ffI_f1_data): Likewise.
26343         (struct test_c_c_data): Remove max_ulp field.
26344         (struct test_cc_c_data): Likewise.
26345         (struct test_f_i_data): Likewise.
26346         (struct test_ff_i_data): Likewise.
26347         (struct test_f_l_data): Likewise.
26348         (struct test_f_L_data): Likewise.
26349         (struct test_sincos_data): Likewise.
26350         (RUN_TEST_f_f): Do not handle ulps.
26351         (RUN_TEST_LOOP_f_f): Likewise.
26352         (RUN_TEST_2_f): Likewise.
26353         (RUN_TEST_LOOP_2_f): Likewise.
26354         (RUN_TEST_fff_f): Likewise.
26355         (RUN_TEST_LOOP_fff_f): Likewise.
26356         (RUN_TEST_c_f): Likewise.
26357         (RUN_TEST_LOOP_c_f): Likewise.
26358         (RUN_TEST_f_f1): Likewise.
26359         (RUN_TEST_LOOP_f_f1): Likewise.
26360         (RUN_TEST_fF_f1): Likewise.
26361         (RUN_TEST_LOOP_fF_f1): Likewise.
26362         (RUN_TEST_fI_f1): Likewise.
26363         (RUN_TEST_LOOP_fI_f1): Likewise.
26364         (RUN_TEST_ffI_f1): Likewise.
26365         (RUN_TEST_LOOP_ffI_f1): Likewise.
26366         (RUN_TEST_c_c): Likewise.
26367         (RUN_TEST_LOOP_c_c): Likewise.
26368         (RUN_TEST_cc_c): Likewise.
26369         (RUN_TEST_LOOP_cc_c): Likewise.
26370         (RUN_TEST_f_i): Likewise.
26371         (RUN_TEST_LOOP_f_i): Likewise.
26372         (RUN_TEST_f_i_tg): Likewise.
26373         (RUN_TEST_LOOP_f_i_tg): Likewise.
26374         (RUN_TEST_ff_i_tg): Likewise.
26375         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26376         (RUN_TEST_f_b): Likewise.
26377         (RUN_TEST_LOOP_f_b): Likewise.
26378         (RUN_TEST_f_b_tg): Likewise.
26379         (RUN_TEST_LOOP_f_b_tg): Likewise.
26380         (RUN_TEST_f_l): Likewise.
26381         (RUN_TEST_LOOP_f_l): Likewise.
26382         (RUN_TEST_f_L): Likewise.
26383         (RUN_TEST_LOOP_f_L): Likewise.
26384         (RUN_TEST_sincos): Likewise.
26385         (RUN_TEST_LOOP_sincos): Likewise.
26387 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26389         [BZ #15480]
26390         [BZ #15485]
26391         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26392         main case of finite arguments, set rounding mode to FE_TONEAREST
26393         and discard exceptions.
26394         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26395         exceptions.
26396         (remainder_tonearest_test_data): New variable.
26397         (remainder_test_tonearest): New function.
26398         (remainder_towardzero_test_data): New variable.
26399         (remainder_test_towardzero): New function.
26400         (remainder_downward_test_data): New variable.
26401         (remainder_test_downward): New function.
26402         (remainder_upward_test_data): New variable.
26403         (remainder_test_upward): New function.
26404         (main): Call the new test functions.
26406         * math/libm-test.inc (struct test_f_f1_data): Remove field
26407         extra_init.
26408         (struct test_fF_f1_data): Likewise.
26409         (struct test_ffI_f1_data): Likewise.
26410         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26411         based on value of EXTRA_EXPECTED.
26412         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26413         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26414         EXTRA_VAR based on value of EXTRA_EXPECTED.
26415         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26416         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26417         EXTRA_VAR based on value of EXTRA_EXPECTED.
26418         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26419         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26420         EXTRA_VAR based on value of EXTRA_EXPECTED.
26421         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26422         * math/gen-libm-test.pl (parse_args): Don't output initializers
26423         for extra output values.
26425         * math/libm-test.inc (check_int): Expect result to be exactly
26426         equal to expected value and do not handle ulps.
26427         (check_long): Likewise.
26428         (check_longlong): Likewise.
26430         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26431         exceptions.
26432         (cimag_test_data): Likewise.
26433         (conj_test_data): Likewise.
26434         (copysign_test_data): Likewise.
26435         (cproj_test_data): Likewise.
26436         (creal_test_data): Likewise.
26437         (fabs_test_data): Likewise.
26438         (fdim_test_data): Likewise.
26439         (finite_test_data): Likewise.
26440         (floor_test_data): Likewise.
26441         (fmax_test_data): Likewise.
26442         (fmin_test_data): Likewise.
26443         (fmod_test_data): Likewise.
26444         (fpclassify_test_data): Likewise.
26445         (frexp_test_data): Likewise.
26446         (ilogb_test_data): Likewise.
26447         (isfinite_test_data): Likewise.
26448         (isgreater_test_data): Likewise.
26449         (isgreaterequal_test_data): Likewise.
26450         (isinf_test_data): Likewise.
26451         (isless_test_data): Likewise.
26452         (islessequal_test_data): Likewise.
26453         (islessgreater_test_data): Likewise.
26454         (isnan_test_data): Likewise.
26455         (isnormal_test_data): Likewise.
26456         (issignaling_test_data): Likewise.
26457         (isunordered_test_data): Likewise.
26458         (ldexp_test_data): Likewise.
26459         (lrint_test_data): Likewise.
26460         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26461         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26462         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26463         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26464         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26465         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26466         test input.
26467         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26468         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26469         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26470         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26471         that test input.
26472         (lrint_downward_test_data): Test for "inexact" exceptions.
26473         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26474         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26475         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26476         test input.
26477         (lrint_upward_test_data): Test for "inexact" exceptions.
26478         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26479         test input.
26480         (llrint_test_data): Test for "inexact" exceptions.
26481         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26482         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26483         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26484         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26485         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26486         (llrint_downward_test_data): Test for "inexact" exceptions.
26487         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26488         (llrint_upward_test_data): Test for "inexact" exceptions.
26489         (logb_test_data): Likewise.
26490         (logb_downward_test_data): Likewise.
26491         (nextafter_test_data): Likewise.
26492         (nexttoward_test_data): Likewise.
26493         (remainder_test_data): Likewise.
26494         (remquo_test_data): Likewise.
26495         (scalbn_test_data): Likewise.
26496         (scalbln_test_data): Likewise.
26497         (signbit_test_data): Likewise.
26498         (sqrt_test_data): Likewise.
26499         (significand_test_data): Likewise.
26501 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26503         [BZ #15424]
26504         * benchtests/bench-modf.c (struct args): Mark arg0 as
26505         volatile.
26506         * scripts/bench.pl: Mark members of struct args as volatile.
26508 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26510         [BZ # 15497]
26511         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26512         negative infinity on POWER6 or lower.
26513         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26515 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26517         [BZ #15442]
26518         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26519         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26520         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26521         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26522         (_FP_SETQNAN): New macro.
26523         (_FP_SETQNAN_SEMIRAW): Likewise.
26524         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26525         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26526         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26527         (FP_EXTEND): Use _FP_FRAC_SNANP.
26528         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26529         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26530         into account.
26531         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26532         New macro.
26533         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26534         Likewise.
26536 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26538         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26539         with DIVIDE_BY_ZERO_EXCEPTION.
26540         (gamma_test_data): Likewise.
26541         (lgamma_test_data): Likewise.
26542         (log_test_data): Likewise.
26543         (log10_test_data): Likewise.
26544         (log2_test_data): Likewise.
26545         (tgamma_test_data): Likewise.
26547         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26548         (acos_test_tonearest): Likewise.
26549         (acos_test_towardzero): Likewise.
26550         (acos_test_downward): Likewise.
26551         (acos_test_upward): Likewise.
26552         (acosh_test): Likewise.
26553         (asin_test): Likewise.
26554         (asin_test_tonearest): Likewise.
26555         (asin_test_towardzero): Likewise.
26556         (asin_test_downward): Likewise.
26557         (asin_test_upward): Likewise.
26558         (asinh_test): Likewise.
26559         (atan_test): Likewise.
26560         (atanh_test): Likewise.
26561         (atan2_test): Likewise.
26562         (cabs_test): Likewise.
26563         (cacos_test): Likewise.
26564         (cacosh_test): Likewise.
26565         (casin_test): Likewise.
26566         (casinh_test): Likewise.
26567         (catan_test): Likewise.
26568         (catanh_test): Likewise.
26569         (cbrt_test): Likewise.
26570         (ccos_test): Likewise.
26571         (ccosh_test): Likewise.
26572         (cexp_test): Likewise.
26573         (clog_test): Likewise.
26574         (clog10_test): Likewise.
26575         (cos_test): Likewise.
26576         (cos_test_tonearest): Likewise.
26577         (cos_test_towardzero): Likewise.
26578         (cos_test_downward): Likewise.
26579         (cos_test_upward): Likewise.
26580         (cosh_test): Likewise.
26581         (cosh_test_tonearest): Likewise.
26582         (cosh_test_towardzero): Likewise.
26583         (cosh_test_downward): Likewise.
26584         (cosh_test_upward): Likewise.
26585         (cpow_test): Likewise.
26586         (csin_test): Likewise.
26587         (csinh_test): Likewise.
26588         (csqrt_test): Likewise.
26589         (ctan_test): Likewise.
26590         (ctan_test_tonearest): Likewise.
26591         (ctan_test_towardzero): Likewise.
26592         (ctan_test_downward): Likewise.
26593         (ctan_test_upward): Likewise.
26594         (ctanh_test): Likewise.
26595         (ctanh_test_tonearest): Likewise.
26596         (ctanh_test_towardzero): Likewise.
26597         (ctanh_test_downward): Likewise.
26598         (ctanh_test_upward): Likewise.
26599         (erf_test): Likewise.
26600         (erfc_test): Likewise.
26601         (exp_test): Likewise.
26602         (exp_test_tonearest): Likewise.
26603         (exp_test_towardzero): Likewise.
26604         (exp_test_downward): Likewise.
26605         (exp_test_upward): Likewise.
26606         (exp10_test): Likewise.
26607         (exp2_test): Likewise.
26608         (expm1_test): Likewise.
26609         (fmod_test): Likewise.
26610         (gamma_test): Likewise.
26611         (hypot_test): Likewise.
26612         (j0_test): Likewise.
26613         (j1_test): Likewise.
26614         (jn_test): Likewise.
26615         (lgamma_test): Likewise.
26616         (log_test): Likewise.
26617         (log10_test): Likewise.
26618         (log1p_test): Likewise.
26619         (log2_test): Likewise.
26620         (logb_test_downward): Likewise.
26621         (pow_test): Likewise.
26622         (pow_test_tonearest): Likewise.
26623         (pow_test_towardzero): Likewise.
26624         (pow_test_downward): Likewise.
26625         (pow_test_upward): Likewise.
26626         (remainder_test): Likewise.
26627         (remquo_test): Likewise.
26628         (sin_test): Likewise.
26629         (sin_test_tonearest): Likewise.
26630         (sin_test_towardzero): Likewise.
26631         (sin_test_downward): Likewise.
26632         (sin_test_upward): Likewise.
26633         (sincos_test): Likewise.
26634         (sinh_test): Likewise.
26635         (sinh_test_tonearest): Likewise.
26636         (sinh_test_towardzero): Likewise.
26637         (sinh_test_downward): Likewise.
26638         (sinh_test_upward): Likewise.
26639         (sqrt_test): Likewise.
26640         (tan_test): Likewise.
26641         (tan_test_tonearest): Likewise.
26642         (tan_test_towardzero): Likewise.
26643         (tan_test_downward): Likewise.
26644         (tan_test_upward): Likewise.
26645         (tanh_test): Likewise.
26646         (tgamma_test): Likewise.
26647         (y0_test): Likewise.
26648         (y1_test): Likewise.
26649         (yn_test): Likewise.
26651         * math/gen-libm-test.pl (adjust_arg): Remove function.
26652         (special_function): Remove argument $in_func.  Only handle
26653         generating output for tables of tests, not inside functions.
26654         (parse_args): Likewise.
26655         (generate_testfile): Remove variable $in_func.  Update call to
26656         parse_args.
26657         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26658         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26659         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26660         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26661         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26662         (MAX_VALUE_INIT): Rename macro to max_value.
26663         (MIN_VALUE_INIT): Rename macro to min_value.
26664         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26665         (plus_zero): Remove variable.
26666         (minus_zero): Likewise.
26667         (plus_infty): Likewise.
26668         (minus_infty): Likewise.
26669         (qnan_value): Likewise.
26670         (max_value): Likewise.
26671         (min_value): Likewise.
26672         (min_subnorm_value): Likewise.
26674 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26676         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26677         uint64_t or uint32_t usage.
26678         * crypt/sha256-block.c: Likewise.
26679         * crypt/sha256-crypt.c: Likewise.
26680         * crypt/sha256.c: Likewise.
26681         * crypt/sha512-block.c: Likewise.
26682         * crypt/sha512-crypt.c: Likewise.
26683         * crypt/sha512.c: Likewise.
26684         * debug/backtrace-tst.c: Likewise.
26685         * debug/pcprofiledump.c: Likewise.
26686         * elf/cache.c: Likewise.
26687         * elf/dl-cache.c: Likewise.
26688         * elf/dl-misc.c: Likewise.
26689         * elf/dl-profile.c: Likewise.
26690         * elf/dl-support.c: Likewise.
26691         * elf/ldconfig.c: Likewise.
26692         * elf/sprof.c: Likewise.
26693         * iconv/dummy-repertoire.c: Likewise.
26694         * iconv/iconv_charmap.c: Likewise.
26695         * iconv/skeleton.c: Likewise.
26696         * iconvdata/8bit-generic.c: Likewise.
26697         * iconvdata/cp737.h: Likewise.
26698         * iconvdata/cp775.h: Likewise.
26699         * iconvdata/ibm1008.h: Likewise.
26700         * iconvdata/ibm1025.h: Likewise.
26701         * iconvdata/ibm1046.h: Likewise.
26702         * iconvdata/ibm1097.h: Likewise.
26703         * iconvdata/ibm1112.h: Likewise.
26704         * iconvdata/ibm1122.h: Likewise.
26705         * iconvdata/ibm1123.h: Likewise.
26706         * iconvdata/ibm1124.h: Likewise.
26707         * iconvdata/ibm1129.h: Likewise.
26708         * iconvdata/ibm1130.h: Likewise.
26709         * iconvdata/ibm1132.h: Likewise.
26710         * iconvdata/ibm1133.h: Likewise.
26711         * iconvdata/ibm1137.h: Likewise.
26712         * iconvdata/ibm1140.h: Likewise.
26713         * iconvdata/ibm1141.h: Likewise.
26714         * iconvdata/ibm1142.h: Likewise.
26715         * iconvdata/ibm1143.h: Likewise.
26716         * iconvdata/ibm1144.h: Likewise.
26717         * iconvdata/ibm1145.h: Likewise.
26718         * iconvdata/ibm1146.h: Likewise.
26719         * iconvdata/ibm1147.h: Likewise.
26720         * iconvdata/ibm1148.h: Likewise.
26721         * iconvdata/ibm1149.h: Likewise.
26722         * iconvdata/ibm1153.h: Likewise.
26723         * iconvdata/ibm1154.h: Likewise.
26724         * iconvdata/ibm1155.h: Likewise.
26725         * iconvdata/ibm1156.h: Likewise.
26726         * iconvdata/ibm1157.h: Likewise.
26727         * iconvdata/ibm1158.h: Likewise.
26728         * iconvdata/ibm1160.h: Likewise.
26729         * iconvdata/ibm1161.h: Likewise.
26730         * iconvdata/ibm1162.h: Likewise.
26731         * iconvdata/ibm1163.h: Likewise.
26732         * iconvdata/ibm1164.h: Likewise.
26733         * iconvdata/ibm1166.h: Likewise.
26734         * iconvdata/ibm1167.h: Likewise.
26735         * iconvdata/ibm12712.h: Likewise.
26736         * iconvdata/ibm1390.h: Likewise.
26737         * iconvdata/ibm1399.h: Likewise.
26738         * iconvdata/ibm16804.h: Likewise.
26739         * iconvdata/ibm4517.h: Likewise.
26740         * iconvdata/ibm4899.h: Likewise.
26741         * iconvdata/ibm4909.h: Likewise.
26742         * iconvdata/ibm4971.h: Likewise.
26743         * iconvdata/ibm5347.h: Likewise.
26744         * iconvdata/ibm803.h: Likewise.
26745         * iconvdata/ibm856.h: Likewise.
26746         * iconvdata/ibm901.h: Likewise.
26747         * iconvdata/ibm902.h: Likewise.
26748         * iconvdata/ibm9030.h: Likewise.
26749         * iconvdata/ibm9066.h: Likewise.
26750         * iconvdata/ibm921.h: Likewise.
26751         * iconvdata/ibm922.h: Likewise.
26752         * iconvdata/ibm9448.h: Likewise.
26753         * iconvdata/isiri-3342.h: Likewise.
26754         * iconvdata/jis0201.h: Likewise.
26755         * include/link.h: Likewise.
26756         * include/netdb.h: Likewise.
26757         * inet/check_native.c: Likewise.
26758         * inet/check_pf.c: Likewise.
26759         * inet/getipv4sourcefilter.c: Likewise.
26760         * inet/getnameinfo.c: Likewise.
26761         * inet/getsourcefilter.c: Likewise.
26762         * inet/htonl.c: Likewise.
26763         * inet/setipv4sourcefilter.c: Likewise.
26764         * inet/setsourcefilter.c: Likewise.
26765         * inet/test-inet6_opt.c: Likewise.
26766         * inet/tst-network.c: Likewise.
26767         * locale/C-collate.c: Likewise.
26768         * locale/C-ctype.c: Likewise.
26769         * locale/C-time.c: Likewise.
26770         * locale/C-translit.h: Likewise.
26771         * locale/loadarchive.c: Likewise.
26772         * locale/programs/3level.h: Likewise.
26773         * locale/programs/charmap.c: Likewise.
26774         * locale/programs/charmap.h: Likewise.
26775         * locale/programs/ld-address.c: Likewise.
26776         * locale/programs/ld-collate.c: Likewise.
26777         * locale/programs/ld-ctype.c: Likewise.
26778         * locale/programs/ld-identification.c: Likewise.
26779         * locale/programs/ld-measurement.c: Likewise.
26780         * locale/programs/ld-messages.c: Likewise.
26781         * locale/programs/ld-monetary.c: Likewise.
26782         * locale/programs/ld-name.c: Likewise.
26783         * locale/programs/ld-numeric.c: Likewise.
26784         * locale/programs/ld-paper.c: Likewise.
26785         * locale/programs/ld-telephone.c: Likewise.
26786         * locale/programs/ld-time.c: Likewise.
26787         * locale/programs/linereader.c: Likewise.
26788         * locale/programs/locale.c: Likewise.
26789         * locale/programs/locarchive.c: Likewise.
26790         * locale/programs/locfile.h: Likewise.
26791         * locale/programs/repertoire.c: Likewise.
26792         * locale/programs/simple-hash.c: Likewise.
26793         * locale/programs/simple-hash.h: Likewise.
26794         * malloc/memusage.c: Likewise.
26795         * malloc/memusagestat.c: Likewise.
26796         * nis/nis_defaults.c: Likewise.
26797         * nis/nis_hash.c: Likewise.
26798         * nis/nis_print.c: Likewise.
26799         * nis/nis_xdr.c: Likewise.
26800         * nscd/connections.c: Likewise.
26801         * nscd/hstcache.c: Likewise.
26802         * nscd/nscd_gethst_r.c: Likewise.
26803         * nscd/nscd_getserv_r.c: Likewise.
26804         * nscd/nscd_helper.c: Likewise.
26805         * nscd/servicescache.c: Likewise.
26806         * nss/makedb.c: Likewise.
26807         * nss/nss_db/db-XXX.c: Likewise.
26808         * nss/nss_db/db-initgroups.c: Likewise.
26809         * nss/nss_db/db-netgrp.c: Likewise.
26810         * nss/nss_files/files-network.c: Likewise.
26811         * nss/nss_files/files-parse.c: Likewise.
26812         * posix/bug-regex5.c: Likewise.
26813         * posix/fnmatch_loop.c: Likewise.
26814         * posix/regcomp.c: Likewise.
26815         * posix/regexec.c: Likewise.
26816         * posix/tst-rfc3484-2.c: Likewise.
26817         * posix/tst-rfc3484-3.c: Likewise.
26818         * posix/tst-rfc3484.c: Likewise.
26819         * resolv/nss_dns/dns-canon.c: Likewise.
26820         * resolv/nss_dns/dns-network.c: Likewise.
26821         * resolv/res_init.c: Likewise.
26822         * resolv/res_mkquery.c: Likewise.
26823         * resolv/tst-aton.c: Likewise.
26824         * stdlib/cxa_atexit.c: Likewise.
26825         * stdlib/cxa_finalize.c: Likewise.
26826         * stdlib/gen-fpioconst.c: Likewise.
26827         * stdlib/strtol_l.c: Likewise.
26828         * string/tst-endian.c: Likewise.
26829         * sunrpc/auth_des.c: Likewise.
26830         * sunrpc/clnt_udp.c: Likewise.
26831         * sunrpc/rtime.c: Likewise.
26832         * sunrpc/svcauth_des.c: Likewise.
26833         * sunrpc/xdr.c: Likewise.
26834         * sunrpc/xdr_intXX_t.c: Likewise.
26835         * sunrpc/xdr_rec.c: Likewise.
26836         * sysdeps/generic/ldconfig.h: Likewise.
26837         * sysdeps/generic/ldsodefs.h: Likewise.
26838         * sysdeps/generic/memusage.h: Likewise.
26839         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26840         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26841         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26842         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26843         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26844         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26845         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26846         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26847         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26848         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26849         * sysdeps/posix/getaddrinfo.c: Likewise.
26850         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26851         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26852         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26853         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26854         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26855         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26856         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26857         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26858         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26859         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26860         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26861         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26862         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26863         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26864         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26865         * sysdeps/x86_64/dl-tls.h: Likewise.
26866         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26867         * time/alt_digit.c: Likewise.
26868         * time/era.c: Likewise.
26869         * wcsmbs/tst-c16c32-1.c: Likewise.
26871 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26873         * math/libm-test.inc (struct test_sincos_data): New type.
26874         (RUN_TEST_LOOP_sincos): New macro.
26875         (sincos_test_data): New variable.
26876         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26878 2013-05-16  Richard Henderson  <rth@redhat.com>
26880         * math/atest-exp2.c (LIMB64): New macro.
26881         (CONSTSZ): New macro.
26882         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26883         (hexdig): Move ...
26884         (print_mpn_fp): ... to function scope.
26885         (read_mpn_hex): Remove.
26886         (get_log2): Remove.
26887         (exp2_mpn): Use mp_log2.
26888         (main): Use mp_exp1.
26890 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26892         * math/libm-test.inc: Remove comment about not testing "inexact"
26893         exceptions.
26894         (INEXACT_EXCEPTION): New macro.
26895         (NO_INEXACT_EXCEPTION): Likewise.
26896         (INVALID_EXCEPTION_OK): Update value.
26897         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26898         (OVERFLOW_EXCEPTION_OK): Likewise.
26899         (UNDERFLOW_EXCEPTION_OK): Likewise.
26900         (IGNORE_ZERO_INF_SIGN): Likewise.
26901         (ERRNO_UNCHANGED): Likewise.
26902         (ERRNO_EDOM): Likewise.
26903         (ERRNO_ERANGE): Likewise.
26904         (test_exceptions): Handle testing "inexact" exceptions.
26905         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26906         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26907         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26908         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26909         INEXACT_EXCEPTION.
26910         (rint_towardzero_test_data): Likewise.
26911         (rint_downward_test_data): Likewise.
26912         (rint_upward_test_data): Likewise.
26914         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26915         with OVERFLOW_EXCEPTION.
26916         (exp10_test_data): Likewise.
26917         (exp2_test_data): Likewise.
26918         (expm1_test_data): Likewise.
26919         (lgamma_test_data): Likewise.
26920         (pow_test_data): Likewise.
26921         (tgamma_test_data): Likewise.
26922         (yn_test_data): Remove duplicate test of overflow.
26924         * math/libm-test.inc (struct test_cc_c_data): New type.
26925         (RUN_TEST_LOOP_cc_c): New macro.
26926         (cpow_test_data): New variable.
26927         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26929         * math/libm-test.inc (struct test_f_L_data): New type.
26930         (RUN_TEST_LOOP_f_L): New macro.
26931         (llrint_test_data): New variable.
26932         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26933         (llrint_tonearest_test_data): New variable.
26934         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26935         (llrint_towardzero_test_data): New variable.
26936         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26937         (llrint_downward_test_data): New variable.
26938         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26939         (llrint_upward_test_data): New variable.
26940         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26941         (llround_test_data): New variable.
26942         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26944 2013-05-13  Peter Collingbourne  <pcc@google.com>
26946         * math/atest-exp2.c (get_log2): Remove const attribute.
26948 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26950         * math/libm-test.inc (struct test_f_l_data): New type.
26951         (RUN_TEST_LOOP_f_l): New macro.
26952         (lrint_test_data): New variable.
26953         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26954         (lrint_tonearest_test_data): New variable.
26955         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26956         (lrint_towardzero_test_data): New variable.
26957         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26958         (lrint_downward_test_data): New variable.
26959         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26960         (lrint_upward_test_data): New variable.
26961         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26962         (lround_test_data): New variable.
26963         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26965 2013-05-15  Peter Collingbourne  <pcc@google.com>
26967         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26968         (EXTRACT_WORDS64) Use where appropriate.
26969         (INSERT_WORDS64) Likewise.
26971         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26972         constraints with x constraints.
26973         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26975         * malloc/obstack.c (_obstack_compat): Add initializer.
26977 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26979         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26980         si_trapno and add si_addr_lsb to _sifields.sigfault.
26981         (si_trapno): Remove macro.
26982         (si_addr_lsb): Define new macro.
26983         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26985 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26987         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26988         instead of TEST_f_l.
26989         (llrint_test_tonearest): Likewise.
26990         (llrint_test_towardzero): Likewise.
26991         (llrint_test_downward): Likewise.
26992         (llrint_test_upward): Likewise.
26993         (llround_test): Likewise.
26995         * math/libm-test.inc (struct test_f_i_data): Add comment.
26996         (RUN_TEST_LOOP_f_b): New macro.
26997         (RUN_TEST_LOOP_f_b_tg): Likewise.
26998         (finite_test_data): New variable.
26999         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27000         (isfinite_test_data): New variable.
27001         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27002         (isinf_test_data): New variable.
27003         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27004         (isnan_test_data): New variable.
27005         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27006         (isnormal_test_data): New variable.
27007         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27008         (issignaling_test_data): New variable.
27009         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27010         (signbit_test_data): New variable.
27011         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27013         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27014         with INVALID_EXCEPTION.
27015         (acosh_test_data): Likewise.
27016         (asin_test_data): Likewise.
27017         (atanh_test_data): Likewise.
27018         (fmod_test_data): Likewise.
27019         (log_test_data): Likewise.
27020         (log10_test_data): Likewise.
27021         (log2_test_data): Likewise.
27022         (pow_test_data): Likewise.
27023         (sqrt_test_data): Likewise.
27024         (y0_test_data): Likewise.
27025         (y1_test_data): Likewise.
27026         (yn_test_data): Likewise.
27028         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27029         function contents.
27031         * math/libm-test.inc (struct test_ff_i_data): New type.
27032         (RUN_TEST_LOOP_ff_i_tg): New macro.
27033         (isgreater_test_data): New variable.
27034         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27035         (isgreaterequal_test_data): New variable.
27036         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27037         (isless_test_data): New variable.
27038         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27039         (islessequal_test_data): New variable.
27040         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27041         (islessgreater_test_data): New variable.
27042         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27043         (isunordered_test_data): New variable.
27044         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27046 2013-05-14  David S. Miller  <davem@davemloft.net>
27048         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27050 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27052         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27054         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27055         extra_test to int.
27056         (struct test_f_i_data): Change type of max_ulp to int.
27058         * math/libm-test.inc (test_ffI_f1_data): New type.
27059         (RUN_TEST_LOOP_ffI_f1): New macro.
27060         (remquo_test_data): New variable.
27061         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27063         * setjmp/tst-setjmp-fp.c: New file.
27064         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27065         (link-libm): New variable.
27066         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27068         * math/libm-test.inc (struct test_f_i_data): New type.
27069         (RUN_TEST_LOOP_f_i): New macro.
27070         (RUN_TEST_LOOP_f_i_tg): Likewise.
27071         (fpclassify_test_data): New variable.
27072         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27073         (ilogb_test_data): New variable.
27074         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27076         * math/libm-test.inc (scalbln_test): Correct function name in END
27077         call.
27079         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27080         (RUN_TEST_LOOP_fI_f1): New macro.
27081         (frexp_test_data): New variable.
27082         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27084         * math/libm-test.inc (struct test_fF_f1_data): New type.
27085         (RUN_TEST_LOOP_fF_f1): New macro.
27086         (modf_test_data): New variable.
27087         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27089         * math/libm-test.inc (struct test_f_f1_data): New type.
27090         (RUN_TEST_LOOP_f_f1): New macro.
27091         (gamma_test_data): New variable.
27092         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27093         (lgamma_test_data): New variable.
27094         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27096 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27098         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27099         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27100         (main): Comment "tls" pseudo-hwcap.
27102 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27104         * math/libm-test.inc (struct test_fl_f_data): New type.
27105         (RUN_TEST_LOOP_fl_f): New variable.
27106         (scalbln_test_data): New variable.
27107         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27109         * math/libm-test.inc (struct test_fi_f_data): New type.
27110         (RUN_TEST_LOOP_fi_f): New macro.
27111         (ldexp_test_data): New variable.
27112         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27113         (scalbn_test_data): New variable.
27114         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27116         * math/libm-test.inc (struct test_c_f_data): New type.
27117         (RUN_TEST_LOOP_c_f): New macro.
27118         (cabs_test_data): New variable.
27119         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27120         (carg_test_data): New variable.
27121         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27122         (cimag_test_data): New variable.
27123         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27124         (creal_test_data): New variable.
27125         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27127         * math/libm-test.inc (struct test_if_f_data): New type.
27128         (RUN_TEST_LOOP_if_f): New macro.
27129         (jn_test_data): New variable.
27130         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27131         (yn_test_data): New variable.
27132         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27134         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27136 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27138         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27139         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27141 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27143         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27144         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27145         (bench-deps): Add bench-timing.h.
27146         * benchtests-bench-skeleton.c: Include bench-timing.h.
27147         (main): Use TIMING_* macros instead of clock_gettime.
27148         * benchtests/bench-timing.h: New file.
27150         [BZ #14582]
27151         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27152         Renamed from _LIB_VERSION.
27153         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27155 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27157         * math/libm-test.inc (struct test_fff_f_data): New type.
27158         (RUN_TEST_LOOP_fff_f): New macro.
27159         (fma_test_data): New variable.
27160         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27161         (fma_towardzero_test_data): New variable.
27162         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27163         (fma_downward_test_data): New variable.
27164         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27165         (fma_upward_test_data): New variable.
27166         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27168         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27169         (struct test_c_c_data): New type.
27170         (RUN_TEST_LOOP_c_c): New macro.
27171         (cacos_test_data): New variable.
27172         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27173         (cacosh_test_data): New variable.
27174         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27175         (casin_test_data): New variable.
27176         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27177         (casinh_test_data): New variable.
27178         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27179         (catan_test_data): New variable.
27180         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27181         (catanh_test_data): New variable.
27182         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27183         (ccos_test_data): New variable.
27184         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27185         (ccosh_test_data): New variable.
27186         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27187         (cexp_test_data): New variable.
27188         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27189         (clog_test_data): New variable.
27190         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27191         (clog10_test_data): New variable.
27192         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27193         (conj_test_data): New variable.
27194         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27195         (cproj_test_data): New variable.
27196         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27197         (csin_test_data): New variable.
27198         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27199         (csinh_test_data): New variable.
27200         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27201         (csqrt_test_data): New variable.
27202         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27203         (ctan_test_data): New variable.
27204         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27205         (ctan_tonearest_test_data): New variable.
27206         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27207         (ctan_towardzero_test_data): New variable.
27208         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27209         (ctan_downward_test_data): New variable.
27210         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27211         (ctan_upward_test_data): New variable.
27212         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27213         (ctanh_test_data): New variable.
27214         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27215         (ctanh_tonearest_test_data): New variable.
27216         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27217         (ctanh_towardzero_test_data): New variable.
27218         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27219         (ctanh_downward_test_data): New variable.
27220         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27221         (ctanh_upward_test_data): New variable.
27222         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27223         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27224         of BUILD_COMPLEX.
27226         * math/libm-test.inc (struct test_ff_f_data): New type.
27227         (struct test_ff_f_data_nexttoward): Likewise.
27228         (RUN_TEST_LOOP_2_f): New macro.
27229         (RUN_TEST_LOOP_ff_f): Likewise.
27230         (atan2_test_data): New variable.
27231         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27232         (copysign_test_data): New variable.
27233         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27234         (fdim_test_data): New variable.
27235         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27236         (fmax_test_data): New variable.
27237         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27238         (fmin_test_data): New variable.
27239         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27240         (fmod_test_data): New variable.
27241         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27242         (hypot_test_data): New variable.
27243         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27244         (nextafter_test_data): New variable.
27245         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27246         (nexttoward_test_data): New variable.
27247         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27248         (pow_test_data): New variable.
27249         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27250         (pow_tonearest_test_data): New variable.
27251         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27252         (pow_towardzero_test_data): New variable.
27253         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27254         (pow_downward_test_data): New variable.
27255         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27256         (pow_upward_test_data): New variable.
27257         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27258         (remainder_test_data): New variable.
27259         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27260         (scalb_test_data): New variable.
27261         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27262         * sysdeps/i386/fpu/libm-test-ulps: Update.
27264 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27266         * math/libm-test.inc (fma_test): Use max_value instead of local
27267         variable fltmax.
27268         (nextafter_test): Likewise.
27270         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27271         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27272         (acos_downward_test_data): New variable.
27273         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27274         (acos_upward_test_data): New variable.
27275         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27276         (acosh_test_data): New variable.
27277         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27278         (asin_test_data): New variable.
27279         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27280         (asin_tonearest_test_data): New variable.
27281         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27282         (asin_towardzero_test_data): New variable.
27283         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27284         (asin_downward_test_data): New variable.
27285         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27286         (asin_upward_test_data): New variable.
27287         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27288         (asinh_test_data): New variable.
27289         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27290         (atan_test_data): New variable.
27291         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27292         (atanh_test_data): New variable.
27293         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27294         (cbrt_test_data): New variable.
27295         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27296         (ceil_test_data): New variable.
27297         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27298         (cos_test_data): New variable.
27299         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27300         (cos_tonearest_test_data): New variable.
27301         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27302         (cos_towardzero_test_data): New variable.
27303         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27304         (cos_downward_test_data): New variable.
27305         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27306         (cos_upward_test_data): New variable.
27307         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27308         (cosh_test_data): New variable.
27309         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27310         (cosh_tonearest_test_data): New variable.
27311         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27312         (cosh_towardzero_test_data): New variable.
27313         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27314         (cosh_downward_test_data): New variable.
27315         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27316         (cosh_upward_test_data): New variable.
27317         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27318         (erf_test_data): New variable.
27319         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27320         (erfc_test_data): New variable.
27321         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27322         (exp_test_data): New variable.
27323         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27324         (exp_tonearest_test_data): New variable.
27325         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27326         (exp_towardzero_test_data): New variable.
27327         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27328         (exp_downward_test_data): New variable.
27329         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27330         (exp_upward_test_data): New variable.
27331         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27332         (exp10_test_data): New variable.
27333         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27334         (exp2_test_data): New variable.
27335         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27336         (expm1_test_data): New variable.
27337         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27338         (fabs_test_data): New variable.
27339         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27340         (floor_test_data): New variable.
27341         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27342         (j0_test_data): New variable.
27343         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27344         (j1_test_data): New variable.
27345         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27346         (log_test_data): New variable.
27347         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27348         (log10_test_data): New variable.
27349         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27350         (log1p_test_data): New variable.
27351         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27352         (log2_test_data): New variable.
27353         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27354         (logb_test_data): New variable.
27355         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27356         (logb_downward_test_data): New variable.
27357         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27358         (nearbyint_test_data): New variable.
27359         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27360         (rint_test_data): New variable.
27361         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27362         (rint_tonearest_test_data): New variable.
27363         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27364         (rint_towardzero_test_data): New variable.
27365         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27366         (rint_downward_test_data): New variable.
27367         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27368         (rint_upward_test_data): New variable.
27369         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27370         (round_test_data): New variable.
27371         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27372         (sin_test_data): New variable.
27373         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27374         (sin_tonearest_test_data): New variable.
27375         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27376         (sin_towardzero_test_data): New variable.
27377         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27378         (sin_downward_test_data): New variable.
27379         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27380         (sin_upward_test_data): New variable.
27381         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27382         (sinh_test_data): New variable.
27383         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27384         (sinh_tonearest_test_data): New variable.
27385         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27386         (sinh_towardzero_test_data): New variable.
27387         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27388         (sinh_downward_test_data): New variable.
27389         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27390         (sinh_upward_test_data): New variable.
27391         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27392         (sqrt_test_data): New variable.
27393         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27394         (tan_test_data): New variable.
27395         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27396         (tan_tonearest_test_data): New variable.
27397         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27398         (tan_towardzero_test_data): New variable.
27399         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27400         (tan_downward_test_data): New variable.
27401         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27402         (tan_upward_test_data): New variable.
27403         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27404         (tanh_test_data): New variable.
27405         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27406         (tgamma_test_data): New variable.
27407         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27408         (trunc_test_data): New variable.
27409         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27410         (y0_test_data): New variable.
27411         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27412         (y1_test_data): New variable.
27413         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27414         (significand_test_data): New variable.
27415         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27417 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27419         [BZ #12387]
27420         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27422 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27424         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27426 2013-05-10  Andreas Jaeger  <aj@suse.de>
27428         [BZ #15448]
27429         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27430         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27432 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27434         * math/gen-libm-test.pl (adjust_arg): New function.
27435         (special_functions): Handle generating output in both functions
27436         and arrays.
27437         (parse_args): Likewise.
27438         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27439         $in_func argument to parse_args.
27440         * math/libm-test.inc (struct test_f_f_data): New type.
27441         (IF_ROUND_INIT_): New macro.
27442         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27443         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27444         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27445         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27446         (ROUND_RESTORE_): Likewise.
27447         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27448         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27449         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27450         (ROUND_RESTORE_FE_UPWARD): Likewise.
27451         (RUN_TEST_LOOP_f_f): New macro.
27452         (acos_test_data): New variable.
27453         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27454         (acos_tonearest_test_data): New variable.
27455         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27457 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27459         * benchtests/bench-skeleton.c (startup): Fix coding style.
27461 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27463         [BZ #6809]
27464         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27465         negative infinity argument.
27466         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27467         negative infinity argument.
27468         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27469         negative infinity argument.
27470         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27471         domain errors.
27473 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27475         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27476         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27477         * iconv/iconv_prog.c (main): Likewise.
27478         * locale/programs/charmap-dir.c (charmap_readdir)
27479         (fopen_uncompressed): Likewise.
27480         * locale/programs/locfile.c (siblings_uncached)
27481         (write_locale_data): Use lstat64 instead of lstat.
27482         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27483         stat.
27485 2013-05-10  Andreas Jaeger  <aj@suse.de>
27487         [BZ #15395]
27488         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27489         localization.
27490         Include <locale.h>.
27492 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27494         * elf/dl-close.c (_dl_close_worker): Add comments.
27496 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27498         [BZ #15359]
27499         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27500         high part of pi/2.
27501         (__ieee754_rem_pio2l): Update comments.
27503         [BZ #15429]
27504         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27505         high part of pi/2.
27506         (__ieee754_rem_pio2l): Update comments.
27508         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27509         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27511         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27512         M_PI_4l.
27514         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27515         (M_PI_34_LOG10El): Likewise.
27516         (M_PI2_LOG10El): Likewise.
27517         (M_PI4_LOG10El): Likewise.
27518         (M_PI_LOG10El): Likewise.
27520 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27522         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27524 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27526         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27527         (MINUS_ZERO_INIT): Likewise.
27528         (PLUS_INFTY_INIT): Likewise.
27529         (MINUS_INFTY_INIT): Likewise.
27530         (QNAN_VALUE_INIT): Likewise.
27531         (MAX_VALUE_INIT): Likewise.
27532         (MIN_VALUE_INIT): Likewise.
27533         (MIN_SUBNORM_VALUE_INIT): Likewise.
27534         (plus_zero): Initialize with PLUS_ZERO_INIT.
27535         (minus_zero): Initialize with MINUS_ZERO_INIT.
27536         (plus_infty): Initialize with PLUS_INFTY_INIT.
27537         (minus_infty): Initialize with MINUS_INFTY_INIT.
27538         (qnan_value): Initialize with QNAN_VALUE_INIT.
27539         (max_value): Initialize with MAX_VALUE_INIT.
27540         (min_value): Initialize with MIN_VALUE_INIT.
27541         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27543         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27544         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27545         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27546         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27548         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27549         (RUN_TEST_2_f): Likewise.
27550         (RUN_TEST_ff_f): Likewise.
27551         (RUN_TEST_fi_f): Likewise.
27552         (RUN_TEST_fl_f): Likewise.
27553         (RUN_TEST_fff_f): Likewise.
27554         (RUN_TEST_c_f): Likewise.
27555         (RUN_TEST_f_f1): Likewise.
27556         (RUN_TEST_fF_f1): Likewise.
27557         (RUN_TEST_fI_f1): Likewise.
27558         (RUN_TEST_ffI_f1): Likewise.
27559         (RUN_TEST_c_c): Likewise.
27560         (RUN_TEST_cc_c): Likewise.
27561         (RUN_TEST_f_i): Likewise.
27562         (RUN_TEST_f_i_tg): Likewise.
27563         (RUN_TEST_ff_i_tg): Likewise.
27564         (RUN_TEST_f_b): Likewise.
27565         (RUN_TEST_f_b_tg): Likewise.
27566         (RUN_TEST_f_l): Likewise.
27567         (RUN_TEST_f_L): Likewise.
27568         (RUN_TEST_sincos): Likewise.
27569         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27570         whether to show exceptions.  Do not include ");\n" in return
27571         value.
27572         (special_functions): Output call to RUN_TEST_sincos instead of
27573         check_float calls.  Update calls to new_test.
27574         (parse_args): Output call to single RUN_TEST_* macro instead of
27575         check_* calls and other assignments.  Update calls to new_test.
27577         [BZ #2546]
27578         [BZ #2560]
27579         [BZ #5159]
27580         [BZ #15426]
27581         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27582         input to result for tgamma overflow.
27583         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27584         (gamma_coeff): New variable.
27585         (NCOEFF): New macro.
27586         (gamma_positive): New function.
27587         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27588         underflow here.  Use gamma_positive instead of exp (lgamma) for
27589         other arguments.
27590         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27591         (gamma_coeff): New variable.
27592         (NCOEFF): New macro.
27593         (gammaf_positive): New function.
27594         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27595         underflow here.  Use gamma_positive instead of exp (lgamma) for
27596         other arguments.
27597         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27598         (gamma_coeff): New variable.
27599         (NCOEFF): New macro.
27600         (gammal_positive): New function.
27601         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27602         underflow here.  Use gamma_positive instead of exp (lgamma) for
27603         other arguments.
27604         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27605         (gamma_coeff): New variable.
27606         (NCOEFF): New macro.
27607         (gammal_positive): New function.
27608         (__ieee754_gammal_r): Handle positive infinity, overflow and
27609         underflow here.  Handle NaN the same as positive infinity.  Remove
27610         check x < 0xffffffff for negative integers.  Use gamma_positive
27611         instead of exp (lgamma) for other arguments.
27612         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27613         (gamma_coeff): New variable.
27614         (NCOEFF): New macro.
27615         (gammal_positive): New function.
27616         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27617         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27618         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27619         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27620         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27621         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27622         * sysdeps/generic/math_private.h (__gamma_productf): New
27623         prototype.
27624         (__gamma_product): Likewise.
27625         (__gamma_productl): Likewise.
27626         * math/Makefile (libm-calls): Add gamma_product.
27627         * math/libm-test.inc (tgamma_test): Add more tests.
27628         * sysdeps/i386/fpu/libm-test-ulps: Update.
27629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27631 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27633         * benchtests/bench-skeleton.c (main): Preheat CPU.
27635 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27637         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27639 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27641         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27642         and _dl_skip_args_internal.
27644 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27646         * manual/message.texi (Message Translation): Talk about users.
27647         Message to key mapping impacts design.
27649 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27651         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27653         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27655         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27656         * sysdeps/wordsize-64/glob64.c: ... here.
27658         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27659         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27660         New macros.
27662         * debug/getlogin_r_chk.c: Moved to ...
27663         * login/getlogin_r_chk.c: ... here.
27664         * debug/Makefile (routines): Move getlogin_r_chk to ...
27665         * login/Makefile (routines): ... here.
27666         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27667         * login/Versions (libc: GLIBC_2.4): ... here.
27669         * io/poll.c (__poll): Renamed from poll.
27670         Add libc_hidden_def.
27671         (poll): Define as weak alias.
27673         * debug/ptsname_r_chk.c: Moved to ...
27674         * login/ptsname_r_chk.c: ... here.
27675         * debug/Makefile (routines): Move ptsname_r_chk to ...
27676         * login/Makefile (routines): ... here.
27677         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27678         * login/Versions (libc: GLIBC_2.4): ... here.
27680         * posix/getlogin.c: Moved to ...
27681         * login/getlogin.c: ... here.
27682         * posix/getlogin_r.c: Moved to ...
27683         * login/getlogin_r.c: ... here.
27684         * posix/getlogin_r.c: Moved to ...
27685         * login/getlogin_r.c: ... here.
27686         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27687         * login/Makefile (routines): ... here.
27688         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27689         * login/Versions (libc: GLIBC_2.0): ... here.
27691         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27692         (setrlimit): Define as weak alias.
27694         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27695         Call __ names for open, ftruncate, and close.
27696         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27697         (truncate): Define as weak alias.
27699 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27701         * math/gen-libm-test.pl (parse_args): Initialize x before each
27702         test of frexp, modf and remquo.
27704         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27705         test signgam value.
27707 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27709         [BZ #15418]
27710         [BZ #15419]
27711         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27712         internal tests.
27713         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27715 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27717         * elf/dl-writev.h: New file.
27718         * elf/dl-misc.c: Include it.
27719         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27720         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27722 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27724         * math/libm-test.inc (noXFails): Remove variable.
27725         (noXPasses): Likewise.
27726         (BUILD_COMPLEX_INT): Remove macro.
27727         (print_screen): Remove xfail argument.
27728         (print_screen_max_error): Likewise.
27729         (update_stats): Likewise.
27730         (print_max_error): Likewise.  Update calls to other affected
27731         functions.
27732         (print_complex_max_error): Likewise.
27733         (test_single_exception): Update calls to print_screen.
27734         (test_single_errno): Likewise.
27735         (check_float_internal): Remove xfail argument.  Update calls to
27736         other affected functions.
27737         (check_float): Likewise.
27738         (check_complex): Likewise.
27739         (check_int): Likewise.
27740         (check_long): Likewise.
27741         (check_bool): Likewise.
27742         (check_longlong): Likewise.
27743         (main): Don't print noXFails and noXPasses.
27744         * math/gen-libm-test.pl (top level): Don't mention expected
27745         failure handling in comment.
27746         (new_test): Don't handle expected failures.
27747         (parse_args): Don't mention expected failure handling in comment.
27748         (generate_testfile): Don't handle expected failures.
27749         (parse_ulps): Likewise.
27750         (print_ulps_file): Likewise.
27751         (get_failure): Remove function.
27752         (output_test): Don't handle expected failures.
27753         * make/README.libm-test: Don't mention expected failure handling.
27755         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
27756         (minus_zero): Likewise.
27757         (plus_infty): Likewise.
27758         (minus_infty): Likewise.
27759         (qnan_value): Likewise.
27760         (max_value): Likewise.
27761         (min_value): Likewise.
27762         (min_subnorm_value): Likewise.
27763         (initialize): Do not initialize those variables dynamically.
27765 2013-05-03  Roland McGrath  <roland@hack.frob.com>
27767         * io/open.c (__open_2): Moved to ...
27768         * io/open_2.c: ... this new file.
27769         * io/open64.c (__open64_2): Moved to ...
27770         * io/open64_2.c: ... this new file.
27771         * io/openat.c (__openat_2): Moved to ...
27772         * io/openat_2.c: ... this new file.
27773         * io/openat64.c (__openat64_2): Moved to ...
27774         * io/openat64_2.c: ... this new file.
27775         * io/Makefile (routines): Add them.
27776         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27777         * sysdeps/unix/sysv/linux/open_2.c: File removed.
27778         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27779         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27780         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27781         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27782         (__openat64): Add hidden_ver.
27783         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27784         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27786         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27787         Separately conditionalize setting of GLRO(dl_sysinfo) so
27788         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27789         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27791 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27793         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27794         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27795         definition.
27796         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27797         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27798         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27799         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27800         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27802 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27804         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27805         test signgam value.
27807         * math/libm-test.inc (hypot_test): Do not use
27808         IGNORE_ZERO_INF_SIGN.
27810 2013-05-03  Andreas Jaeger  <aj@suse.de>
27812         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27813         Linux 3.9.
27814         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27815         (PF_MAX): Adjust for VSOCK change.
27817 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27819         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27821 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27823         [BZ #15264]
27824         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27825         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27826         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27828 2013-05-02  David S. Miller  <davem@davemloft.net>
27830         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27832 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27834         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27836 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27838         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27840 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27842         [BZ #14952]
27843         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27844         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27845         Use __attribute__ ((__gnu_inline__)).
27846         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27847         Don't use __attribute__ ((__gnu_inline__)).
27849 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27851         [BZ #15423]
27852         * math/s_catan.c (__catan): Handle small real or imaginary part of
27853         input specially to avoid spurious underflow.
27854         * math/s_catanf.c (__catanf): Likewise.
27855         * math/s_catanh.c (__catanh): Likewise.
27856         * math/s_catanhf.c (__catanhf): Likewise.
27857         * math/s_catanhl.c (__catanhl): Likewise.
27858         * math/s_catanl.c (__catanl): Likewise.
27859         * math/libm-test.inc (catan_test): Add more tests.
27860         (catanh_test): Likewise.
27861         * sysdeps/i386/fpu/libm-test-ulps: Update.
27862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27864 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27866         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27868 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27870         [BZ #15416]
27871         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27872         accurately for denominator in atan2.
27873         * math/s_catanf.c (__catanf): Likewise.
27874         * math/s_catanh.c (__catanh): Likewise.
27875         * math/s_catanhf.c (__catanhf): Likewise.
27876         * math/s_catanhl.c (__catanhl): Likewise.
27877         * math/s_catanl.c (__catanl): Likewise.
27878         * math/libm-test.inc (catan_test): Add more tests.
27879         (catanh_test): Likewise.
27880         * sysdeps/i386/fpu/libm-test-ulps: Update.
27881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27883 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27885         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27887         * benchtests/Makefile (bench): Remove slow benchmarks.
27888         * benchtests/atan-inputs: Add slow benchmark inputs.
27889         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27890         (BENCH_FUNC): Accept variant offset.
27891         (VARIANT): Define.
27892         * benchtests/bench-skeleton.c (main): Run benchmark for each
27893         variant.
27894         * benchtests/cos-inputs: Add slow benchmark inputs.
27895         * benchtests/exp-inputs: Likewise.
27896         * benchtests/pow-inputs: Likewise.
27897         * benchtests/sin-inputs: Likewise.
27898         * benchtests/slowatan-inputs: Remove.
27899         * benchtests/slowatan.c: Remove.
27900         * benchtests/slowcos-inputs: Remove.
27901         * benchtests/slowcos.c: Remove.
27902         * benchtests/slowexp-inputs: Remove.
27903         * benchtests/slowexp.c: Remove.
27904         * benchtests/slowpow-inputs: Remove.
27905         * benchtests/slowpow.c: Remove.
27906         * benchtests/slowsin-inputs: Remove.
27907         * benchtests/slowsin.c: Remove.
27908         * benchtests/slowtan-inputs: Remove.
27909         * benchtests/slowtan.c: Remove.
27910         * benchtests/tan-inputs: Add slow benchmark inputs.
27911         * scripts/bench.pl: Parse comments and directives.
27913         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27914         in CPPFLAGS.
27915         ($(objpfx)bench-%.c): Remove *-ITER.
27916         * benchtests/bench-modf.c: Remove definition of ITER.
27917         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27918         (main): Loop for DURATION seconds instead of fixed number of
27919         iterations.
27920         * scripts/bench.pl: Don't expect iterations in parameters.
27922 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27924         * io/fchdir.c (__fchdir): Renamed from fchdir.
27925         (fchdir): Define as weak alias.
27927 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27929         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27930         (ERRNO_EDOM): Likewise.
27931         (ERRNO_ERANGE): Likewise.
27932         (noErrnoTests): New variable.
27933         (init_max_error): Set errno to 0.
27934         (test_single_errno): New function.
27935         (test_errno): Likewise.
27936         (check_float_internal): Call test_errno.  Set errno to 0.
27937         (check_complex): Refer to errno tests in comment.
27938         (check_int): Call test_errno.  Set errno to 0.
27939         (check_long): Likewise.
27940         (check_bool): Likewise.
27941         (check_longlong): Likewise.
27942         (cos_test): Use ERRNO_* flags for errno tests instead of
27943         check_int.
27944         (expm1_test): Likewise.
27945         (fmod_test): Likewise.
27946         (ilogb_test): Likewise.
27947         (lgamma_test): Likewise.
27948         (pow_test): Likewise.
27949         (remainder_test): Likewise.
27950         (sin_test): Likewise.
27951         (tan_test): Likewise.
27952         (yn_test): Likewise.
27953         (initialize): Set errno to 0.
27954         (main): Print number of errno tests.
27955         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27957 2013-04-29  Andreas Jaeger  <aj@suse.de>
27959         [BZ #15084]
27960         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27961         and RES_USEVC.
27963         [BZ #15085]
27964         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27965         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27966         unimplemented.
27968         [BZ #15380]
27969         * stdlib/random.c (__initstate): Return NULL if
27970         __initstate fails.
27972         [BZ #15086]
27973         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27974         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27975         RES_SNGLKUPREOP.
27977 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27981 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27983         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27984         of individual tests.
27985         (casin_test): Likewise.
27986         (casinh_test): Likewise.
27988 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27990         [BZ #15409]
27991         * math/s_catan.c (__catan): Handle arguments with large real or
27992         imaginary part separately without squaring.
27993         * math/s_catanf.c (__catanf): Likewise.
27994         * math/s_catanh.c (__catanh): Likewise.
27995         * math/s_catanhf.c (__catanhf): Likewise.
27996         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27997         and redefine.
27998         (__catanhl): Handle arguments with large real or imaginary part
27999         separately without squaring.
28000         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28001         and redefine.
28002         (__catanl): Handle arguments with large real or imaginary part
28003         separately without squaring.
28004         * math/libm-test.inc (catan_test): Add more tests.
28005         (catanh_test): Likewise.
28006         * sysdeps/i386/fpu/libm-test-ulps: Update.
28007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28009 2013-04-27  Andreas Jaeger  <aj@suse.de>
28011         [BZ #15007]
28012         * stdlib/stdlib.h: Update guards for qecvt.
28013         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28014         <stdlib.h>.
28016 2013-04-27  Allan McRae  <allan@archlinux.org>
28018         * sysdeps/i386/fpu/libm-test-ulps: Update.
28020 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28022         [BZ #15406]
28023         * math/s_catan.c: Include <float.h>.
28024         (__catan): Ensure underflow exception occurs for underflowed
28025         result.
28026         * math/s_catanf.c: Include <float.h>.
28027         (__catanf): Ensure underflow exception occurs for underflowed
28028         result.
28029         * math/s_catanh.c: Include <float.h>.
28030         (__catanh): Ensure underflow exception occurs for underflowed
28031         result.
28032         * math/s_catanhf.c: Include <float.h>.
28033         (__catanhf): Ensure underflow exception occurs for underflowed
28034         result.
28035         * math/s_catanhl.c: Include <float.h>.
28036         (__catanhl): Ensure underflow exception occurs for underflowed
28037         result.
28038         * math/s_catanl.c: Include <float.h>.
28039         (__catanl): Ensure underflow exception occurs for underflowed
28040         result.
28041         * math/libm-test.inc (catan_test): Add more tests.
28042         (catanh_test): Likewise.
28044         [BZ #15405]
28045         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28046         underflowed result.
28047         * math/s_ccoshf.c (__ccoshf): Likewise.
28048         * math/s_ccoshl.c (__ccoshl): Likewise.
28049         * math/s_csin.c (__csin): Likewise.
28050         * math/s_csinf.c (__csinf): Likewise.
28051         * math/s_csinh.c (__csinh): Likewise.
28052         * math/s_csinhf.c (__csinhf): Likewise.
28053         * math/s_csinhl.c (__csinhl): Likewise.
28054         * math/s_csinl.c (__csinl): Likewise.
28055         * math/libm-test.inc (ccos_test): Add more tests.
28056         (ccosh_test): Likewise.
28057         (csin_test): Likewise.
28058         (csinh_test): Likewise.
28060 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28062         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28063         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28064         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28065         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28066         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28067         powerpc/power5+/fpu folders.
28068         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28071 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28073         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28075 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28077         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28078         additions to variable.
28079         [$(config-machine) = x86_64] (modules-names): Likewise.
28080         ($(objpfx)tst-audit3): Remove dependency.
28081         ($(objpfx)tst-audit3.out): Likewise.
28082         ($(objpfx)tst-audit4): Likewise.
28083         ($(objpfx)tst-audit4.out): Likewise.
28084         ($(objpfx)tst-audit5): Likewise.
28085         ($(objpfx)tst-audit5.out): Likewise.
28086         ($(objpfx)tst-audit6): Likewise.
28087         ($(objpfx)tst-audit6.out): Likewise.
28088         ($(objpfx)tst-audit7): Likewise.
28089         ($(objpfx)tst-audit7.out): Likewise.
28090         (tst-audit3-ENV): Remove variable.
28091         (tst-audit4-ENV): Likewise.
28092         (tst-audit5-ENV): Likewise.
28093         (tst-audit6-ENV): Likewise.
28094         (tst-audit7-ENV): Likewise.
28095         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28096         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28097         addition to variable.
28098         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28099         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28100         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28101         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28102         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28103         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28104         tst-audit3, tst-audit4 and tst-audit5.
28105         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28106         tst-audit6 and tst-audit7.
28107         [$(subdir) = elf] (modules-names): Add audit modules for those
28108         tests.
28109         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28110         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28111         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28112         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28113         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28114         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28115         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28116         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28117         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28118         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28119         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28120         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28121         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28122         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28123         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28124         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28125         Likewise.
28126         [$(subdir) = elf && $(config-cflags-avx) = yes]
28127         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28128         [$(subdir) = elf && $(config-cflags-avx) = yes]
28129         (CFLAGS-tst-auditmod4a.c): Likewise.
28130         [$(subdir) = elf && $(config-cflags-avx) = yes]
28131         (CFLAGS-tst-auditmod4b.c): Likewise.
28132         [$(subdir) = elf && $(config-cflags-avx) = yes]
28133         (CFLAGS-tst-auditmod6b.c): Likewise.
28134         [$(subdir) = elf && $(config-cflags-avx) = yes]
28135         (CFLAGS-tst-auditmod6c.c): Likewise.
28136         [$(subdir) = elf && $(config-cflags-avx) = yes]
28137         (CFLAGS-tst-auditmod7b.c): Likewise.
28138         * elf/tst-audit3.c: Move to ...
28139         * sysdeps/x86_64/tst-audit3.c: ... here.
28140         * elf/tst-audit4.c: Move to ...
28141         * sysdeps/x86_64/tst-audit4.c: ... here.
28142         * elf/tst-audit5.c: Move to ...
28143         * sysdeps/x86_64/tst-audit5.c: ... here.
28144         * elf/tst-audit6.c: Move to ...
28145         * sysdeps/x86_64/tst-audit6.c: ... here.
28146         * elf/tst-audit7.c: Move to ...
28147         * sysdeps/x86_64/tst-audit7.c: ... here.
28148         * elf/tst-auditmod3a.c: Move to ...
28149         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28150         * elf/tst-auditmod3b.c: Move to ...
28151         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28152         * elf/tst-auditmod4a.c: Move to ...
28153         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28154         * elf/tst-auditmod4b.c: Move to ...
28155         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28156         * elf/tst-auditmod5a.c: Move to ...
28157         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28158         * elf/tst-auditmod5b.c: Move to ...
28159         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28160         * elf/tst-auditmod6a.c: Move to ...
28161         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28162         * elf/tst-auditmod6b.c: Move to ...
28163         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28164         * elf/tst-auditmod6c.c: Move to ...
28165         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28166         * elf/tst-auditmod7a.c: Move to ...
28167         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28168         * elf/tst-auditmod7b.c: Move to ...
28169         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28171 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28173         [BZ #15366]
28174         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28175         define unconditionally.
28176         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28177         define unconditionally.
28178         (INT8_C, INT16_C, etc.): Likewise.
28180 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28182         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28183         __ehdr_start with hidden visibility.
28185         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28187 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28189         * math/libm-test.inc (cos_test): Use accurate hex constants.
28190         (sincost_test): Likewise.
28192 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28194         * math/libm-test.inc (catan_test): Add more tests.
28195         (catanh_test): Likewise.
28197         * math/s_catanf.c (__catanf): Use suffixed floating-point
28198         constants.
28199         * math/s_catanhf.c (__catanhf): Likewise.
28200         * math/s_catanhl.c (__catanhl): Likewise.
28201         * math/s_catanl.c (__catanl): Likewise.
28203         [BZ #15394]
28204         * math/s_catan.c (__catan): Calculate imaginary part of result
28205         with log1p not log unless computing log of number close to 0.
28206         * math/s_catanf.c (__catanf): Likewise.
28207         * math/s_catanl.c (__catanl): Likewise.
28208         * math/s_catanh.c (__catanh): Calculate real part of result with
28209         log1p not log unless computing log of number close to 0.
28210         * math/s_catanhf.c (__catanhf): Likewise.
28211         * math/s_catanhl.c (__catanhl): Likewise.
28212         * math/libm-test.inc (catan_test): Add more tests.
28213         (catanh_test): Likewise.
28214         * sysdeps/i386/fpu/libm-test-ulps: Update.
28215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28217 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28219         * benchtests/Makefile: Mention files in which fast and slow
28220         paths of math functions are implemented.
28222 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28224         * sysdeps/posix/timespec_get.c: New file.
28226 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28228         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28229         POWER.
28230         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28231         for POWER.
28232         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28233         powerpc/power5/fpu folders.
28234         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28235         * benchtests/Makefile: Add modf testcase.
28236         * benchtests/bench-modf.c: New file: Benchmark test for mo
28238 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28240         [BZ #14888]
28241         * time/Makefile (tests): Add tst-strptime-whitespace.
28242         * time/strptime_l.c (get_number): Use ISSPACE.
28243         (__strptime_internal): Likewise.
28244         * time/tst-strptime-whitespace.c: New test case.
28246 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28248         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28249         member.
28250         (_nss_files_init): Set it here.
28252 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28254         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28255         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28256         unsigned.
28258 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28260         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28262 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28264         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28265         size just once.
28267 2013-04-21  David S. Miller  <davem@davemloft.net>
28269         * po/ru.po: Update Russion translation from translation project.
28271 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28273         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28274         and setfsgid.
28276 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28278         * configure.in: Remove i386 configure warning. Remove i386 case.
28279         * configure: Regenerate.
28280         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28281         Add example to error message.
28282         * sysdeps/i386/configure: Regenerate.
28284 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28286         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28287         slowtan.
28288         * benchtests/cos-inputs: New file.
28289         * benchtests/slowcos-inputs: New file.
28290         * benchtests/slowcos.c: New file.
28291         * benchtests/slowtan-inputs: New file.
28292         * benchtests/slowtan.c: New file.
28293         * benchtests/tan-inputs: New file.
28295 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28297         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28298         considered kosher.
28300 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28302         * benchtests/Makefile: Include cppflags-iterator.mk to add
28303         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28305         * Makefile.in (bench-clean): New target.
28306         * benchtests/Makefile (bench-clean): Likewise.
28308 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28310         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28312 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28314         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28316 2013-04-15  Andreas Schwab  <schwab@suse.de>
28318         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28319         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28320         * nscd/pwdcache.c (cache_addpw): Likewise.
28321         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28322         more than recsize.
28324 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28326         * benchtests/Makefile (bench): Write all output to
28327         bench-out.tmp together.
28329 2013-04-15  Andreas Schwab  <schwab@suse.de>
28331         * nscd/nscd.c (main): Don't fork again after closing files.
28333 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28335         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28337         * benchtests/Rules (bench-deps): Collect dependencies into a
28338         single variable.  Add Makefile to dependencies.
28339         ($(objpfx)bench-%.c): Depend on bench-deps.
28341 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28342             Xavier Roche  <roche+kml2@exalead.com>
28344         [BZ #15361]
28345         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28346         just that it's a file descriptor.
28347         * manual/llio.texi (Synchronizing AIO Operations): Update description
28348         for EBADF error from aio_fsync.
28350 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28352         * Rules (bench): Move target definition...
28353         * benchtests/Makefile: ... here.
28355 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28357         * math/libm-test.inc (cos_test): Fix PI/2 test.
28358         (sincos_test): Likewise.
28359         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28360         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28362 2013-04-11  Andreas Schwab  <schwab@suse.de>
28364         [BZ #13988]
28365         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28366         accept exponent character only when digits were seen.
28367         * stdio-common/Makefile (tests): Add bug26.
28368         * stdio-common/bug26.c: New file.
28370         [BZ #14293]
28371         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28372         non-freeable.
28374 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28376         * Makeconfig (rtld-prefix): Define built linker prefix.
28377         * Rules (run-bench): Use it.
28378         * math/Makefile (run-regen-ulps): Likewise.
28380         * Rules (bench): Remove eval.
28382 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28383             Roland McGrath  <roland@hack.frob.com>
28384             Ondrej Bilka  <neleai@seznam.cz>
28386         [BZ #15346]
28387         * time/getdate.c: Include ctype.h and alloca.h.
28388         (__getdate_r): Trim leading and trailing spaces of input.
28389         * time/tst-getdate.c (tests): Add tests with leading and
28390         trailing spaces.
28392 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28394         [BZ #14280]
28395         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28396         when computing value.
28398 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28400         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28401         Use testrun.sh to run libm tests.
28403         [BZ #15309]
28404         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28406 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28408         [BZ #15264]
28409         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28411 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28413         * Makefile.in (regen-ulps): New target.
28414         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28415         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28416         [ifneq (no,$(PERL)] (regen-ulps): New target.
28417         [ifeq (no,$(PERL)] (regen-ulps): New target.
28418         * math/libm-test.inc (ulps_file_name): Define.
28419         (output_dir): New variable.
28420         (options): Add "output-dir" option.
28421         (parse_opt): Handle 'o' case.
28422         (main): If output_dir is non-NULL use it as a prefix
28423         otherwise use "".
28424         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28426 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28428         [BZ #10060, #10062]
28429         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28430         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28431         fail configure if __sync_val_compare_and_swap is not inlined.
28432         * sysdeps/i386/configure: Regenerate.
28433         * configure.in: Build for i686 when configured for i386.
28434         * configure: Regenerate.
28435         * README: Remove i386 reference.
28437 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28439         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28440         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28442 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28444         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28445         (lmsnanval): New variables.
28446         (F): Add conversion tests.
28447         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28448         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28450         * stdio-common/tstdiomisc.c (F): Properly collect individual
28451         tests' results.
28453         [BZ #14686, #15336]
28454         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28455         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28456         Instead, use input NaN values or generate a qNaN by arithmetic
28457         operation.  Also fix bugs to comply with the standard.
28458         * math/libm-test.inc (remainder_test): Add more tests.
28460         [BZ #15335, #15342]
28461         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28462         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28463         input NaN values or generate a qNaN by arithmetic operation.
28465         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28466         unreachable code.
28468         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28469         definitions.
28471 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28473         [BZ #14478]
28474         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28475         underflowed result.
28476         * math/s_cexpf.c (__cexpf): Likewise.
28477         * math/s_cexpl.c (__cexpl): Likewise.
28478         * math/libm-test.inc (cexp_test): Add more tests.
28480 2013-04-03  Andreas Schwab  <schwab@suse.de>
28482         [BZ #15330]
28483         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28484         order arrays from heap if bigger than alloca cutoff.
28486 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28488         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28489         (SNAN_TESTS_double): Refer to GCC PR56831.
28490         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28491         GCC PR56828.
28493 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28495         * Rules (bench): Move bench.out after the run is complete.
28497         * Rules (bench): Echo currently running benchmark.
28499         * benchtests/Makefile (bench): Add atan and slowatan.
28500         * benchtests/atan-inputs: New file.
28501         * benchtests/slowatan-inputs: New file.
28502         * benchtests/slowatan.c: New file.
28504         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28505         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28506         its value.
28508         [BZ #15305]
28509         * sysdeps/unix/sysv/linux/kernel-features.h
28510         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28511         __ASSUME_XFS_RESTRICTED_CHOWN.
28512         * sysdeps/unix/sysv/linux/pathconf.c
28513         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28514         Save and restore errno.
28516 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28518         [BZ #15327]
28519         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28520         arguments using __kernel_casinh.
28521         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28522         arguments using __kernel_casinhf.
28523         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28524         arguments using __kernel_casinhl.
28525         * math/libm-test.inc (cacosh_test): Add more tests.
28526         * sysdeps/i386/fpu/libm-test-ulps: Update.
28527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28529 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28531         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28532         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28534         * bench/Makefile (bench): Add sin and slowsin.
28535         * benchtests/sin-inputs: New file.
28536         * benchtests/slowsin-inputs: New file.
28537         * benchtests/slowsin.c: New file.
28539         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28540         (bench): Add slowexp and slowpow.
28541         (exp-ITER): Increase iterations.
28542         (pow-ITER): Likewise.
28543         * benchtests/exp-inputs: Change input.
28544         * benchtests/pow-inputs: Likewise.
28545         * benchtests/slowexp-inputs: New file.
28546         * benchtests/slowexp.c: New file.
28547         * benchtests/slowpow-inputs: New file.
28548         * benchtests/slowpow.c: New file.
28550 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28552         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28553         instructions.
28554         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28555         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28556         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28557         * benchtests/Makefile: Add rint benchtest.
28558         * benchtests/rint-inputs: Input for rint benchtest.
28560 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28562         * Versions.def (libm): Add GLIBC_2.18.
28563         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28564         hidden libm prototypes.
28565         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28566         * math/Makefile (libm-calls): Add s_issignaling.
28567         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28568         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28569         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28570         declaration.
28571         * math/math.h [__USE_GNU] (issignaling): New macro.
28572         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28573         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28574         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28575         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28576         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28577         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28578         * manual/arith.texi (issignaling): New section.
28579         * manual/libm-err-tab.pl (@all_functions): Update comment.
28580         * math/gen-libm-test.pl (parse_args): Apply special handling for
28581         issignaling.
28582         * math/libm-test.inc (print_float, issignaling_test): New
28583         functions.
28584         (check_float_internal): Add issignaling checks.
28585         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28586         default definition.
28587         * sysdeps/powerpc/math-tests.h: New file.
28588         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28589         tests.
28590         * math/test-snan.c (TEST_FUNC): Likewise.
28592 2013-03-30  David S. Miller  <davem@davemloft.net>
28594         * po/de.po: Update from translation team.
28596 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28598         [BZ #10357]
28599         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28600         imaginary part less than 1.0 and real part less than 0.5
28601         specially.
28602         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28603         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28604         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28605         (cacos_test): Add more tests.
28606         (casin_test): Likewise.
28607         (casinh_test): Likewise.
28608         * sysdeps/i386/fpu/libm-test-ulps: Update.
28609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28611 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28613         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28614         ONE with its value.
28616         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28617         (__pow_mp): Replace ONE and MONE with their values.
28618         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28619         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28620         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28621         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28622         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28623         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28625         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28627         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28628         (__pow_mp): Replace ZERO and MZERO with their values.
28629         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28630         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28631         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28632         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28633         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28634         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28635         (__sqr): Likewise.
28637         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28639         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28641 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28643         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28644         Declare with __attribute__ ((weak)).
28645         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28646         Call __call_tls_dtors only if it's not NULL.
28648 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28650         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28651         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28652         magic __ehdr_start linker symbol if it's defined.
28653         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28654         them up here if it was already done.
28656         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28657         (_dl_aux_init): Use const in cast when setting it.
28658         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28659         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28660         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28662         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28663         Declare them here.
28664         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28665         * csu/libc-tls.c: Nor here.
28666         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28668         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28669         (__libc_message): Never call vsyslog.
28671 2013-03-28  Alan Modra  <amodra@gmail.com>
28673         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28674         Define as empty.
28675         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28676         Likewise.
28678 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28680         [BZ #15214]
28681         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28682         underflow.
28683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28685 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28687         [BZ #15304]
28688         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28689         Don't add gid passed as argument.
28691         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28693 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28695         [BZ #15307]
28696         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28697         imaginary part between 1.0 and 1.5 and real part less than 0.5
28698         specially.
28699         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28700         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28701         * math/libm-test.inc (cacos_test): Add more tests.
28702         (casin_test): Likewise.
28703         (casinh_test): Likewise.
28704         * sysdeps/i386/fpu/libm-test-ulps: Update.
28705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28707 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28709         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28710         constants.
28711         (norm): Likewise.
28712         (denorm): Likewise.
28713         (__dbl_mp): Likewise.
28714         (add_magnitudes): Likewise.
28715         (sub_magnitudes): Likewise.
28716         (__add): Likewise.
28717         (__sub): Likewise.
28718         (__mul): Likewise.
28719         (__sqr): Likewise.
28720         (__inv): Likewise.
28721         (__dvd): Likewise.
28723         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28724         commented code.
28725         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28726         (__dubcos): Likewise.
28727         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28728         (__ieee754_acos): Likewise.
28729         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28730         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28731         (__exp1): Likewise.
28732         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28733         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28734         (log1): Likewise.
28735         (my_log2): Likewise.
28736         (checkint): Likewise.
28737         * sysdeps/ieee754/dbl-64/e_remainder.c
28738         (__ieee754_remainder): Likewise.
28739         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28740         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28741         (bsloww): Likewise.
28742         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28744         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28745         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28746         MANTISSA_STORE_T to store computations on mantissa.  Use
28747         macros for rounding and division.
28748         (denorm): Likewise.
28749         (__dbl_mp): Likewise.
28750         (add_magnitudes): Likewise.
28751         (sub_magnitudes): Likewise.
28752         (__mul): Likewise.
28753         (__sqr): Likewise.
28754         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28755         powers of two in terms of TWOPOW macro.
28756         (mp_no): Make type of mantissa as MANTISSA_T.
28757         [!RADIXI]: Define RADIXI.
28758         [!TWO52]: Define TWO52.
28759         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28761 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28763         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28764         llroundl symbol when building for PPC32.
28766 2013-03-24  Mark H Weaver  <mhw@netris.org>
28768         * manual/arith.texi (Normalization Functions): Fix prototypes for
28769         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28771 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28773         [BZ #13889]
28774         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28775         high value to check if expl overflow.
28776         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28777         to check for underflow and overflow.
28778         * math/libm-test.inc: Add exp test.
28780 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
28782         [BZ #11120]
28783         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28784         with NOT_IN_libc.
28786 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28788         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28789         symbol.
28791 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28793         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28794         wrap blocks consisting of several statements.
28796         * sysdeps/generic/math-tests.h: New file.
28797         * sysdeps/i386/fpu/math-tests.h: Likewise.
28798         * math/test-snan.c: Include it.
28799         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28801 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28803         [BZ #15285]
28804         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28805         (__ieee754_j0l): Do not improve calculations using cos of twice
28806         input for inputs above LDBL_MAX / 2.0L.
28807         (__ieee754_y0l): Likewise.
28808         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28809         (__ieee754_j1l): Do not improve calculations using cos of twice
28810         input for inputs above LDBL_MAX / 2.0L.
28811         (__ieee754_y1l): Likewise.
28812         * math/libm-test.inc (j0_test): Add another test.
28813         (j1_test): Likewise.
28814         (y0_test): Likewise.
28815         (y1_test): Likewise.
28816         * sysdeps/i386/fpu/libm-test-ulps: Update.
28818 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28820         * Rules ($(objpfx)bench-%.c): Include code from a C source
28821         file.
28823 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28825         [BZ #15287]
28826         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28827         imaginary part 1.0 and real part less than 0.5 specially.
28828         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28829         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28830         * math/libm-test.inc (cacos_test): Add more tests.
28831         (casin_test): Likewise.
28832         (casinh_test): Likewise.
28833         * sysdeps/i386/fpu/libm-test-ulps: Update.
28834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28836 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28838         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28839         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28841 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28843         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28844         * config.make.in (config-cflags-sse4): Remove variable.
28845         (config-cflags-avx): Likewise.
28846         (config-cflags-sse2avx): Likewise.
28847         (config-cflags-novzeroupper): Likewise.
28848         (config-asflags-i686): Likewise.
28849         (have-mfma4): Likewise.
28850         (have-as-vis3): Likewise.
28851         (MIG): Likewise.
28852         * configure.in (MIG): Do not AC_SUBST.
28853         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28854         (libc_cv_cc_sse4): Do not AC_SUBST.
28855         (libc_cv_cc_avx): Likewise.
28856         (libc_cv_cc_sse2avx): Likewise.
28857         (libc_cv_cc_novzeroupper): Likewise.
28858         (libc_cv_cc_fma4): Likewise.
28859         (libc_cv_as_i686): Likewise.
28860         (libc_cv_sparc_as_vis3): Likewise.
28861         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28862         LIBC_CONFIG_VAR.
28863         (config-asflags-i686): Likewise.
28864         (config-cflags-avx): Likewise.
28865         (config-cflags-sse2avx): Likewise.
28866         (have-mfma4): Likewise.
28867         (config-cflags-novzeroupper): Likewise.
28868         * sysdeps/mach/configure.in (MIG): Likewise.
28869         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28870         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28871         LIBC_CONFIG_VAR.
28872         (config-cflags-avx): Likewise.
28873         (config-cflags-sse2avx): Likewise.
28874         (have-mfma4): Likewise.
28875         (config-cflags-novzeroupper): Likewise.
28876         * configure: Regenerated.
28877         * sysdeps/i386/configure: Likewise.
28878         * sysdeps/mach/configure: Likewise.
28879         * sysdeps/sparc/configure: Likewise.
28880         * sysdeps/x86_64/configure: Likewise.
28882 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28884         [BZ #14812]
28885         * locale/programs/localedef.c (options): Put N_ translation marker
28886         on argument names, not just descriptions.
28888 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28890         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28892 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28894         [BZ #14176]
28895         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28897 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28899         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28900         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28901         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28902         [!BEFORE_ABORT] (before_abort): New function.
28903         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28904         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28905         (writev_for_fatal): New function.
28906         (WRITEV_FOR_FATAL): New macro; call that.
28907         (backtrace_and_maps): New function.
28908         (BEFORE_ABORT): New macro; call that.
28909         (struct str_list): Type removed.
28910         (__libc_message, __libc_fatal): Functions removed.
28911         Include <sysdeps/posix/libc_fatal.c> instead.
28913 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28915         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28916         constants.
28917         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28918         double constants.
28920 2013-03-19  Andreas Schwab  <schwab@suse.de>
28922         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28923         * sysdeps/gnu/configure: Regenerate.
28925         * configure.in: Substitute libc_cv_rtlddir.
28926         * configure: Regenerate.
28927         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28928         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28929         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28930         * elf/Makefile (install-others, CFLAGS-interp.c)
28931         (ldso_install, common-ldd-rewrite): Likewise.
28932         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28933         $(inst_slibdir)/$(rtld-installed-name).
28934         * scripts/rellns-sh: Add -p option.
28935         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28936         for source.
28938 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28940         * manual/nptl.texi: Renamed to ...
28941         * manual/threads.texi: ... this.
28942         * manual/Makefile (chapters): Update.
28944 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28946         [BZ #14812]
28947         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28948         on argument names, not just descriptions.
28949         * malloc/memusagestat.c (options): Likewise.
28950         * nss/getent.c (options): Likewise.
28952 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28954         [BZ #14812]
28955         * iconv/iconv_prog.c (options): Put N_ translation marker
28956         on argument names, not just descriptions.
28957         * iconv/iconvconfig.c (options): Likewise.
28959 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28961         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28962         implementation which is faster on all x86_64 architectures.
28963         Tested on AMD, Intel Nehalem, SNB, IVB.
28964         * sysdeps/x86_64/strnlen.S: Likewise.
28966         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28967         Remove all multiarch strlen and strnlen versions.
28968         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28969         Remove strlen and strnlen related parts.
28971         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28972         Inline strlen part.
28973         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28975         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28976         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28977         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28978         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28979         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28980         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28982 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28984         * manual/memory.texi (Malloc Tunable Parameters):
28985         Sort parameters alphabetically. Add comments for missing entries.
28987 2013-03-17  David S. Miller  <davem@davemloft.net>
28989         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28991 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28993         [BZ #15283]
28994         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28995         for arguments at most half maximum finite value.
28996         * math/libm-test.inc (j0_test): Add more tests.
28997         (j1_test): Likewise.
28998         (y0_test): Likewise.
28999         (y1_test): Likewise.
29000         * sysdeps/i386/fpu/libm-test-ulps: Update.
29001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29003         [BZ #14155]
29004         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29005         1 / x and functions P and Q for arguments above 0x1p256L.
29006         (__ieee754_y0l): Likewise.
29007         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29008         (__ieee754_y1l): Likewise.
29009         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29010         (j1_test): Likewise.
29011         (y0_test): Likewise.
29012         (y1_test): Likewise.
29014 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29016         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29017         variable.
29019 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29021         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29022         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29023         zero since it's initialized to EXEC_PAGESIZE.
29025         * sysdeps/unix/sysv/linux/ldsodefs.h
29026         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29027         * sysdeps/generic/ldsodefs.h: ... here.
29029 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29031         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29033         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29034         math/test-snan.c.
29035         * math/test-snan.c: Renamed from
29036         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29037         * math/Makefile (tests): Add test-snan.
29038         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29039         test-powerpc-snan.
29041         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29042         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29043         functions.
29044         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29045         __builtin_nan family of functions.
29046         * math/libm-test.inc (initialize): Initialize qnan_value with
29047         __builtin_nan family of functions.
29048         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29049         Remove variables.
29050         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29051         Remove functions.
29052         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29053         storage class.  Initialize qNaN_var and sNaN_var with
29054         __builtin_nan and __builtin_nans families of functions,
29055         respectively.
29057         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29058         (sqrt_test): Remove duplicate test with qNaN input.
29059         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29060         (round_test, signbit_test, significand_test): Note missing +/-Inf
29061         as well as qNaN tests.
29063         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29064         qNaN_var.  Fix a few strings, too.
29065         * math/libm-test.inc (nan_value): Rename to qnan_value.
29066         * math/gen-libm-test.pl (%beautify): Adjust to that.
29067         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29068         * math/test-misc.c (main): Likewise.
29069         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29070         to __qnan_bytes, and __qnan_union, respectively.
29071         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29072         Likewise.
29073         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29074         and lqnanval, respectively.
29075         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29076         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29077         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29078         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29080         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29081         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29082         doubles.
29084         * math/test-misc.c (main): Fix copy'n'pastos.
29085         * misc/tst-efgcvt.c (special): Likewise.
29087         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29088         Remove declarations.
29090 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29092         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29093         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29094         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29095         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29097 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29099         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29100         macro to return vdso values correctly in IFUNC implementations.
29101         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29102         Optimization by using IFUNC.
29104 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29105             Richard Henderson  <rth@redhat.com>
29106             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29108         * Makefile.in (bench): New target.
29109         * NEWS: Mention the benchmark framework.
29110         * Rules (bench): Likewise.
29111         (binaries-bench): Generate binaries for functions to
29112         benchmark.
29113         * benchtests/Makefile: New makefile for benchmark tests.
29114         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29115         programs.
29116         * benchtests/exp-inputs: New input file for EXP function.
29117         * benchtests/pow-inputs: New input file for POW function.
29118         * scripts/bench.pl: New script to generate source files for
29119         benchmark programs.
29121 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29123         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29124         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29125         computations on mantissa.  Use macros for rounding and
29126         division.
29127         (denorm): Likewise.
29128         (__dbl_mp): Likewise.
29129         (add_magnitudes): Likewise.
29130         (sub_magnitudes): Likewise.
29131         (__mul): Likewise.
29132         (__sqr): Likewise.
29133         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29134         powers of two in terms of TWOPOW macro.
29135         (mp_no): Make type of mantissa as MANTISSA_T.
29136         [!RADIXI]: Define RADIXI.
29137         [!TWO52]: Define TWO52.
29138         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29140         * manual/nptl.texi (cindex): Modify threads to pthreads.
29142 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29144         * sysdeps/x86_64/preconfigure: Regenerated.
29146 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29148         [BZ #14155]
29149         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29150         0x1p28 and above.
29151         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29152         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29153         0x1p28 and above.
29154         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29155         * math/libm-test.inc (j0_test): Do not allow one spurious
29156         underflow exception.
29157         (y1_test): Likewise.
29159 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29161         * manual/Makefile (chapters): Add nptl.
29162         * manual/debug.texi (Debugging Support): Add link to Threads
29163         chapter.
29164         * manual/nptl.texi: New file.
29166         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29168 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29170         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29171         for non-NULL pointer before the memory validity test. Pointed
29172         out by Holger Brunck <holger.brunck@keymile.com>.
29174 2013-03-13  Andreas Schwab  <schwab@suse.de>
29176         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29177         instead of .os.
29179 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29181         * timezone/zic.c: Update from tzcode 2013b.
29183 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29185         * manual/install.texi (Configuring and compiling):
29186         Mention i686 and i586.
29187         * INSTALL: Regenerate.
29189 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29191         * sysdeps/init_array/elf-init.c: New file.
29192         * csu/elf-init.c
29193         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29194         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29196         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29197         __gmon_start__ as global, but as static with a .preinit_array pointer.
29198         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29199         * sysdeps/init_array/crti.S: New file, empty except for comments.
29200         * sysdeps/init_array/crtn.S: Likewise.
29202 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29204         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29205         definining bcopy.
29206         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29207         Remove Prefer_SSE_for_memop.
29208         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29209         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29210         HAS_PREFER_SSE_FOR_MEMOP.
29211         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29212         memset-x86-64.
29213         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29214         Remove bzero, memset ifunc support.
29215         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29216         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29217         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29218         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29220 2013-03-11  Andreas Schwab  <schwab@suse.de>
29222         [BZ #15234]
29223         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29224         by SHLIB_COMPAT.
29225         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29226         (GLIBC_2.16): Remove pthread_atfork.
29228 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29230         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29231         (ptestcases.h): Likewise.
29233 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29235         * Makeconfig ($(common-objpfx)config.status): Depend on
29236         sysdeps/*/preconfigure{,.in} too.
29238 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29240         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29241         (__free_hook): Use void * instead of __malloc_ptr_t.
29242         (__malloc_hook): Likewise.
29243         (__realloc_hook): Likewise.
29244         (__memalign_hook): Likewise.
29245         (__after_morecore_hook): Likewise.
29246         * malloc/arena.c (save_malloc_hook): Likewise.
29247         (save_free_hook): Likewise.
29248         * malloc/hooks.c (malloc_hook_ini): Likewise.
29249         (realloc_hook_ini): Likewise.
29250         (memalign_hook_ini): Likewise.
29251         * malloc/malloc.c (malloc_hook_ini): Likewise.
29252         (realloc_hook_ini): Likewise.
29253         (memalign_hook_ini): Likewise.
29254         (__free_hook): Likewise.
29255         (__malloc_hook): Likewise.
29256         (__realloc_hook): Likewise.
29257         (__memalign_hook): Likewise.
29258         (__libc_malloc): Likewise.
29259         (__libc_free): Likewise.
29260         (__libc_realloc): Likewise.
29261         (__libc_memalign): Likewise.
29262         (__libc_valloc): Likewise.
29263         (__libc_pvalloc): Likewise.
29264         (__libc_calloc): Likewise.
29265         (__posix_memalign): Likewise.
29266         * malloc/morecore.c (__sbrk): Likewise.
29267         (__default_morecore): Likewise.
29269         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29271         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29272         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29273         __malloc_ptrdiff_t.
29275         * malloc/malloc.h (__malloc_size_t): Remove macro.
29276         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29277         __malloc_size_t.
29278         (old_memalign_hook): Likewise.
29279         (old_realloc_hook): Likewise.
29280         (struct hdr): Likewise.
29281         (flood): Likewise.
29282         (mallochook): Likewise.
29283         (memalignhook): Likewise.
29284         (reallochook): Likewise.
29285         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29286         (tr_old_realloc_hook): Likewise.
29287         (tr_old_memalign_hook): Likewise.
29288         (tr_mallochook): Likewise.
29289         (tr_reallochook): Likewise.
29290         (tr_memalignhook): Likewise.
29292 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29294         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29295         default_ldbl_pack and using as default implementation.
29296         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29297         implementation.
29298         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29299         redundant definition.
29300         (ldbl_insert_mantissa): Likewise.
29301         (ldbl_canonicalize): Likewise.
29302         (ldbl_nearbyint): Likewise.
29303         (ldbl_pack): Rename to ldbl_pack_ppc.
29304         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29305         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29306         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29308 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29310         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29311         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29312         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29313         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29314         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29315         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29316         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29317         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29319 2013-03-07  Andreas Jaeger  <aj@suse.de>
29321         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29322         bits/mman-linux.h.
29324 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29326         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29327         Include mpa.h and declare __MPEXP.
29328         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29329         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29330         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29331         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29332         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29333         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29334         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29336         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29337         (__slowpow): Use long double EXPL and LOGL functions to
29338         compute POW.
29339         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29340         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29341         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29342         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29343         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29344         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29346         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29347         intermediate variable to calculate exponent.
29348         (__sqr): Likewise.
29349         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29350         Likewise.
29351         (__sqr): Likewise.
29353         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29354         [!NO__SQR]: Define __sqr.
29355         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29356         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29357         sysdeps/ieee754/dbl-64/mpa.c.
29358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29360         [BZ #12723]
29361         * posix/Makefile (tests): Add tst-pathconf.
29362         * posix/tst-pathconf.c: New test case.
29363         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29364         _PC_PIPE_BUF.
29365         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29367 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29369         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29371 2013-03-06  Andreas Jaeger  <aj@suse.de>
29373         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29374         definition via __MAP_ANONYMOUS.
29376         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29377         it's not part of Linux headers.
29379         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29380         (MAP_HUGE_MASK): Define.
29382         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29383         Define.
29384         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29385         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29386         Define.
29387         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29388         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29389         Define.
29390         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29391         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29392         Define.
29393         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29395         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29396         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29397         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29398         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29399         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29400         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29402         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29403         Handle f2fs.
29405         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29406         Handle f2fs and efivarfs.
29408         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29409         f2fs.
29411         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29412         (EFIVARFS_MAGIC): Add.
29413         (F2FS_LINK_MAX): Add.
29415 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29417         * stdio-common/vfprintf.c: Replace __builtin_expect with
29418         __glibc_unlikely.
29420 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29422         [BZ #13550]
29423         * sysdeps/generic/bp-sym.h: Remove file.
29424         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29425         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29426         <bp-sym.h> and <bp-asm.h>.
29427         (__longjmp): Don't use BP_SYM.
29428         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29429         and <bp-asm.h>.
29430         (memcpy): Don't use BP_SYM.
29431         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29432         <bp-sym.h> and <bp-asm.h>.
29433         (memcpy): Don't use BP_SYM.
29434         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29435         <bp-asm.h>.
29436         (memcpy): Don't use BP_SYM.
29437         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29438         <bp-asm.h>.
29439         (memset): Don't use BP_SYM.
29440         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29441         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29442         (__bzero): Don't use BP_SYM.
29443         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29444         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29445         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29446         <bp-sym.h> and <bp-asm.h>.
29447         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29448         pointers.
29449         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29450         <bp-sym.h> and <bp-asm.h>.
29451         (memcpy): Don't use BP_SYM.
29452         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29453         <bp-sym.h> and <bp-asm.h>.
29454         (memset): Don't use BP_SYM.
29455         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29456         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29457         (__bzero): Don't use BP_SYM.
29458         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29459         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29460         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29461         <bp-sym.h> and <bp-asm.h>.
29462         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29463         pointers.
29464         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29465         <bp-sym.h> and <bp-asm.h>.
29466         (memcpy): Don't use BP_SYM.
29467         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29468         <bp-sym.h> and <bp-asm.h>.
29469         (memset): Don't use BP_SYM.
29470         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29471         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29472         (__bzero): Don't use BP_SYM.
29473         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29474         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29475         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29476         <bp-sym.h> and <bp-asm.h>.
29477         (__memchr): Don't use BP_SYM.
29478         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29479         <bp-sym.h> and <bp-asm.h>.
29480         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29481         pointers.
29482         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29483         <bp-sym.h> and <bp-asm.h>.
29484         (memcpy): Don't use BP_SYM.
29485         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29486         <bp-sym.h> and <bp-asm.h>.
29487         (__mempcpy): Don't use BP_SYM.
29488         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29489         <bp-sym.h> and <bp-asm.h>.
29490         (__memrchr): Don't use BP_SYM.
29491         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29492         <bp-sym.h> and <bp-asm.h>.
29493         (memset): Don't use BP_SYM.
29494         (__bzero): Likewise.
29495         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29496         <bp-sym.h> and <bp-asm.h>.
29497         (__rawmemchr): Don't use BP_SYM.
29498         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29499         <bp-sym.h> and <bp-asm.h>.
29500         (__STRCMP): Don't use BP_SYM.
29501         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29502         <bp-sym.h> and <bp-asm.h>.
29503         (strchr): Don't use BP_SYM.
29504         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29505         <bp-sym.h> and <bp-asm.h>.
29506         (__strchrnul): Don't use BP_SYM.
29507         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29508         <bp-sym.h> and <bp-asm.h>.
29509         (strlen): Don't use BP_SYM.
29510         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29511         <bp-sym.h> and <bp-asm.h>.
29512         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29513         pointers.
29514         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29515         <bp-sym.h> and <bp-asm.h>.
29516         (__strnlen): Don't use BP_SYM.
29517         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29518         <bp-sym.h> and <bp-asm.h>.
29519         (__GI__setjmp): Don't use BP_SYM.
29520         (_setjmp): Likewise.
29521         (__sigsetjmp): Likewise.
29522         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29523         (L(start_addresses)): Don't use BP_SYM.
29524         (_start): Likewise.
29525         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29526         <bp-asm.h>.
29527         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29528         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29529         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29530         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29531         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29532         <bp-asm.h>.
29533         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29534         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29535         about bounded pointers.
29536         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29537         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29538         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29539         <bp-asm.h>.
29540         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29541         about bounded pointers.  Remove GKM FIXME comments.
29542         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29543         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29544         <bp-asm.h>.
29545         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29546         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29547         Remove GKM FIXME comments.
29548         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29549         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29550         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29551         <bp-asm.h>.
29552         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29553         about bounded pointers.  Remove GKM FIXME comment.
29554         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29555         and <bp-asm.h>.
29556         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29557         pointers.
29558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29559         <bp-sym.h> and <bp-asm.h>.
29560         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29562         <bp-sym.h> and <bp-asm.h>.
29563         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29564         comment.
29566 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29568         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29569         call free(NULL).
29571 2013-03-05  David S. Miller  <davem@davemloft.net>
29573         * po/es.po: Update from translation team.
29575 2013-03-05  Andreas Jaeger  <aj@suse.de>
29577         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29578         <bits/mman-linux.h>.
29579         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29580         is fine.
29581         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29582         <bits/mman-linux.h> to end of file.
29583         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29584         is fine.
29585         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29586         <bits/mman-linux.h> to end of file.
29587         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29588         is fine.
29589         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29590         <bits/mman-linux.h> to end of file.
29592         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29593         (MCL_CURRENT, MCL_FUTURE): Define here.
29595 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29597         [BZ #15232]
29598         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29599         attribute_hidden.
29600         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29602 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29604         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29605         fourth parameter needed for rt_sigprocmask syscall.
29606         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29607         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29608         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29609         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29610         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29611         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29613 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29615         [BZ #13550]
29616         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29617         comment about bounded pointers.
29618         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29619         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29621 2013-03-04  Andreas Jaeger  <aj@suse.de>
29623         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29624         common definitions.
29626         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29627         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29628         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29629         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29630         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29631         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29633 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29635         [BZ #15055]
29636         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29637         __ieee754_sqrl instead of __sqrl.
29639 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29641         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29642         * sysdeps/powerpc/fpu_control.h: ... here.
29643         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29644         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29645         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29646         * sysdeps/powerpc/bits/mathinline.h: ... here.
29648 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29650         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29651         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29652         to just [NEED_DL_SYSINFO_DSO].
29653         * elf/dl-support.c: Likewise.
29654         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29655         * elf/rtld.c (dl_main): Likewise.
29656         * elf/setup-vdso.h (setup_vdso): Likewise.
29657         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29658         * sysdeps/unix/sysv/linux/dl-sysdep.c
29659         (_dl_discover_osversion): Likewise.
29661 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29663         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29664         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29666 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29668         * NEWS: Mention libm performance improvements and non-x86 PI
29669         futex support.
29671         * csu/libc-start.c (__pthread_initialize_minimal): Change
29672         function arguments.
29673         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29675 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29677         [BZ #13550]
29678         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29679         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29680         <bp-sym.h> and <bp-asm.h>.
29681         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29682         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29683         and <bp-asm.h>.
29684         (memcpy): Don't use BP_SYM.
29685         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29686         <bp-asm.h>.
29687         (__mpn_add_n): Don't use BP_SYM.
29688         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29689         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29690         and <bp-asm.h>.
29691         (__mpn_addmul_1): Don't use BP_SYM.
29692         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29693         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29694         <bp-sym.h>.
29695         (_setjmp): Don't use BP_SYM.
29696         (__novmx_setjmp): Likewise.
29697         (__GI__setjmp): Likewise.
29698         (__vmx_setjmp): Likewise.
29699         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29700         <bp-sym.h>.
29701         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29702         (__bzero): Don't use BP_SYM.
29703         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29704         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29705         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29706         <bp-sym.h> and <bp-asm.h>.
29707         (memcpy): Don't use BP_SYM.
29708         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29709         <bp-sym.h> and <bp-asm.h>.
29710         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29711         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29712         <bp-sym.h> and <bp-asm.h>.
29713         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29714         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29715         <bp-asm.h>.
29716         (__mpn_lshift): Don't use BP_SYM.
29717         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29718         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29719         <bp-asm.h>.
29720         (memset): Don't use BP_SYM.
29721         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29722         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29723         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29724         <bp-asm.h>.
29725         (__mpn_mul_1): Don't use BP_SYM.
29726         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29727         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29728         <bp-sym.h> and <bp-asm.h>.
29729         (memcmp): Don't use BP_SYM.
29730         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29731         <bp-sym.h> and <bp-asm.h>.
29732         (memcpy): Don't use BP_SYM.
29733         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29734         <bp-sym.h> and <bp-asm.h>.
29735         (memset): Don't use BP_SYM.
29736         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29737         <bp-sym.h> and <bp-asm.h>.
29738         (strncmp): Don't use BP_SYM.
29739         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29740         <bp-sym.h> and <bp-asm.h>.
29741         (memcpy): Don't use BP_SYM.
29742         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29743         <bp-sym.h> and <bp-asm.h>.
29744         (memset): Don't use BP_SYM.
29745         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29746         <bp-sym.h> and <bp-asm.h>.
29747         (__memchr): Don't use BP_SYM.
29748         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29749         <bp-sym.h> and <bp-asm.h>.
29750         (memcmp): Don't use BP_SYM.
29751         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29752         <bp-sym.h> and <bp-asm.h>.
29753         (memcpy): Don't use BP_SYM.
29754         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29755         <bp-sym.h> and <bp-asm.h>.
29756         (__mempcpy): Don't use BP_SYM.
29757         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29758         <bp-sym.h> and <bp-asm.h>.
29759         (__memrchr): Don't use BP_SYM.
29760         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29761         <bp-sym.h> and <bp-asm.h>.
29762         (memset): Don't use BP_SYM.
29763         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29764         <bp-sym.h> and <bp-asm.h>.
29765         (__rawmemchr): Don't use BP_SYM.
29766         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29767         <bp-sym.h> and <bp-asm.h>.
29768         (__STRCMP): Don't use BP_SYM.
29769         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29770         <bp-sym.h> and <bp-asm.h>.
29771         (strchr): Don't use BP_SYM.
29772         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29773         <bp-sym.h> and <bp-asm.h>.
29774         (__strchrnul): Don't use BP_SYM.
29775         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29776         <bp-sym.h> and <bp-asm.h>.
29777         (strlen): Don't use BP_SYM.
29778         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29779         <bp-sym.h> and <bp-asm.h>.
29780         (strncmp): Don't use BP_SYM.
29781         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29782         <bp-sym.h> and <bp-asm.h>.
29783         (__strnlen): Don't use BP_SYM.
29784         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29785         <bp-asm.h>.
29786         (__mpn_rshift): Don't use BP_SYM.
29787         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29788         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29789         <bp-sym.h> and <bp-asm.h>.
29790         (__sigsetjmp): Don't use BP_SYM.
29791         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29792         (L(start_addresses)): Don't use BP_SYM.
29793         (_start): Likewise.
29794         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29795         <bp-asm.h>.
29796         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29797         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29798         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29799         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29800         <bp-asm.h>.
29801         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29802         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29803         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29804         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29805         <bp-asm.h>.
29806         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29807         comments.
29808         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29809         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29810         <bp-asm.h>.
29811         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29812         FIXME comments.
29813         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29814         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29815         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29816         <bp-asm.h>.
29817         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29818         comment.
29819         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29820         and <bp-asm.h>.
29821         (strncmp): Don't use BP_SYM,
29822         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29823         <bp-asm.h>.
29824         (__mpn_sub_n): Don't use BP_SYM.
29825         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29826         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29827         and <bp-asm.h>.
29828         (__mpn_submul_1): Don't use BP_SYM.
29829         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29831         <bp-sym.h> and <bp-asm.h>.
29832         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29834         <bp-sym.h> and <bp-asm.h>.
29835         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29836         comment.
29838 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29840         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29841         Use ZK to minimize writes to Z.
29842         (sub_magnitudes): Simplify code a bit.
29843         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29844         Use ZK to minimize writes to Z.
29845         (sub_magnitudes): Simplify code a bit.
29847 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29849         * csu/gmon-start.c: Add special exception to license text.
29851 2013-02-27  Richard Henderson  <rth@redhat.com>
29853         * scripts/config.guess: Update from config.git.
29854         * scripts/config.sub: Likewise.
29856 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29858         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29860         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29862         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29864         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29866         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29868 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29870         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29871         [$(build-shared = yes].
29873 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29875         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29876         (__mul): Reduce iterations for calculating mantissa.
29878         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29879         MPTWO.
29880         (__mpranred): Likewise.
29882         [BZ #15160]
29883         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29884         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29886 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29888         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29889         Define __attribute__.
29891 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29893         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29894         unused.
29895         * posix/regex_internal.h (__attribute): Remove.
29896         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29897         (re_string_context_at): Likewise.
29898         (bitset_not): Use __attribute__ and mark function as possibly
29899         unused.
29900         (bitset_merge): Likewise.
29901         (bitset_mask): Likewise.
29902         (re_string_char_size_at): Likewise.
29903         (re_string_wchar_at): Likewise.
29904         (re_string_elem_size_at): Likewise.
29906 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29908         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29909         code.
29910         (cc32): Likewise.
29912         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29913         (__acr): Likewise.
29914         (__cpy): Likewise.
29915         (norm): Likewise.
29916         (denorm): Likewise.
29917         (__dbl_mp): Likewise.
29918         (add_magnitudes): Likewise.
29919         (sub_magnitudes): Likewise.
29920         (__mul): Likewise.
29921         (__inv): Likewise.
29923         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29924         style.
29926         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29927         style.
29929         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29930         code.
29932         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29933         up changes with default code.
29934         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29935         Likewise.
29937 2013-02-24  Allan McRae  <allan@archlinux.org>
29939         * manual/socket.texi (The Internet Namespace): Order menu items
29940         to match that in the file.
29942         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29943         node listing of the info page menu.
29945 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29947         [BZ #13550]
29948         * sysdeps/i386/bp-asm.h: Remove file.
29949         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29950         (PARMS): Do not use macros from bp-asm.h.
29951         (S1): Likewise.
29952         (S2): Likewise.
29953         (SIZE): Likewise.
29954         (__mpn_add_n): Do not use BP_SYM
29955         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29956         "bp-asm.h".
29957         (PARMS): Do not use macros from bp-asm.h.
29958         (S1): Likewise.
29959         (SIZE): Likewise.
29960         (__mpn_addmul_1): Do not use BP_SYM
29961         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29962         "bp-asm.h".
29963         (PARMS): Do not use macros from bp-asm.h.
29964         (SIGMSK): Likewise.
29965         (_setjmp): Likewise.  Do not use BP_SYM.
29966         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29967         "bp-asm.h".
29968         (PARMS): Do not use macros from bp-asm.h.
29969         (SIGMSK): Likewise.
29970         (setjmp): Likewise.  Do not use BP_SYM.
29971         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29972         "bp-asm.h".
29973         (PARMS): Do not use macros from bp-asm.h.
29974         (__frexp): Do not use BP_SYM.
29975         (frexp): Likewise.
29976         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29977         "bp-asm.h".
29978         (PARMS): Do not use macros from bp-asm.h.
29979         (__frexpf): Do not use BP_SYM.
29980         (frexpf): Likewise.
29981         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29982         "bp-asm.h".
29983         (PARMS): Do not use macros from bp-asm.h.
29984         (__frexpl): Do not use BP_SYM.
29985         (frexpl): Likewise.
29986         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29987         "bp-asm.h".
29988         (PARMS): Do not use macros from bp-asm.h.
29989         (__remquo): Do not use BP_SYM.
29990         (remquo): Likewise.
29991         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29992         "bp-asm.h".
29993         (PARMS): Do not use macros from bp-asm.h.
29994         (__remquof): Do not use BP_SYM.
29995         (remquof): Likewise.
29996         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29997         "bp-asm.h".
29998         (PARMS): Do not use macros from bp-asm.h.
29999         (__remquol): Do not use BP_SYM.
30000         (remquol): Likewise.
30001         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30002         "bp-asm.h".
30003         (PARMS): Do not use macros from bp-asm.h.
30004         (DEST): Likewise.
30005         (SRC): Likewise.
30006         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30007         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30008         "bp-asm.h".
30009         (PARMS): Do not use macros from bp-asm.h.
30010         (strlen): Do not use BP_SYM.
30011         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30012         "bp-asm.h".
30013         (PARMS): Do not use macros from bp-asm.h.
30014         (S1): Likewise.
30015         (S2): Likewise.
30016         (SIZE): Likewise.
30017         (__mpn_add_n): Do not use BP_SYM.
30018         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30019         "bp-asm.h".
30020         (PARMS): Do not use macros from bp-asm.h.
30021         (S1): Likewise.
30022         (SIZE): Likewise.
30023         (__mpn_addmul_1): Do not use BP_SYM.
30024         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30025         weak_alias.
30026         (bzero): Likewise.
30027         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30028         "bp-asm.h".
30029         (PARMS): Do not use macros from bp-asm.h.
30030         (S): Likewise.
30031         (SIZE): Likewise.
30032         (__mpn_lshift): Do not use BP_SYM.
30033         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30034         "bp-asm.h".
30035         (PARMS): Do not use macros from bp-asm.h.
30036         (DEST): Likewise.
30037         (SRC): Likewise.
30038         (LEN): Likewise.
30039         (memcpy): Likewise.  Do not use BP_SYM.
30040         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30041         libc_hidden_def and weak_alias.
30042         (mempcpy): Do not use BP_SYM in weak_alias.
30043         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30044         "bp-asm.h".
30045         (PARMS): Do not use macros from bp-asm.h.
30046         (DEST): Likewise.
30047         (LEN): Likewise.
30048         [!BZERO_P] (CHR): Likewise.
30049         (memset): Likewise.  Do not use BP_SYM.
30050         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30051         "bp-asm.h".
30052         (PARMS): Do not use macros from bp-asm.h.
30053         (S1): Likewise.
30054         (SIZE): Likewise.
30055         (__mpn_mul_1): Do not use BP_SYM.
30056         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30057         "bp-asm.h".
30058         (PARMS): Do not use macros from bp-asm.h.
30059         (S): Likewise.
30060         (SIZE): Likewise.
30061         (__mpn_rshift): Do not use BP_SYM.
30062         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30063         "bp-asm.h".
30064         (PARMS): Do not use macros from bp-asm.h.
30065         (STR): Likewise.
30066         (CHR): Likewise.
30067         (strchr): Likewise.  Do not use BP_SYM.
30068         (index): Do not use BP_SYM in weak_alias.
30069         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30070         "bp-asm.h".
30071         (PARMS): Do not use macros from bp-asm.h.
30072         (DEST): Likewise.
30073         (SRC): Likewise.
30074         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30075         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30076         "bp-asm.h".
30077         (PARMS): Do not use macros from bp-asm.h.
30078         (strlen): Do not use BP_SYM.
30079         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30080         "bp-asm.h".
30081         (PARMS): Do not use macros from bp-asm.h.
30082         (S1): Likewise.
30083         (S2): Likewise.
30084         (SIZE): Likewise.
30085         (__mpn_sub_n): Do not use BP_SYM.
30086         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30087         "bp-asm.h".
30088         (PARMS): Do not use macros from bp-asm.h.
30089         (S1): Likewise.
30090         (SIZE): Likewise.
30091         (__mpn_submul_1): Do not use BP_SYM.
30092         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30093         "bp-asm.h".
30094         (PARMS): Do not use macros from bp-asm.h.
30095         (S1): Likewise.
30096         (S2): Likewise.
30097         (SIZE): Likewise.
30098         (__mpn_add_n): Do not use BP_SYM.
30099         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30100         weak_alias.
30101         (bzero): Likewise.
30102         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30103         "bp-asm.h".
30104         (PARMS): Do not use macros from bp-asm.h.
30105         (BLK2): Likewise.
30106         (LEN): Likewise.
30107         (memcmp): Do not use BP_SYM.
30108         (bcmp): Do not use BP_SYM in weak_alias.
30109         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30110         "bp-asm.h".
30111         (PARMS): Do not use macros from bp-asm.h.
30112         (DEST): Likewise.
30113         (SRC): Likewise.
30114         (LEN): Likewise.
30115         (memcpy): Likewise.  Do not use BP_SYM.
30116         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30117         "bp-asm.h".
30118         (PARMS): Do not use macros from bp-asm.h.
30119         (DEST): Likewise.
30120         (SRC): Likewise.
30121         (LEN): Likewise.
30122         (memmove): Likewise.  Do not use BP_SYM.
30123         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30124         "bp-asm.h".
30125         (PARMS): Do not use macros from bp-asm.h.
30126         (DEST): Likewise.
30127         (SRC): Likewise.
30128         (LEN): Likewise.
30129         (__mempcpy): Likewise.  Do not use BP_SYM.
30130         (mempcpy): Do not use BP_SYM in weak_alias.
30131         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30132         "bp-asm.h".
30133         (PARMS): Do not use macros from bp-asm.h.
30134         (DEST): Likewise.
30135         (LEN): Likewise.
30136         [!BZERO_P] (CHR): Likewise.
30137         (memset): Likewise.  Do not use BP_SYM.
30138         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30139         "bp-asm.h".
30140         (PARMS): Do not use macros from bp-asm.h.
30141         (STR2): Likewise.
30142         (strcmp): Do not use BP_SYM.
30143         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30144         "bp-asm.h".
30145         (PARMS): Do not use macros from bp-asm.h.
30146         (STR): Likewise.
30147         (DELIM): Likewise.
30148         [USE_AS_STRTOK_R] (SAVE): Likewise.
30149         (FUNCTION): Likewise.  Do not use BP_SYM.
30150         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30151         aliases.
30152         (strtok_r): Likewise.
30153         (__GI___strtok_r): Likewise.
30154         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30155         (PARMS): Do not use macros from bp-asm.h.
30156         (S): Likewise.
30157         (SIZE): Likewise.
30158         (__mpn_lshift): Do not use BP_SYM.
30159         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30160         (PARMS): Do not use macros from bp-asm.h.
30161         (STR): Likewise.
30162         (CHR): Likewise.
30163         (__memchr): Do not use BP_SYM.
30164         (memchr): Do not use BP_SYM in weak_alias.
30165         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30166         (PARMS): Do not use macros from bp-asm.h.
30167         (BLK2): Likewise.
30168         (LEN): Likewise.
30169         (memcmp): Do not use BP_SYM.
30170         (bcmp): Do not use BP_SYM in weak_alias.
30171         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30172         (PARMS): Do not use macros from bp-asm.h.
30173         (S1): Likewise.
30174         (SIZE): Likewise.
30175         (__mpn_mul_1): Do not use BP_SYM.
30176         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30177         "bp-asm.h".
30178         (PARMS): Do not use macros from bp-asm.h.
30179         (STR): Likewise.
30180         (CHR): Likewise.
30181         (__rawmemchr): Do not use BP_SYM.
30182         (rawmemchr): Do not use BP_SYM in weak_alias.
30183         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30184         (PARMS): Do not use macros from bp-asm.h.
30185         (S): Likewise.
30186         (SIZE): Likewise.
30187         (__mpn_rshift): Do not use BP_SYM.
30188         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30189         (PARMS): Do not use macros from bp-asm.h.
30190         (SIGMSK): Likewise.
30191         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30192         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30193         (_start): Do not use BP_SYM.
30194         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30195         (PARMS): Do not use macros from bp-asm.h.
30196         (DEST): Likewise.
30197         (SRC): Likewise.
30198         (__stpcpy): Likewise.  Do not use BP_SYM.
30199         (stpcpy): Do not use BP_SYM in weak_alias.
30200         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30201         "bp-asm.h".
30202         (PARMS): Do not use macros from bp-asm.h.
30203         (DEST): Likewise.
30204         (SRC): Likewise.
30205         (LEN): Likewise.
30206         (__stpncpy): Likewise.  Do not use BP_SYM.
30207         (stpncpy): Do not use BP_SYM in weak_alias.
30208         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30209         (PARMS): Do not use macros from bp-asm.h.
30210         (STR): Likewise.
30211         (CHR): Likewise.
30212         (strchr): Likewise.  Do not use BP_SYM.
30213         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30214         "bp-asm.h".
30215         (PARMS): Do not use macros from bp-asm.h.
30216         (STR): Likewise.
30217         (CHR): Likewise.
30218         (__strchrnul): Likewise.  Do not use BP_SYM.
30219         (strchrnul): Do not use BP_SYM in weak_alias.
30220         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30221         "bp-asm.h".
30222         (PARMS): Do not use macros from bp-asm.h.
30223         (STOP): Likewise.
30224         (strcspn): Do not use BP_SYM.
30225         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30226         "bp-asm.h".
30227         (PARMS): Do not use macros from bp-asm.h.
30228         (STR): Likewise.
30229         (STOP): Likewise.
30230         (strpbrk): Likewise.  Do not use BP_SYM.
30231         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30232         "bp-asm.h".
30233         (PARMS): Do not use macros from bp-asm.h.
30234         (STR): Likewise.
30235         (CHR): Likewise.
30236         (strrchr): Likewise.  Do not use BP_SYM.
30237         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30238         (PARMS): Do not use macros from bp-asm.h.
30239         (SKIP): Likewise.
30240         (strspn): Do not use BP_SYM.
30241         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30242         (PARMS): Do not use macros from bp-asm.h.
30243         (STR): Likewise.
30244         (DELIM): Likewise.
30245         (SAVE): Likewise.
30246         (FUNCTION): Likewise.  Do not use BP_SYM.
30247         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30248         aliases.
30249         (strtok_r): Likewise.
30250         (__GI___strtok_r): Likewise.
30251         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30252         (PARMS): Do not use macros from bp-asm.h.
30253         (S1): Likewise.
30254         (S2): Likewise.
30255         (SIZE): Likewise.
30256         (__mpn_sub_n): Do not use BP_SYM.
30257         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30258         "bp-asm.h".
30259         (PARMS): Do not use macros from bp-asm.h.
30260         (S1): Likewise.
30261         (SIZE): Likewise.
30262         (__mpn_submul_1): Do not use BP_SYM.
30263         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30264         <bp-sym.h>.
30265         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30266         and <bp-asm.h>.
30267         (PARMS): Do not use macros from bp-asm.h.
30268         (FLAGS): Likewise.
30269         (PTID): Likewise.
30270         (TLS): Likewise.
30271         (CTID): Likewise.
30272         (__clone): Do not use BP_SYM.
30273         (clone): Do not use BP_SYM in weak_alias.
30274         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30275         and <bp-asm.h>.
30276         (PARMS): Do not use macros from bp-asm.h.
30277         (LEN): Likewise.
30278         (__mmap64): Do not use BP_SYM.
30279         (mmap64): Do not use BP_SYM in weak_alias.
30280         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30281         <bp-sym.h> and <bp-asm.h>.
30282         (PARMS): Do not use macros from bp-asm.h.
30283         (__posix_fadvise64_l64): Do not use BP_SYM.
30284         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30285         (PARMS): Do not use macros from bp-asm.h.
30286         (NSOPS): Likewise.
30287         (semtimedop): Do not use BP_SYM.
30288         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30289         and <bp-asm.h>.
30291 2013-02-21  Allan McRae  <allan@archlinux.org>
30293         * manual/message.texi (Charset conversion in gettext):
30294         Move @end statement to beginning of line.
30296 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30298         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30299         static.
30300         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30301         Likewise.
30303         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30304         (denorm): Likewise.
30305         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30306         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30308 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30310         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30311         tail-call to the resolved function if pltexit isn't needed.
30313 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30316         or Y being zero as being unlikely.
30317         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30318         Likewise.
30320 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30322         * manual/nss.texi (System Databases and Name Service Switch):
30323         Remove frobnicate @pxref.
30325 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30327         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30328         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30330 2013-02-20  Petr Machata  <pmachata@redhat.com>
30332         * elf/elf.h (R_ARM_TARGET1): New macro.
30333         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30334         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30335         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30336         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30337         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30338         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30339         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30340         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30341         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30342         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30343         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30344         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30345         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30346         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30347         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30348         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30349         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30350         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30351         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30352         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30353         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30354         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30355         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30356         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30357         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30358         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30359         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30360         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30361         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30362         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30363         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30364         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30365         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30366         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30367         (R_ARM_THM_GOT_BREL12): Likewise.
30368         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30369         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30370         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30371         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30372         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30373         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30374         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30375         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30376         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30378 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30380         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30381         __attribute_used__ to __attribute__ ((unused)).
30383 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30385         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30386         powerpc mpa.c.
30387         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30388         comment formatting.
30389         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30391 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30393         [BZ #13550]
30394         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30395         Remove macro.
30396         (ENTER): Remove both macro definitions.
30397         (LEAVE): Likewise.
30398         (CHECK_BOUNDS_LOW): Likewise.
30399         (CHECK_BOUNDS_HIGH): Likewise.
30400         (CHECK_BOUNDS_BOTH): Likewise.
30401         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30402         (RETURN_BOUNDED_POINTER): Likewise.
30403         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30404         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30405         (POP_ERRNO_LOCATION_RETURN): Likewise.
30406         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30407         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30408         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30409         macros.
30410         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30411         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30412         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30413         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30414         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30415         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30416         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30417         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30418         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30419         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30420         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30421         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30422         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30423         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30424         removed macros.
30425         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30426         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30427         macros.
30428         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30429         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30430         * sysdeps/i386/i586/memset.S (memset): Likewise.
30431         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30432         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30433         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30434         macros.
30435         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30436         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30437         Change uses of L(2) to L(out).
30438         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30439         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30440         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30441         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30442         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30443         removed macros.
30444         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30445         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30446         macros.
30447         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30448         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30449         (RETURN): Do not use macro LEAVE.
30450         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30451         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30452         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30453         * sysdeps/i386/i686/memset.S (memset): Likewise.
30454         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30455         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30456         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30457         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30458         Likewise.
30459         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30460         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30461         L(1_2) and L(1_3) into L(1).
30462         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30463         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30464         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30465         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30466         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30467         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30468         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30469         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30470         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30471         macros.
30472         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30473         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30474         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30475         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30476         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30477         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30478         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30479         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30480         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30481         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30482         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30483         * sysdeps/i386/strspn.S (strspn): Likewise.
30484         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30485         conditional code.
30486         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30487         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30488         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30489         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30490         L(1_3) into L(1_1).
30491         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30492         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30493         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30494         macros.
30495         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30497 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30499         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30500         macro.
30502 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30504         * math/atest-exp.c (exp_mpn): Remove ROUND.
30505         * math/atest-exp2.c (exp_mpn): Likewise.
30506         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30508         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30509         * stdlib/tst-tls-atexit-lib.c: Likewise.
30510         * stdlib/tst-tls-atexit.c: Likewise.
30512 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30514         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30515         and __attribute_alloc_size__.
30517 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30519         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30520         __attribute_alloc_size__.
30521         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30522         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30524 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30526         * include/programs/xmalloc.h: New file.
30527         * catgets/gencat.c: Include it.
30528         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30529         * elf/pldd.c: Likewise.
30530         * iconv/iconv_charmap.c: Likewise.
30531         * iconv/iconvconfig.c: Likewise.
30532         * iconv/strtab.c: Likewise.
30533         * locale/programs/locale.c: Likewise.
30534         * locale/programs/localedef.h: Likewise.
30535         * locale/programs/simple-hash.c: Likewise.
30536         * nscd/nscd.h: Likewise.
30537         * nss/makedb.c: Likewise.
30538         * sysdeps/generic/ldconfig.h: Likewise.
30540 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30542         * Versions.def: Add GLIBC_2.18.
30543         * include/link.h (struct link_map): New member l_tls_dtor_count.
30544         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30545         (__call_tls_dtors): Likewise.
30546         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30547         __cxa_thread_atexit_impl.
30548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30549         Likewise.
30550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30551         Likewise.
30552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30553         Likewise.
30554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30555         Likewise.
30556         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30557         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30558         Likewise.
30559         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30560         Likewise.
30561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30562         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30563         Likewise.
30564         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30565         (tests): Add test case tst-tls-atexit.
30566         (modules-names): Add shared library for tst-tls-atexit.
30567         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30568         (GLIBC_PRIVATE): Add __call_tls_dtors.
30569         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30570         for libstdc++.
30571         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30572         * stdlib/tst-tls-atexit.c: New test case.
30573         * stdlib/tst-tls-atexit-lib.c: New test case.
30575         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30577         * elf/Versions (ld): Add _dl_find_dso_for_object.
30578         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30579         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30580         (dl_open_worker): Use _dl_find_dso_for_object.
30581         * elf/dl-sym.c (do_sym): Likewise.
30582         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30584 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30586         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30587         Syntactic changes only.
30588         (_dl_runtime_profile): Do a tail-call to the resolved function.
30590 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30592         [BZ #13550]
30593         * sysdeps/x86_64/bp-asm.h: Remove file.
30594         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30595         <bp-sym.h> and <bp-asm.h>.
30596         (__clone): Do not use BP_SYM.
30597         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30598         <bp-sym.h> and <bp-asm.h>.
30599         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30600         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30601         "bp-asm.h".
30602         (_setjmp): Do not use BP_SYM.
30603         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30604         "bp-asm.h".
30605         (setjmp): Do not use BP_SYM.
30606         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30607         libc_hidden_def.
30608         (mempcpy): Do not use BP_SYM in weak_alias.
30609         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30610         "bp-asm.h".
30611         (strchr): Do not use BP_SYM.
30612         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30613         "bp-asm.h".
30614         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30615         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30616         (_start): Do not use BP_SYM.
30617         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30618         "bp-asm.h".
30619         (strcat): Do not use BP_SYM.
30620         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30621         "bp-asm.h".
30622         (STRCMP): Do not use BP_SYM.
30623         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30624         "bp-asm.h".
30625         (STRCPY): Do not use BP_SYM.
30626         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30627         "bp-asm.h".
30628         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30629         "bp-asm.h".
30630         (FUNCTION): Do not use BP_SYM.
30631         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30632         weak_alias.
30633         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30635 2013-02-17  Andreas Jaeger  <aj@suse.de>
30637         * time/Versions: Sort entries.
30638         * string/Versions: Likewise.
30639         * resolv/Versions: Likewise.
30640         * posix/Versions: Likewise.
30641         * iconv/Versions: Likewise.
30642         * elf/Versions: Likewise.
30643         * wcsmbs/Versions: Likewise.
30645 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30647         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30648         loop termination condition.
30650         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30651         variable to calculate EZ.
30652         (__sqr): Likewise.
30654         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30655         the lower precision input.
30657 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30659         [BZ #13550]
30660         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30661         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30662         (run-via-rtld-prefix): Do not handle %-bp tests.
30663         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30664         (all-object-suffixes): Remove .ob.
30665         (bppfx): Remove variable.
30666         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30667         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30668         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30669         [$(build-bounded) = yes] (libtype.ob): Likewise.
30670         * Makerules (elide-routines.ob): Remove variable.
30671         (do-tests-clean): Do not handle *-bp.out.
30672         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30673         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30674         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30675         (tests): Do not include $(tests-bp.out).
30676         (xtests): Do not include $(xtests-bp.out).
30677         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30678         [$(build-bounded) = yes] ($(addprefix
30679         $(objpfx),$(binaries-bounded))): Remove rule.
30680         ($(objpfx)%-bp.out): Remove rule.
30681         * config.make.in (build-bounded): Remove variable.
30682         * crypt/Makefile [$(build-bounded) = yes]
30683         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30684         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30685         append to variable.
30686         [$(build-bounded) = yes] (install-lib): Likewise.
30687         [$(build-bounded) = yes] (generated): Likewise.
30688         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30689         Remove rule.
30690         * intl/Makefile [$(build-bounded) = yes]
30691         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30692         * math/Makefile [$(build-bounded) = yes]
30693         ($(tests:%=$(objpfx)%-bp): Likewise.
30694         * misc/Makefile [$(build-bounded) = yes]
30695         ($(objpfx)tst-tsearch-bp): Likewise.
30696         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30697         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30698         Remove dependency.
30699         * string/Makefile (o-objects.ob): Remove variable.
30700         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30701         (CFLAGS-.ob): Remove variable.
30702         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30703         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30704         both definitions of variable.
30705         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30706         (ASFLAGS-.ob): Remove variable.
30708 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30710         [BZ #13550]
30711         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30712         Remove __BOUNDED_POINTERS__ from condition.
30713         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30714         * string/bits/string2.h [!__NO_STRING_INLINES &&
30715         !__BOUNDED_POINTERS__]: Likewise.
30716         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30717         Likewise.
30718         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30719         Remove conditional code.
30720         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30721         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30722         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30723         condition.
30725         [BZ #13550]
30726         * csu/libc-start.c: Do not include <bp-sym.h>.
30727         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30728         * elf/dl-open.c: Do not include <bp-sym.h>.
30729         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30730         * math/fegetenv.c: Do not include <bp-sym.h>.
30731         (fegetenv): Do not use BP_SYM in versioned symbols.
30732         * nptl/sysdeps/pthread/bits/libc-lockP.h
30733         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30734         <bp-sym.h>.
30735         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30736         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30737         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30738         (__pthread_mutex_destroy): Likewise.
30739         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30740         (__pthread_mutex_lock): Likewise.
30741         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30742         (__pthread_mutex_trylock): Likewise.
30743         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30744         (__pthread_mutex_unlock): Likewise.
30745         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30746         (__pthread_mutexattr_init): Likewise.
30747         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30748         (__pthread_mutexattr_destroy): Likewise.
30749         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30750         (__pthread_mutexattr_settype): Likewise.
30751         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30752         (__pthread_rwlock_init): Likewise.
30753         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30754         (__pthread_rwlock_destroy): Likewise.
30755         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30756         (__pthread_rwlock_rdlock): Likewise.
30757         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30758         (__pthread_rwlock_tryrdlock): Likewise.
30759         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30760         (__pthread_rwlock_wrlock): Likewise.
30761         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30762         (__pthread_rwlock_trywrlock): Likewise.
30763         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30764         (__pthread_rwlock_unlock): Likewise.
30765         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30766         (__pthread_key_create): Likewise.
30767         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30768         (__pthread_setspecific): Likewise.
30769         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30770         (__pthread_getspecific): Likewise.
30771         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30772         Likewise.
30773         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30774         (_pthread_cleanup_push_defer): Likewise.
30775         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30776         (_pthread_cleanup_pop_restore): Likewise.
30777         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30778         (pthread_setcancelstate): Likewise.
30779         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30780         <bp-sym.h>.
30781         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30782         (memchr): Do not use BP_SYM in weak_alias.
30783         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30784         (fegetenv): Do not use BP_SYM in versioned symbols.
30785         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30786         (fesetenv): Do not use BP_SYM in versioned symbols.
30787         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30788         (feupdateenv): Do not use BP_SYM in versioned symbols.
30789         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30790         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30791         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30792         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30793         (open64): Do not use BP_SYM in weak_alias.
30794         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30795         (fegetenv): Do not use BP_SYM in versioned symbols.
30796         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30797         (fesetenv): Do not use BP_SYM in versioned symbols.
30798         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30799         (feupdateenv): Do not use BP_SYM in versioned symbols.
30800         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30801         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30802         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30803         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30804         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30805         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30806         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30807         <bp-sym.h>.
30808         (__libc_start_main): Do not use BP_SYM.
30810 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30812         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30813         redundant return line.
30814         (norm): Likewise.
30815         (denorm): Likewise.
30816         (dbl_mp): Likewise.
30817         (sub_magnitudes): Likewise.
30818         (__add): Likewise.
30819         (__sub): Likewise.
30820         (__mul): Likewise.
30821         (__inv): Likewise.
30822         (__dvd): Likewise.
30823         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30824         (norm): Likewise.
30825         (denorm): Likewise.
30826         (dbl_mp): Likewise.
30827         (sub_magnitudes): Likewise.
30828         (__add): Likewise.
30829         (__sub): Likewise.
30830         (__mul): Likewise.
30831         (__inv): Likewise.
30832         (__dvd): Likewise.
30834         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30835         instead of __mul.
30836         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30837         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30838         (cc32): Likewise.
30840         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30841         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30842         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30843         of __mul for squares.
30844         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30845         function
30846         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30847         Likewise.
30848         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30849         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30851 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30853         [BZ #13550]
30854         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30855         code.
30856         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30857         prototype or function definition.  Rename ubp_* variables and
30858         parameters.  Remove argv definitions conditional on
30859         [__BOUNDED_POINTERS__].
30860         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30861         * elf/dl-runtime.c (_dl_fixup): Likewise.
30862         * include/set-hooks.h (RUN_HOOK): Likewise.
30863         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30864         definition.
30865         * string/strcpy.c (strcpy): Do not use __unbounded.
30866         * sysdeps/generic/frame.h (struct layout): Likewise.
30867         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30868         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30869         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30870         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30871         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30872         (__backtrace): Likewise.
30873         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30874         use __ptrvalue.
30875         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30876         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30877         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30878         Likewise.
30879         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30880         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30881         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30882         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30883         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30884         Do not use __unbounded.
30885         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30886         Rename __unboundedrlimits parameter to rlimits in prototype.
30887         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30888         Do not use __unbounded.
30889         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30890         not use __ptrvalue.
30891         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30892         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30893         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30894         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30895         __ptrvalue or __unbounded.
30896         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30897         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30898         use __unbounded.
30899         (__new_msgctl): Do not use __ptrvalue.
30900         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30901         __unbounded.
30902         (__libc_msgrcv): Do not use __ptrvalue.
30903         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30904         startup_info): Do not use __unbounded.
30905         (__libc_start_main): Likewise.  Rename ubp_* variables and
30906         parameters.  Remove argv definitions conditional on
30907         [__BOUNDED_POINTERS__].
30908         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30909         __ptrvalue.
30910         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30911         use __unbounded.
30912         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30913         or __ptrvalue.
30914         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30915         use __unbounded.
30916         (__new_shmctl): Do not use __ptrvalue.
30917         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30918         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30919         Likewise.
30920         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30921         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30922         (__libc_sigaction): Likewise.
30923         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30924         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30925         Likewise.
30926         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30928 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30930         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30932         * string/mempcpy.c: Implement by calling memcpy.
30934 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30936         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30938         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30939         evaluation.
30941         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30942         values in the mantissa.
30944         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30945         minimize writes to Z.
30946         (sub_magnitudes): Simplify code a bit.
30948 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30950         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30951         from the message.  The linker prefixes all warnings with that already.
30953 2013-02-12  Andreas Schwab  <schwab@suse.de>
30955         [BZ #15078]
30956         * posix/regexec.c (extend_buffers): Add parameter min_len.
30957         (check_matching): Pass minimum needed length.
30958         (clean_state_log_if_needed): Likewise.
30959         (get_subexp): Likewise.
30960         * posix/Makefile (tests): Add bug-regex34.
30961         (bug-regex34-ENV): Define.
30962         * posix/bug-regex34.c: New file.
30964         [BZ #11561]
30965         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30966         elements compare against the byte sequence of it, not its name.
30967         * posix/Makefile (tests): Add bug-regex35.
30968         (bug-regex35-ENV): Define.
30969         * posix/bug-regex35.c: New file.
30971 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30973         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30974         comment.
30975         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30976         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30977         (CHECK_EOL): Add undef.
30979 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30981         * bits/stdlib-bsearch.h: New file.
30982         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30983         * stdlib/stdlib.h: Likewise.
30985 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30987         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30988         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30989         declaration.
30990         * manual/search.texi (Array Search Function): Add missing const in
30991         lfind prototype.
30992         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30993         declaration to use rlim_t.
30994         (Basic Scheduling Functions): Remove erroneous const from
30995         sched_getparam prototype.  Remove erroneous * from
30996         sched_get_priority_max and sched_get_priority_min prototypes.
30997         (Resource Usage): Fix summary @comment on vtimes to refer to
30998         sys/vtimes.h rather than vtimes.h.
30999         Add missing *s in vtimes prototype.
31000         (Limits on Resources): Fix ulimit prototype to return long int.
31001         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31002         prototypes to use long int rather than double.
31003         (BSD Random): Fix initstate and setstate to use char *, not void *.
31004         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31005         prototype to make second argument 'struct aiocb64 *const[]'.
31006         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31007         (Status of AIO Operations): Remove erroneous const in aio_return and
31008         aio_return64 prototypes.
31009         (Synchronizing I/O): Fix sync prototype to return void.
31010         * manual/startup.texi (Suboptions): Remove an erroneous const in
31011         getsubopt prototype.
31012         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31013         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31014         use size_t rather than int.
31015         (Scanning All Users): Likewise for getpwent_r.
31016         (Setting Groups): Add missing const to setgroups prototype.
31017         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31018         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31019         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31020         'const void *' rather than 'const char *'.
31021         (Host Address Functions): Likewise for inet_ntop.
31022         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31023         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31024         ssize_t for return value.
31025         (Sending Data): Likewise for send, sendto, sendmsg.
31026         (Socket Option Functions): Add a missing const in setsockopt prototype.
31027         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31028         use wchar_t for the argument.
31029         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31030         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31031         take no arguments.
31032         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31033         double/float/long double for second argument.
31034         Fix return types of significand, significandf, significandl.
31035         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31036         argument in fchmod prototype.
31037         (File Owner): Use uid_t and gid_t in fchown prototype.
31038         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31039         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31040         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31041         use 'const struct dirent **' as argument types to CMP function pointer
31042         argument.
31043         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31044         (File Times): Fix summary magic @comment for struct utimbuf and utime
31045         to refer to utime.h, not time.h.
31046         * manual/string.texi (Argz Functions): Add missing const in
31047         argz_extract and argz_next prototypes.
31048         (Finding Tokens in a String): Likewise for basename.
31049         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31050         (Copying and Concatenation): Fix typo in wmemmove prototype.
31051         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31052         (Signal Stack): Remove erroneous const in sigstack prototype.
31053         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31054         prototype.
31055         (Simple Calendar Time): Likewise for stime.
31056         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31057         prototype.
31058         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31059         say sys/sysctl.h instead.
31060         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31061         and vsyslog prototypes.
31063 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31065         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31066         Remove.
31068 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31070         * misc/sys/mman.h: Fix typo in mremap comment.
31072 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31074         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31075         the '\0' terminator.
31077 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31079         [BZ #13550]
31080         * debug/segfault.c: Don't include <bp-checks.h>.
31081         * sysdeps/generic/bp-checks.h: Remove file.
31082         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31083         (__GETDENTS): Don't use CHECK_N.
31084         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31085         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31086         (__getgroups): Don't use CHECK_N.
31087         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31088         (setgroups): Don't use CHECK_N.
31089         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31090         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31091         (__libc_msgrcv): Don't use CHECK_N.
31092         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31093         (__libc_msgsnd): Don't use CHECK_N.
31094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31095         <bp-checks.h>.
31096         (__libc_pread): Don't use CHECK_N.
31097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31098         include <bp-checks.h>.
31099         (__libc_pread64): Don't use CHECK_N.
31100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31101         include <bp-checks.h>.
31102         (__libc_pwrite): Don't use CHECK_N.
31103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31104         include <bp-checks.h>.
31105         (__libc_pwrite64): Don't use CHECK_N.
31106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31107         <bp-checks.h>.
31108         (__libc_pread): Don't use CHECK_N.
31109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31110         include <bp-checks.h>.
31111         (__libc_pread64): Don't use CHECK_N.
31112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31113         include <bp-checks.h>.
31114         (__libc_pwrite): Don't use CHECK_N.
31115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31116         include <bp-checks.h>.
31117         (__libc_pwrite64): Don't use CHECK_N.
31118         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31119         (do_pread): Don't use CHECK_N.
31120         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31121         (do_pread64): Don't use CHECK_N.
31122         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31123         (do_pwrite): Don't use CHECK_N.
31124         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31125         (do_pwrite64): Don't use CHECK_N.
31126         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31127         (__libc_readv): Don't use CHECK_N.
31128         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31129         (semop): Don't use CHECK_N.
31130         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31131         <bp-checks.h>.
31132         (semtimedop): Don't use CHECK_N.
31133         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31134         (__libc_pread): Don't use CHECK_N.
31135         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31136         <bp-checks.h>.
31137         (__libc_pread64): Don't use CHECK_N.
31138         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31139         <bp-checks.h>.
31140         (__libc_pwrite): Don't use CHECK_N.
31141         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31142         <bp-checks.h>.
31143         (__libc_pwrite64): Don't use CHECK_N.
31144         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31145         <bp-checks.h>.
31146         (__libc_msgrcv): Don't use CHECK_N.
31147         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31148         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31149         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31150         (__libc_writev): Don't use CHECK_N.
31152 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31154         * string/strcpy.c: Removed unused variable.
31156         * Makeconfig (+sysdep-includes): Define with := rather than =.
31157         Use an existing include/ subdir of each sysdeps dir before it.
31159 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31161         * nscd/connection.c (register_traced_file): Comment function.
31162         [HAVE_INOTIFY] (union __inev): Define.
31163         [HAVE_INOTIFY] (inotify_check_files): New function.
31164         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31165         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31166         clear_db_cache.
31167         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31169 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31171         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31172         loaded if not already and that a failure is permanent.
31174 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31176         [BZ #15006]
31177         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31178         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31180 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31182         [BZ #13550]
31183         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31184         (CHECK_1_NULL_OK): Likewise.
31185         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31186         (__fxstat): Do not use CHECK_1.
31187         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31188         <bp-checks.h>.
31189         (___fxstat64): Do not use CHECK_1.
31190         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31191         <bp-checks.h>.
31192         (__fxstatat): Do not use CHECK_1.
31193         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31194         <bp-checks.h>.
31195         (__fxstatat64): Do not use CHECK_1.
31196         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31197         <bp-checks.h>.
31198         (__fxstat): Do not use CHECK_1.
31199         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31200         <bp-checks.h>.
31201         (__fxstatat): Do not use CHECK_1.
31202         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31203         <bp-checks.h>.
31204         (__getresgid): Do not use CHECK_1.
31205         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31206         <bp-checks.h>.
31207         (__getresuid): Do not use CHECK_1.
31208         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31209         <bp-checks.h>.
31210         (__lxstat): Do not use CHECK_1.
31211         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31212         <bp-checks.h>.
31213         (__old_msgctl): Do not use CHECK_1.
31214         (__new_msgctl): Likewise.
31215         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31216         <bp-checks.h>.
31217         (__new_setrlimit): Do not use CHECK_1.
31218         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31219         <bp-checks.h>.
31220         (__old_shmctl): Do not use CHECK_1.
31221         (__new_shmctl): Likewise.
31222         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31223         <bp-checks.h>.
31224         (__xstat): Do not use CHECK_1.
31225         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31226         (__lxstat): Do not use CHECK_1.
31227         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31228         <bp-checks.h>.
31229         (___lxstat64): Do not use CHECK_1.
31230         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31231         (__old_msgctl): Do not use CHECK_1.
31232         (__new_msgctl): Likewise.
31233         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31234         <bp-checks.h>.
31235         (__gettimeofday): Do not use CHECK_1.
31236         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31237         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31238         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31239         <bp-checks.h>.
31240         (__gettimeofday): Do not use CHECK_1.
31241         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31242         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31243         (__new_shmctl): Do not use CHECK_1.
31244         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31245         <bp-checks.h>.
31246         (do_sigtimedwait): Do not use CHECK_1.
31247         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31248         <bp-checks.h>.
31249         (do_sigwaitinfo): Do not use CHECK_1.
31250         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31251         <bp-checks.h>.
31252         (msgctl): Do not use CHECK_1.
31253         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31254         <bp-checks.h>.
31255         (shmctl): Do not use CHECK_1.
31256         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31257         (ustat): Do not use CHECK_1.
31258         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31259         <bp-checks.h>.
31260         (__fxstat): Do not use CHECK_1.
31261         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31262         <bp-checks.h>.
31263         (__fxstatat): Do not use CHECK_1.
31264         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31265         <bp-checks.h>.
31266         (__lxstat): Do not use CHECK_1.
31267         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31268         <bp-checks.h>.
31269         (__xstat): Do not use CHECK_1.
31270         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31271         (__xstat): Do not use CHECK_1.
31272         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31273         (___xstat64): Do not use CHECK_1.
31275         [BZ #13550]
31276         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31277         definitions.
31278         (CHECK_BOUNDS_HIGH): Likewise.
31279         * string/strcpy.c: Do not include <bp-checks.h>.
31280         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31282 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31284         * nscd/nscd-client.h (__nscd_drop_map_ref):
31285         Add __attribute__ ((unused)).
31286         * nis/nss-nisplus.h (niserr2nss): Likewise.
31288         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31289         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31291         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31292         Remove inline keyword.
31293         * include/rounding-mode.h (round_away): Likewise.
31294         * libio/wfileops.c (adjust_wide_data): Likewise.
31295         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31296         (__m128i_strloadu_tolower): Likewise.
31297         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31298         (__m128i_strloadu_tolower): Likewise.
31299         * time/mktime.c (ydhms_diff): Likewise.
31300         * locale/elem-hash.h (elem_hash): Likewise.
31301         * locale/setlocale.c (setdata): Likewise.
31302         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31303         (re_string_wchar_at): Likewise.
31304         (bitset_not, bitset_merge, bitset_mask): Likewise.
31305         [!(__GNUC__ > 3)] (inline): Remove macro.
31306         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31307         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31308         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31309         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31310         * string/memcmp.c (memcmp_bytes): Likewise.
31311         * locale/programs/locarchive.c (compute_hashval): Likewise.
31312         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31313         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31314         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31315         * nss/getent.c (print_rpc, print_protocols): Likewise.
31316         (print_passwd, print_group, print_aliases): Likewise.
31317         * nis/nss-nisplus.h (niserr2nss): Likewise.
31318         * nscd/connections.c (restart_p): Likewise.
31319         Change return type to bool.
31321 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31323         * Makeconfig (all-Depend-files): Add existing
31324         $(sorted-subdirs:=/Depend) files.
31325         (all-subdirs): Remove nss.
31326         * sysdeps/unix/inet/Subdirs: Add it here instead.
31327         * hesiod/Depend: New file.
31329         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31330         instead of calling alloca.
31332         * io/lseek.c (__lseek): Rename to __libc_lseek.
31333         Define __lseek as an alias.
31335         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31337 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31339         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31340         else clause and remove check for non-standard endianness.
31342 2013-02-04  David S. Miller  <davem@davemloft.net>
31344         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31346 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31348         [BZ #13550]
31349         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31350         (__ubp_memchr): Remove prototype.
31351         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31352         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31353         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31354         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31355         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31356         Remove alias.
31357         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31358         (__ubp_memchr): Likewise.
31359         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31360         (__ubp_memchr): Likewise.
31361         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31362         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31363         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31364         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31365         CHECK_STRING.
31366         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31367         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31368         (__getcwd): Do not use CHECK_STRING.
31369         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31370         <bp-checks.h>.
31371         (__real_chown): Do not use CHECK_STRING.
31372         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31373         <bp-checks.h>.
31374         (fchownat): Do not use CHECK_STRING.
31375         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31376         CHECK_STRING.
31377         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31378         <bp-checks.h>.
31379         (__lchown): Do not use CHECK_STRING.
31380         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31381         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31382         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31383         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31385         include <bp-checks.h>.
31386         (truncate64): Do not use CHECK_STRING.
31387         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31388         <bp-checks.h>.
31389         (__real_chown): Do not use CHECK_STRING.
31390         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31391         <bp-checks.h>.
31392         (__lchown): Do not use CHECK_STRING.
31393         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31394         <bp-checks.h>.
31395         (__chown): Do not use CHECK_STRING.
31396         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31397         <bp-checks.h>.
31398         (truncate64): Do not use CHECK_STRING.
31399         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31400         Likewise.
31401         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31402         (__xmknod): Do not use CHECK_STRING.
31403         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31404         <bp-checks.h>.
31405         (__xmknodat): Do not use CHECK_STRING.
31406         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31407         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31409 2013-02-04  Andreas Schwab  <schwab@suse.de>
31411         [BZ #14142]
31412         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31413         * include/netdb.h: Likewise for h_errno.
31414         * elf/tst-stackguard1.c: Include <tls.h>.
31416 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31418         * elf/link.h (struct link_map): Extend the l_addr comment.
31419         * include/link.h (struct link_map): Likewise.
31421 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31423         [BZ #13550]
31424         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31425         (BOUNDED_1): Remove macro.
31426         * debug/backtrace.c: Don't include <bp-checks.h>.
31427         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31428         (__backtrace): Likewise.
31429         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31430         <bp-checks.h>.
31431         (__backtrace): Don't use BOUNDED_1.
31432         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31433         <bp-checks.h>.
31434         (__backtrace): Don't use BOUNDED_1.
31435         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31436         (__backtrace): Don't use BOUNDED_1.
31437         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31438         (shmat): Don't use BOUNDED_N.
31440 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31442         [BZ #13550]
31443         * sysdeps/generic/bp-start.h: Remove file.
31444         * csu/libc-start.c: Don't include <bp-start.h>.
31445         (LIBC_START_MAIN): Set up __environ directly instead of using
31446         INIT_ARGV_and_ENVIRON.
31447         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31448         <bp-start.h>.
31450         [BZ #13550]
31451         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31452         definitions.
31453         (CHECK_FCNTL): Likewise.
31454         (CHECK_N_PAGES): Likewise.
31456         [BZ #13550]
31457         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31458         definitions.
31459         (CHECK_SIGSET_NULL_OK): Likewise.
31460         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31461         <bp-checks.h>.
31462         (sigpending): Don't use CHECK_SIGSET.
31463         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31464         <bp-checks.h>.
31465         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31466         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31467         <bp-checks.h>.
31468         (do_sigsuspend): Don't use CHECK_SIGSET.
31469         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31470         use CHECK_SIGSET.
31471         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31472         (do_sigwait): Don't use CHECK_SIGSET.
31473         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31474         use CHECK_SIGSET.
31475         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31476         include <bp-checks.h>.
31477         (sigpending): Don't use CHECK_SIGSET.
31478         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31479         include <bp-checks.h>.
31480         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31481         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31482         <bp-checks.h>.
31483         (sigpending): Don't use CHECK_SIGSET.
31484         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31485         <bp-checks.h>.
31486         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31488         [BZ #13550]
31489         * sysdeps/generic/bp-semctl.h: Remove file.
31490         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31491         <bp-checks.h> and <bp-semctl.h>.
31492         (__old_semctl): Don't use CHECK_SEMCTL.
31493         (__new_semctl): Likewise.
31494         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31495         and <bp-semctl.h>.
31496         (__old_semctl): Don't use CHECK_SEMCTL.
31497         (__new_semctl): Likewise.
31498         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31499         <bp-checks.h> and <bp-semctl.h>.
31500         (__old_semctl): Don't use CHECK_SEMCTL.
31501         (__new_semctl): Likewise.
31502         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31503         <bp-checks.h> and <bp-semctl.h>.
31504         (semctl): Don't use CHECK_SEMCTL.
31506         [BZ #13550]
31507         * Makerules (elide-bp-thunks): Remove variable.
31508         (elide-routines.oS): Don't use $(elide-bp-thunks).
31509         (elide-routines.os): Likewise.
31510         (elide-routines.o): Likewise.
31511         (elide-routines.op): Likewise.
31512         (elide-routines.og): Likewise.
31513         (objects): Don't use $(bp-thunks).
31514         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31515         include.
31516         (common-generated): Do not add s-proto-bp.d.
31517         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31518         (int): Likewise.
31519         (typ): Likewise.
31520         Do not generate makefile rules for bounded-pointer thunks.
31521         * sysdeps/generic/bp-thunks.h: Remove file.
31522         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31523         * sysdeps/unix/s-proto-bp.S: Likewise.
31525         [BZ #15062]
31526         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31527         parts of result separately when argument is not close to line from
31528         -i to i and one part of argument is small.
31529         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31530         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31531         * math/libm-test.inc (cacos_test): Add more tests.
31532         (casin_test): Likewise.
31533         (casinh_test): Likewise.
31534         * sysdeps/i386/fpu/libm-test-ulps: Update.
31535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31537 2013-01-31  David S. Miller  <davem@davemloft.net>
31539         * po/de.po: Update from translation team.
31541 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31543         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31545 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31547         * configure.in (_AC_PROG_CC_C89): New definition.
31548         * configure: Regenerate.
31550         * configure.in (AC_PROG_CPP): New definition.
31551         * configure: Regenerate.
31553 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31555         * debug/tst-backtrace.h: New file.
31556         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31557         (ret): Remove variable.
31558         (x): Likewise.
31559         (FAIL): Remove macro.
31560         (NO_INLINE): Likewise.
31561         (fn1): Use match function instead of strstr.
31562         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31563         (ret): Remove variable.
31564         (x): Likewise.
31565         (FAIL): Remove macro.
31566         (NO_INLINE): Likewise.
31567         (fn): Use match function instead of strstr.
31568         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31569         (ret): Remove variable.
31570         (x): Likewise.
31571         (FAIL): Remove macro.
31572         (NO_INLINE): Likewise.
31573         (handle_signal): Use match function instead of strstr.
31574         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31575         (ret): Remove variable.
31576         (x): Likewise.
31577         (FAIL): Remove macro.
31578         (NO_INLINE): Likewise.
31579         (handle_signal): Use match function instead of strstr.
31581 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31583         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31585 2013-01-23  David S. Miller  <davem@davemloft.net>
31587         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31588         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31589         argument of CAS if possible.
31590         * sysdeps/sparc/sparc64/bits/atomic.h
31591         (__arch_compare_and_exchange_val_32_acq): Likewise.
31592         (__arch_compare_and_exchange_val_64_acq): Likewise.
31594 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31596         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31597         * sysdeps/posix/ulimit.c: ... this.
31598         Include <limits.h>.
31599         * sysdeps/unix/bsd/ulimit.c: Remove file.
31601 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31603         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31604         (LDFLAGS-tst-array5): Likewise.
31606 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31608         [BZ #15036]
31609         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31610         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31611         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31612         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31614 2013-01-21  David S. Miller  <davem@davemloft.net>
31616         * sysdeps/sparc/backtrace.c: New file.
31617         * sysdeps/sparc/sparc32/backtrace.h: New file.
31618         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31619         * sysdeps/sparc/sparc64/backtrace.h: New file.
31620         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31621         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31622         -funwind-tables.
31624 2013-01-21  Andreas Schwab  <schwab@suse.de>
31626         [BZ #15020]
31627         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31628         closed its stdout.
31630 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31632         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31633         "mpa2.h".
31634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31636 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31637             Mark Mitchell  <mark@codesourcery.com>
31638             Tom de Vries  <tom@codesourcery.com>
31639             Paul Pluzhnikov  <ppluzhnikov@google.com>
31641         * debug/tst-backtrace2.c: New file.
31642         * debug/tst-backtrace3.c: Likewise.
31643         * debug/tst-backtrace4.c: Likewise.
31644         * debug/tst-backtrace5.c: Likewise.
31645         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31646         (CFLAGS-tst-backtrace3.c): Likewise.
31647         (CFLAGS-tst-backtrace4.c): Likewise.
31648         (CFLAGS-tst-backtrace5.c): Likewise.
31649         (LDFLAGS-tst-backtrace2): Likewise.
31650         (LDFLAGS-tst-backtrace3): Likewise.
31651         (LDFLAGS-tst-backtrace4): Likewise.
31652         (LDFLAGS-tst-backtrace5): Likewise.
31653         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31654         tst-backtrace4 and tst-backtrace5.
31656 2013-01-18  Anton Blanchard  <anton@samba.org>
31657             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31659         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31660         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31661         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31662         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31664         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31665         "+r" and remove output regs list as redundant.  Add explicit inline
31666         asm to specify register of return val to work around compiler codegen
31667         bug.  Remove (int) cast on return value.  Add return type parameter to
31668         use in macro so that this macro does not truncate return value for
31669         64-bit values.
31670         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31671         pass to INTERNAL_VSYSCALL_NCS.
31672         (INLINE_VSYSCALL): Add 'long int' as return type to
31673         INTERNAL_VSYSCALL_NCS macro invocation.
31674         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31675         INTERNAL_VSYSCALL_NCS macro invocation.
31676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31678 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31680         [BZ #14496]
31681         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31682         Fix application of SIMD FP exception mask.
31684         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31685         mp_no from a power of two.
31686         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31687         __mpexp_twomm1.  Use __pow_mp.
31689         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31690         multiplication.
31692 2013-01-17  David S. Miller  <davem@davemloft.net>
31694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31696 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31698         [BZ #15023]
31699         * include/complex.h: Condition contents on [!_COMPLEX_H].
31700         (__kernel_casinhf): New prototype.
31701         (__kernel_casinh): Likewise.
31702         (__kernel_casinhl): Likewise.
31703         * math/Makefile (libm_calls): Add k_casinh.
31704         * math/k_casinh.c: New file.
31705         * math/k_casinhf.c: Likewise.
31706         * math/k_casinhl.c: Likewise.
31707         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31708         finite nonzero arguments.
31709         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31710         finite nonzero arguments.
31711         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31712         finite nonzero arguments.
31713         * math/s_casinh.c: Do not include <float.h>.
31714         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31715         * math/s_casinhf.c: Do not include <float.h>.
31716         (__casinhf): Move code for finite nonzero arguments to
31717         k_casinhf.c.
31718         * math/s_casinhl.c: Do not include <float.h>.
31719         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31720         redefine.
31721         (__casinhl): Move code for finite nonzero arguments to
31722         k_casinhl.c.
31723         * math/libm-test.inc (cacos_test): Add more tests.
31724         * sysdeps/i386/fpu/libm-test-ulps: Update.
31725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31727 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31729         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31730         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31731         [!HAVE_MREMAP]: Remove [defined linux] case.
31732         * malloc/arena.c: Do not include <malloc-sysdep.h>.
31734 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31736         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31738 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
31740         * elf/elf.h (R_386_SIZE32): New relocation.
31741         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31742         R_386_SIZE32.
31743         (elf_machine_rela): Likewise.
31744         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31745         R_X86_64_SIZE64 and R_X86_64_SIZE32.
31747 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31749         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31750         (FP_FAST_FMA): Do not define.
31751         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31752         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31753         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31754         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31755         !_SOFT_FLOAT]: Likewise.
31756         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31757         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31758         value.
31759         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31760         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31761         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31762         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31763         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31764         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31765         file.
31767 2013-01-16  Andreas Schwab  <schwab@suse.de>
31769         [BZ #14327]
31770         * include/stdlib.h (__mktemp): Add declaration.
31771         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31772         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31774 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31776         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31777         definitions.
31778         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31779         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31780         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31781         definitions here.
31782         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31783         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31784         definitions.
31785         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31786         and ONE.
31787         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31788         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31789         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31790         definitions.
31791         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31792         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31793         definitions.
31794         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31796         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31798 2013-01-15  David S. Miller  <davem@davemloft.net>
31800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31801         trunc{,f} to libm-sysdep_routes.
31802         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31804         file.
31805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31807         file.
31808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31809         file.
31810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31812         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31813         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31814         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31815         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31816         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31817         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31820         nearbyint{,f} to libm-sysdep_routes.
31821         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31823         New file.
31824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31825         file.
31826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31827         New file.
31828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31829         file.
31830         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31831         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31832         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31833         file.
31834         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31835         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31836         file.
31837         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31838         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31839         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31841         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31842         libc_feholdexcept and libc_fesetenv.
31844 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31846         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31848 2013-01-14  David S. Miller  <davem@davemloft.net>
31850         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31851         (SPARC_ASM_VIS2_IFUNC): Likewise.
31852         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31854         use of 'siam' instruction.
31855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31856         Likewise.
31857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31858         Likewise.
31859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31860         Likewise.
31861         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31862         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31863         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31864         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31866         file.
31867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31868         file.
31869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31870         file.
31871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31872         file.
31873         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31874         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31875         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31876         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31878         new VIS2 routines.
31879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31882         Likewise.
31883         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31884         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31885         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31886         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31888         routines to libm-sysdep_routines.
31889         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31892         fdim/fdimf to libm-sysdep_routines.
31893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31894         file.
31895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31897         file.
31898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31899         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31900         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31901         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31902         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31903         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31904         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31906 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31908         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31909         to optimize copies.
31911         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31913         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31915         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31916         local variable MPTWO.
31917         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31918         Likewise.
31920 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31922         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31923         GLOB_NOESCAPE.
31925 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31927         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31929 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31931         * manual/pattern.texi (glob_t): Document gl_flags.
31932         (glob64_t): Likewise.
31934 2013-01-11  David S. Miller  <davem@davemloft.net>
31936         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31937         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31938         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31939         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31940         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31941         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31942         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31943         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31944         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31945         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31946         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31947         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31948         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31950         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31951         sparc V9 rather than using V8 code.
31952         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31953         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31955         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31956         Move to...
31957         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31958         Here.
31960 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31962         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31963         not in the main loop.
31964         * configure: Regenerated.
31966 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31968         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31969         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31970         to just #else.
31971         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31972         [!__GLIBC_HAVE_LONG_LONG] case.
31973         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31974         condition to just #else.
31975         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31976         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31977         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31978         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31979         unconditional.
31980         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31981         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31982         #elif condition to just #else.
31983         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31984         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31985         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31986         #elif condition to just #else.
31988 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31990         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31991         (EF_MIPS_ARCH_64): Fix value.
31992         (EF_MIPS_ARCH_32R2): New.
31993         (EF_MIPS_ARCH_64R2): New.
31995 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31997         * Makeconfig (+link-pie-before-libc): New.
31998         (+link-pie-after-libc): Likewise.
31999         (+link-pie-tests): Likewise.
32000         (+link-pie): Rewritten.
32001         (link-before-libc): Remove $(config-LDFLAGS).
32002         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32003         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32004         (config-LDFLAGS): Renamed to ...
32005         (rtld-LDFLAGS): This.
32006         (rtld-tests-LDFLAGS): New macro.
32007         (link-libc-rpath-link): Likewise.
32008         (link-libc-tests-rpath-link): Likewise.
32009         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32010         (link-libc): Prepand $(link-libc-rpath-link).
32011         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32012         (test-program-prefix): New macro.
32013         (test-via-rtld-prefix): Likewise.
32014         (test-program-cmd): Likewise.
32015         (host-test-program-cmd): Likewise.
32016         * Makefile ($(common-objpfx)testrun.sh): Replace
32017         $(run-program-prefix) with $(test-program-prefix).
32018         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32019         $(rtld-LDFLAGS).
32020         ($(common-objpfx)shlib.lds): Likewise.
32021         (build-module-helper): Likewise.
32022         ($(common-objpfx)format.lds): Likewise.
32023         * Rules (binaries-pie-tests): New.
32024         (binaries-pie-notests): Likewise.
32025         (binaries-pie): Rewritten.
32026         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32027         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32028         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32029         (make-test-out): Replace $(host-built-program-cmd) with
32030         $(host-test-program-cmd).
32031         * config.make.in (build-hardcoded-path-in-tests): New variable.
32032         * configure.in (--enable-hardcoded-path-in-tests): New configure
32033         option.
32034         (hardcoded_path_in_tests): New AC_SUBST.
32035         * configure: Regenerated.
32036         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32037         $(built-program-cmd) with $(test-program-cmd).
32038         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32039         (test_program_cmd): This.
32040         * elf/Makefile ($(objpfx)order.out): Run test with
32041         $(test-program-prefix).
32042         ($(objpfx)order2.out): Likewise.
32043         ($(objpfx)tst-initorder.out): Likewise.
32044         ($(objpfx)tst-initorder2.out): Likewise.
32045         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32046         $(test-program-cmd).
32047         ($(objpfx)tst-array1-static.out): Likewise.
32048         ($(objpfx)tst-array2.out): Likewise.
32049         ($(objpfx)tst-array3.out): Likewise.
32050         ($(objpfx)tst-array4.out): Likewise.
32051         ($(objpfx)tst-array5.out): Likewise.
32052         ($(objpfx)tst-array5-static.out): Likewise.
32053         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32054         $(test-program-cmd).
32055         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32056         $(run-program-prefix) with $(test-program-prefix).
32057         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32058         (test_program_prefix): This.
32059         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32060         $(run-program-prefix) with $(test-program-prefix).
32061         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32062         (test_program_prefix): This.
32063         * iconvdata/tst-tables.sh: Likewise.
32064         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32065         $(run-program-prefix) with $(test-program-prefix).
32066         ($(objpfx)tst-translit.out): Likewise.
32067         ($(objpfx)tst-gettext2.out): Likewise.
32068         ($(objpfx)tst-gettext4.out): Likewise.
32069         ($(objpfx)tst-gettext6.out): Likewise.
32070         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32071         (test_program_prefix): This.
32072         * intl/tst-gettext2.sh: Likewise.
32073         * intl/tst-gettext4.sh  Likewise.
32074         * intl/tst-gettext6.sh: Likewise.
32075         * intl/tst-translit.sh: Likewise.
32076         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32077         with $(test-program-cmd).
32078         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32079         $(run-program-prefix) with $(test-program-prefix).
32080         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32081         (test_program_prefix): This.
32082         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32083         $(run-program-prefix) with $(test-program-prefix).
32084         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32085         (test_program_prefix): This.
32086         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32087         * posix/Makefile ($(objpfx)globtest.out): Replace
32088         $(run-via-rtld-prefix) and $(test-wrapper) with
32089         $(test-program-prefix) and $(test-via-rtld-prefix).
32090         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32091         $(test-program-prefix).
32092         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32093         $(host-test-program-cmd).
32094         (tst-spawn-ARGS): Likewise.
32095         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32096         $(test-program-prefix).
32097         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32098         (test_via_rtld_prefix): This.
32099         (test_wrapper): Renamed to ...
32100         (test_program_prefix): This.
32101         (run_program_prefix): Replaced by test_program_prefix.
32102         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32103         (test_program_prefix): This.
32104         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32105         with $(host-test-program-cmd).
32106         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32107         $(run-program-prefix) with $(test-program-prefix).
32108         ($(objpfx)tst-printf.out): Likewise.
32109         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32110         $(test-program-cmd).
32111         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32112         (test_program_prefix): This.
32113         * stdio-common/tst-unbputc.sh: Likewise.
32114         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32115         $(run-program-prefix) with $(test-program-prefix).
32116         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32117         (test_program_prefix): This.
32118         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32119         $(built-program-cmd) with $(test-program-cmd).
32121 2013-01-11  Andreas Jaeger  <aj@suse.de>
32123         [BZ #15003]
32124         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32125         value. Sync with Linux 3.7.
32127 2013-01-10  David S. Miller  <davem@davemloft.net>
32129         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32130         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32131         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32133 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32135         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32136         never set.
32137         * configure: Regenerated.
32139 2013-01-10  David S. Miller  <davem@davemloft.net>
32141         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32142         sparc V9 rather than using V8 code.
32143         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32144         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32146 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32148         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32149         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32150         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32151         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32152         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32153         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32154         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32155         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32156         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32157         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32158         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32159         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32160         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32161         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32162         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32163         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32164         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32165         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32166         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32167         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32168         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32169         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32170         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32171         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32172         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32173         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32174         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32176 2013-01-10  David S. Miller  <davem@davemloft.net>
32178         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32180 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32182         * posix/Makefile (tests-static): New variable.
32183         (tests): Add $(tests-static).
32184         (tst-exec-static-ARGS): New variable.
32185         (tst-spawn-static-ARGS): Likewise.
32186         * posix/tst-exec-static.c: New file.
32187         * posix/tst-spawn-static.c: Likewise.
32188         * posix/tst-exec.c: Support run directly.
32189         * posix/tst-spawn.c: Likewise.
32191 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32193         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32194         long.
32195         * math/bits/mathcalls.h (llrint): Likewise.
32196         (llround): Likewise.
32197         * stdlib/stdlib.h (struct drand48_data): Likewise.
32198         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32199         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32200         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32201         Likewise.
32202         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32203         Likewise.
32204         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32205         (elf_greg_t): Likewise.
32206         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32207         (__jmp_buf): Likewise.
32208         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32209         definitions.
32210         (llrint): Likewise, for all definitions.
32211         (llrintl): Likewise.
32213         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32214         Remove [__GNUC__] condition.
32215         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32216         condition to just [__USE_ISOC99].
32217         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32219 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32221         [BZ #14200]
32222         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32223         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32224         defined.
32225         (_POSIX_V6_ILP32_OFF32): Likewise.
32226         (_XBS5_ILP32_OFF32): Likewise.
32227         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32228         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32230 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32232         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32234         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32235         doubles __mpexp_twomm1.  Adjust usage.
32236         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32237         Remove.
32239 2013-01-10  Andreas Schwab  <schwab@suse.de>
32241         [BZ #14964]
32242         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32243         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32245 2013-01-09  David S. Miller  <davem@davemloft.net>
32247         [BZ #15003]
32248         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32249         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32250         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32251         (TCP_FASTOPEN): Define.
32252         (tcp_repair_opt): New structure.
32253         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32254         enum values.
32255         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32256         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32257         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32258         (tcp_cookie_transactions): New structure.
32260 2013-01-09  Anton Blanchard  <anton@samba.org>
32262         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32263         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32264         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32265         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32267 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32269         * include/features.h (__USE_ANSI): Remove.
32271 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32273         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32275         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32277 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32279         * sysdeps/s390/fpu/libm-test-ulps: Update.
32281         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32283         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32284         (__acr): Likewise.
32285         (__cpy): Likewise.
32286         (norm): Likewise.
32287         (denorm): Likewise.
32288         (__mp_dbl): Likewise.
32289         (__dbl_mp): Likewise.
32290         (add_magnitudes): Likewise.
32291         (sub_magnitudes): Likewise.
32292         (__add): Likewise.
32293         (__sub): Likewise.
32294         (__mul): Likewise.
32295         (__inv): Likewise.
32296         (__dvd): Likewise.
32297         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32298         (__acr): Likewise.
32299         (__cpy): Likewise.
32300         (norm): Likewise.
32301         (denorm): Likewise.
32302         (__mp_dbl): Likewise.
32303         (__dbl_mp): Likewise.
32304         (add_magnitudes): Likewise.
32305         (sub_magnitudes): Likewise.
32306         (__add): Likewise.
32307         (__sub): Likewise.
32308         (__mul): Likewise.
32309         (__inv): Likewise.
32310         (__dvd): Likewise.
32311         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32312         (__acr): Likewise.
32313         (__cpy): Likewise.
32314         (norm): Likewise.
32315         (denorm): Likewise.
32316         (__mp_dbl): Likewise.
32317         (__dbl_mp): Likewise.
32318         (add_magnitudes): Likewise.
32319         (sub_magnitudes): Likewise.
32320         (__add): Likewise.
32321         (__sub): Likewise.
32322         (__mul): Likewise.
32323         (__inv): Likewise.
32324         (__dvd): Likewise.
32326 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32328         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32329         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32330         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32331         2 && __USE_EXTERN_INLINES]: Likewise.
32333 2013-01-08  Andreas Jaeger  <aj@suse.de>
32335         [BZ# 14985]
32336         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32337         Remove.
32338         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32339         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32341 2013-01-07  Anton Blanchard  <anton@samba.org>
32343         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32344         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32345         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32346         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32347         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32348         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32349         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32350         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32351         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32352         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32353         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32354         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32355         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32356         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32357         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32358         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32359         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32360         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32361         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32362         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32363         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32364         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32365         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32366         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32367         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32368         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32369         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32370         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32371         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32372         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32373         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32374         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32375         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32376         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32377         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32378         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32379         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32380         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32381         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32382         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32383         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32384         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32385         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32387 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32389         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32390         (__MALLOC_PMT): Likewise.
32391         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32392         [__GNUC__], only on [_LIBC].
32393         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32394         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32395         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32396         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32397         forward declaration.
32398         (realloc_hook_ini): Likewise.
32399         (memalign_hook_ini): Likewise.
32400         (__libc_memalign): Do not use __MALLOC_PMT in variable
32401         declaration.
32402         (__libc_valloc): Likewise.
32403         (__libc_pvalloc): Likewise.
32404         (__libc_calloc): Likewise.
32405         (__posix_memalign): Likewise.
32407         [BZ #14996]
32408         * math/s_casinh.c: Include <float.h>.
32409         (__casinh): Do not do computation with squaring and square root
32410         for large arguments.
32411         * math/s_casinhf.c: Include <float.h>.
32412         (__casinhf): Do not do computation with squaring and square root
32413         for large arguments.
32414         * math/s_casinhl.c: Include <float.h>.
32415         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32416         (__casinhl): Do not do computation with squaring and square root
32417         for large arguments.
32418         * math/libm-test.inc (casin_test): Add more tests.
32419         (casinh_test): Likewise.
32420         * sysdeps/i386/fpu/libm-test-ulps: Update.
32421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32423 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32425         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32426         (__x86_64_raw_data_cache_size): Likewise.
32427         (__x86_64_data_cache_size_half): Likewise.
32428         (__x86_64_raw_data_cache_size_half): Likewise.
32429         (__x86_64_shared_cache_size): Likewise.
32430         (__x86_64_raw_shared_cache_size): Likewise.
32431         (__x86_64_shared_cache_size_half): Likewise.
32432         (__x86_64_raw_shared_cache_size_half): Likewise.
32433         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32434         to ...
32435         (__x86_data_cache_size): This.
32436         (__x86_64_raw_data_cache_size): Renamed to ...
32437         (__x86_raw_data_cache_size): This.
32438         (__x86_64_data_cache_size_half): Renamed to ...
32439         (__x86_data_cache_size_half): This.
32440         (__x86_64_raw_data_cache_size_half): Renamed to ...
32441         (__x86_raw_data_cache_size_half): This.
32442         (__x86_64_shared_cache_size): Renamed to ...
32443         (__x86_shared_cache_size): This.
32444         (__x86_64_raw_shared_cache_size): Renamed to ...
32445         (__x86_raw_shared_cache_size): This.
32446         (__x86_64_shared_cache_size_half): Renamed to ...
32447         (__x86_shared_cache_size_half): This.
32448         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32449         (__x86_raw_shared_cache_size_half): This.
32450         * sysdeps/x86_64/memcpy.S: Updated.
32451         * sysdeps/x86_64/memset.S: Likewise.
32452         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32453         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32454         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32456 2013-01-04  David S. Miller  <davem@davemloft.net>
32458         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32460 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32462         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32463         1 to avoid redefinition warning.
32464         (__USE_GNU): Don't define.
32465         (init_signaling_nan): Protoize.
32467         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32469 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32471         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32472         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32473         (__cpymn): Likewise.
32474         (norm): Remove commented code.
32475         (denorm): Likewise.
32476         (__mp_dbl): Likewise.
32477         (__inv): Likewise.
32478         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32479         (__cpymn): Likewise.
32480         (norm): Remove commented code.
32481         (denorm): Likewise.
32482         (__mp_dbl): Likewise.
32483         (__inv): Likewise.
32485         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32486         mp_no value for 1.0 and 2.0.
32487         (norm): Use RADIXI instead of radixi.d.
32488         (denorm): Likewise.
32489         (__mul): Use 0.0 instead of zero.d.
32490         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32491         mp_no value for 1.0 and 2.0.
32492         (norm): Use RADIXI instead of radixi.d.
32493         (denorm): Likewise.
32494         (__mul): Use 0.0 instead of zero.d.
32496 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32498         [BZ #14994]
32499         * math/s_casinh.c (__casinh): Reduce finite argument to first
32500         quadrant then set signs of results at the end.
32501         * math/s_casinhf.c (__casinhf): Likewise.
32502         * math/s_casinhl.c (__casinhl): Likewise.
32503         * math/libm-test.inc (casin_test): Add more tests.
32504         (casinh_test): Likewise.
32505         * sysdeps/i386/fpu/libm-test-ulps: Update.
32506         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32508 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32510         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32512         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32514         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32515         declarations.
32516         (denorm): Likewise.
32517         (__mp_dbl): Likewise.
32518         (__inv): Likewise.
32520         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32521         and adjust the header comment.
32523         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32524         variable name from declaration.
32526 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32528         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32529         Initialize COMMON_CPUID_INDEX_7 element.
32530         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32531         (CPUID_RTM): Likewise.
32532         (HAS_RTM): Likewise.
32533         (COMMON_CPUID_INDEX_7): New enum.
32535 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32537         [BZ #14981]
32538         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32539         size is zero, record memory as freed.
32541 2013-01-03  Andreas Jaeger  <aj@suse.de>
32543         * po/ia.po: Add new Interlingua translation.
32545 2012-01-03  Allan McRae  <allan@archlinux.org>
32547         * locale/programs/localedef.c: Fix description of '--posix' flag.
32549 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32551         * NEWS: Update dates in second copyright notice.
32552         * README: Update copyright dates in example.
32553         * manual/libc.texinfo: Update copyright dates.
32554         * scripts/test-installation.pl: Update copyright date in --version
32555         output.
32557         * hurd/ctty-input.c: Fix copyright notice formatting.
32558         * hurd/ctty-output.c: Likewise.
32559         * hurd/dtable.c: Likewise.
32560         * hurd/hurd-raise.c: Likewise.
32561         * hurd/hurdprio.c: Likewise.
32562         * hurd/msgportdemux.c: Likewise.
32563         * misc/sys/file.h: Likewise.
32564         * misc/sys/ioctl.h: Likewise.
32565         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32566         * sysdeps/mach/hurd/chdir.c: Likewise.
32567         * sysdeps/mach/hurd/fchdir.c: Likewise.
32568         * sysdeps/mach/hurd/rename.c: Likewise.
32569         * sysdeps/mach/hurd/rmdir.c: Likewise.
32570         * sysdeps/mach/hurd/seekdir.c: Likewise.
32571         * sysdeps/mach/hurd/setsid.c: Likewise.
32572         * sysdeps/posix/wait3.c: Likewise.
32574         * All files with FSF copyright notices: Update copyright dates
32575         using scripts/update-copyrights.
32576         * intl/plural.c: Regenerated.
32577         * locale/programs/charmap-kw.h: Likewise.
32578         * locale/programs/locfile-kw.h: Likewise.
32580 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32582         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32583         four values.
32585         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32586         calculation loop and add branch prediction.
32588         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32589         check access beyond bounds of m1np.
32591         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32592         MPTWO.
32593         (__inv): Remove local variable MPTWO to use the global
32594         constant.
32595         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32596         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32597         variable MPTWO.
32598         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32599         MP3HALFS static const.
32601 2013-01-01  David S. Miller  <davem@davemloft.net>
32603         * po/ca.po: Update from translation team.
32605 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32607         * scripts/update-copyrights: New file.
32608         * Makeconfig: Reformat copyright notice.
32609         * ctype/ctype.h: Likewise.
32610         * debug/swprintf_chk.c: Likewise.
32611         * elf/dl-cache.c: Likewise.
32612         * elf/dl-debug.c: Likewise.
32613         * elf/dl-object.c: Likewise.
32614         * grp/initgroups.c: Likewise.
32615         * hurd/Makefile: Likewise.
32616         * hurd/hurd/signal.h: Likewise.
32617         * hurd/hurdfault.c: Likewise.
32618         * hurd/hurdioctl.c: Likewise.
32619         * hurd/hurdlookup.c: Likewise.
32620         * hurd/intr-msg.c: Likewise.
32621         * iconv/gconv_open.c: Likewise.
32622         * libio/swprintf.c: Likewise.
32623         * locale/lc-ctype.c: Likewise.
32624         * locale/nl_langinfo.c: Likewise.
32625         * mach/Machrules: Likewise.
32626         * mach/Makefile: Likewise.
32627         * malloc/obstack.h: Likewise.
32628         * manual/Makefile: Likewise.
32629         * manual/tsort.awk: Likewise.
32630         * misc/bits/stab.def: Likewise.
32631         * nis/nis_print_group_entry.c: Likewise.
32632         * nis/nis_table.c: Likewise.
32633         * nis/nss_compat/compat-pwd.c: Likewise.
32634         * nis/nss_compat/compat-spwd.c: Likewise.
32635         * po/Makefile: Likewise.
32636         * posix/fnmatch.c: Likewise.
32637         * posix/regex.h: Likewise.
32638         * resolv/Makefile: Likewise.
32639         * resolv/nss_dns/dns-network.c: Likewise.
32640         * resolv/res_hconf.c: Likewise.
32641         * scripts/gen-sorted.awk: Likewise.
32642         * soft-fp/soft-fp.h: Likewise.
32643         * stdio-common/printf.h: Likewise.
32644         * stdlib/monetary.h: Likewise.
32645         * stdlib/random.c: Likewise.
32646         * stdlib/random_r.c: Likewise.
32647         * sysdeps/generic/Makefile: Likewise.
32648         * sysdeps/gnu/Makefile: Likewise.
32649         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32650         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32651         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32652         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32653         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32654         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32655         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32656         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32657         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32658         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32659         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32660         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32661         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32662         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32663         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32664         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32665         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32666         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32667         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32668         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32669         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32670         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32671         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32672         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32673         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32674         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32675         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32676         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32677         * sysdeps/mach/hurd/errnos.awk: Likewise.
32678         * sysdeps/mach/hurd/fork.c: Likewise.
32679         * sysdeps/mach/hurd/getcwd.c: Likewise.
32680         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32681         * sysdeps/mach/hurd/mmap.c: Likewise.
32682         * sysdeps/mach/hurd/utimes.c: Likewise.
32683         * sysdeps/mach/hurd/xmknod.c: Likewise.
32684         * sysdeps/posix/profil.c: Likewise.
32685         * sysdeps/posix/readdir_r.c: Likewise.
32686         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32687         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32688         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32689         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32690         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32691         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32692         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32693         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32694         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32695         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32696         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32697         * sysdeps/pthread/lio_listio.c: Likewise.
32698         * sysdeps/sparc/dl-procinfo.h: Likewise.
32699         * sysdeps/unix/i386/sysdep.S: Likewise.
32700         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32701         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32702         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32703         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32705         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32706         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32707         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32708         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32709         * sysdeps/wordsize-32/divdi3.c: Likewise.
32710         * time/sys/time.h: Likewise.
32711         * wcsmbs/Makefile: Likewise.
32713 2013-01-01  David S. Miller  <davem@davemloft.net>
32715         * po/fr.po: Update from translation team.
32717         * catgets/gencat.c: Update copyright year.
32718         * csu/version.c: Likewise.
32719         * debug/catchsegv.sh: Likewise.
32720         * debug/pcprofiledump.c: Likewise.
32721         * debug/xtrace.sh: Likewise.
32722         * elf/ldconfig.c: Likewise.
32723         * elf/ldd.bash.in: Likewise.
32724         * elf/pldd.c: Likewise.
32725         * elf/sotruss.ksh: Likewise.
32726         * elf/sprof.c: Likewise.
32727         * iconv/iconv_prog.c: Likewise.
32728         * iconv/iconvconfig.c: Likewise.
32729         * locale/programs/locale.c: Likewise.
32730         * locale/programs/localedef.c: Likewise.
32731         * login/programs/pt_chown.c: Likewise.
32732         * malloc/memusage.sh: Likewise.
32733         * malloc/memusagestat.c: Likewise.
32734         * malloc/mtrace.pl: Likewise.
32735         * nscd/nscd.c: Likewise.
32736         * nss/getent.c: Likewise.
32737         * nss/makedb.c: Likewise.
32738         * posix/getconf.c: Likewise.
32740 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
32742         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32743         numbers.
32745 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
32747         * math/bits/mathcalls.h (modf): Use __nonnull.
32749 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32751         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32752         (split): Use macro CN instead of the bare value.
32753         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32754         could be used.
32755         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32756         instead of the bare value.
32757         (power1): Likewise.
32759 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32761         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32762         __ATAN_TWOM.
32763         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32765         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32766         their values.
32767         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32768         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32769         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32770         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32772 2012-12-28  Andreas Jaeger  <aj@suse.de>
32774         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
32775         values are from Linux 3.7.
32777         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32778         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
32780 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32782         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
32783         TRUE case.
32785         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32786         (norm): Likewise.
32787         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32788         variables with preprocessor constants.
32789         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32790         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32791         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32793 2012-12-27  Bruno Haible  <bruno@clisp.org>
32795         [BZ #14317]
32796         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32797         only if needed.
32799 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32801         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32802         and use variable directly.
32803         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32805         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32806         MPONE.
32807         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32808         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32809         variable MPONE.
32810         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32811         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32812         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32813         include directive.  Remove local variable MPONE.
32814         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32815         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32816         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32818 2012-12-25  David S. Miller  <davem@davemloft.net>
32820         * version.h (RELEASE): Set to "development".
32821         (VERSION): Set to "2.17.90".
32822         * NEWS: Add 2.18 section.
32824 2012-12-21  David S. Miller  <davem@davemloft.net>
32826         * po/hr.po: Update from translation team.
32828 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32830         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32832 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32834         * NEWS:  Mention new memcpy for MIPS.
32836 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32838         * manual/contrib.texi (Contributors): Spelling correction.
32840 2012-12-15  David S. Miller  <davem@davemloft.net>
32842         * po/ru.po: Update from translation team.
32844 2012-12-13  David S. Miller  <davem@davemloft.net>
32846         * NEWS: Mention IFUNC testsuite enhancements.
32848         * po/pl.po: Update from translation team.
32849         * po/bg.po: Likewise.
32851         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32852         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32854 2012-12-11  David S. Miller  <davem@davemloft.net>
32856         * po/sv.po: Update from translation team.
32858         * po/vi.po: Update from translation team.
32860         * po/cs.po: Update from translation team.
32862         * po/de.po: Update from translation team.
32863         * po/eo.po: Likewise.
32864         * po/nl.po: Likewise.
32866 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32868         [BZ #14246]
32869         * manual/argp.texi (Argp Helper Functions): Move node to follow
32870         Argp Parsing State.
32872         [BZ #14872]
32873         * manual/conf.texi (Limits on File System Capacity): Mention if
32874         terminating null is included in the max size.
32876 2012-12-10  Andreas Jaeger  <aj@suse.de>
32878         * po/cs.po: Update from translation team.
32880 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32882         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32883         void pointer and cast to uintptr_t.
32884         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32885         path.
32886         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32887         * sysdeps/s390/s390-64/memset.S: Likewise.
32889 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32891         [BZ #14833]
32892         * menual/message.texi (Message Translation): Fix typos.
32893         (Helper programs for gettext): Likewise.
32895 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32897         [BZ #14898]
32898         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32899         Change to -1.
32901 2012-12-07  David S. Miller  <davem@davemloft.net>
32903         * po/libc.pot: Update.
32905 2012-12-07  Richard Henderson  <rth@redhat.com>
32907         [BZ #10114]
32908         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32909         normal/normal case to before the switch.
32910         (_FP_DIV): Likewise.
32912 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32913             Mike Frysinger  <vapier@gentoo.org>
32915         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32916         check for __NR_fadvise64_64.
32918 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32920         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32921         0, not just to plain "0" as a statement.
32922         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32923         with cw.
32925 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32927         * NEWS: Use sourceware.org in Bugzilla URL.
32929 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32932         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32934         * stdio-common/tst-put-error.c (do_test): Add newline to the
32935         padded test to ensure flush.
32937 2012-12-05  Jeff Law  <law@redhat.com>
32939         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32941 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32943         * README: Don't refer to ports add-on as distributed separately.
32944         Mention AArch64 in list of systems supported in the ports add-on.
32946         * LICENSES: Add more non-FSF copyright and license notices.
32948         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32949         ((unused)).
32951         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32953         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32954         10000 as width of padded output.
32956 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32958         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32960         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32961         variable LX with __attribute__ ((unused)).
32962         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32963         Likewise.
32964         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32965         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32966         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32967         with __attribute__ ((unused)).
32969 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32971         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32973 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32975         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32976         (CFLAGS-nldbl-acos.c): New variable.
32977         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32978         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32979         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32980         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32981         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32982         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32983         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32984         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32985         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32986         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32987         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32988         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32989         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32990         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32991         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32992         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32993         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32994         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32995         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32996         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32997         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32998         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32999         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33000         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33001         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33002         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33003         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33004         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33005         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33006         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33007         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33008         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33009         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33010         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33011         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33012         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33013         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33014         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33015         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33016         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33017         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33018         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33019         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33020         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33021         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33022         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33023         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33024         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33025         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33026         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33027         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33028         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33029         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33030         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33031         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33032         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33033         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33034         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33035         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33036         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33037         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33038         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33039         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33040         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33041         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33042         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33043         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33044         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33045         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33046         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33047         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33048         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33049         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33050         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33051         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33052         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33053         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33054         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33055         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33056         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33057         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33058         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33059         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33060         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33061         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33062         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33063         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33064         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33065         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33066         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33067         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33068         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33069         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33070         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33071         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33072         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33073         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33076         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33078         [BZ #14914]
33079         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33080         whole low double instead of just low 47 bits when splitting values
33081         into two parts.
33083 2012-12-03  Allan McRae  <allan@archlinux.org>
33085         * manual/stdio.texi (Predefined Printf Handlers): Remove
33086         @hsep and @vsep usage.
33088 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33090         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33091         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33093 2012-12-03  Jeff Law  <law@redhat.com>
33095         * time/sys/time.h (settimeofday): Do not mark TV argument
33096         as __nonnull.
33098 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33100         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33101         when currently writing and seek to current position when not.
33102         * libio/Makefile (tests): Remove bug-fclose1.
33103         * libio/bug-fclose1.c: Delete.
33105 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33107         * manual/arith.texi (feenableexcept): Fix typo.
33108         (fedisableexcept): Likewise.
33110 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33112         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33113         second, differently-typed declaration, rather than a cast.
33115 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33117         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33118         * include/rpc/svc.h: ... here.
33120 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33122         [BZ #13013]
33123         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33124         depending n and resplen2 to catch cases where answer
33125         equals answerp2.
33127 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33129         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33130         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33132 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33134         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33136 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33138         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33140 2012-11-28  Jeff Law  <law@redhat.com>
33142         [BZ #13761]
33143         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33144         dataset_temporary.  Track alloca usage into alloca_used.
33145         If dataset is large allocate and release it via malloc/free.
33147 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33149         [BZ #14197]
33150         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33152 2012-11-28  David S. Miller  <davem@davemloft.net>
33154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33156 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33158         [BZ #14803]
33159         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33160         of pi/2 rounded to nearest to 64 bits.
33161         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33162         nearest to 64 bits.
33163         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33164         bits.
33166 2012-11-28  Jeff Law <law@redhat.com>
33167             Martin Osvald <mosvald@redhat.com>
33169         [BZ #14889]
33170         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33171         * sunrpc/svc.c: Include time.h.
33172         (__svc_accept_failed): New function.
33173         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33174         any reason other than EINTR, call __svc_accept_failed.
33175         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33176         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33178 2012-11-28  Andreas Schwab  <schwab@suse.de>
33180         * scripts/abilist.awk: Also handle indirect functions in .opd
33181         section.
33183 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33185         [BZ #13881]
33186         * sysdeps/x86/fpu/powl_helper.c: New file.
33187         * sysdeps/x86/fpu/Makefile: Likewise.
33188         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33189         (p3): New object.
33190         (__ieee754_powl): Use __powl_helper for finite arguments except
33191         integer exponents below 8.
33192         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33193         (p3): New object.
33194         (__ieee754_powl): Use __powl_helper for finite arguments except
33195         integer exponents below 8.
33196         * math/libm-test.inc (pow_test): Add more tests and enable some
33197         previously disabled tests.
33198         * sysdeps/i386/fpu/libm-test-ulps: Update.
33199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33201 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33202             Carlos O'Donell  <carlos_odonell@mentor.com>
33204         * nss/makedb.c (is_prime): Assert that input is odd and greater
33205         than 4.  Note that fact in a comment too.
33206         (next_prime): Add 4 to input.
33208 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33210         [BZ #11741]
33211         * libio/Makefile (tests): Add test case tst-fwrite-error.
33212         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33213         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33214         * libio/tst-fwrite-error.c: New test case.
33216 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33218         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33219         before casting to void *.
33220         * include/libc-internal.h (__pointer_type): New macro.
33221         (__integer_if_pointer_type_sub): Likewise.
33222         (__integer_if_pointer_type): Likewise.
33223         (cast_to_integer): Likewise.
33224         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33225         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33226         before casting to atomic64_t.
33227         (atomic_exchange_acq): Likewise.
33228         (__arch_exchange_and_add_body): Likewise.
33229         (__arch_add_body): Likewise.
33230         (atomic_add_negative): Likewise.
33231         (atomic_add_zero): Likewise.
33233 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33235         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33236         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33237         (add_fdes): Likewise.
33238         (linear_search_fdes): Likewise.
33239         (binary_search_unencoded_fdes): Likewise.
33241 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33243         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33245 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33247         * configure.in: Autodetect C++ header directories.
33248         * configure: Regenerated.
33250 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33252         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33254 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33256         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33258 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33260         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33261         LDBL_MANT_DIG == 106]: Disable some tests.
33262         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33263         Likewise.
33264         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33265         Likewise.
33267         [BZ #14871]
33268         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33269         input for small inputs.  Return +/- pi/2 for large inputs.
33270         * math/libm-test.inc (atan_test): Add more tests.
33272         * sysdeps/generic/unwind-dw2-fde-glibc.c
33273         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33274         __attribute__ ((unused)).
33276         [BZ #14645]
33277         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33278         x * y if x and y are nonzero and z is zero.
33280         [BZ #14811]
33281         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33282         nonzero exponents with absolute value below 0x1p-117 to +/-
33283         0x1p-117.
33285         [BZ #14869]
33286         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33287         up arguments below 2**-450, not just those below 2**-500.
33288         * math/libm-test.inc (hypot_test): Add another test.
33290         [BZ #14868]
33291         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33292         Return a+b for ratio over 2**120, not 2**60.
33293         * math/libm-test.inc (hypot_test): Add another test.
33295         * math/libm-test.inc (clog_test): Use
33296         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33297         (clog10_test): Likewise.
33299         [BZ #6778]
33300         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33302 2012-11-22  Andreas Schwab  <schwab@suse.de>
33304         * sysdeps/i386/fpu/libm-test-ulps: Update.
33306 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33308         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33309         printf output with newline.
33311 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33313         [BZ #14865]
33314         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33315         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33316         -z nodlopen, -z initfirst and -z execstack support.
33317         * configure: Regenerated.
33319         * elf/elf.h (DF_1_NODIRECT): New macro.
33320         (DF_1_IGNMULDEF): Likewise.
33321         (DF_1_NOKSYMS): Likewise.
33322         (DF_1_NOHDR): Likewise.
33323         (DF_1_EDITED): Likewise.
33324         (DF_1_NORELOC): Likewise.
33325         (DF_1_SYMINTPOSE): Likewise.
33326         (DF_1_GLOBAUDIT): Likewise.
33327         (DF_1_SINGLETON): Likewise.
33328         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33329         DT_1_SUPPORTED_MASK bits.
33330         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33332 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33334         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33336 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33338         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33339         macro.
33341         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33342         (sendmmsg): Move declarations...
33343         * socket/sys/socket.h: ... here.
33344         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33345         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33346         include it from...
33347         * socket/recvmmsg.c: ... this new file.
33348         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33349         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33350         definition of __sendmmsg hidden.
33351         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33352         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33353         Move ENOSYS stub into and include it from...
33354         * socket/sendmmsg.c: ... this new file.
33355         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33356         (sysdep_routines): Move recvmmsg and sendmmsg...
33357         * socket/Makefile (routines): ... here.
33358         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33359         (GLIBC_PRIVATE): Add __sendmmsg.
33360         * include/sys/socket.h (__sendmmsg): Add declarations.
33361         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33362         sendmmsg.
33364 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33366         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33367         variable I1 with __attribute__ ((unused)).
33368         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33370 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33372         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33373         DUMMY variables with __attribute__ ((unused)).
33375         * bits/byteswap.h: Include <bits/types.h>.
33376         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33378 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33380         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33381         string_t.  Do not manually set errno.
33382         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33383         length with __strnlen.  Make sure to both set errno and return it on
33384         failure.
33386 2012-11-19  David S. Miller  <davem@davemloft.net>
33388         With help from Joseph Myers.
33389         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33390         very large arguments properly.
33391         * math/libm-test.inc (atan_test): New tests.
33392         (atan2_test): New tests.
33393         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33394         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33396 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33398         [BZ #14856]
33399         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33400         Define to 3.
33402         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33403         [POSIX] (EADDRNOTAVAIL): Likewise.
33404         [POSIX] (EAFNOSUPPORT): Likewise.
33405         [POSIX] (EALREADY): Likewise.
33406         [POSIX] (ECONNABORTED): Likewise.
33407         [POSIX] (ECONNREFUSED): Likewise.
33408         [POSIX] (ECONNRESET): Likewise.
33409         [POSIX] (EDESTADDRREQ): Likewise.
33410         [POSIX] (EDQUOT): Likewise.
33411         [POSIX] (EHOSTUNREACH): Likewise.
33412         [POSIX] (EIDRM): Likewise.
33413         [POSIX] (EISCONN): Likewise.
33414         [POSIX] (ELOOP): Likewise.
33415         [POSIX] (EMULTIHOP): Likewise.
33416         [POSIX] (ENETDOWN): Likewise.
33417         [POSIX] (ENETUNREACH): Likewise.
33418         [POSIX] (ENOBUFS): Likewise.
33419         [POSIX] (ENODATA): Likewise.
33420         [POSIX] (ENOLINK): Likewise.
33421         [POSIX] (ENOMSG): Likewise.
33422         [POSIX] (ENOPROTOOPT): Likewise.
33423         [POSIX] (ENOSR): Likewise.
33424         [POSIX] (ENOSTR): Likewise.
33425         [POSIX] (ENOTCONN): Likewise.
33426         [POSIX] (ENOTSOCK): Likewise.
33427         [POSIX] (EOPNOTSUPP): Likewise.
33428         [POSIX] (EOVERFLOW): Likewise.
33429         [POSIX] (EPROTO): Likewise.
33430         [POSIX] (EPROTONOSUPPORT): Likewise.
33431         [POSIX] (EPROTOTYPE): Likewise.
33432         [POSIX] (ESTALE): Likewise.
33433         [POSIX] (ETIME): Likewise.
33434         [POSIX] (ETXTBSY): Likewise.
33435         [POSIX] (EWOULDBLOCK): Likewise.
33436         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33437         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33438         [POSIX] (SEEK_CUR): Likewise.
33439         [POSIX] (SEEK_END): Likewise.
33440         [POSIX || UNIX98] (mode_t): Do not require.
33441         [POSIX] (off_t): Likewise.
33442         [POSIX] (pid_t): Likewise.
33443         [POSIX] (sys/stat.h): Do not allow header.
33444         [POSIX] (unistd.h): Likewise.
33445         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33446         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33447         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33448         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33449         require.
33450         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33451         sigevent): Specify elements.
33452         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33453         entry.
33454         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33455         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33457         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33458         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33459         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33460         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33461         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33462         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33463         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33464         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33465         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33466         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33467         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33468         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33469         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33470         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33471         Likewise.
33472         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33473         Likewise.
33474         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33475         Likewise.
33476         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33477         Likewise.
33478         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33479         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33480         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33481         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33482         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33483         Specify lower bound on value.
33484         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33485         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33486         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33487         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33488         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33489         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33490         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33491         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33492         value.
33493         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33494         as optional.
33495         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33496         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33497         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33498         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33499         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33500         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33501         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33502         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33503         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33504         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33505         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33506         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33507         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33508         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33509         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33510         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33511         entry.
33512         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33513         optional.
33514         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33515         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33516         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33517         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33518         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33519         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33520         Likewise.
33521         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33522         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33523         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33524         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33525         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33526         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33527         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33528         as optional.
33529         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33530         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33531         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33532         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33533         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33534         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33535         specify as optional.
33536         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33537         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33538         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33539         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33540         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33541         [XPG3] (NL_LANGMAX): Likewise.
33542         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33543         [POSIX || XPG3] (NL_NMAX): Likewise.
33544         [POSIX || XPG3] (NL_SETMAX): Likewise.
33545         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33546         [XPG3] (NZERO): Likewise.
33547         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33548         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33549         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33550         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33551         (REG_ERANGE): Expect.
33552         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33553         optional-constant.
33554         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33555         Use (void) in prototype.
33556         [POSIX] (*_t): Allow.
33557         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33558         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33559         (WRDE_BADVAL): Expect.
33561         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33562         expect.
33563         [XPG3 || XPG4] (O_RSYNC): Likewise.
33564         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33565         Likewise.
33566         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33567         [XPG3 || XPG4] (sigqueue): Likewise.
33568         [XPG3 || XPG4] (sigtimedwait): Likewise.
33569         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33570         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33571         [XPG3 || XPG4] (vsnprintf): Likewise.
33572         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33573         Likewise.
33574         [XPG3 || XPG4] (blksize_t): Likewise.
33575         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33576         Likewise.
33577         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33578         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33579         [XPG3 || XPG4] (struct itimerspec): Likewise.
33580         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33581         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33582         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33583         [XPG3 || XPG4] (clockid_t): Likewise.
33584         [XPG3 || XPG4] (timer_t): Likewise.
33585         [XPG3 || XPG4] (clock_getres): Likewise.
33586         [XPG3 || XPG4] (clock_gettime): Likewise.
33587         [XPG3 || XPG4] (clock_settime): Likewise.
33588         [XPG3 || XPG4] (nanosleep): Likewise.
33589         [XPG3 || XPG4] (timer_create): Likewise.
33590         [XPG3 || XPG4] (timer_delete): Likewise.
33591         [XPG3 || XPG4] (timer_gettime): Likewise.
33592         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33593         [XPG3 || XPG4] (timer_settime): Likewise.
33594         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33595         [XPG3 || XPG4] (getlogin_r): Likewise.
33596         [XPG3 || XPG4] (pread): Likewise.
33597         [XPG3 || XPG4] (pthread_atfork): Likewise.
33598         [XPG3 || XPG4] (pwrite): Likewise.
33600         [BZ #14835]
33601         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33602         <bits/siginfo.h>.
33604 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33606         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33607         finalizing MALLSTREAM.
33609         * sysdeps/mach/hurd/syncfs.c: New file.
33611 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33613         [BZ #14719]
33614         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33615         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33616         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33617         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33618         (_nss_dns_gethostbyname4_r): Likewise.
33619         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33620         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33622 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33624         [BZ #13763]
33625         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33627 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33629         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33630         * elf/cache.c (print_entry): Print ",AArch64" for
33631         FLAG_AARCH64_LIB64
33633         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33634         * elf/cache.c (print_entry): Print ",hard-float" for
33635         FLAG_ARM_LIBHF.
33637 2012-11-18  David S. Miller  <davem@davemloft.net>
33639         With help from Joseph Myers.
33640         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33641         cutoff to 2**-13.
33642         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33643         cutoff to 2**-25.
33644         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33645         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33646         small.
33647         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33648         * math/libm-test.inc (y0_test): New tests.
33649         (y1_test): New tests.
33650         * sysdeps/i386/fpu/libm-test-ulps: Update.
33651         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33652         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33654 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33656         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33657         64-bit targets.
33658         * configure: Regenerated.
33660 2012-11-17  David S. Miller  <davem@davemloft.net>
33662         [BZ #14811]
33663         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33664         nonzero exponents with absolute value below 0x1p-128 to +/-
33665         0x1p-128.
33667 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33669         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33671         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33673         * posix/getconf-speclist.c: New file.
33674         * posix/posix-envs.def: Likewise.
33675         * posix/confstr.c (START_ENV_GROUP): New macro.
33676         (END_ENV_GROUP): Likewise.
33677         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33678         (KNOWN_PRESENT_ENV_STRING): Likewise.
33679         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33680         (UNKNOWN_ENVIRONMENT): Likewise.
33681         (confstr): Include posix-envs.def instead of handling
33682         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33683         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33684         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33685         (END_ENV_GROUP): Likewise.
33686         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33687         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33688         (UNKNOWN_ENVIRONMENT): Likewise.
33689         (__sysconf): Include posix-envs.def instead of handling associated
33690         cases directly here.
33691         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33692         preprocessing getconf-speclist.c rather than running getconf or
33693         generating empty file.
33695 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33697         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33699 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33701         [BZ #14672]
33702         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33704 2012-11-16  David S. Miller  <davem@davemloft.net>
33706         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33707         smaller than LDBL_EPSILON/2.0L, just return xm1.
33709 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33711         * elf/tst-array1.c (init): Set constructor priority to 1000.
33712         (fini): Set destructor priority to 1000.
33713         * elf/tst-array2dep.c: Likewise.
33715 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33717         [BZ #11741]
33718         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33719         (_IO_new_file_xsputn): Also return EOF if none of the input
33720         data was written when overflow failed.
33721         * libio/iopadn.c (_IO_padn): Likewise.
33722         * libio/iowpadn.c (_IO_wpadn): Likewise.
33723         * stdio-common/tst-put-error.c: Add copyright notice.
33724         (do_test): Add case for printing padded string.
33725         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33726         _IO_padn returned error.
33727         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33728         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33729         return EOF.
33731 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33733         * libio/libioP.h: Add comment note that the references to C++
33734         bits are now obsolete.
33736 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33738         * math/libm-test.inc (check_complex): Use asprintf.
33740 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
33742         * debug/pcprofiledump.c (print_version): Update copyright year.
33743         * malloc/memusagestat.c (print_version): Likewise.
33745 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
33747         [BZ #14831]
33748         * elf/Makefile (tests): Add tst-audit8.
33749         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33750         ($(objpfx)tst-audit8.out): New target.
33751         (tst-audit8-ENV): New variable.
33752         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33753         audit if l_reloc_result is NULL.
33754         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33755         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33756         * elf/tst-audit8.c: New file.
33758 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33760         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33761         * misc/Makefile (CFLAGS-select.c): Define.
33762         * posix/Makefile (CFLAGS-pause.c): Define.
33764 2012-11-13  David S. Miller  <davem@davemloft.net>
33766         * crypt/Makefile: Move test targets after toplevel Rules
33767         inclusion.  Grab any necessary sysdep routines when linking.
33768         * crypt/md5.c (md5_process_block): Remove define, we will always
33769         name it __md5_process_block.
33770         (md5_finish_ctx): Update md5_process_block call.
33771         (md5_stream): Likewise.
33772         (md5_process_bytes): Likewise.
33773         (md5_process_block): Rename to __md5_process_block and move to ...
33774         * crypt/md5-block.c: ... here.
33775         * crypt/sha256.c (sha256_process_block): Move to ...
33776         * crypt/sha256-block.c: ... here.
33777         * crypt/sha512.c (sha512_process_block): Move to ...
33778         * crypt/sha512-block.c: ... here.
33779         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33780         path.
33781         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33782         * sysdeps/sparc/sparc64/multiarch/Makefile
33783         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33784         crypt subdir.
33785         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33786         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33787         multiarch changes.
33788         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33789         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33790         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33791         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33792         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33793         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33794         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33795         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33796         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33797         file.
33798         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33799         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33800         file.
33801         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33803 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33805         * timezone/tzselect.ksh: Update from tzcode git revision
33806         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33807         * timezone/zdump.c: Likewise.
33808         * timezone/zic.c: Likewise.
33809         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33810         in TZVERSION setting, not $(PKGVERSION).
33811         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33812         REPORT_BUGS_TO settings.
33814         [BZ #14838]
33815         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33816         macro.
33818 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33820         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33821         detection to immediately after _FP_ROUND().
33822         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33823         bits are 0.
33825 2012-11-11  David S. Miller  <davem@davemloft.net>
33827         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33828         inttypes.h
33829         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33830         __close rather than their public counterparts.
33832 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33834         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33835         file.
33836         [UNIX98] (sem_timedwait): Do not expect.
33837         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33838         [XPG4 || UNIX98] (sockatmark): Do not expect.
33839         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33840         (clock_getcpuclockid): Do not expect.
33841         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33842         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33843         Do not expect.
33844         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33845         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33846         [UNIX98] (vwscanf): Likewise.
33847         [UNIX98] (vswscanf): Likewise.
33849 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33851         * timezone/version.h: Remove file.
33852         * timezone/README: Do not refer to version.h.
33853         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33854         $(objpfx)version.h.
33855         ($(objpfx)zdump.o): Likewise.
33856         ($(objpfx)version.h): New target.
33858         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33859         2012i.
33860         * timezone/README: Don't mention modification to tzselect.ksh.
33861         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33862         work on unmodified tzselect.ksh.  Substitute version numbers in
33863         tzselect.ksh.
33865         * Makefile (format-me): Remove.
33866         (INSTALL): Adjust indentation.  Use commands directly instead of
33867         using $(format-me).
33869         * aclocal.m4 (ACX_PKGVERSION): New macro.
33870         (ACX_BUGURL): Likewise.
33871         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33872         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33873         (REPORT_BUGS_TO): Likewise.
33874         * configure: Regenerated.
33875         * config.h.in (PKGVERSION): New macro.
33876         (REPORT_BUGS_TO): Likewise.
33877         * config.make.in (PKGVERSION): New variable.
33878         (PKGVERSION_TEXI): Likewise.
33879         (REPORT_BUGS_TO): Likewise.
33880         (REPORT_BUGS_TEXI): Likewise.
33881         * Makefile (format-me): Use -I$(common-objpfx)manual.
33882         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33883         ($(common-objpfx)manual/%): New target.
33884         (manual/%): Remove target.
33885         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33886         (print_version): Use PKGVERSION.
33887         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33888         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33889         and REPORT_BUGS_TO.
33890         ($(objpfx)xtrace): Likewise.
33891         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33892         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33893         (print_version): Use PKGVERSION.
33894         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33895         (do_version): Use PKGVERSION.
33896         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33897         REPORT_BUGS_TO.
33898         (common-ldd-rewrite): Likewise.
33899         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33900         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33901         (print_version): Use PKGVERSION.
33902         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33903         * elf/pldd.c (argp_program_bug_address): Remove variable.
33904         (more_help): New function.
33905         (argp): Use more_help.
33906         (print_version): Use PKGVERSION.
33907         * elf/sln.c (main): Use PKGVERSION.
33908         (usage): Use REPORT_BUGS_TO.
33909         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33910         (top level): Use PKGVERSION.
33911         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33912         (print_version): Use PKGVERSION.
33913         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33914         (print_version): Use PKGVERSION.
33915         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33916         (print_version): Use PKGVERSION.
33917         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33918         (print_version): Use PKGVERSION.
33919         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33920         (print_version): Use PKGVERSION.
33921         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33922         (print_version): Use PKGVERSION.
33923         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33924         and BUGURL.
33925         ($(objpfx)memusage): Likewise.
33926         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33927         (do_version): Use PKGVERSION.
33928         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33929         (print_version): Use PKGVERSION.
33930         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33931         ($PKGVERSION): New variable.
33932         ($REPORT_BUGS_TO): Likewise.
33933         (usage): Use $REPORT_BUGS_TO.
33934         (top level): Use $PKGVERSION.
33935         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33936         ($(objpfx)pkgvers.texi): New rule.
33937         ($(objpfx)stamp-pkgvers): Likewise.
33938         * manual/install.texi: Include pkgvers.texi.
33939         (--with-pkgversion): Document new configure option.
33940         (--with-bugurl): Likewise.
33941         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33942         than necessarily for this particular distribution.  Use
33943         REPORT_BUGS_TO for where to report bugs.
33944         * INSTALL: Regenerated.
33945         * manual/libc.texinfo: Include pkgvers.texi.
33946         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33947         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33948         (print_version): Use PKGVERSION.
33949         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33950         (print_version): Use PKGVERSION.
33951         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33952         (print_version): Use PKGVERSION.
33953         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33954         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33955         macro.
33956         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33957         (print_version): Use PKGVERSION.
33958         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33959         (print_version): Use PKGVERSION.
33960         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33961         and PKGVERSION.
33963         * timezone/checktab.awk: Update from tzcode 2012i.
33964         * timezone/ialloc.c: Likewise.
33965         * timezone/private.h: Likewise.
33966         * timezone/scheck.c: Likewise.
33967         * timezone/tzfile.h: Likewise.
33968         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33969         (TZVERSION): Hardcode tzcode version number.
33970         * timezone/zdump.c: Update from tzcode 2012i.
33971         * timezone/zic.c: Likewise.
33972         * timezone/version.h: New file.
33973         * timezone/README: Describe version.h.  Update upstream location.
33975         [BZ #14824]
33976         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33977         (mktemp): Enable declaration.
33978         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33979         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33980         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33981         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33982         Likewise.
33983         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33984         Likewise.
33985         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33986         Likewise.
33987         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33988         Likewise.
33989         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33990         Likewise.
33991         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33992         Likewise.
33994         [BZ #14821]
33995         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33996         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33997         for copies of such integer values.
33998         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33999         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34001 2012-11-09  Andreas Jaeger  <aj@suse.de>
34003         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34004         definitions and declarations that are provided by
34005         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34007 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34009         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34010         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34011         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34012         definition.
34014 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34016         * elf/elf.h: Update comment before AArch64 relocations.
34018 2012-11-07  David S. Miller  <davem@davemloft.net>
34020         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34021         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34022         (__start_context): Declare.
34023         (__makecontext_ret): Delete.
34024         (__makecontext): Hook up __start_context instead of
34025         __makecontext_ret.
34026         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34027         (sysdep_routines): Add __start_context when in stdlib.
34029 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34031         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34032         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34033         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34034         hardcoded "nm".
34035         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34036         (READELF): New variable.  Use it instead of hardcoded "readelf".
34038 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34040         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34041         * sysdeps/x86/Makefile: Here.
34042         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34043         * sysdeps/x86/tst-xmmymm.sh: This.
34045 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34047         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34048         expectations.
34049         [UNIX98] (pthread_barrier_t): Do not expect.
34050         [UNIX98] (pthread_barrierattr_t): Likewise.
34051         [UNIX98] (pthread_spinlock_t): Likewise.
34052         [UNIX98] (pthread_barrier_destroy): Likewise.
34053         [UNIX98] (pthread_barrier_init): Likewise.
34054         [UNIX98] (pthread_barrier_wait): Likewise.
34055         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34056         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34057         [UNIX98] (pthread_barrierattr_init): Likewise.
34058         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34059         [UNIX98] (pthread_getcpuclockid): Likewise.
34060         [UNIX98] (pthread_mutex_timedlock): Likewise.
34061         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34062         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34063         [UNIX98] (pthread_sigmask): Likewise.
34064         [UNIX98] (pthread_spin_destroy): Likewise.
34065         [UNIX98] (pthread_spin_init): Likewise.
34066         [UNIX98] (pthread_spin_lock): Likewise.
34067         [UNIX98] (pthread_spin_trylock): Likewise.
34068         [UNIX98] (pthread_spin_unlock): Likewise.
34069         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34070         Do not expect.
34071         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34072         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34073         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34074         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34075         [XPG3 || XPG4] (pthread_key_t): Likewise.
34076         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34077         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34078         [XPG3 || XPG4] (pthread_once_t): Likewise.
34079         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34080         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34081         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34082         [XPG3 || XPG4] (pthread_t): Likewise.
34084         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34085         not expect.
34086         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34088         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34089         Change function return type to int.
34091         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34092         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34093         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34094         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34095         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34096         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34097         [!POSIX] (posix_madvise): Likewise.
34098         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34099         && !UNIX98].
34100         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34101         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34102         (mode_t): Likewise.
34103         (posix_mem_offset): Likewise.
34104         (posix_typed_mem_get_info): Likewise.
34105         (posix_typed_mem_open): Likewise.
34107         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34108         Change condition to [XOPEN2K8].
34110         * conform/conformtest.pl: Preprocess allow-header data with -x c
34111         instead of from stdin.
34112         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34113         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34114         [C99-based standards] (cerfc): Likewise.
34115         [C99-based standards] (cexp2): Likewise.
34116         [C99-based standards] (cexpm1): Likewise.
34117         [C99-based standards] (clog10): Likewise.
34118         [C99-based standards] (clog1p): Likewise.
34119         [C99-based standards] (clog2): Likewise.
34120         [C99-based standards] (clgamma): Likewise.
34121         [C99-based standards] (ctgamma): Likewise.
34122         [C99-based standards] (cerff): Likewise.
34123         [C99-based standards] (cerfcf): Likewise.
34124         [C99-based standards] (cexp2f): Likewise.
34125         [C99-based standards] (cexpm1f): Likewise.
34126         [C99-based standards] (clog10f): Likewise.
34127         [C99-based standards] (clog1pf): Likewise.
34128         [C99-based standards] (clog2f): Likewise.
34129         [C99-based standards] (clgammaf): Likewise.
34130         [C99-based standards] (ctgammaf): Likewise.
34131         [C99-based standards] (cerfl): Likewise.
34132         [C99-based standards] (cerfcl): Likewise.
34133         [C99-based standards] (cexp2l): Likewise.
34134         [C99-based standards] (cexpm1l): Likewise.
34135         [C99-based standards] (clog10l): Likewise.
34136         [C99-based standards] (clog1pl): Likewise.
34137         [C99-based standards] (clog2l): Likewise.
34138         [C99-based standards] (clgammal): Likewise.
34139         [C99-based standards] (ctgammal): Likewise.
34140         * conform/data/inttypes.h-data [C99-based standards]: Include
34141         stdint.h-data.  Remove all expectations for stdint.h contents.
34142         [C99-based standards] (PRI*): Do not allow.
34143         [C99-based standards] (SCN*): Likewise.
34144         [C99-based standards] (*_t): Likewise.
34145         [C99-based-standards] (PRId8): Expect macro.
34146         [C99-based-standards] (PRIi8): Likewise.
34147         [C99-based-standards] (PRIo8): Likewise.
34148         [C99-based-standards] (PRIu8): Likewise.
34149         [C99-based-standards] (PRIx8): Likewise.
34150         [C99-based-standards] (PRIX8): Likewise.
34151         [C99-based-standards] (SCNd8): Likewise.
34152         [C99-based-standards] (SCNi8): Likewise.
34153         [C99-based-standards] (SCNo8): Likewise.
34154         [C99-based-standards] (SCNu8): Likewise.
34155         [C99-based-standards] (SCNx8): Likewise.
34156         [C99-based-standards] (PRIdLEAST8): Likewise.
34157         [C99-based-standards] (PRIiLEAST8): Likewise.
34158         [C99-based-standards] (PRIoLEAST8): Likewise.
34159         [C99-based-standards] (PRIuLEAST8): Likewise.
34160         [C99-based-standards] (PRIxLEAST8): Likewise.
34161         [C99-based-standards] (PRIXLEAST8): Likewise.
34162         [C99-based-standards] (SCNdLEAST8): Likewise.
34163         [C99-based-standards] (SCNiLEAST8): Likewise.
34164         [C99-based-standards] (SCNoLEAST8): Likewise.
34165         [C99-based-standards] (SCNuLEAST8): Likewise.
34166         [C99-based-standards] (SCNxLEAST8): Likewise.
34167         [C99-based-standards] (PRIdFAST8): Likewise.
34168         [C99-based-standards] (PRIiFAST8): Likewise.
34169         [C99-based-standards] (PRIoFAST8): Likewise.
34170         [C99-based-standards] (PRIuFAST8): Likewise.
34171         [C99-based-standards] (PRIxFAST8): Likewise.
34172         [C99-based-standards] (PRIXFAST8): Likewise.
34173         [C99-based-standards] (SCNdFAST8): Likewise.
34174         [C99-based-standards] (SCNiFAST8): Likewise.
34175         [C99-based-standards] (SCNoFAST8): Likewise.
34176         [C99-based-standards] (SCNuFAST8): Likewise.
34177         [C99-based-standards] (SCNxFAST8): Likewise.
34178         [C99-based-standards] (PRId16): Likewise.
34179         [C99-based-standards] (PRIi16): Likewise.
34180         [C99-based-standards] (PRIo16): Likewise.
34181         [C99-based-standards] (PRIu16): Likewise.
34182         [C99-based-standards] (PRIx16): Likewise.
34183         [C99-based-standards] (PRIX16): Likewise.
34184         [C99-based-standards] (SCNd16): Likewise.
34185         [C99-based-standards] (SCNi16): Likewise.
34186         [C99-based-standards] (SCNo16): Likewise.
34187         [C99-based-standards] (SCNu16): Likewise.
34188         [C99-based-standards] (SCNx16): Likewise.
34189         [C99-based-standards] (PRIdLEAST16): Likewise.
34190         [C99-based-standards] (PRIiLEAST16): Likewise.
34191         [C99-based-standards] (PRIoLEAST16): Likewise.
34192         [C99-based-standards] (PRIuLEAST16): Likewise.
34193         [C99-based-standards] (PRIxLEAST16): Likewise.
34194         [C99-based-standards] (PRIXLEAST16): Likewise.
34195         [C99-based-standards] (SCNdLEAST16): Likewise.
34196         [C99-based-standards] (SCNiLEAST16): Likewise.
34197         [C99-based-standards] (SCNoLEAST16): Likewise.
34198         [C99-based-standards] (SCNuLEAST16): Likewise.
34199         [C99-based-standards] (SCNxLEAST16): Likewise.
34200         [C99-based-standards] (PRIdFAST16): Likewise.
34201         [C99-based-standards] (PRIiFAST16): Likewise.
34202         [C99-based-standards] (PRIoFAST16): Likewise.
34203         [C99-based-standards] (PRIuFAST16): Likewise.
34204         [C99-based-standards] (PRIxFAST16): Likewise.
34205         [C99-based-standards] (PRIXFAST16): Likewise.
34206         [C99-based-standards] (SCNdFAST16): Likewise.
34207         [C99-based-standards] (SCNiFAST16): Likewise.
34208         [C99-based-standards] (SCNoFAST16): Likewise.
34209         [C99-based-standards] (SCNuFAST16): Likewise.
34210         [C99-based-standards] (SCNxFAST16): Likewise.
34211         [C99-based-standards] (PRId32): Likewise.
34212         [C99-based-standards] (PRIi32): Likewise.
34213         [C99-based-standards] (PRIo32): Likewise.
34214         [C99-based-standards] (PRIu32): Likewise.
34215         [C99-based-standards] (PRIx32): Likewise.
34216         [C99-based-standards] (PRIX32): Likewise.
34217         [C99-based-standards] (SCNd32): Likewise.
34218         [C99-based-standards] (SCNi32): Likewise.
34219         [C99-based-standards] (SCNo32): Likewise.
34220         [C99-based-standards] (SCNu32): Likewise.
34221         [C99-based-standards] (SCNx32): Likewise.
34222         [C99-based-standards] (PRIdLEAST32): Likewise.
34223         [C99-based-standards] (PRIiLEAST32): Likewise.
34224         [C99-based-standards] (PRIoLEAST32): Likewise.
34225         [C99-based-standards] (PRIuLEAST32): Likewise.
34226         [C99-based-standards] (PRIxLEAST32): Likewise.
34227         [C99-based-standards] (PRIXLEAST32): Likewise.
34228         [C99-based-standards] (SCNdLEAST32): Likewise.
34229         [C99-based-standards] (SCNiLEAST32): Likewise.
34230         [C99-based-standards] (SCNoLEAST32): Likewise.
34231         [C99-based-standards] (SCNuLEAST32): Likewise.
34232         [C99-based-standards] (SCNxLEAST32): Likewise.
34233         [C99-based-standards] (PRIdFAST32): Likewise.
34234         [C99-based-standards] (PRIiFAST32): Likewise.
34235         [C99-based-standards] (PRIoFAST32): Likewise.
34236         [C99-based-standards] (PRIuFAST32): Likewise.
34237         [C99-based-standards] (PRIxFAST32): Likewise.
34238         [C99-based-standards] (PRIXFAST32): Likewise.
34239         [C99-based-standards] (SCNdFAST32): Likewise.
34240         [C99-based-standards] (SCNiFAST32): Likewise.
34241         [C99-based-standards] (SCNoFAST32): Likewise.
34242         [C99-based-standards] (SCNuFAST32): Likewise.
34243         [C99-based-standards] (SCNxFAST32): Likewise.
34244         [C99-based-standards] (PRId64): Likewise.
34245         [C99-based-standards] (PRIi64): Likewise.
34246         [C99-based-standards] (PRIo64): Likewise.
34247         [C99-based-standards] (PRIu64): Likewise.
34248         [C99-based-standards] (PRIx64): Likewise.
34249         [C99-based-standards] (PRIX64): Likewise.
34250         [C99-based-standards] (SCNd64): Likewise.
34251         [C99-based-standards] (SCNi64): Likewise.
34252         [C99-based-standards] (SCNo64): Likewise.
34253         [C99-based-standards] (SCNu64): Likewise.
34254         [C99-based-standards] (SCNx64): Likewise.
34255         [C99-based-standards] (PRIdLEAST64): Likewise.
34256         [C99-based-standards] (PRIiLEAST64): Likewise.
34257         [C99-based-standards] (PRIoLEAST64): Likewise.
34258         [C99-based-standards] (PRIuLEAST64): Likewise.
34259         [C99-based-standards] (PRIxLEAST64): Likewise.
34260         [C99-based-standards] (PRIXLEAST64): Likewise.
34261         [C99-based-standards] (SCNdLEAST64): Likewise.
34262         [C99-based-standards] (SCNiLEAST64): Likewise.
34263         [C99-based-standards] (SCNoLEAST64): Likewise.
34264         [C99-based-standards] (SCNuLEAST64): Likewise.
34265         [C99-based-standards] (SCNxLEAST64): Likewise.
34266         [C99-based-standards] (PRIdFAST64): Likewise.
34267         [C99-based-standards] (PRIiFAST64): Likewise.
34268         [C99-based-standards] (PRIoFAST64): Likewise.
34269         [C99-based-standards] (PRIuFAST64): Likewise.
34270         [C99-based-standards] (PRIxFAST64): Likewise.
34271         [C99-based-standards] (PRIXFAST64): Likewise.
34272         [C99-based-standards] (SCNdFAST64): Likewise.
34273         [C99-based-standards] (SCNiFAST64): Likewise.
34274         [C99-based-standards] (SCNoFAST64): Likewise.
34275         [C99-based-standards] (SCNuFAST64): Likewise.
34276         [C99-based-standards] (SCNxFAST64): Likewise.
34277         [C99-based-standards] (PRIdMAX): Likewise.
34278         [C99-based-standards] (PRIiMAX): Likewise.
34279         [C99-based-standards] (PRIoMAX): Likewise.
34280         [C99-based-standards] (PRIuMAX): Likewise.
34281         [C99-based-standards] (PRIxMAX): Likewise.
34282         [C99-based-standards] (PRIXMAX): Likewise.
34283         [C99-based-standards] (SCNdMAX): Likewise.
34284         [C99-based-standards] (SCNiMAX): Likewise.
34285         [C99-based-standards] (SCNoMAX): Likewise.
34286         [C99-based-standards] (SCNuMAX): Likewise.
34287         [C99-based-standards] (SCNxMAX): Likewise.
34288         [C99-based-standards] (PRIdPTR): Likewise.
34289         [C99-based-standards] (PRIiPTR): Likewise.
34290         [C99-based-standards] (PRIoPTR): Likewise.
34291         [C99-based-standards] (PRIuPTR): Likewise.
34292         [C99-based-standards] (PRIxPTR): Likewise.
34293         [C99-based-standards] (PRIXPTR): Likewise.
34294         [C99-based-standards] (SCNdPTR): Likewise.
34295         [C99-based-standards] (SCNiPTR): Likewise.
34296         [C99-based-standards] (SCNoPTR): Likewise.
34297         [C99-based-standards] (SCNuPTR): Likewise.
34298         [C99-based-standards] (SCNxPTR): Likewise.
34299         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34300         allow.
34301         * conform/data/stdint.h-data: Update comments to clarify
34302         requirements.
34303         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34304         type.
34305         [C99-based standards] (INT8_MAX): Likewise.
34306         [C99-based standards] (INT16_MIN): Likewise.
34307         [C99-based standards] (INT16_MAX): Likewise.
34308         [C99-based standards] (INT32_MIN): Likewise.
34309         [C99-based standards] (INT32_MAX): Likewise.
34310         [C99-based standards] (INT64_MIN): Likewise.
34311         [C99-based standards] (INT64_MAX): Likewise.
34312         [C99-based standards] (UINT8_MAX): Likewise.
34313         [C99-based standards] (UINT16_MAX): Likewise.
34314         [C99-based standards] (UINT32_MAX): Likewise.
34315         [C99-based standards] (UINT64_MAX): Likewise.
34316         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34317         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34318         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34319         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34320         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34321         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34322         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34323         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34324         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34325         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34326         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34327         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34328         [C99-based standards] (INT_FAST8_MIN): Likewise.
34329         [C99-based standards] (INT_FAST8_MAX): Likewise.
34330         [C99-based standards] (INT_FAST16_MIN): Likewise.
34331         [C99-based standards] (INT_FAST16_MAX): Likewise.
34332         [C99-based standards] (INT_FAST32_MIN): Likewise.
34333         [C99-based standards] (INT_FAST32_MAX): Likewise.
34334         [C99-based standards] (INT_FAST64_MIN): Likewise.
34335         [C99-based standards] (INT_FAST64_MAX): Likewise.
34336         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34337         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34338         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34339         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34340         [C99-based standards] (INTPTR_MIN): Likewise.
34341         [C99-based standards] (INTPTR_MAX): Likewise.
34342         [C99-based standards] (UINTPTR_MAX): Likewise.
34343         [C99-based standards] (INTMAX_MIN): Likewise.
34344         [C99-based standards] (INTMAX_MAX): Likewise.
34345         [C99-based standards] (UINTMAX_MAX): Likewise.
34346         [C99-based standards] (PTRDIFF_MIN): Likewise.
34347         [C99-based standards] (PTRDIFF_MAX): Likewise.
34348         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34349         [C99-based standards] (SIZE_MAX): Likewise.
34350         [C99-based standards] (WCHAR_MAX): Likewise.
34351         [C99-based standards] (WINT_MAX): Likewise.
34352         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34353         constraint on value.
34354         [C99-based standards] (WCHAR_MIN): Likewise.
34355         [C99-based standards] (WINT_MIN): Likewise.
34356         [C99-based standards] (*_t): Allow.
34357         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34358         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34359         Include math.h-data and complex.h-data.  Remove all expectations
34360         of math.h and complex.h contents.
34361         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34362         at end of line.
34363         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34364         (struct tm): Expect tag.
34365         [C99-based-standards] (wcstof): Expect function.
34366         [C99-based-standards] (wcstold): Likewise.
34367         [C99-based-standards] (wcstoll): Likewise.
34368         [C99-based-standards] (wcstoull): Likewise.
34369         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34370         macro-int-constant.  Specify type.
34371         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34372         constraint on value.
34373         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34374         Specify type.
34375         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34376         Specify value.
34377         [ISO C standards]: Do not allow headers.
34378         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34379         wcs[abcdefghijklmnopqrstuvwxyz]*.
34380         [ISO C standards] (*_t): Do not allow.
34381         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34382         Expect function.
34383         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34384         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34385         Specify type.
34386         [ISO C standards]: Do not allow headers.
34387         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34388         is[abcdefghijklmnopqrstuvwxyz]*.
34389         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34390         to[abcdefghijklmnopqrstuvwxyz]*.
34391         [ISO C standards] (*_t): Do not allow.
34392         * conform/data/stdalign.h-data: New file.
34393         * conform/data/stdbool.h-data: Likewise.
34394         * conform/data/stdnoreturn.h-data: Likewise.
34396 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34398         [BZ #14815]
34399         * manual/filesys.texi (Directory Entries): Typo fix.
34400         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34402 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34404         * elf/elf.h (EM_AARCH64): New macro.
34405         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34406         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34407         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34408         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34409         (R_AARCH64_TLSDESC): Likewise.
34410         (NT_ARM_TLS): Likewise.
34411         (NT_ARM_HW_BREAK): Likewise.
34412         (NT_ARM_HW_WATCH): Likewise.
34414 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34416         [BZ #14811]
34417         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34418         (__ieee754_powl): Saturate nonzero exponents with absolute value
34419         below 0x1p-79 to +/- 0x1p-79.
34420         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34421         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34422         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34423         nonzero exponents with absolute value below 0x1p-32 to +/-
34424         0x1p-32.
34425         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34426         (__ieee754_powl): Saturate nonzero exponents with absolute value
34427         below 0x1p-79 to +/- 0x1p-79.
34428         * math/libm-test.inc (pow_test): Add more tests.
34430 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34432         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34433         _dl_s390_cap_flags with kernel. Increase string length.
34434         (_dl_s390_platforms): Add z196 and zEC12.
34436 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34438         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34439         Change XOPEN21K to XOPEN2K.
34441 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34443         * string/memmove.c: Use memcpy when possible.
34445 2012-11-06  Andreas Jaeger  <aj@suse.de>
34447         * po/eo.po: Update from translation team.
34449 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34451         [BZ #14793]
34452         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34453         exponent and small x and y exponents, scale x or y up.  Increase
34454         by 2 the exponent used in scaling up.
34455         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34456         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34457         * math/libm-test.inc (fma_test): Add more tests.
34458         (fma_test_towardzero): Likewise.
34459         (fma_test_downward): Likewise.
34460         (fma_test_upward): Likewise.
34462 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34464         [BZ #14805]
34465         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34466         fenv_t *.
34468         [BZ #14801]
34469         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34470         namespace for names of struct fields.
34471         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34472         fenv_t fields.
34473         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34474         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34476 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34478         [BZ #3665]
34479         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34481 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34483         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34484         PTR_DEMANGLE.
34486         [BZ #5246]
34487         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34488         PTR_DEMANGLE.
34490 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34492         [BZ #14797]
34493         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34494         definitely overflow as x * y not x * y + z.
34495         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34496         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34497         * math/libm-test.inc (fma_test): Add more tests.
34498         (fma_test_towardzero): Likewise.
34499         (fma_test_downward): Likewise.
34500         (fma_test_upward): Likewise.
34502 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34504         [BZ #157]
34506         * include/stub-tag.h: Remove file.
34507         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34508         '#include' of it.
34509         * manual/maint.texi (Porting): Don't reference it.
34510         * Makerules ($(objpfx)stubs): Likewise.
34511         * dirent/closedir.c: Don't include <stub-tag.h>.
34512         * dirent/dirfd.c: Likewise.
34513         * dirent/fdopendir.c: Likewise.
34514         * dirent/getdents.c: Likewise.
34515         * dirent/getdents64.c: Likewise.
34516         * dirent/opendir.c: Likewise.
34517         * dirent/readdir.c: Likewise.
34518         * dirent/readdir64.c: Likewise.
34519         * dirent/readdir64_r.c: Likewise.
34520         * dirent/readdir_r.c: Likewise.
34521         * dirent/rewinddir.c: Likewise.
34522         * dirent/seekdir.c: Likewise.
34523         * dirent/telldir.c: Likewise.
34524         * gmon/profil.c: Likewise.
34525         * grp/setgroups.c: Likewise.
34526         * inet/if_index.c: Likewise.
34527         * io/access.c: Likewise.
34528         * io/chdir.c: Likewise.
34529         * io/chmod.c: Likewise.
34530         * io/chown.c: Likewise.
34531         * io/close.c: Likewise.
34532         * io/dup.c: Likewise.
34533         * io/dup2.c: Likewise.
34534         * io/dup3.c: Likewise.
34535         * io/euidaccess.c: Likewise.
34536         * io/faccessat.c: Likewise.
34537         * io/fchdir.c: Likewise.
34538         * io/fchmod.c: Likewise.
34539         * io/fchmodat.c: Likewise.
34540         * io/fchown.c: Likewise.
34541         * io/fchownat.c: Likewise.
34542         * io/fcntl.c: Likewise.
34543         * io/flock.c: Likewise.
34544         * io/fstatfs.c: Likewise.
34545         * io/fstatfs64.c: Likewise.
34546         * io/fstatvfs.c: Likewise.
34547         * io/fstatvfs64.c: Likewise.
34548         * io/futimens.c: Likewise.
34549         * io/fxstat.c: Likewise.
34550         * io/fxstat64.c: Likewise.
34551         * io/fxstatat.c: Likewise.
34552         * io/fxstatat64.c: Likewise.
34553         * io/getcwd.c: Likewise.
34554         * io/isatty.c: Likewise.
34555         * io/lchmod.c: Likewise.
34556         * io/lchown.c: Likewise.
34557         * io/link.c: Likewise.
34558         * io/linkat.c: Likewise.
34559         * io/lseek.c: Likewise.
34560         * io/lseek64.c: Likewise.
34561         * io/lxstat64.c: Likewise.
34562         * io/mkdir.c: Likewise.
34563         * io/mkdirat.c: Likewise.
34564         * io/mkfifo.c: Likewise.
34565         * io/mkfifoat.c: Likewise.
34566         * io/open.c: Likewise.
34567         * io/open64.c: Likewise.
34568         * io/openat.c: Likewise.
34569         * io/openat64.c: Likewise.
34570         * io/pipe.c: Likewise.
34571         * io/pipe2.c: Likewise.
34572         * io/poll.c: Likewise.
34573         * io/posix_fadvise.c: Likewise.
34574         * io/posix_fadvise64.c: Likewise.
34575         * io/posix_fallocate.c: Likewise.
34576         * io/posix_fallocate64.c: Likewise.
34577         * io/read.c: Likewise.
34578         * io/readlink.c: Likewise.
34579         * io/readlinkat.c: Likewise.
34580         * io/rmdir.c: Likewise.
34581         * io/sendfile.c: Likewise.
34582         * io/sendfile64.c: Likewise.
34583         * io/statfs.c: Likewise.
34584         * io/statfs64.c: Likewise.
34585         * io/statvfs.c: Likewise.
34586         * io/statvfs64.c: Likewise.
34587         * io/symlink.c: Likewise.
34588         * io/symlinkat.c: Likewise.
34589         * io/ttyname.c: Likewise.
34590         * io/ttyname_r.c: Likewise.
34591         * io/umask.c: Likewise.
34592         * io/unlink.c: Likewise.
34593         * io/unlinkat.c: Likewise.
34594         * io/utime.c: Likewise.
34595         * io/utimensat.c: Likewise.
34596         * io/write.c: Likewise.
34597         * io/xmknod.c: Likewise.
34598         * io/xmknodat.c: Likewise.
34599         * io/xstat.c: Likewise.
34600         * io/xstat64.c: Likewise.
34601         * login/getpt.c: Likewise.
34602         * login/grantpt.c: Likewise.
34603         * login/unlockpt.c: Likewise.
34604         * math/e_acoshl.c: Likewise.
34605         * math/e_acosl.c: Likewise.
34606         * math/e_asinl.c: Likewise.
34607         * math/e_atan2l.c: Likewise.
34608         * math/e_atanhl.c: Likewise.
34609         * math/e_coshl.c: Likewise.
34610         * math/e_expl.c: Likewise.
34611         * math/e_fmodl.c: Likewise.
34612         * math/e_gammal_r.c: Likewise.
34613         * math/e_hypotl.c: Likewise.
34614         * math/e_j0l.c: Likewise.
34615         * math/e_j1l.c: Likewise.
34616         * math/e_jnl.c: Likewise.
34617         * math/e_lgammal_r.c: Likewise.
34618         * math/e_log10l.c: Likewise.
34619         * math/e_log2l.c: Likewise.
34620         * math/e_logl.c: Likewise.
34621         * math/e_powl.c: Likewise.
34622         * math/e_rem_pio2l.c: Likewise.
34623         * math/e_sinhl.c: Likewise.
34624         * math/e_sqrtl.c: Likewise.
34625         * math/fclrexcpt.c: Likewise.
34626         * math/fedisblxcpt.c: Likewise.
34627         * math/feenablxcpt.c: Likewise.
34628         * math/fegetenv.c: Likewise.
34629         * math/fegetexcept.c: Likewise.
34630         * math/fegetround.c: Likewise.
34631         * math/feholdexcpt.c: Likewise.
34632         * math/fesetenv.c: Likewise.
34633         * math/fesetround.c: Likewise.
34634         * math/feupdateenv.c: Likewise.
34635         * math/fgetexcptflg.c: Likewise.
34636         * math/fraiseexcpt.c: Likewise.
34637         * math/fsetexcptflg.c: Likewise.
34638         * math/ftestexcept.c: Likewise.
34639         * math/k_cosl.c: Likewise.
34640         * math/k_rem_pio2l.c: Likewise.
34641         * math/k_sinl.c: Likewise.
34642         * math/k_tanl.c: Likewise.
34643         * math/s_asinhl.c: Likewise.
34644         * math/s_atanl.c: Likewise.
34645         * math/s_cbrtl.c: Likewise.
34646         * math/s_erfl.c: Likewise.
34647         * math/s_expm1l.c: Likewise.
34648         * math/s_log1pl.c: Likewise.
34649         * math/s_tanhl.c: Likewise.
34650         * misc/acct.c: Likewise.
34651         * misc/brk.c: Likewise.
34652         * misc/chflags.c: Likewise.
34653         * misc/chroot.c: Likewise.
34654         * misc/fchflags.c: Likewise.
34655         * misc/fgetxattr.c: Likewise.
34656         * misc/flistxattr.c: Likewise.
34657         * misc/fremovexattr.c: Likewise.
34658         * misc/fsetxattr.c: Likewise.
34659         * misc/fsync.c: Likewise.
34660         * misc/ftruncate.c: Likewise.
34661         * misc/futimes.c: Likewise.
34662         * misc/futimesat.c: Likewise.
34663         * misc/getdomain.c: Likewise.
34664         * misc/getdtsz.c: Likewise.
34665         * misc/gethostid.c: Likewise.
34666         * misc/gethostname.c: Likewise.
34667         * misc/getloadavg.c: Likewise.
34668         * misc/getpagesize.c: Likewise.
34669         * misc/getsysstats.c: Likewise.
34670         * misc/getxattr.c: Likewise.
34671         * misc/gtty.c: Likewise.
34672         * misc/ioctl.c: Likewise.
34673         * misc/lgetxattr.c: Likewise.
34674         * misc/listxattr.c: Likewise.
34675         * misc/llistxattr.c: Likewise.
34676         * misc/lremovexattr.c: Likewise.
34677         * misc/lsetxattr.c: Likewise.
34678         * misc/lutimes.c: Likewise.
34679         * misc/madvise.c: Likewise.
34680         * misc/mincore.c: Likewise.
34681         * misc/mlock.c: Likewise.
34682         * misc/mlockall.c: Likewise.
34683         * misc/mmap.c: Likewise.
34684         * misc/mprotect.c: Likewise.
34685         * misc/msync.c: Likewise.
34686         * misc/munlock.c: Likewise.
34687         * misc/munlockall.c: Likewise.
34688         * misc/munmap.c: Likewise.
34689         * misc/preadv.c: Likewise.
34690         * misc/preadv64.c: Likewise.
34691         * misc/ptrace.c: Likewise.
34692         * misc/pwritev.c: Likewise.
34693         * misc/pwritev64.c: Likewise.
34694         * misc/readv.c: Likewise.
34695         * misc/reboot.c: Likewise.
34696         * misc/remap_file_pages.c: Likewise.
34697         * misc/removexattr.c: Likewise.
34698         * misc/revoke.c: Likewise.
34699         * misc/select.c: Likewise.
34700         * misc/setdomain.c: Likewise.
34701         * misc/setegid.c: Likewise.
34702         * misc/seteuid.c: Likewise.
34703         * misc/sethostid.c: Likewise.
34704         * misc/sethostname.c: Likewise.
34705         * misc/setregid.c: Likewise.
34706         * misc/setreuid.c: Likewise.
34707         * misc/setxattr.c: Likewise.
34708         * misc/sstk.c: Likewise.
34709         * misc/stty.c: Likewise.
34710         * misc/swapoff.c: Likewise.
34711         * misc/swapon.c: Likewise.
34712         * misc/sync.c: Likewise.
34713         * misc/syncfs.c: Likewise.
34714         * misc/syscall.c: Likewise.
34715         * misc/truncate.c: Likewise.
34716         * misc/ualarm.c: Likewise.
34717         * misc/usleep.c: Likewise.
34718         * misc/ustat.c: Likewise.
34719         * misc/utimes.c: Likewise.
34720         * misc/vhangup.c: Likewise.
34721         * misc/writev.c: Likewise.
34722         * posix/_exit.c: Likewise.
34723         * posix/alarm.c: Likewise.
34724         * posix/execve.c: Likewise.
34725         * posix/fexecve.c: Likewise.
34726         * posix/fork.c: Likewise.
34727         * posix/fpathconf.c: Likewise.
34728         * posix/getaddrinfo.c: Likewise.
34729         * posix/getegid.c: Likewise.
34730         * posix/geteuid.c: Likewise.
34731         * posix/getgid.c: Likewise.
34732         * posix/getgroups.c: Likewise.
34733         * posix/getlogin.c: Likewise.
34734         * posix/getlogin_r.c: Likewise.
34735         * posix/getpgid.c: Likewise.
34736         * posix/getpid.c: Likewise.
34737         * posix/getppid.c: Likewise.
34738         * posix/getresgid.c: Likewise.
34739         * posix/getresuid.c: Likewise.
34740         * posix/getsid.c: Likewise.
34741         * posix/getuid.c: Likewise.
34742         * posix/glob64.c: Likewise.
34743         * posix/nanosleep.c: Likewise.
34744         * posix/pathconf.c: Likewise.
34745         * posix/pause.c: Likewise.
34746         * posix/posix_madvise.c: Likewise.
34747         * posix/pread.c: Likewise.
34748         * posix/pread64.c: Likewise.
34749         * posix/pwrite.c: Likewise.
34750         * posix/pwrite64.c: Likewise.
34751         * posix/sched_getaffinity.c: Likewise.
34752         * posix/sched_getp.c: Likewise.
34753         * posix/sched_gets.c: Likewise.
34754         * posix/sched_primax.c: Likewise.
34755         * posix/sched_primin.c: Likewise.
34756         * posix/sched_rr_gi.c: Likewise.
34757         * posix/sched_setaffinity.c: Likewise.
34758         * posix/sched_setp.c: Likewise.
34759         * posix/sched_sets.c: Likewise.
34760         * posix/sched_yield.c: Likewise.
34761         * posix/setgid.c: Likewise.
34762         * posix/setlogin.c: Likewise.
34763         * posix/setpgid.c: Likewise.
34764         * posix/setresgid.c: Likewise.
34765         * posix/setresuid.c: Likewise.
34766         * posix/setsid.c: Likewise.
34767         * posix/setuid.c: Likewise.
34768         * posix/sleep.c: Likewise.
34769         * posix/spawni.c: Likewise.
34770         * posix/sysconf.c: Likewise.
34771         * posix/times.c: Likewise.
34772         * posix/wait.c: Likewise.
34773         * posix/wait3.c: Likewise.
34774         * posix/wait4.c: Likewise.
34775         * posix/waitpid.c: Likewise.
34776         * resolv/gai_sigqueue.c: Likewise.
34777         * resource/getpriority.c: Likewise.
34778         * resource/getrlimit.c: Likewise.
34779         * resource/getrusage.c: Likewise.
34780         * resource/nice.c: Likewise.
34781         * resource/setpriority.c: Likewise.
34782         * resource/setrlimit.c: Likewise.
34783         * resource/ulimit.c: Likewise.
34784         * rt/aio_cancel.c: Likewise.
34785         * rt/aio_fsync.c: Likewise.
34786         * rt/aio_read.c: Likewise.
34787         * rt/aio_sigqueue.c: Likewise.
34788         * rt/aio_suspend.c: Likewise.
34789         * rt/aio_write.c: Likewise.
34790         * rt/clock_getres.c: Likewise.
34791         * rt/clock_gettime.c: Likewise.
34792         * rt/clock_nanosleep.c: Likewise.
34793         * rt/clock_settime.c: Likewise.
34794         * rt/lio_listio.c: Likewise.
34795         * rt/mq_close.c: Likewise.
34796         * rt/mq_getattr.c: Likewise.
34797         * rt/mq_notify.c: Likewise.
34798         * rt/mq_open.c: Likewise.
34799         * rt/mq_receive.c: Likewise.
34800         * rt/mq_send.c: Likewise.
34801         * rt/mq_setattr.c: Likewise.
34802         * rt/mq_timedreceive.c: Likewise.
34803         * rt/mq_timedsend.c: Likewise.
34804         * rt/mq_unlink.c: Likewise.
34805         * rt/shm_open.c: Likewise.
34806         * rt/shm_unlink.c: Likewise.
34807         * rt/timer_create.c: Likewise.
34808         * rt/timer_delete.c: Likewise.
34809         * rt/timer_getoverr.c: Likewise.
34810         * rt/timer_gettime.c: Likewise.
34811         * rt/timer_settime.c: Likewise.
34812         * setjmp/__longjmp.c: Likewise.
34813         * setjmp/setjmp.c: Likewise.
34814         * signal/kill.c: Likewise.
34815         * signal/killpg.c: Likewise.
34816         * signal/raise.c: Likewise.
34817         * signal/sigaction.c: Likewise.
34818         * signal/sigaltstack.c: Likewise.
34819         * signal/sigblock.c: Likewise.
34820         * signal/sigignore.c: Likewise.
34821         * signal/sigintr.c: Likewise.
34822         * signal/signal.c: Likewise.
34823         * signal/sigpause.c: Likewise.
34824         * signal/sigpending.c: Likewise.
34825         * signal/sigqueue.c: Likewise.
34826         * signal/sigreturn.c: Likewise.
34827         * signal/sigset.c: Likewise.
34828         * signal/sigsetmask.c: Likewise.
34829         * signal/sigstack.c: Likewise.
34830         * signal/sigsuspend.c: Likewise.
34831         * signal/sigtimedwait.c: Likewise.
34832         * signal/sigvec.c: Likewise.
34833         * signal/sigwait.c: Likewise.
34834         * signal/sigwaitinfo.c: Likewise.
34835         * signal/sysv_signal.c: Likewise.
34836         * socket/accept.c: Likewise.
34837         * socket/accept4.c: Likewise.
34838         * socket/bind.c: Likewise.
34839         * socket/connect.c: Likewise.
34840         * socket/getpeername.c: Likewise.
34841         * socket/getsockname.c: Likewise.
34842         * socket/getsockopt.c: Likewise.
34843         * socket/isfdtype.c: Likewise.
34844         * socket/listen.c: Likewise.
34845         * socket/recv.c: Likewise.
34846         * socket/recvfrom.c: Likewise.
34847         * socket/recvmsg.c: Likewise.
34848         * socket/send.c: Likewise.
34849         * socket/sendmsg.c: Likewise.
34850         * socket/sendto.c: Likewise.
34851         * socket/setsockopt.c: Likewise.
34852         * socket/shutdown.c: Likewise.
34853         * socket/sockatmark.c: Likewise.
34854         * socket/socket.c: Likewise.
34855         * socket/socketpair.c: Likewise.
34856         * stdio-common/ctermid.c: Likewise.
34857         * stdio-common/cuserid.c: Likewise.
34858         * stdio-common/remove.c: Likewise.
34859         * stdio-common/rename.c: Likewise.
34860         * stdio-common/renameat.c: Likewise.
34861         * stdio-common/tempname.c: Likewise.
34862         * stdlib/getcontext.c: Likewise.
34863         * stdlib/makecontext.c: Likewise.
34864         * stdlib/setcontext.c: Likewise.
34865         * stdlib/swapcontext.c: Likewise.
34866         * stdlib/system.c: Likewise.
34867         * streams/fattach.c: Likewise.
34868         * streams/fdetach.c: Likewise.
34869         * streams/getmsg.c: Likewise.
34870         * streams/getpmsg.c: Likewise.
34871         * streams/putmsg.c: Likewise.
34872         * streams/putpmsg.c: Likewise.
34873         * sysdeps/unix/bsd/getpt.c: Likewise.
34874         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34875         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34876         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34878         Likewise.
34879         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34880         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34881         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34882         * sysvipc/msgctl.c: Likewise.
34883         * sysvipc/msgget.c: Likewise.
34884         * sysvipc/msgrcv.c: Likewise.
34885         * sysvipc/msgsnd.c: Likewise.
34886         * sysvipc/semctl.c: Likewise.
34887         * sysvipc/semget.c: Likewise.
34888         * sysvipc/semop.c: Likewise.
34889         * sysvipc/semtimedop.c: Likewise.
34890         * sysvipc/shmat.c: Likewise.
34891         * sysvipc/shmctl.c: Likewise.
34892         * sysvipc/shmdt.c: Likewise.
34893         * sysvipc/shmget.c: Likewise.
34894         * termios/tcdrain.c: Likewise.
34895         * termios/tcflow.c: Likewise.
34896         * termios/tcflush.c: Likewise.
34897         * termios/tcgetattr.c: Likewise.
34898         * termios/tcgetpgrp.c: Likewise.
34899         * termios/tcsendbrk.c: Likewise.
34900         * termios/tcsetattr.c: Likewise.
34901         * termios/tcsetpgrp.c: Likewise.
34902         * time/adjtime.c: Likewise.
34903         * time/clock.c: Likewise.
34904         * time/getitimer.c: Likewise.
34905         * time/gettimeofday.c: Likewise.
34906         * time/setitimer.c: Likewise.
34907         * time/settimeofday.c: Likewise.
34908         * time/stime.c: Likewise.
34909         * time/time.c: Likewise.
34911 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34913         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34914         /usr/old/bin.
34916         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34917         instead of spaces.
34918         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34920 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34922         [BZ #14796]
34923         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34924         FE_TONEAREST before applying Dekker multiplication and Knuth
34925         addition.  Clear inexact exceptions and check for exact zero
34926         results afterwards.
34927         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34928         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34929         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34930         * math/libm-test.inc (fma_test): Add more tests.
34931         (fma_test_towardzero): Likewise.
34932         (fma_test_downward): Likewise.
34933         (fma_test_upward): Likewise.
34934         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34935         function.
34936         (libc_fesetround): New macro.
34937         (libc_fesetroundf): Likewise.
34938         (libc_fesetroundl): Likewise.
34939         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34940         function.
34941         (libc_fesetround_387): Likewise.
34942         (libc_fesetroundf): New macro.
34943         (libc_fesetround): Likewise.
34944         (libc_fesetroundl): Likewise.
34945         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34946         function.
34947         (libc_fesetroundf): New macro.
34948         (libc_fesetround): Likewise.
34949         (libc_fesetroundl): Likewise.
34950         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34951         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34952         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34953         libm_hidden_ver.
34954         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34955         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34956         libm_hidden_def.
34957         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34958         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34959         libm_hidden_ver.
34960         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34961         libm_hidden_def.
34963         [BZ #3439]
34964         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34965         integer constant usable in #if and use that to give value to enum
34966         constant.
34967         (FE_DIVBYZERO): Likewise.
34968         (FE_UNDERFLOW): Likewise.
34969         (FE_OVERFLOW): Likewise.
34970         (FE_INVALID): Likewise.
34971         (FE_INVALID_SNAN): Likewise.
34972         (FE_INVALID_ISI): Likewise.
34973         (FE_INVALID_IDI): Likewise.
34974         (FE_INVALID_ZDZ): Likewise.
34975         (FE_INVALID_IMZ): Likewise.
34976         (FE_INVALID_COMPARE): Likewise.
34977         (FE_INVALID_SOFTWARE): Likewise.
34978         (FE_INVALID_SQRT): Likewise.
34979         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34980         (FE_TONEAREST): Likewise.
34981         (FE_TOWARDZERO): Likewise.
34982         (FE_UPWARD): Likewise.
34983         (FE_DOWNWARD): Likewise.
34984         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34985         (FE_DIVBYZERO): Likewise.
34986         (FE_OVERFLOW): Likewise.
34987         (FE_UNDERFLOW): Likewise.
34988         (FE_INEXACT): Likewise.
34989         (FE_TONEAREST): Likewise.
34990         (FE_DOWNWARD): Likewise.
34991         (FE_UPWARD): Likewise.
34992         (FE_TOWARDZERO): Likewise.
34993         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34994         (FE_UNDERFLOW): Likewise.
34995         (FE_OVERFLOW): Likewise.
34996         (FE_DIVBYZERO): Likewise.
34997         (FE_INVALID): Likewise.
34998         (FE_TONEAREST): Likewise.
34999         (FE_TOWARDZERO): Likewise.
35000         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35001         (FE_OVERFLOW): Likewise.
35002         (FE_UNDERFLOW): Likewise.
35003         (FE_DIVBYZERO): Likewise.
35004         (FE_INEXACT): Likewise.
35005         (FE_TONEAREST): Likewise.
35006         (FE_TOWARDZERO): Likewise.
35007         (FE_UPWARD): Likewise.
35008         (FE_DOWNWARD): Likewise.
35009         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35010         (FE_DIVBYZERO): Likewise.
35011         (FE_OVERFLOW): Likewise.
35012         (FE_UNDERFLOW): Likewise.
35013         (FE_INEXACT): Likewise.
35014         (FE_TONEAREST): Likewise.
35015         (FE_DOWNWARD): Likewise.
35016         (FE_UPWARD): Likewise.
35017         (FE_TOWARDZERO): Likewise.
35019 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35021         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35023 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35025         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35026         commands.  Quote $PWD.
35027         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35028         -x" by "export".
35029         (remove_newlines): Remove.
35031 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35033         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35034         * stdlib/stdlib.h (atof): Moved to ...
35035         * include/bits/stdlib-float.h: Here.  New file.
35036         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35037         * stdlib/bits/stdlib-float.h: New file.
35038         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35039         -mno-sse -mno-mmx.
35040         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35041         <xmmintrin.h>.
35043 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35045         * conform/conformtest.pl (@headers): Add fenv.h.
35046         * conform/data/fenv.h-data: New file.
35047         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35048         include of <math/fenv.h>.
35050         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35051         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35052         && !UNIX98].  Enables tests for XOPEN2K8.
35053         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35054         POSIX2008]: Likewise.
35056         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35057         (struct rusage): Do not expect type or its members.
35059         [BZ #3439]
35060         * math/math.h (FP_NAN): Define macro to integer constant usable in
35061         #if and use that to give value to enum constant.
35062         (FP_INFINITE): Likewise.
35063         (FP_ZERO): Likewise.
35064         (FP_SUBNORMAL): Likewise.
35065         (FP_NORMAL): Likewise.
35067 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35069         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35070         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35071         arguments.
35073 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35075         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35076         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35077         autoconf-time if not.
35078         * configure.in: Remove AC_PREREQ.
35080 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35082         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35083         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35084         of the internal implementation.
35086 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35088         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35089         except include of <misc/sys/syslog.h>.
35091 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35094         function returns with a NULL context exit with zero.
35096 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35098         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35100 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35102         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35103         (run_program_cmd): This.
35104         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35105         (tst_langinfo): New variable.  Use it.
35107 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35109         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35110         floating point opcodes.
35112 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35114         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35115         variable.
35117         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35119         * sysdeps/mach/hurd/powerpc: Remove directory.
35120         * sysdeps/mach/powerpc: Likewise.
35122 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35124         * scripts/check-local-headers.sh: Ignore c++ headers.
35126 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35128         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35129         __libc_cleanup_region_start argument.
35131 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35133         [BZ #14784]
35134         [BZ #14785]
35135         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35136         x * y using scaling, not as x * y + z.
35137         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35138         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35139         * math/libm-test.inc (fma_test): Add more tests.
35140         (fma_test_towardzero): Likewise.
35141         (fma_test_downward): Likewise.
35142         (fma_test_upward): Likewise.
35144 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35146         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35148 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35150         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35151         New variable.
35153 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35155         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35157 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35160         Fix sort order.
35161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35162         Likewise.
35164 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35167         Fix the order of the list for glibc 2.17.
35168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35169         Likewise.
35171 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35175 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35177         [BZ #14610]
35178         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35179         for low part of x being zero before using __atanl (y).
35180         * math/libm-test.inc (atan2_test): Add another test.
35182         * manual/install.texi (Configuring and compiling): Document
35183         general use of test-wrapper and test-wrapper-env.
35184         * INSTALL: Regenerated.
35186         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35187         (__fma): Do not extract and scale down low bits on after-rounding
35188         systems when result rounded to normal precision would have normal
35189         exponent.
35190         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35191         (__fmal): Do not extract and scale down low bits on after-rounding
35192         systems when result rounded to normal precision would have normal
35193         exponent.
35194         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35195         (__fmal): Do not extract and scale down low bits on after-rounding
35196         systems when result rounded to normal precision would have normal
35197         exponent.
35198         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35199         macro.
35200         (fma_test): Add more tests.
35201         (fma_test_towardzero): Likewise.
35202         (fma_test_downward): Likewise.
35203         (fma_test_upward): Likewise.
35205 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35207         * sysdeps/i386/tininess.h: Renamed to ...
35208         * sysdeps/x86/tininess.h: This.
35209         * sysdeps/x86_64/tininess.h: Removed.
35211 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35213         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35214         input.  Use $(build-program-cmd).
35215         ($(objpfx)tst-array1-static.out): Likewise.
35216         ($(objpfx)tst-array2.out): Likewise.
35217         ($(objpfx)tst-array3.out): Likewise.
35218         ($(objpfx)tst-array4.out): Likewise.
35219         ($(objpfx)tst-array5.out): Likewise.
35220         ($(objpfx)tst-array5-static.out): Likewise.
35222 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35224         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35225         if defined.
35227         * nss/nsswitch.h (nss_interface_function): Provide new
35228         macro for use with NSS functions.
35229         * grp/initgroups.c: Use new macro.
35230         * nss/getXXbyYY.c: Likewise.
35231         * nss/getXXbyYY_r.c: Likewise.
35232         * nss/getXXent.c: Likewise.
35233         * nss/getXXent_r.c: Likewise.
35234         * sysdeps/posix/getaddrinfo.c: Likewise.
35236 2012-10-30  Andreas Jaeger  <aj@suse.de>
35238         * po/ru.po: Update Russion translation from translation project.
35240 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35242         [BZ #14152]
35243         [BZ #14783]
35244         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35245         result and shift together with sticky bit instead of replicating
35246         round-to-nearest rounding.
35247         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35248         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35249         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35250         missing underflow exceptions.
35251         (fma_test_towardzero): Add more tests.
35252         (fma_test_downward): Likewise.
35253         (fma_test_upward): Likewise.
35255         [BZ #14047]
35256         * sysdeps/generic/tininess.h: New file.
35257         * sysdeps/i386/tininess.h: Likewise.
35258         * sysdeps/sh/tininess.h: Likewise.
35259         * sysdeps/x86_64/tininess.h: Likewise.
35260         * stdlib/tst-strtod-underflow.c: Likewise.
35261         * stdlib/tst-tininess.c: Likewise.
35262         * stdlib/strtod_l.c: Include <tininess.h>.
35263         (round_and_return): Do not set errno for exact underflow cases.
35264         Force an underflow exception when setting errno for underflow.
35265         Determine underflow based on rounding to normal precision if
35266         TININESS_AFTER_ROUNDING.
35267         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35268         ERANGE for exact underflow cases.
35269         * stdlib/Makefile (tests): Add tst-tininess and
35270         tst-strtod-underflow.
35271         ($(objpfx)tst-tininess): Use $(link-libm).
35272         ($(objpfx)tst-strtod-underflow): Likewise.
35274 2012-10-30  Andreas Jaeger  <aj@suse.de>
35276         [BZ#14767]
35277         * elf/Makefile (tests): Remove conditional for have-initfini-array
35278         since this is now always required and the variable does not exist
35279         anymore.
35280         (tests-static): Likewise.
35281         (modules-names): Likewise.
35283         * po/eo.po: Add Esperanto translation from translation project.
35285         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35286         merged with constructor/destructor.
35287         (init_array): Likewise.
35288         * elf/tst-array2dep.c (fini_array): Likewise.
35289         (init_array): Likewise.
35291 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35293         * manual/message.texi: Delete @cartouche tags.
35295 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35297         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35298         EOPNOTSUPP.
35299         * sysdeps/mach/hurd/fsync.c: Likewise.
35301         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35302         [_POSIX_REALTIME_SIGNALS]: Change condition to
35303         [_POSIX_REALTIME_SIGNALS > 0].
35305 2012-10-27  Andreas Jaeger  <aj@suse.de>
35307         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35308         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35309         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35310         [__WORDSIZE != 64]: Likewise.
35312 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35314         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35315         *  iconvdata/tst-tables.sh: Likewise.
35317 2012-10-25  David S. Miller  <davem@davemloft.net>
35319         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35320         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35321         of strtoull.
35323         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35324         ifunc-impl-list.c
35325         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35326         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35327         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35328         file.
35330 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35332         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35333         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35334         __getdirentries.
35336 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35337             Jim Blandy  <jimb@codesourcery.com>
35339         * scripts/cross-test-ssh.sh: New file.
35340         * manual/install.texi (Configuring and compiling): Document use of
35341         cross-test-ssh.sh.
35342         * INSTALL: Regenerated.
35344 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35346         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35347         EOPNOTSUPP.
35349 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35351         * Makeconfig (run-program-prefix): Fix comment.
35353 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35354             Jim Blandy  <jimb@codesourcery.com>
35356         * Makeconfig (test-wrapper): New variable,
35357         (test-wrapper-env): Likewise.
35358         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35359         (run-built-tests): Define to yes.
35360         (run-program-prefix): Use $(test-wrapper).
35361         (built-program-cmd): Likewise.
35362         * Rules (make-test-out): Use $(test-wrapper-env) and
35363         $(host-built-program-cmd).
35364         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35365         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35366         tst-pathopt.sh.
35367         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35368         $(test-wrapper-env) to tst-rtld-load-self.sh.
35369         ($(objpfx)order2.out): Use $(test-wrapper).
35370         ($(objpfx)tst-initorder.out): Likewise.
35371         ($(objpfx)tst-initorder2.out): Likewise.
35372         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35373         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35374         (test_wrapper_env): New variable.  Use it to run ld.so.
35375         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35376         Use it to run ld.so.
35377         (test_wrapper_env): Likewise.
35378         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35379         $(test-wrapper) to run-iconv-test.sh.
35380         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35381         (ICONV): Use $test_wrapper.
35382         * posix/Makefile ($(objpfx)globtest.out): Pass
35383         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35384         globtest.sh, not $(run-program-prefix).
35385         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35386         (test_wrapper): Likewise.
35387         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35388         set together with run_via_rtld_prefix.
35389         (run_program_prefix): Define in terms of test_wrapper and
35390         run_via_rtld_prefix.
35392 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35394         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35395         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35396         Targets removed.
35398         [BZ #14743]
35399         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35400         Declare __clock_getres, __clock_gettime, __clock_settime,
35401         __clock_nanosleep, and __clock_getcpuclockid.
35402         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35403         Remove librt_hidden_def (clock_gettime).
35404         * sysdeps/unix/clock_gettime.c: Likewise.
35405         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35406         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35407         * rt/clock_getres.c: Define __clock_getres as an alias.
35408         * sysdeps/posix/clock_getres.c: Likewise.
35409         * rt/clock_settime.c: Define __clock_settime as an alias.
35410         * sysdeps/unix/clock_settime.c: Likewise.
35411         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35412         * sysdeps/unix/clock_nanosleep.c: Likewise.
35413         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35414         * rt/clock-compat.c: New file.
35415         * rt/Makefile (librt-routines): Add clock-compat and move
35416         $(clock-routines) to ...
35417         (routines): ... here, new variable.
35418         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35419         Don't add get_clockfreq here.
35420         * rt/Versions (libc: GLIBC_2.17): New version set.
35421         Add clock_* symbols here.
35422         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35423         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35424         (GLIBC_2.17): Add clock_* symbols.
35425         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35427         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35429         Likewise.
35430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35431         Likewise.
35432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35433         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35436         * NEWS: Mention the move.
35438         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35439         Use __open, __read, __close rather than their public counterparts.
35440         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35441         (__get_clockfreq_via_cpuinfo): Likewise.
35442         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35443         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35445         * config.h.in (HAVE_IFUNC): New #undef.
35446         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35447         was successful.
35448         * configure: Regenerated.
35450 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35452         * configure.in: Move READELF check to start of file.
35453         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35454         libc_cv_asm_gnu_indirect_function in the process.
35455         * configure: Regenerated.
35457 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35459         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35460         send the output to /dev/null.
35461         (libc_cv_cc_with_libunwind): Likewise.
35462         (libc_cv_as_noexecstack): Likewise.
35463         * configure: Regenerate.
35465 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35467         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35469         * posix/globtest.sh (TMPDIR): Do not set.
35470         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35471         (testout): Likewise.
35473 2012-10-24  Andreas Jaeger  <aj@suse.de>
35475         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35476         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35477         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35478         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35479         posix_fadvise64, posix_fallocate64.
35481         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35482         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35483         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35484         Likewise.
35485         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35486         Likewise.
35487         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35489         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35490         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35491         <bits/fcntl-linux.h>.
35492         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35494         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35495         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35496         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35497         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35498         [__WORDSIZE != 64]: Likewise.
35500 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35502         * Makeconfig (run-built-tests): New variable.
35503         * Rules [$(cross-compiling) = yes]: Change condition to
35504         [$(run-built-tests) = no].
35505         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35506         to [$(run-built-tests) = yes].
35507         * elf/Makefile [$(cross-compiling) = no]: Likewise
35508         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35509         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35510         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35511         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35512         * io/Makefile [$(cross-compiling) = no]: Likewise.
35513         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35514         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35515         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35516         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35517         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35518         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35519         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35520         * string/Makefile [$(cross-compiling) = no]: Likewise.
35522         * posix/Makefile ($(objpfx)globtest.out): Pass
35523         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35524         $(rtld-installed-name).
35525         * posix/globtest.sh (elf_objpfx): Remove variable.
35526         (rtld_installed_name): Likewise.
35527         (library_path): Likewise.
35528         (run_program_prefix): New variable.  Use for running globtest
35529         binary.
35531 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35532             Joseph Myers  <joseph@codesourcery.com>
35534         * Makeconfig (host-built-program-cmd): New variable.
35535         * elf/Makefile (tst-stackguard1-ARGS): Use
35536         $(host-built-program-cmd).
35537         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35538         (tst-spawn-ARGS): Likewise.
35539         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35541 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35542             Jim Blandy  <jimb@codesourcery.com>
35544         * Makeconfig (run-via-rtld-prefix): New variable.
35545         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35546         (built-program-cmd): Likewise.
35548 2012-10-22  Andreas Jaeger  <aj@suse.de>
35550         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35551         __O_RSYNC if it exists, otherwise to O_SYNC.
35553 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35554             Joseph Myers  <joseph@codesourcery.com>
35556         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35557         /dev/null.
35558         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35559         from /dev/null
35560         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35561         /dev/null.
35563 2012-10-22  Andreas Jaeger  <aj@suse.de>
35565         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35566         Define always.
35567         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35569         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35570         bits/fcntl-linux.h.
35572         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35573         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35576         to __O_LARGEFILE.
35577         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35578         to __O_LARGEFILE.
35580 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35581             Joseph Myers  <joseph@codesourcery.com>
35583         * config.make.in (NM): New variable.
35585 2012-10-21  Andreas Jaeger  <aj@suse.de>
35587         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35588         definitions and declarations that are provided by
35589         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35591 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35593         [BZ #14683]
35594         * elf/Makefile (tests-static): Add tst-leaks1-static.
35595         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35596         ($(objpfx)tst-leaks1-static): New rule.
35597         ($(objpfx)tst-leaks1-static-mem): Likewise.
35598         (tst-leaks1-static-ENV): New macro.
35599         * elf/dl-open.c (dl_open_worker): Check the main application
35600         only if SHARED is defined.
35601         * elf/tst-leaks1-static.c: New file.
35603 2012-10-20  Andreas Jaeger  <aj@suse.de>
35605         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35606         generic values for Linux.
35607         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35608         and declarations that are provided by <bits/fcntl-linux.h> and
35609         include <bits/fcntl-linux.h>.
35610         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35611         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35613 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35615         * io/fcntl.h: Move include of <bits/types.h> to the top and
35616         include it unconditionally.
35618 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35620         * wcsmbs/Makefile (tests-ifunc): New variable.
35621         (tests): Add $(tests-ifunc).
35622         * wcsmbs/test-wcschr-ifunc.c: New file.
35623         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35624         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35625         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35626         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35627         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35629         * string/Makefile (tests-ifunc): New variable.
35630         (tests): Add $(tests-ifunc).
35631         * string/test-memccpy.c (TEST_NAME): New macro.
35632         * string/test-memchr.c (TEST_NAME): Likewise.
35633         * string/test-memcmp.c (TEST_NAME): Likewise.
35634         * string/test-memcpy.c (TEST_NAME): Likewise.
35635         * string/test-memmem.c (TEST_NAME): Likewise.
35636         * string/test-memmove.c (TEST_NAME): Likewise.
35637         * string/test-memset.c (TEST_NAME): Likewise.
35638         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35639         * string/test-stpcpy.c (TEST_NAME): Likewise.
35640         * string/test-stpncpy.c (TEST_NAME): Likewise.
35641         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35642         * string/test-strcasestr.c (TEST_NAME): Likewise.
35643         * string/test-strcat.c (TEST_NAME): Likewise.
35644         * string/test-strchr.c (TEST_NAME): Likewise.
35645         * string/test-strcmp.c(TEST_NAME): Likewise.
35646         * string/test-strcpy.c (TEST_NAME): Likewise.
35647         * string/test-strcspn.c (TEST_NAME): Likewise.
35648         * string/test-strlen.c (TEST_NAME): Likewise.
35649         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35650         * string/test-strncmp.c (TEST_NAME): Likewise.
35651         * string/test-strncpy.c (TEST_NAME): Likewise.
35652         * string/test-strnlen.c (TEST_NAME): Likewise.
35653         * string/test-strpbrk.c (TEST_NAME): Likewise.
35654         * string/test-strrchr.c (TEST_NAME): Likewise.
35655         * string/test-strspn.c (TEST_NAME): Likewise.
35656         * string/test-strstr.c (TEST_NAME): Likewise.
35657         * string/test-bcopy-ifunc.c: New file.
35658         * string/test-bzero-ifunc.c: Likewise.
35659         * string/test-memccpy-ifunc.c: Likewise.
35660         * string/test-memchr-ifunc.c: Likewise.
35661         * string/test-memcmp-ifunc.c: Likewise.
35662         * string/test-memcpy-ifunc.c: Likewise.
35663         * string/test-memmem-ifunc.c: Likewise.
35664         * string/test-memmove-ifunc.c: Likewise.
35665         * string/test-mempcpy-ifunc.c: Likewise.
35666         * string/test-memset-ifunc.c: Likewise.
35667         * string/test-rawmemchr-ifunc.c: Likewise.
35668         * string/test-stpcpy-ifunc.c: Likewise.
35669         * string/test-stpncpy-ifunc.c: Likewise.
35670         * string/test-strcasecmp-ifunc.c: Likewise.
35671         * string/test-strcasestr-ifunc.c: Likewise.
35672         * string/test-strcat-ifunc.c: Likewise.
35673         * string/test-strchr-ifunc.c: Likewise.
35674         * string/test-strchrnul-ifunc.c: Likewise.
35675         * string/test-strcmp-ifunc.c: Likewise.
35676         * string/test-strcpy-ifunc.c: Likewise.
35677         * string/test-strcspn-ifunc.c: Likewise.
35678         * string/test-strlen-ifunc.c: Likewise.
35679         * string/test-strncasecmp-ifunc.c: Likewise.
35680         * string/test-strncat-ifunc.c: Likewise.
35681         * string/test-strncmp-ifunc.c: Likewise.
35682         * string/test-strncpy-ifunc.c: Likewise.
35683         * string/test-strnlen-ifunc.c: Likewise.
35684         * string/test-strpbrk-ifunc.c: Likewise.
35685         * string/test-strrchr-ifunc.c: Likewise.
35686         * string/test-strspn-ifunc.c: Likewise.
35687         * string/test-strstr-ifunc.c: Likewise.
35689         * debug/Makefile (tests-ifunc): New variable.
35690         (tests): Add $(tests-ifunc).
35691         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35692         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35693         * debug/test-stpcpy_chk-ifunc.c: New file.
35694         * debug/test-strcpy_chk-ifunc.c: Likewise.
35696 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35698         [BZ #13601]
35699         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35700         header is not read in.
35702 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35704         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35705         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35706         directly.  Pass built executable to script as
35707         $(built-program-cmd).
35708         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35709         $testprogram without using LD_LIBRARY_PATH and $ldso.
35711         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35712         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35713         $(rtld-installed-name).
35714         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35715         (rtld_installed_name): Likewise.
35716         (library_path): Likewise.
35717         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35718         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35719         $(run-program-prefix) to tst-tables.sh.
35720         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35721         it to run tst-table-from and tst-table-to.
35722         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35723         Pass it to tst-table.sh.
35724         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35725         $(run-program-prefix) to tst-gettext.sh.
35726         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35727         tst-translit.sh.
35728         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35729         tst-gettext2.sh.
35730         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35731         to run tst-gettext.
35732         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35733         to run tst-gettext2.
35734         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
35735         to run tst-translit.
35736         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35737         $(run-program-prefix) to tst-mtrace.sh.
35738         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
35739         to run tst-mtrace.
35740         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35741         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35742         $(rtld-installed-name).
35743         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35744         (rtld_installed_name): Likewise.
35745         (run_program_prefix): New variable.  Use it to run wordexp-test.
35747         * Makeconfig (ARCH): Remove all definitions.
35748         (machine): Likewise.
35749         [ARCH]: Remove conditional code.
35750         [!objdir]: Give error.
35751         [!objdir] (objpfx): Remove.
35752         [!objdir] (common-objpfx): Likewise.
35753         [!objdir] (common-objdir): Likewise.
35754         * configure.in (config_makefile): Remove.  Hardcode Makefile in
35755         AC_CONFIG_FILES call.
35756         * configure: Regenerated.
35758         [BZ #13888]
35759         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35760         or TMPDIR.
35761         (testout): Likewise.
35763         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35764         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35765         $(rtld-installed-name).
35766         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35767         (rtld_installed_name): Likwise.
35768         (runit): Remove function.
35769         (run_getconf): New variable,  Use it for running getconf binary.
35771 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
35773         [BZ #14716]
35774         * string/test-memmem.c (check_result): New function.
35775         (do_one_test): Use it.
35776         (check1): New function.
35777         (test_main): Use it.
35779 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
35781         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35783 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
35785         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35786         (_G_LSEEK64): Likewise.
35787         (_G_MMAP64): Likewise.
35788         (_G_FSTAT64): Likewise.
35789         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35790         (_G_LSEEK64): Likewise.
35791         (_G_MMAP64): Likewise.
35792         (_G_FSTAT64): Likewise.
35793         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35794         unconditional.  Call __mmap64 directly.
35795         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35796         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35797         __lseek64 directly.
35798         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35799         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35800         __mmap64 directly.
35801         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35802         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35803         __lseek64 directly.
35804         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35805         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35806         __lseek64 directly.
35807         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35808         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35809         __lseek64 directly.
35810         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35811         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35812         __fxstat64 directly.
35813         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35814         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35815         unconditional.
35816         (freopen64) [!_G_OPEN64]: Remove conditional code.
35817         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35818         unconditional.
35819         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35820         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35821         unconditional.
35822         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35823         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35824         unconditional.
35825         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35826         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35827         unconditional.
35828         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35829         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35830         unconditional.
35831         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35832         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35833         unconditional.
35834         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35835         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35836         unconditional.
35837         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35839 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35841         [BZ #12140]
35842         * manual/memory.texi (Malloc Tunable Parameters): Add note
35843         about free list pointers overwriting some perturb bytes.
35844         Wording suggested by Roland McGrath.
35846 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35848         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35849         (lgamma_test): Likewise.
35850         (tgamma_test): Likewise.
35852 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35854         [BZ #14700]
35855         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35856         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35858 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35860         * NEWS: Mention BZ #14716.
35861         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35862         when removing AVAILABLE1_USES_J macro.
35864 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35866         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35867         (__bswap_64): __uint64_t for unsigned 64-bit int.
35869 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35871         * include/string.h (memmem): Declare libc hidden alias.
35872         * string/memmem.c (memmem): Define libc hidden alias.
35873         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35874         __read, __close instead of open, read, close.
35876 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35878         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35879         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35880         global and hidden.
35881         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35882         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35883         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35884         Likewise.
35885         (__rawmemchr_sse2): Likewise.
35886         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35887         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35888         (__strchr_sse2): Likewise.
35889         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35890         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35891         (__strcasecmp_sse2): Likewise.
35892         (__strncasecmp_sse2): Likewise.
35893         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35894         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35895         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35896         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35897         (__strrchr_sse2): Likewise.
35898         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35899         ifunc-impl-list.c.
35900         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35901         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35902         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35903         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35904         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35905         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35906         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35907         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35908         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35909         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35910         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35911         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35912         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35913         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35914         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35915         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35916         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35917         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35918         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35919         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35920         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35921         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35922         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35923         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35924         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35925         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35926         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35927         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35928         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35929         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35931         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35932         global and hidden.
35933         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35934         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35935         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35936         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35937         Likewise.
35938         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35939         Likewise.
35940         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35941         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35942         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35943         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35944         ifunc-impl-list.c.
35945         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35946         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35947         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35948         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35949         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35950         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35951         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35952         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35953         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35954         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35955         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35956         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35957         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35958         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35959         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35960         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35961         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35962         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35963         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35964         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35965         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35966         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35967         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35968         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35969         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35970         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35971         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35972         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35973         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35974         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35975         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35976         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35977         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35978         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35979         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35980         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35981         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35982         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35983         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35984         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35985         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35987         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35988         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35989         * include/ifunc-impl-list.h: New file.
35990         * misc/ifunc-impl-list.c: Likewise.
35991         * misc/Makefile (routines): Add ifunc-impl-list.
35992         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35993         * string/test-string.h: Include <ifunc-impl-list.h>.
35994         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35995         TEST_NAME]: New variables.
35996         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35997         are defined.
35998         (test_init): Call __libc_ifunc_impl_list to initialize
35999         func_list if TEST_IFUNC and TEST_NAME are defined.
36001         * string/Makefile (strop-tests): Add bcopy and bzero.
36002         * string/test-bcopy.c: New file.
36003         * string/test-bzero.c: Likewise.
36004         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36005         defined.
36006         * string/test-memset.c: Support bzero test if TEST_BZERO is
36007         defined.
36008         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36009         __libc_memmove.
36010         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36011         __libc_memset.
36012         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36013         of memset.
36015 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36017         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36018         * configure: Regenerated.
36020         * Makeconfig (+link-static-before-libc): Don't include
36021         $(link-static-libc).
36023         * libio/libio.h (_IO_pos_t): Remove.
36025 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36027         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36028         McGrath.
36030 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36032         * crypt/crypt-entry.c: Include fips-private.h.
36033         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36034         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36035         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36036         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36038 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36040         * crypt/crypt-private.h: Include stdbool.h.
36041         (_ufc_setup_salt_r): Return bool.
36042         * crypt/crypt-entry.c: Include errno.h.
36043         (__crypt_r): Return NULL with EINVAL for bad salt.
36044         * crypt/crypt_util.c (bad_for_salt): New.
36045         (_ufc_setup_salt_r): Check that salt is long enough and within
36046         the specified alphabet.
36047         * crypt/badsalttest.c: New file.
36048         * crypt/Makefile (tests): Add it.
36049         ($(objpfx)badsalttest): New.
36051 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36053         * NEWS: Add entry for BZ #14602.
36055 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36057         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36058         type-generic.
36059         * math/libm-test.inc: Update comment listing what functions and
36060         macros are tested.
36061         (isgreater_test): New function.
36062         (isgreaterequal_test): Likewise.
36063         (isless_test): Likewise.
36064         (islessequal_test): Likewise.
36065         (islessgreater_test): Likewise.
36066         (isunordered_test): Likewise.
36067         (main): Call the new functions.
36069 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36071         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36072         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36073         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36074         * sysdeps/i386/configure: Regenerated.
36075         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36076         * sysdeps/mach/configure: Regenerated.
36077         * sysdeps/mach/hurd/configure: Regenerated.
36078         * sysdeps/powerpc/configure: Regenerated.
36079         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36080         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36081         * sysdeps/s390/s390-32/configure: Regenerated.
36082         * sysdeps/s390/s390-64/configure: Regenerated.
36083         * sysdeps/sh/configure: Regenerated.
36084         * sysdeps/sparc/configure: Regenerated.
36085         * sysdeps/unix/sysv/linux/configure: Regenerated.
36086         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36087         * sysdeps/x86_64/configure: Regenerated.
36089         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36090         defined.  Don't check if MAP is NULL.
36092 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36094         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36095         (_G_stat64): Likewise.
36096         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36097         (_G_stat64): Likewise.
36098         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36099         instead of struct _G_stat64.
36100         * libio/fileops.c (mmap_remap_check): Likewise.
36101         (decide_maybe_mmap): Likewise.
36102         (_IO_new_file_seekoff): Likewise.
36103         (_IO_file_stat): Likewise.
36104         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36105         _G_off64_t.
36106         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36107         instead of struct _G_stat64.
36108         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36110 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36112         [BZ #14602]
36113         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36114         Replace with ...
36115         (CHECK_EOL): New macro.
36116         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36117         CHECK_EOL.
36118         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36119         Replace with CHECK_EOL.
36120         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36121         Replace with CHECK_EOL.
36123 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36125         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36126         type-generic.
36127         * math/libm-test.inc: Update comment listing what functions and
36128         macros are tested.
36129         (finite_test): New function.
36130         (isinf_test): Likewise.
36131         (isnan_test): Likewise.
36132         (fpclassify_test): Test subnormal input.
36133         (isfinite_test): Likewise.
36134         (isnormal_test): Likewise.
36135         (main): Call the new functions.
36137 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36139         [BZ #14660]
36140         * Makerules (%.dynsym): Force C locale when running
36141         $(OBJDUMP) --dynamic-syms.
36143 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36145         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36146         <stdint.h>.
36148 2012-10-06  David S. Miller  <davem@davemloft.net>
36150         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36151         upper 32-bits of the length value in %o2 since we use branch-on-register
36152         tests which consider the entire 64-bit register.
36154 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36156         * string/test-strstr.c (check2): Add a test for page boundary.
36158 2012-10-05  David S. Miller  <davem@davemloft.net>
36160         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36161         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36162         file.
36163         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36164         sysdep_routines.
36165         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36166         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36167         and bzero when HWCAP_SPARC_CRYPTO is present.
36169 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36171         [BZ #14602]
36172         * string/test-strstr.c (check2): New function.
36173         (test_main): Call check2.
36175         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36176         and bug-strchr1.
36177         * string/bug-strcasestr1.c (do_test): Moved to ...
36178         * string/test-strcasestr.c (check1): Here.  New function.
36179         (do_one_test): Break out result checking code into ...
36180         (check_result): This.  New function.
36181         (do_one_test): Call check_result.
36182         (test_main): Call check1.
36183         * string/bug-strchr1.c (do_test): Moved to ...
36184         * string/test-strchr.c (check1): Here.  New function.
36185         (do_one_test): Break out result checking code into ...
36186         (check_result): This.  New function.
36187         (do_one_test): Call check_result.
36188         (test_main): Call check1.
36189         * string/bug-strstr1.c (main): Moved to ...
36190         * string/test-strstr.c (check1): Here.  New function.
36191         (do_one_test): Break out result checking code into ...
36192         (check_result): This.  New function.
36193         (do_one_test): Call check_result.
36194         (test_main): Call check1.
36195         * string/bug-strcasestr1.c: Removed.
36196         * string/bug-strchr1.c: Likewise.
36197         * string/bug-strstr1.c: Likewise.
36199         * elf/Makefile (dl-routines): Add hwcaps.
36200         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36201         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36202         (_dl_important_hwcaps): Moved to ...
36203         * elf/dl-hwcaps.c: Here.  New file.
36204         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36206         [BZ #14557]
36207         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36208         if IS_IN_rtld isn't defined.
36210         * elf/dl-support.c (_dl_sysinfo_map): New.
36211         Include "get-dynamic-info.h" and "setup-vdso.h".
36212         (_dl_non_dynamic_init): Call setup_vdso.
36213         * elf/dynamic-link.h: Don't include <assert.h>.
36214         (elf_get_dynamic_info): Moved to ...
36215         * elf/get-dynamic-info.h: Here.  New file.
36216         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36217         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36218         * elf/setup-vdso.h: Here.  New file.
36219         * elf/rtld.c: Include "setup-vdso.h".
36220         (dl_main): Call setup_vdso.
36222 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36224         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36225         creal in comment listing functions tested.  List finite, isinf,
36226         isnan, isless, islessequal, isgreater, isgreaterequal,
36227         islessgreater, isunordered, lgamma_r and pow10 as functions and
36228         macros not tested.  Mention which functions not tested are aliases
36229         for other functions.  Fix typo.  Note that signs of NaNs are not
36230         tested.
36232         * scripts/config.guess: Update from config.git.
36233         * scripts/config.sub: Likewise.
36235 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36237         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36238         * misc/madvise.c (madvise): Renamed to __madvise.
36239         Make madvise a weak alias.
36240         * include/sys/mman.h: Declare __madvise.
36241         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36242         * sysdeps/unix/syscalls.list
36243         (madvise): Make __madvise the strong name, and madvise a weak alias.
36244         * sysdeps/unix/sysv/linux/syscalls.list
36245         (madvise, mmap): Remove redundant entries.
36246         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36247         * malloc/malloc.c (mtrim): Likewise.
36248         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36250 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36252         * sysdeps/mach/hurd/dl-cache.c: File removed.
36253         * config.h.in (USE_LDCONFIG): New #undef.
36254         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36255         * configure: Regenerated.
36256         * elf/Makefile (dl-routines): Add dl-cache only under
36257         [$(use-ldconfig) = yes].
36258         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36259         cache on [USE_LDCONFIG].
36260         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36261         [USE_LDCONFIG].
36262         * elf/rtld.c (dl_main): Likewise.
36264 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36266         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36267         _SC_LEVEL4_CACHE_LINESIZE.
36269 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36271         * sysdeps/unix/bsd/confstr.h: File removed.
36273 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36275         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36276         sys/sdt-config.h.
36278 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36280         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36281         Make 'mapoff' field ElfW(Off) rather than off_t.
36283 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36285         * nscd/Makefile: Remove nscd-cflags and all its users.
36286         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36287         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36289         [BZ #10631]
36290         * malloc.c (malloc_printerr): Clarify error message.
36292 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36294         [BZ #14648]
36295         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36296         Set bit_FMA_Usable if FMA is supported.
36297         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36298         macro.
36299         (bit_FMA4_Usable): Updated.
36300         (index_FMA_Usable): New macro.
36301         (CPUID_FMA): Likewise
36302         (HAS_FMA): Defined with bit_FMA_Usable.
36304 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36306         * bits/types.h (__swblk_t): Type removed.
36307         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36308         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36309         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36310         (__SWBLK_T_TYPE): Likewise.
36311         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36312         (__SWBLK_T_TYPE): Likewise.
36313         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36314         (__SWBLK_T_TYPE): Likewise.
36315         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36316         (__SWBLK_T_TYPE): Likewise.
36318 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36319             Honza Horak <hhorak@redhat.com>
36321         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36322         (xdr_mapname): Use YPMAXMAP as maxsize.
36323         (xdr_peername): Use YPMAXPEER as maxsize.
36324         (xdr_keydat): Use YPAXRECORD as maxsize.
36325         (xdr_valdat): Use YPMAXRECORD as maxsize.
36327 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36329         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36331         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36332         * csu/init-first.c: ... here.
36333         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36334         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36335         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36336         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36337         * sysdeps/i386/init-first.c: File removed.
36338         * sysdeps/sh/init-first.c: File removed.
36340 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36342         [BZ #14645]
36343         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36344         if x * y might underflow to zero and z is zero.
36345         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36346         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36347         * math/libm-test.inc (min_subnorm_value): New variable.
36348         (fma_test): Add more tests.
36349         (fma_test_towardzero): Likewise.
36350         (fma_test_downward): Likewise
36351         (fma_test_upward): Likewise.
36352         (initialize): Set min_subnorm_value.
36354 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36356         [BZ #14638]
36357         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36358         0 + 0.
36359         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36360         mode for addition resulting in exact zero.
36361         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36362         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36363         exact 0 + 0.
36364         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36365         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36366         * math/libm-test.inc (fma_test): Add more tests.
36367         (fma_test_towardzero): New function.
36368         (fma_test_downward): Likewise.
36369         (fma_test_upward): Likewise.
36370         (main): Call the new functions.
36372 2012-09-28  David S. Miller  <davem@davemloft.net>
36374         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36376 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36378         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36379         instead of SIGALRM.
36381         * sysdeps/gnu/_G_config.h: Moved to ...
36382         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36383         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36384         * sysdeps/generic/_G_config.h: ... here.
36386         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36388         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36390         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36391         Conditionalize target on [libnss_test1.so-version].
36393         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36395         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36396         (elfobjdir): Move out of conditionals.
36398         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36399         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36400         (__nss_lookup_function): Conditionalize label remove_from_tree on
36401         [!DO_STATIC_NSS || SHARED], matching its only use.
36403 2012-09-28  David S. Miller  <davem@davemloft.net>
36405         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36406         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36407         file.
36408         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36409         sysdep_routines.
36410         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36411         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36412         when HWCAP_SPARC_CRYPTO is present.
36414 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36416         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36418 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36420         [BZ #6530]
36421         * stdio-common/vfprintf.c (process_string_arg): Revert
36422         2000-07-22 change.
36424 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36426         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36427         for testcase.
36428         * stdio-common/tst-sprintf.c: Include <locale.h>
36429         (main): Test sprintf's handling of incomplete multibyte
36430         characters.
36432 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36434         * elf/dl-runtime.c (VERSYMIDX): Removed.
36435         * elf/dl-version.c (VERSYMIDX): Likewise.
36436         * elf/do-rel.h (VERSYMIDX): Likewise.
36437         (VALIDX): Likewise.
36438         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36439         * elf/rtld.c (VALIDX): Likewise.
36440         (ADDRIDX): Likewise.
36441         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36442         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36443         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36444         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36445         (VALIDX): Likewise.
36446         (ADDRIDX): Likewise.
36448 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36450         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36452 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36454         [BZ #11438]
36455         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36456         to global scope.
36457         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36458         addresses are in the same scope as 192.0.2/24.
36459         * posix/gai.conf: Document new scope table defaults.
36461 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36463         [BZ #5298]
36464         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36465         for ftell.  Compute offsets from write pointers instead.
36466         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36468 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36470         [BZ #14543]
36471         * libio/Makefile (tests): New test case tst-fseek.
36472         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36473         combination works in wide mode.
36474         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36475         state when the external buffer state changes.
36477 2012-09-27  David S. Miller  <davem@davemloft.net>
36479         [BZ #14376]
36480         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36481         pass reloc->r_addend in as the 'high' argument to
36482         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36486 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36488         * rt/tst-aio2.c: Include <pthread.h>.
36489         * rt/tst-aio3.c: Likewise.
36491 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36493         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36495 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36497         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36498         contents on [SHARED].
36500 2012-09-26  Marek Polacek  <polacek@redhat.com>
36502         [BZ #14530]
36503         [BZ #13741]
36504         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36505         for C++ and GCC <4.3 as well as for non GCC compilers.
36507 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36509         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36511 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36513         * Makefile.in (all, install): Declare with .PHONY.
36514         Reported by Michael Hope <michael.hope@linaro.org>.
36516 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36518         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36519         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36520         system header.
36521         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36522         Likewise.
36523         (sydep_routines): Add the new and the internal functions.
36524         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36525         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36527         (GLIBC_2.17): Add the new function.
36528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36529         (GLIBC_2.17): Likewise.
36530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36531         (GLIBC_2.17): Likewise.
36532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36533         (GLIBC_2.17): Likewise.
36534         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36536 2012-09-25  Alan Modra  <amodra@gmail.com>
36538         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36539         Add release barrier before setting once_control to say
36540         initialisation is done.  Add hints on lwarx.  Use macro in
36541         place of isync.
36542         (clear_once_control): Add release barrier.
36544 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36546         [BZ #13629]
36547         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36548         specially.
36549         * math/s_clog10.c (__clog10): Likewise.
36550         * math/s_clog10f.c (__clog10f): Likewise.
36551         * math/s_clog10l.c (__clog10l): Likewise.
36552         * math/s_clogf.c (__clogf): Likewise.
36553         * math/s_clogl.c (__clogl): Likewise.
36554         * math/Makefile (libm-calls): Add x2y2m1.
36555         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36556         (__x2y2m1): Likewise.
36557         (__x2y2m1l): Likewise.
36558         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36559         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36560         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36561         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36562         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36563         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36564         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36565         * sysdeps/i386/fpu/libm-test-ulps: Update.
36566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36568         [BZ #14621]
36569         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36570         int as type of variable DEPTH.
36571         (glob): Use size_t instead of int as type of variables NEWCOUNT
36572         and OLD_PATHC.
36574 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36576         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36577         Add s_sincosf-sse2.
36578         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36579         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36580         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36581         macros for using routine as __sincosf_ia32.
36582         Use macro for function declaration and weak_alias.
36583         * sysdeps/i386/fpu/libm-test-ulps: Update.
36585         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36586         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36588         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36589         subnormal argument.
36590         * math/s_cexpf.c (__cexpf): Likewise.
36591         * math/s_csinf.c (__csinf): Likewise.
36592         * math/s_csinhf.c (__csinhf): Likewise.
36593         * math/s_ctanf.c (__ctanf): Likewise.
36594         * math/s_ctanhf.c (__ctanhf): Likewise.
36595         * math/s_ccosh.c (__ccoshf): Likewise.
36596         * math/s_cexp.c (__cexpl): Likewise.
36597         * math/s_csin.c (__csin): Likewise.
36598         * math/s_csinh.c (__csinh): Likewise.
36599         * math/s_ctan.c (__ctan): Likewise.
36600         * math/s_ctanh.c (ctanh): Likewise.
36601         * math/s_ccoshl.c (__ccoshl): Likewise.
36602         * math/s_cexpl.c (__cexpl): Likewise.
36603         * math/s_csinl.c (__csinl): Likewise.
36604         * math/s_csinhl.c (__csinhl): Likewise.
36605         * math/s_ctanl.c (__ctanl): Likewise.
36606         * math/s_ctanhl.c (__ctanhl): Likewise.
36608 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36610         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36611         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36612         (_IO_off_t): Define to __off_t, not _G_off_t.
36613         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36614         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36615         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36616         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36617         type of __dummy and __dummy2 fields.
36618         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36619         (_G_ssize_t): Likewise.
36620         (_G_off_t): Likewise.
36621         (_G_pid_t): Likewise.
36622         (_G_uid_t): Likewise.
36623         (_G_wchar_t): Likewise.
36624         (_G_wint_t): Likewise.
36625         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36626         (_G_ssize_t): Likewise.
36627         (_G_off_t): Likewise.
36628         (_G_pid_t): Likewise.
36629         (_G_uid_t): Likewise.
36630         (_G_wchar_t): Likewise.
36631         (_G_wint_t): Likewise.
36632         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36633         (_G_ssize_t): Likewise.
36634         (_G_off_t): Likewise.
36635         (_G_pid_t): Likewise.
36636         (_G_uid_t): Likewise.
36637         (_G_wchar_t): Likewise.
36638         (_G_wint_t): Likewise.
36640 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36642         * malloc/arena.c: Include malloc-sysdep.h.
36643         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36644         is sufficient to shrink the heap or an unmap is needed.
36645         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36646         new function check_may_shrink_heap.
36647         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36648         new function check_may_shrink_heap.
36650 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36652         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36653         comments.
36655 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36657         * catgets/test-gencat.sh: Add "set -e".
36658         * elf/tst-pathopt.sh: Likewise.
36659         * grp/tst_fgetgrent.sh: Likewise.
36660         * iconvdata/run-iconv-test.sh: Likewise.
36661         * intl/tst-gettext.sh: Likewise.
36662         * intl/tst-gettext2.sh: Likewise.
36663         * intl/tst-gettext4.sh: Likewise.
36664         * intl/tst-gettext6.sh: Likewise.
36665         * intl/tst-translit.sh: Likewise.
36666         * io/ftwtest-sh: Likewise.
36667         * libio/test-freopen.sh: Likewise.
36668         * malloc/tst-mtrace.sh: Likewise.
36669         * posix/globtest.sh: Likewise.
36670         * posix/tst-getconf.sh: Likewise.
36671         * posix/wordexp-tst.sh: Likewise.
36672         * stdio-common/tst-printf.sh: Likewise.
36673         * stdio-common/tst-unbputc.sh: Likewise.
36674         * stdlib/tst-fmtmsg.sh: Likewise.
36675         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36676         * catgets/Makefile: Do not specify -e option when running
36677         testsuite shell scripts.
36678         * elf/Makefile: Likewise.
36679         * grp/Makefile: Likewise.
36680         * iconvdata/Makefile: Likewise.
36681         * intl/Makefile: Likewise.
36682         * io/Makefile: Likewise.
36683         * libio/Makefile: Likewise.
36684         * malloc/Makefile: Likewise.
36685         * posix/Makefile: Likewise.
36686         * stdio-common/Makefile: Likewise.
36687         * stdlib/Makefile: Likewise.
36688         * sysdeps/x86_64/Makefile: Likewise.
36690         * io/ftwtest-sh: Add copyright header.
36691         * posix/globtest.sh: Likewise.
36692         * posix/tst-getconf.sh: Likewise.
36693         * posix/wordexp-tst.sh: Likewise.
36694         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36696 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36698         [BZ #13679]
36699         * Makeconfig (+link): Defined as $(+link-static) if
36700         $(build-shared) isn't yes.
36701         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36702         isn't yes.
36703         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36705         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36707         [BZ #14562]
36708         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36709         new chunk size with MALLOC_ALIGN_MASK.
36711 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36713         [BZ #5044]
36714         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36715         <rounding-mode.h>.
36716         (__printf_fphex): Determine rounding using get_rounding_mode and
36717         round_away.
36718         * stdio-common/tst-printf-round.c (struct hex_test): New
36719         structure.
36720         (hex_tests): New variable.
36721         (test_hex_in_one_mode): New function.
36722         (do_test): Also run tests for hex float output.
36724 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36726         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36727         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36728         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36729         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36730         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36731         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36732         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36733         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36735 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
36737         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36738         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36739         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36740         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36742 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
36744         [BZ #14579]
36745         * elf/rtld.c (dl_main): Limit the check for self loading to normal
36746         mode only.
36747         * elf/tst-rtld-load-self.sh: New test.
36748         * elf/Makefile: Run it.
36750 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
36752         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36753         (tst-writev-ENV): Remove.
36754         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36756 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
36758         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36760 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
36762         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36763         unconditional.
36764         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36765         Likewise.
36766         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36767         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36768         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36769         Likewise.
36771 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
36773         [BZ #14587]
36774         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36775         * config.make.in (have-cpp-asm-debuginfo): Removed.
36776         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36777         * configure: Regenerated.
36779 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
36781         [BZ #5044]
36782         * stdio-common/printf_fp.c: Include <stdbool.h> and
36783         <rounding-mode.h>.
36784         (___printf_fp): Determine rounding using get_rounding_mode and
36785         round_away.
36786         * stdio-common/tst-printf-round.c: New file.
36787         * stdio-common/Makefile (tests): Add tst-printf-round.
36788         (link-libm): New variable.
36789         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36791 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36793         [BZ #14576]
36794         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36795         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36796         Likewise.
36797         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36798         Likewise.
36800 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36802         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36803         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36804         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36805         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36807 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36809         [BZ #14518]
36810         * include/rounding-mode.h: New file.
36811         * sysdeps/generic/get-rounding-mode.h: Likewise.
36812         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36813         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36814         (MAX_VALUE): New macro.
36815         (MIN_VALUE): Likewise.
36816         (overflow_value): New function.
36817         (underflow_value): Likewise.
36818         (round_and_return): Use overflow_value and underflow_value to
36819         determine return values in overflow and underflow cases.  Use
36820         round_away to determine rounding depending on rounding mode.
36821         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36822         determine return values in overflow and underflow cases.
36823         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36824         (struct test_results): New structure.
36825         (struct test): Use struct test_results to store expected results
36826         for all rounding modes.
36827         (TEST): Include expected results for all rounding modes.
36828         (test_in_one_mode): New function.
36829         (do_test): Use test_in_one_mode to compute and check results.
36830         Check results for all rounding modes.
36831         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36832         $(link-libm).
36834 2012-12-09  Allan McRae  <allan@archlinux.org>
36836         * sysdeps/i386/fpu/libm-test-ulps: Update
36838 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36840         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36841         (_G_int32_t): Likewise.
36842         (_G_uint16_t): Likewise.
36843         (_G_uint32_t): Likewise.
36844         (_G_HAVE_BOOL): Likewise.
36845         (_G_HAVE_ATEXIT): Likewise.
36846         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36847         (_G_HAVE_IO_FILE_OPEN): Likewise.
36848         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36849         (_G_int32_t): Likewise.
36850         (_G_uint16_t): Likewise.
36851         (_G_uint32_t): Likewise.
36852         (_G_HAVE_BOOL): Likewise.
36853         (_G_HAVE_ATEXIT): Likewise.
36854         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36855         (_G_HAVE_IO_FILE_OPEN): Likewise.
36856         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36857         (_G_int32_t): Likewise.
36858         (_G_uint16_t): Likewise.
36859         (_G_uint32_t): Likewise.
36860         (_G_HAVE_BOOL): Likewise.
36861         (_G_HAVE_ATEXIT): Likewise.
36862         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36863         (_G_HAVE_IO_FILE_OPEN): Likewise.
36865 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36867         * csu/libc-tls.c: Update copyright years.
36869 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36871         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36872         [!_G_USING_THUNKS]: Remove conditional code.
36873         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36874         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36876         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36877         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36878         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36879         (_G_VTABLE_LABEL_PREFIX): Likewise.
36880         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36881         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36882         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36883         (_G_VTABLE_LABEL_PREFIX): Likewise.
36884         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36885         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36886         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36887         (_G_VTABLE_LABEL_PREFIX): Likewise.
36888         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36890 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36892         * libio/Makefile: Include ../Makeconfig before tests.
36893         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36894         only if $(build-shared) is yes.
36896         * iconv/gconv_db.c: Update copyright years.
36898 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36900         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36901         unwind info if defined PIC. Fix special cases description.
36902         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36904         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36905         DP_HI_MASK entry.
36906         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36908 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36910         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36912         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36913         is NULL.
36915         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36916         (LDLIBS-tst-chk4): This.
36917         (LDFLAGS-tst-chk5): Renamed to ...
36918         (LDLIBS-tst-chk5): This.
36919         (LDFLAGS-tst-chk6): Renamed to ...
36920         (LDLIBS-tst-chk6): This.
36921         (LDFLAGS-tst-lfschk4): Renamed to ...
36922         (LDLIBS-tst-lfschk4): This.
36923         (LDFLAGS-tst-lfschk5): Renamed to ...
36924         (LDLIBS-tst-lfschk5): This.
36925         (LDFLAGS-tst-lfschk6): Renamed to ...
36926         (LDLIBS-tst-lfschk6): This.
36928         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36929         on $(common-objpfx)soversions.mk.
36931 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36933         [BZ #10014]
36934         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36935         example host name.
36937 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36939         * malloc/arena.c (arena_get_retry): New function that gets
36940         another arena for the caller to try its request on.
36941         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36942         current arena cannot fulfill the request.
36943         (__libc_memalign): Likewise.
36944         (__libc_memalign): Likewise.
36945         (__libc_pvalloc): Likewise.
36946         (__libc_calloc): Likewise.
36948 2012-09-05  John Tobey  <john.tobey@gmail.com>
36950         [BZ #13542]
36951         * manual/arith.texi (Operations on Complex): Fix description
36952         of carg branch cut.
36954 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36956         [BZ #10014]
36957         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36958         host name.
36960         [BZ #10038]
36961         * manual/memory.texi (Memory): Make order of menu items match
36962         order of sections.
36964 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36966         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36967         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36968         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36970 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36972         * csu/libc-tls.c (static_dtv): Renamed to ...
36973         (_dl_static_dtv): This.  Make it global.
36974         (_dl_initial_dtv): Removed.
36975         (__libc_setup_tls): Updated.
36976         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36977         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36978         DL_INITIAL_DTV.
36980 2012-09-06  Petr Machata  <pmachata@redhat.com>
36982         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36983         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36984         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36985         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36987 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36989         [BZ #14545]
36990         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36991         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36992         freeing dtv[-1].
36994 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36996         [BZ #14544]
36997         * Makeconfig (link-static-before-libc): Replace $(+prector)
36998         with $(+prectorT).
36999         (link-static-after-libc): Replace $(+postctor) with
37000         $(+postctorT).
37001         (link-bounded): Replace $(+prector)/$(+postctor) with
37002         $(+prectorT)/$(+postctorT).
37003         (+prectorT): New macro.
37004         (+postctorT): Likewise.
37006 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37008         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37009         (round_str): Handle values above the maximum for IBM long double
37010         as inexact.
37011         * stdlib/tst-strtod-round.c (tests): Regenerated.
37013 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37015         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37016         assembler flag.
37017         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37018         zarch_nohighgprs around the zarch optimized routines.
37019         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37020         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37021         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37022         for zarch.
37024 2012-09-05  David S. Miller  <davem@davemloft.net>
37026         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37028         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37029         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37030         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37031         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37032         entries.
37034 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37036         * malloc/arena.c: Fold copyright years.
37037         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37039 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37041         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37043 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37045         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37047 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37049         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37050         change internal state upon failure.
37052 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37054         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37055         * malloc/memusage.c (mmap): Likewise.
37056         (mmap64, mremap): Likewise.  Adjust name in comment.
37058 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37060         * libio/fileops.c: Fix typos in comments.
37061         * libio/oldfileops.c: Likewise.
37062         * libio/wfileops.c: Likewise.
37064 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37066         [BZ #1349]
37067         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37068         (tst-malloc-usable-ENV): Set environment for test case.
37069         * malloc/hooks.c (malloc_check_get_size): New function to get
37070         requested size.
37071         * malloc/malloc.c (musable): Use malloc_check_get_size.
37072         * malloc/tst-malloc-usable.c: New test case.
37074 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37076         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37078 2012-09-05  Allan McRae  <allan@archlinux.org>
37080         [BZ #13966]
37081         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37082         determine header location.
37083         * configure: Regenerated.
37085 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37087         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37088         float format.
37089         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37090         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37091         format.
37092         (test): Regenerate.
37094 2012-09-04  David S. Miller  <davem@davemloft.net>
37096         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37097         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37098         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37100 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37102         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37103         failures.
37105         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37107 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37109         [BZ #9914]
37110         * libio/iogetdelim.c: Include <limits.h>.
37111         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37112         + len + 1 would overflow.
37114 2012-09-03  Andreas Jaeger  <aj@suse.de>
37116         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37117         * sysdeps/i386/fpu/libm-test-ulps: Update.
37119 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37121         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37122         Add s_sinf-sse2, s_conf-sse2.
37124         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37125         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37126         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37127         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37129         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37130         for using routine as __sinf_ia32.
37131         Use macro for function declaration and weak_alias.
37132         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37133         for using routine as __cosf_ia32.
37134         Use macro for function declaration and weak_alias.
37136         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37137         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37139         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37140         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37141         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37143         * math/libm-test.inc (cos_test): Add more test cases.
37144         (sin_test): Likewise.
37145         (sincos_test): Likewise.
37147 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37149         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37150         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37151         hidden.
37152         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37154 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37156         [BZ #14538]
37157         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37158         first element of the GOT.
37159         (elf_machine_load_address): Return the difference between
37160         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37162 2012-09-01  Allan McRae  <allan@archlinux.org>
37164         [BZ #13412]
37165         * configure.in (AWK): Require gawk version 3.0 or later.
37166         * configure: Regenerated.
37168 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37170         * sysdeps/unix/sysv/linux/kernel-features.h
37171         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37172         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37173         [__NR_clock_getres]: Make code unconditional.
37174         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37175         (clock_getcpuclockid): Remove code left unreachable by removal of
37176         conditionals.
37177         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37178         code unconditional.
37179         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37180         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37181         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37182         Make code unconditional.
37183         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37184         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37185         * sysdeps/unix/sysv/linux/clock_settime.c
37186         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37187         conditional code.
37188         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37189         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37191 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37193         [BZ #14476]
37194         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37195         scripts/test-installation.pl.
37197         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37198         and $ld_so_version if it is set.
37200 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37202         [BZ #14516]
37203         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37204         failure if reading from procfs failed.
37205         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37207 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37209         * sysdeps/unix/sysv/linux/kernel-features.h
37210         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37211         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37212         Remove conditional code.
37213         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37214         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37215         Remove conditional code.
37216         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37217         * sysdeps/unix/sysv/linux/i386/fxstat.c
37218         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37219         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37220         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37221         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37222         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37223         * sysdeps/unix/sysv/linux/i386/lxstat.c
37224         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37225         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37226         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37227         Remove conditional code.
37228         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37229         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37230         Remove conditional code.
37231         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37232         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37233         <kernel-features.h>.
37234         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37235         Remove.
37236         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37237         Remove conditional code.
37238         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37239         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37240         Remove conditional.
37242 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37244         [BZ #5400]
37245         * NEWS: Add fixed bug number.
37247 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37249         [BZ #14519]
37250         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37251         underflowing exponent in case of negative sign.
37252         * stdlib/tst-strtod-round-data: Add more tests.
37253         * stdlib/tst-strtod-round.c (tests): Regenerated.
37255         [BZ #3479]
37256         * stdlib/strtod_l.c (NDIG): Remove.
37257         (HEXNDIG): Likewise.
37258         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37259         smallest representable value.
37260         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37261         lie within an exact representation of 1/2 ulp of the result.
37262         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37263         unconditionally.
37264         (TENS_P9_IDX): Define unconditionally.
37265         (TENS_P9_SIZE): Likewise.
37266         (TENS_P10_IDX): Likewise.
37267         (TENS_P10_SIZE): Likewise.
37268         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37269         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37270         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37271         entries for 10^2^13 and 10^2^14.
37272         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37273         (TENS_P13_IDX): Define.
37274         (TENS_P13_SIZE): Likewise.
37275         (TENS_P14_IDX): Likewise.
37276         (TENS_P14_SIZE): Likewise.
37277         (_fpioconst_pow10): Change array size to
37278         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37279         unconditional.
37280         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37281         1024]: Add entries for 10^2^13 and 10^2^14.
37282         [LAST_POW10 > _LAST_POW10]: Remove #error.
37283         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37284         (_fpioconst_pow10): Change array size to
37285         FPIOCONST_POW10_ARRAY_SIZE.
37286         * stdlib/gen-fpioconst.c: New file.
37287         * stdlib/gen-tst-strtod-round.c: Likewise.
37288         * stdlib/tst-strtod-round-data: Likewise.
37289         * stdlib/tst-strtod-round.c: Likewise.
37290         * stdlib/Makefile (tests): Add tst-strtod-round.
37292         [BZ #14459]
37293         * stdlib/strtod_l.c: Include <stdint.h>.
37294         (NDEBUG): Do not define.
37295         (round_and_return): Change EXPONENT parameter to type intmax_t.
37296         Rearrange calculations to avoid internal overflow possibilities.
37297         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37298         Rearrange calculations to avoid internal overflow possibilities.
37299         Assert that number fits inside MPNSIZE limbs.
37300         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37301         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37302         calculations and add assertions to avoid internal overflow
37303         possibilities.  Add casts to avoid signed/unsigned operations.
37304         * stdlib/tst-strtod-overflow.c: New file.
37305         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37307 2012-08-25  Marek Polacek  <polacek@redhat.com>
37309         * time/time.h: Fix some typos in comments.
37311 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37313         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37314         * posix/tst-rfc3484-2.c: Likewise.
37315         * posix/tst-rfc3484-3.c: Likewise.
37317 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37319         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37320         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37322 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37324         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37325         #include of fxstatat64.c.
37327 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37329         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37330         * shadow/getspent_r.c: Likewise.
37331         * shadow/getspnam.c: Likewise.
37332         * shadow/getspnam_r.c: Likewise.
37333         * gshadow/getsgent.c: Likewise.
37334         * gshadow/getsgent_r.c: Likewise.
37335         * gshadow/getsgnam.c: Likewise.
37336         * gshadow/getsgnam_r.c: Likewise.
37337         * inet/getnetbyad.c: Likewise.
37338         * inet/getnetbyad_r.c: Likewise.
37339         * inet/getnetbynm.c: Likewise.
37340         * inet/getnetbynm_r.c: Likewise.
37341         * inet/getnetent.c: Likewise.
37342         * inet/getnetent_r.c: Likewise.
37343         * inet/getproto.c: Likewise.
37344         * inet/getproto_r.c: Likewise.
37345         * inet/getprtent.c: Likewise.
37346         * inet/getprtent_r.c: Likewise.
37347         * inet/getprtname.c: Likewise.
37348         * inet/getprtname_r.c: Likewise.
37349         * inet/getrpcbyname.c: Likewise.
37350         * inet/getrpcbyname_r.c: Likewise.
37351         * inet/getrpcbynumber.c: Likewise.
37352         * inet/getrpcbynumber_r.c: Likewise.
37353         * inet/getrpcent.c: Likewise.
37354         * inet/getrpcent_r.c: Likewise.
37355         * inet/getaliasent.c: Likewise.
37356         * inet/getaliasent_r.c: Likewise.
37357         * inet/getaliasname.c: Likewise.
37358         * inet/getaliasname_r.c: Likewise.
37359         * nscd/getgrgid_r.c: Likewise.
37360         * nscd/getgrnam_r.c: Likewise.
37361         * nscd/gethstbyad_r.c: Likewise.
37362         * nscd/gethstbynm3_r.c: Likewise.
37363         * nscd/getpwnam_r.c: Likewise.
37364         * nscd/getpwuid_r.c: Likewise.
37365         * nscd/getsrvbynm_r.c: Likewise.
37366         * nscd/getsrvbypt_r.c: Likewise.
37367         * nscd/gai.c: Likewise.
37369         * configure.in (build_nscd): New substituted variable, set
37370         by --disable-build-nscd and defaults to $use_nscd.
37371         * configure: Regenerated.
37372         * config.make.in (build-nscd): New substituted variable.
37373         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37374         Change conditional to require [$(build-nscd) = yes] as well.
37375         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37377         [BZ# 13696]
37378         * configure.in (use_nscd): New substituted variable, set by
37379         --disable-nscd.  If enabled, define USE_NSCD.
37380         * configure: Regenerated.
37381         * config.h.in: Add USE_NSCD.
37382         * config.make.in (use-nscd): New substituted variable.
37383         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37384         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37385         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37386         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37387         (CFLAGS-getgrnam_r.c): Likewise.
37388         (CFLAGS-initgroups.c): Likewise.
37389         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37390         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37391         Variables removed.
37392         * inet/getnetgrent_r.c
37393         (nscd_setnetgrent): New function, broken out of ...
37394         (setnetgrent): ... here.  Call it.
37395         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37396         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37397         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37398         * nscd/Makefile (routines, aux): Move definitions after include of
37399         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37400         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37401         Conditionalize on [USE_NSCD].
37402         (is_nscd, nscd_init_cb): Likewise.
37403         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37404         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37405         * nss/nss_db/db-init.c: Likewise.
37406         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37407         [USE_NSCD].
37408         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37409         (make_request): Use it.
37410         (cache_valid_p): New function.
37411         (__check_pf): Use it.
37412         * NEWS: Add item for --disable-nscd.
37414 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37416         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37417         to support sed >= 4.2.1-20-ga9bf076.
37418         * configure: Regenerated.
37420 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37422         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37423         Conditionalize whole body on [IREL].
37425 2012-08-22  Jeff Law <law@redhat.com>
37427         [BZ #14505]
37428         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37429         if the family is PF_UNSPEC.
37431 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37433         * Makerules (lib-version): Rename from V.
37434         (install-lib-nosubdir): Change V to lib-version.
37436 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37438         [BZ #14252]
37439         * powerpc32/power6/wcschr.c: New file.
37440         * powerpc32/power6/wcscpy.c: New file.
37441         * powerpc32/power6/wcsrchr.c: New file.
37442         * powerpc64/power6/wcschr.c: New file.
37443         * powerpc64/power6/wcscpy.c: New file.
37444         * powerpc64/power6/wcsrchr.c: New file.
37446 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37448         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37449         (two_way_short_needle): Use it.
37450         * string/strstr.c (AVAILABLE1_USES_J): Define.
37451         * string/strcasestr.c: Likewise.
37453         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37454         array references.
37455         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37457         [BZ #11607]
37458         * NEWS: Add an entry.
37459         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37460         define their defaults.
37461         (two_way_short_needle): Detect end-of-string on-the-fly.
37462         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37463         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37464         * string/bug-strcasestr1.c: New test.
37465         * string/Makefile: Run it.
37467 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37469         [BZ #11607]
37470         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37471         the first character.
37473 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37475         * csu/elf-init.c (__libc_csu_irel): Function removed.
37476         * csu/libc-start.c (apply_irel): New function.
37477         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37479 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37481         * sysdeps/unix/sysv/linux/kernel-features.h
37482         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37483         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37484         <kernel-features.h>.
37485         [__NR_fadvise64_64]: Make code unconditional.
37486         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37487         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37488         !__NR_fadvise64_64)]: Likewise.
37489         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37490         !__NR_fadvise64_64))]: Likewise.
37491         [__NR_fadvise64]: Make code unconditional.
37492         [!__NR_fadvise64]: Remove conditional code.
37493         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37494         <kernel-features.h>.
37495         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37496         unconditional.
37497         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37498         conditional code.
37499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37500         not include <kernel-features.h>.
37501         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37502         unconditional.
37503         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37504         conditional code.
37505         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37506         include <kernel-features.h>.
37507         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37508         unconditional.
37509         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37510         conditional code.
37512 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37514         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37515         slight instruction rearrangements per scrollpipe analysis.
37516         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37518 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37520         * manual/syslog.texi (syslog; vsyslog, closelog):
37521         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37522         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37524         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37525         DSOCAPS to match condition on defining it.
37527 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37529         * sysdeps/unix/sysv/linux/kernel-features.h
37530         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37532         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37533         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37535         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37536         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37538         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37539         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37541         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37542         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37544         * sysdeps/unix/sysv/linux/kernel-features.h
37545         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37546         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37547         unconditional.
37548         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37549         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37550         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37551         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37552         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37553         Make code unconditional.
37554         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37555         (__mmap64) [!__NR_mmap2]: Likewise.
37556         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37557         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37558         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37559         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37560         [__NR_mmap2]: Make code unconditional.
37561         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37562         (__mmap64) [!__NR_mmap2]: Likewise.
37564 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37566         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37568 2012-08-18  Andreas Jaeger  <aj@suse.de>
37570         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37572 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37574         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37575         * include/unistd.h (__have_sock_cloexec): Likewise.
37576         (__have_pipe2): Likewise.
37577         (__have_dup3): Likewise.
37579 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37581         [BZ #9685]
37582         * include/unistd.h (__have_pipe2): Change define into an extern int.
37583         (__have_dup3): Likewise.
37584         * socket/have_sock_cloexec.c: Include fcntl.h.
37585         (__have_pipe2): New variable.
37586         (__have_dup3): Likewise.
37588 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37590         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37592 2012-08-17  Marek Polacek  <polacek@redhat.com>
37594         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37595         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37597 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37599         * configure.in: Add AC_SUBST for sysheaders.
37600         * configure: Regenerated.
37601         * config.make.in (sysheaders): New substituted variable.
37603         * sysdeps/unix/mkfifo.c: Moved ...
37604         * sysdeps/posix/mkfifo.c: ... here.
37605         * sysdeps/unix/mkfifoat.c: Moved ...
37606         * sysdeps/posix/mkfifoat.c: ... here.
37608         * sysdeps/unix/utime.c: Moved ...
37609         * sysdeps/posix/utime.c: ... here.
37611         * sysdeps/unix/time.c: Moved ...
37612         * sysdeps/posix/time.c: ... here.
37613         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37614         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37616         * sysdeps/unix/nice.c: Moved ...
37617         * sysdeps/posix/nice.c: ... here.
37619         * sysdeps/unix/alarm.c: Moved ...
37620         * sysdeps/posix/alarm.c: ... here.
37622         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37624 2012-08-17  Jeff Law <law@redhat.com>
37626         * intl/Makefile (codeset_mo): New variable.
37627         ($(codeset_mo)): New target.
37628         (tst-codeset.out): Depend on that.  Remove explicit rule.
37629         (tst-gettext3.out, tst-gettext5.out): Likewise.
37630         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37631         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37632         * intl/tst-codeset.sh: Remove.
37633         * intl/tst-gettext3.sh: Likewise.
37634         * intl/tst-gettext5.sh: Likewise.
37636 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37638         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37639         * sysdeps/unix/syscalls.list: ... here.
37641         * sysdeps/posix/getaddrinfo.c
37642         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37643         (gaiconf_init, gaiconf_reload): Use them.
37644         [!_STATBUF_ST_NSEC]
37645         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37646         Define using time_t rather than struct timespec.
37648         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37649         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37650         Macros removed.
37651         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37652         [!NO_THREADS].
37653         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37654         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37655         Likewise.
37657         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37658         __libc_cleanup_push argument.
37660         * bits/param.h: New file.
37661         * misc/sys/param.h: New file.
37662         * include/sys/param.h: New file.
37663         * misc/Makefile (headers): Add bits/param.h.
37664         * sysdeps/generic/sys/param.h: File removed.
37665         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37666         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37667         * sysdeps/mach/hurd/bits/param.h: New file.
37668         * sysdeps/mach/hurd/sys/param.h: File removed.
37670         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37671         last change.
37673         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37674         [_IO_MTSAFE_IO].
37675         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37676         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37677         New macros.
37679         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37680         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37681         rather than -D_IO_MTSAFE_IO conditionally.
37682         * stdio-common/Makefile (CPPFLAGS): Likewise.
37683         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37684         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37685         Use $(libio-mtsafe).
37686         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37687         of -D_IO_MTSAFE_IO.
37688         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37689         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37690         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37691         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37692         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37693         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37694         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37695         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37696         (CFLAGS-fread_u_chk.c): Likewise.
37697         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37698         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37699         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37700         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37701         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37702         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37703         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37704         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37705         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37707         * libio/Makefile: Test [$(libc-reentrant) = yes]
37708         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37710         * Makeconfig
37711         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37712         * sysdeps/pthread/configure: File removed.
37713         * sysdeps/pthread/Makeconfig: New file.
37714         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37715         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37717 2012-08-16  Gary Benson  <gbenson@redhat.com>
37719         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37720         unmapping the first object in a namespace.
37722 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37724         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37725         (__internal_setnetgrent): ... this.  Add internal_function to
37726         definition.  Add libc_hidden_def.
37727         (setnetgrent): Update caller.
37728         (internal_endnetgrent): Renamed to ...
37729         (__internal_endnetgrent): ... this.  Add internal_function to
37730         definition.  Add libc_hidden_def.
37731         (endnetgrent): Update caller.
37732         (internal_getnetgrent_r): Renamed to ...
37733         (__internal_getnetgrent_r): ... this.  Add internal_function to
37734         definition.  Add libc_hidden_def.
37735         (__getnetgrent_r): Update caller.
37736         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
37738 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37740         * stdlib/longlong.h: Update from GCC.
37742 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37744         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37745         on _QL, which is set by umul_ppmm but never used.
37746         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37747         variables, which are set by GMP macros but never used.
37748         * stdio-common/_itowa.c (_itowa): Likewise.
37749         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37750         * stdlib/mod_1.c (mpn_mod_1): Likewise.
37752 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
37754         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37755         struct La_sh_regs is not constant.
37756         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37757         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37758         and struct La_sparc64_regs are not constant.
37760 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37762         * sysdeps/unix/sysv/linux/kernel-features.h
37763         (__ASSUME_POSIX_TIMERS): Remove.
37764         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37765         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37766         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37767         Make code unconditional.
37768         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37769         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37770         Make code unconditional.
37771         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37772         * sysdeps/unix/sysv/linux/clock_nanosleep.c
37773         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37774         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37775         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37776         Make code unconditional.
37777         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37778         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37779         (__libc_missing_posix_timers): Remove.
37781 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37783         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37784         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37786         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37788         * elf/dl-sym.c: Include <stdlib.h>.
37790         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37791         constants, which avoids warnings in 32-bit builds.
37793         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37794         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37796         * misc/lseek.c: File moved to ...
37797         * io/lseek.c: ... here.
37799         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37801         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37802         shifting LEN more than 31 bits at once.
37804 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37806         [BZ #14195]
37807         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37808         segmentation fault for a case of two empty input strings.
37809         * string/test-strncasecmp.c (check1): Renamed to...
37810         (bz12205): ...this.
37811         (bz14195): Add new testcase for two empty input strings and N > 0.
37812         (test_main): Call new testcase, adapt for renamed function.
37814 2012-08-15  Andreas Jaeger  <aj@suse.de>
37816         [BZ #14090]
37817         * crypt/md5test2.c: New test, based on test supplied by Serge
37818         Belyshev <belyshev@depni.sinp.msu.ru>.
37819         * crypt/Makefile (xtests): Add md5test-giant..
37820         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37822 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37824         [BZ #14090]
37825         * crypt/md5.c (md5_process_block): Don't assume the buffer
37826         length is less than 2**32.
37827         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37828         length is less than 2**64.
37830 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37832         * string/str-two-way.h: Include <sys/param.h>.
37833         (MAX): Macro removed.
37835         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37836         Move #define and #undef of memmove to just before and after
37837         including <string.h>.
37839         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37840         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37841         and after including <string.h>.  Move declarations of
37842         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37843         to before #include "string/memmove.c".
37845         * include/dirent.h: Declare __getdirentries.
37847         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37848         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37850 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37852         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37853         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37854         * sysdeps/i386/configure: Regenerated.
37855         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37856         STABS_CURRENT_FILE, and STABS_FUN.
37857         (END): Remove call to STABS_FUN_END.
37858         (STABS_CURRENT_FILE1): Delete.
37859         (STABS_CURRENT_FILE): Likewise.
37860         (STABS_FUN): Likewise.
37861         (STABS_FUN_END): Likewise.
37862         (STABS_FUN2): Likewise.
37863         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37864         * sysdeps/x86_64/configure: Regenerated.
37866 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37868         * elf/dl-open.c: Include <atomic.h>.
37869         * elf/dl-lookup.c: Likewise.
37871 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37873         * sysdeps/unix/sysv/linux/kernel-features.h
37874         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37875         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37876         unconditionally.
37877         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37878         unconditionally.
37879         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37880         condition on __ASSUME_CLONE_THREAD_FLAGS.
37882 2012-08-14  Andreas Jaeger  <aj@suse.de>
37884         * sysdeps/i386/fpu/libm-test-ulps: Update.
37886 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37888         * include/atomic.h (atomic_exchange_and_add): Split into ...
37889         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37890         New atomic macros.
37892 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37896 2012-08-13  Jeff Law <law@redhat.com>
37898         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37899         null byte in the output string.
37901 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37903         * sysdeps/unix/sysv/linux/kernel-features.h
37904         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37905         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37906         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37907         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37908         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37909         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37910         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37912 2012-08-09  Jeff Law <law@redhat.com>
37914         [BZ #13939]
37915         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37916         When avoid_arena is set, don't retry in the that arena.  Pick the
37917         next one, whatever it might be.
37918         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37919         (arena_lock): Pass in new parameter to arena_get2.
37920         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37921         arena_get2.
37922         (__libc_malloc): Unify retrying after main arena failure with
37923         __libc_memalign version.
37924         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37926 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37928         [BZ #14166]
37929         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37930         to __redirect_strstr.
37931         (__strstr_sse42): Use typeof __redirect_strstr.
37932         (__strstr_ia32): Likewise.
37933         (__libc_strstr): New prototype.
37934         (strstr): Renamed to ...
37935         (__libc_strstr): This.
37936         (strstr): New strong alias of __libc_strstr.
37937         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37938         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37939         __redirect_time.
37940         Include <time.h>.
37941         (__libc_time): New prototype.
37942         (time_ifunc): Replace time with __libc_time.
37943         (time): New strong alias and hidden definition of __libc_time.
37944         (__GI_time): Remove strong alias.
37945         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37946         Include <stddef.h>.
37947         (memmove): Redefined to __redirect_memmove.
37948         (__memmove_sse2): Use typeof __redirect_memmove.
37949         (__memmove_ssse3): Likewise.
37950         (__memmove_ssse3_back): Likewise.
37951         (__libc_memmove): New prototype.
37952         (memmove): Renamed to ...
37953         (__libc_memmove): This.
37954         (memmove): New strong alias of __libc_memmove.
37956 2012-08-08  Mark Salter  <msalter@redhat.com>
37958         * elf/elf.h
37959         (R_MN10300_TLS_GD): Define.
37960         (R_MN10300_TLS_LD): Likewise.
37961         (R_MN10300_TLS_LDO): Likewise.
37962         (R_MN10300_TLS_GOTIE): Likewise.
37963         (R_MN10300_TLS_IE): Likewise.
37964         (R_MN10300_TLS_LE): Likewise.
37965         (R_MN10300_TLS_DTPMOD): Likewise.
37966         (R_MN10300_TLS_DTPOFF): Likewise.
37967         (R_MN10300_TLS_TPOFF): Likewise.
37968         (R_MN10300_SYM_DIFF): Likewise.
37969         (R_MN10300_ALIGN): Likewise.
37970         (R_MN10300_NUM): Update.
37972 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37974         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37975         Remove.
37977 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37979         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37981         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37982         sysdeps/unix -> sysdeps/posix move.
37983         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37985 2012-08-07      Allan McRae     <allan@archlinux.org>
37987         [BZ #14303]
37988         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37989         (SUNOS_CPP): Likewise.
37990         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37991         not found.
37992         (open_input): Call CPP using execvp.
37994 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37996         * sysdeps/unix/sysv/linux/kernel-features.h
37997         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37998         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37999         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38000         (__ASSUME_WAITID_SYSCALL): Likewise.
38001         * sysdeps/unix/sysv/linux/dl-execstack.c
38002         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38003         code unconditional.
38004         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38005         conditional code.
38006         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38007         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38008         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38009         code.
38010         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38011         unconditional.
38012         [__ASSUME_WAITID_SYSCALL]: Likewise.
38013         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38015 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38017         * sysdeps/unix/closedir.c: Renamed to ...
38018         * sysdeps/posix/closedir.c: ... here.
38019         * sysdeps/unix/dirfd.c: Renamed to ...
38020         * sysdeps/posix/dirfd.c: ... here.
38021         * sysdeps/unix/dirstream.h: Renamed to ...
38022         * sysdeps/posix/dirstream.h: ... here.
38023         * sysdeps/unix/fdopendir.c: Renamed to ...
38024         * sysdeps/posix/fdopendir.c: ... here.
38025         * sysdeps/unix/opendir.c: Renamed to ...
38026         * sysdeps/posix/opendir.c: ... here.
38027         * sysdeps/unix/readdir.c: Renamed to ...
38028         * sysdeps/posix/readdir.c: ... here.
38029         * sysdeps/unix/readdir_r.c: Renamed to ...
38030         * sysdeps/posix/readdir_r.c: ... here.
38031         * sysdeps/unix/rewinddir.c: Renamed to ...
38032         * sysdeps/posix/rewinddir.c: ... here.
38033         * sysdeps/unix/seekdir.c: Renamed to ...
38034         * sysdeps/posix/seekdir.c: ... here.
38035         * sysdeps/unix/telldir.c: Renamed to ...
38036         * sysdeps/posix/telldir.c: ... here.
38037         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38038         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38039         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38040         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38042         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38043         * bits/fcntl.h: ... here.
38045         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38046         not 0.
38047         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38048         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38049         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38050         (struct flock): Move l_start, l_len to the beginning.
38051         Use __pid_t for l_pid.
38052         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38053         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38054         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38055         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38056         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38057         [__USE_LARGEFILE64] (struct flock64): New type.
38058         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38060         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38061         * bits/dirent.h: ... here.
38063         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38064         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38066 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38068         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38069         Change from 2.6.0 to 2.6.16.
38070         * sysdeps/unix/sysv/linux/configure: Regenerated.
38071         * sysdeps/unix/sysv/linux/kernel-features.h
38072         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38073         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38074         version.
38075         (__ASSUME_UTIMES): Likewise.
38076         (__ASSUME_CLONE_STOPPED): Remove.
38077         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38078         architectures, not kernel version.
38079         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38080         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38081         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38082         (__ASSUME_WAITID_SYSCALL): Likewise.
38083         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38084         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38085         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38086         refer to older versions.
38088 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38090         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38091         Define alphasort64 as an alias.
38092         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38093         Define versionsort64 as an alias.
38094         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38095         Define scandir64 as an alias.
38096         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38097         Define scandirat64 as an alias.
38098         * dirent/alphasort64.c (alphasort64):
38099         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38100         * dirent/versionsort64.c: Likewise.
38101         * dirent/scandir64.c: Likewise.
38102         * dirent/scandirat64.c: Likewise.
38103         * sysdeps/wordsize-64/alphasort.c: File removed.
38104         * sysdeps/wordsize-64/alphasort64.c: File removed.
38105         * sysdeps/wordsize-64/scandir.c: File removed.
38106         * sysdeps/wordsize-64/scandir64.c: File removed.
38107         * sysdeps/wordsize-64/scandirat.c: File removed.
38108         * sysdeps/wordsize-64/scandirat64.c: File removed.
38109         * sysdeps/wordsize-64/versionsort.c: File removed.
38110         * sysdeps/wordsize-64/versionsort64.c: File removed.
38111         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38112         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38113         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38114         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38115         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38116         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38117         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38118         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38120         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38121         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38122         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38123         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38124         [defined __arch64__ || defined __sparcv9]
38125         (__INO_T_MATCHES_INO64_T): New macro.
38126         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38127         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38128         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38129         * sysdeps/unix/sysv/linux/bits/dirent.h
38130         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38131         (_DIRENT_MATCHES_DIRENT64): New macro.
38133         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38134         Define lockf64 as an alias.
38135         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38136         Define fseeko64 as an alias.
38137         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38138         Define ftello64 as an alias.
38139         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38140         Define _IO_fgetpos64 and fgetpos64 as aliases.
38141         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38142         Define _IO_fsetpos64 and fsetpos64 as aliases.
38143         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38144         Conditionalize body on this.
38145         * libio/fseeko64.c: Likewise.
38146         * libio/ftello64.c: Likewise.
38147         * libio/iofgetpos64.c: Likewise.
38148         * libio/iofsetpos64.c: Likewise.
38149         * sysdeps/wordsize-64/lockf.c: File removed.
38150         * sysdeps/wordsize-64/lockf64.c: File removed.
38151         * sysdeps/wordsize-64/fseeko.c: File removed.
38152         * sysdeps/wordsize-64/fseeko64.c: File removed.
38153         * sysdeps/wordsize-64/ftello.c: File removed.
38154         * sysdeps/wordsize-64/ftello64.c: File removed.
38155         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38156         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38157         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38158         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38159         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38160         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38161         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38162         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38163         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38164         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38165         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38166         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38167         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38168         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38170         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38171         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38172         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38173         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38174         [defined __arch64__ || defined __sparcv9]
38175         (__OFF_T_MATCHES_OFF64_T): New macro.
38176         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38177         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38178         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38179         (__OFF_T_MATCHES_OFF64_T): New macro.
38181 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38183         * stdlib/secure-getenv.c (__secure_getenv): Replace
38184         GLIBC_2_16 with GLIBC_2_17.
38186 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38188         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38189         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38191 2012-08-03  David S. Miller  <davem@davemloft.net>
38193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38195 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38197         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38198         Remove.
38199         (__ASSUME_CORRECT_SI_PID): Likewise.
38200         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38201         (__ASSUME_TMPFS_NAME): Likewise.
38202         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38203         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38204         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38205         (HAVE_AUX_SECURE): Make definition unconditional.
38206         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38207         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38209 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38211         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38212         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38213         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38214         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38215         __eloop_threshold instead of SYMLOOP_MAX.
38217         * sysdeps/generic/eloop-threshold.h: New file.
38218         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38219         of MAXSYMLINKS.
38220         * elf/chroot_canon.c (chroot_canon): Likewise.
38222 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38224         [BZ #13717]
38225         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38226         Change to 2.6.0 everywhere.
38227         * sysdeps/unix/sysv/linux/configure: Regenerated.
38228         * sysdeps/unix/sysv/linux/kernel-features.h
38229         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38230         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38231         kernel versions.
38232         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38233         (__ASSUME_FUTEX_REQUEUE): Remove.
38234         (__ASSUME_STATFS64): Define unconditionally.
38235         (__ASSUME_AT_SECURE): Likewise.
38236         (__ASSUME_CORRECT_SI_PID): Likewise.
38237         (__ASSUME_TGKILL): Define without depending on kernel version for
38238         i386.
38239         (__ASSUME_UTIMES): Likewise.
38240         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38241         kernel version.
38242         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38243         (__ASSUME_TMPFS_NAME): Likewise.
38244         * README: Update reference to Linux kernel versions.
38246 2012-08-02  Marek Polacek  <polacek@redhat.com>
38248         [BZ# 14150]
38249         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38250         libc_cv_asm_type_prefix with %.
38251         * configure: Regenerated.
38252         * include/libc-symbols.h: Remove comment about
38253         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38254         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38255         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38256         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38257         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38258         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38259         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38260         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38261         * elf/tst-unique2mod1.c: Likewise.
38262         * elf/tst-unique1mod2.c: Likewise.
38263         * elf/tst-unique1mod1.c: Likewise.
38264         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38265         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38266         Replace ASM_TYPE_DIRECTIVE with .type.
38267         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38268         * sysdeps/i386/sysdep.h: Likewise.
38269         * sysdeps/x86_64/sysdep.h: Likewise.
38270         * sysdeps/sh/sysdep.h: Likewise.
38271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38272         Do not define ASM_TYPE_DIRECTIVE.
38273         * sysdeps/powerpc/sysdep.h: Likewise.
38274         * sysdeps/powerpc/powerpc32/sysdep.h:
38275         Replace ASM_TYPE_DIRECTIVE with .type.
38276         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38277         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38278         * sysdeps/i386/fpu/e_powf.S: Likewise.
38279         * sysdeps/i386/fpu/e_expl.S: Likewise.
38280         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38281         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38282         * sysdeps/i386/fpu/e_pow.S: Likewise.
38283         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38284         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38285         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38286         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38287         * sysdeps/i386/fpu/e_log2.S: Likewise.
38288         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38289         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38290         * sysdeps/i386/fpu/e_powl.S: Likewise.
38291         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38292         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38293         * sysdeps/i386/fpu/e_logl.S: Likewise.
38294         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38295         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38296         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38297         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38298         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38299         * sysdeps/i386/fpu/e_log.S: Likewise.
38300         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38301         * sysdeps/i386/fpu/e_logf.S: Likewise.
38302         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38303         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38304         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38305         * sysdeps/i386/fpu/e_log10.S: Likewise.
38306         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38307         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38308         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38309         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38310         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38311         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38312         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38313         * sysdeps/i386/i686/strtok.S: Likewise.
38314         * sysdeps/i386/i386-mcount.S: Likewise.
38315         * sysdeps/i386/strtok.S: Likewise.
38316         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38317         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38318         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38319         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38320         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38321         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38322         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38323         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38324         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38325         * sysdeps/x86_64/_mcount.S: Likewise.
38326         * sysdeps/x86_64/strtok.S: Likewise.
38327         * sysdeps/sh/_mcount.S: Likewise.
38329 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38331         * libio/iofopen.c: Include <fcntl.h>.
38332         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38333         (_IO_fopen64, fopen64): Define as aliases.
38334         * libio/iofopen64.c: Include <fcntl.h>.
38335         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38336         Conditionalize body on this.
38337         * sysdeps/wordsize-64/iofopen.c: File removed.
38338         * sysdeps/wordsize-64/iofopen64.c: File removed.
38340 2012-08-01  Marek Polacek  <polacek@redhat.com>
38342         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38343         Use dlfcn directly instead of a variable.
38344         (binfmt-subdir): Do not define.
38345         (dlfcn): Likewise.
38347 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38349         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38350         Remove all definitions.
38351         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38352         <kernel-features.h>.
38353         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38354         (miss_F_GETOWN_EX): Remove all definitions.
38355         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38356         macro definition.
38357         [!__ASSUME_FCNTL64]: Remove conditional code.
38358         [__ASSUME_FCNTL64]: Make code unconditional.
38359         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38360         <kernel-features.h>.
38361         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38362         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38363         (lockf64) [__NR_fcntl64]: Make code unconditional.
38364         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38366         * sysdeps/unix/sysv/linux/kernel-features.h
38367         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38368         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38369         Make code unconditional.
38370         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38371         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38373         [__NR_vfork]: Make code unconditional.
38374         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38375         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38377         [__NR_vfork]: Make code unconditional.
38378         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38379         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38381 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38383         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38384         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38386         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38387         Define mkstemp64 as an alias.
38388         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38389         Define mkstemps64 as an alias.
38390         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38391         Define mkostemp64 as an alias.
38392         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38393         Define mkostemps64 as an alias.
38394         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38395         Conditionalize body on this.
38396         * misc/mkostemp64.c: Likewise.
38397         * misc/mkostemps64.c: Likewise.
38398         * misc/mkstemps64.c: Likewise.
38399         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38400         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38401         * sysdeps/wordsize-64/mkostemp.c: File removed.
38402         * sysdeps/wordsize-64/mkstemp.c: File removed.
38403         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38404         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38405         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38406         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38408         [BZ #14138]
38409         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38410         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38411         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38412         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38414         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38415         compat_symbol macros from <shlib-compat.h> rather than the underlying
38416         default_symbol_version and symbol_version macros, so that DEFAULT
38417         lines in shlib-versions are respected.
38418         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38420 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38422         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38423         Declare with warn_unused_result.
38424         (setgid, setregid, setegid, setresgid): Likewise.
38425         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38426         Likewise.
38427         * WUR-REPORT: Remove set*id functions.
38429 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38431         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38433 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38435         [BZ #10191]
38436         * include/sys/socket.h (__libc_accept, __libc_accept4):
38437         Add attribute_hidden.
38438         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38440         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38441         use of PTR_MANGLE.
38442         * inet/getnetgrent_r.c (setup): Likewise.
38444         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38446 2012-07-31  David S. Miller  <davem@davemloft.net>
38448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38450 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38452         [BZ #13629]
38453         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38454         value between 1.0 and 2.0 and smaller part has absolute value less
38455         than 1.0.
38456         * math/s_clog10.c (__clog10): Likewise.
38457         * math/s_clog10f.c (__clog10f): Likewise.
38458         * math/s_clog10l.c (__clog10l): Likewise.
38459         * math/s_clogf.c (__clogf): Likewise.
38460         * math/s_clogl.c (__clogl): Likewise.
38461         * math/libm-test.inc (clog_test): Add more tests.
38462         (clog10_test): Likewise.
38463         * sysdeps/i386/fpu/libm-test-ulps: Update.
38464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38466 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38468         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38469         Exit with zero in case no suitable GID is found, and write a
38470         message to standard error.
38472 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38474         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38475         rather than to 1.
38476         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38477         (MAXPATHLEN): Removed.
38478         (NOGROUP, NODEV): New macros.
38479         (setbit, clrbit, isset, isclr): New macros.
38480         (howmany, roundup, powerof2): New macros.
38481         (DEV_BSIZE): New macro.
38483         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38484         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38486         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38487         definition on [!__NO_LONG_DOUBLE_MATH].
38489         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38490         PTR_MANGLE and PTR_DEMANGLE.
38492         * socket/accept4.c (accept4): Rename to __libc_accept4.
38493         Define accept4 as a weak alias.
38495         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38496         on [_DIRENT_HAVE_D_TYPE].
38497         * io/ftw.c (ftw_dir): Likewise.
38499         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38501         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38503         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38504         Use the BSD numbers rather than the arbitrary ones we had.
38505         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38506         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38507         (SIGXCPU, SIGXFSZ): New macros.
38508         (_NSIG): Now 32.
38510         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38511         initializer on [_LIBC_REENTRANT].
38513         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38514         definitions inside [_POSIX_MAPPED_FILES].
38516         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38518         * dirent/opendir.c: Include <fcntl.h>.
38520         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38521         (__libc_getspecific): Likewise.
38522         (__libc_key_create): Likewise.
38524         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38525         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38526         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38527         (tmpfile64): Define as alias.
38528         * sysdeps/wordsize-64/tmpfile.c: File removed.
38529         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38530         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38531         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38533         * stdio-common/vfscanf.c: Include <stdbool.h>.
38534         * nss/makedb.c: Likewise.
38535         * stdio-common/_i18n_number.h: Likewise.
38536         * argp/argp-help.c: Likewise.
38537         * posix/wordexp.c: Likewise.
38538         * sysdeps/posix/spawni.c: Likewise.
38539         * nss/nss_files/files-initgroups.c: Likewise.
38540         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38541         * nss/nss_files/files-initgroups.c: Likewise.
38542         * nss/nss_db/db-netgrp.c: Likewise.
38543         * nss/nss_db/db-initgroups.c: Likewise.
38544         * io/fchmodat.c: Include <sys/stat.h>.
38546         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38547         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38549         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38550         [HAVE_MMAP].
38552         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38553         Add multiple inclusion protection.
38555 2012-07-27  David S. Miller  <davem@davemloft.net>
38557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38559 2012-07-27  Gary Benson  <gbenson@redhat.com>
38561         [BZ #14298]
38562         * elf/rtld.c: Include <stap-probe.h>.
38563         (dl_main): Added static probes "init_start" and "init_complete".
38564         * elf/dl-load.c: Include <stap-probe.h>.
38565         (lose): Take new parameter "nsid".
38566         Added static probe "map_failed".
38567         (_dl_map_object_from_fd): Pass namespace id to lose.
38568         Added static probe "map_start".
38569         (open_verify): Pass namespace id to lose.
38570         * elf/dl-open.c: Include <stap-probe.h>.
38571         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38572         and "reloc_complete".
38573         * elf/dl-close.c: Include <stap-probe.h>.
38574         (_dl_close_worker): Added static probes "unmap_start" and
38575         "unmap_complete".
38576         * elf/rtld-debugger-interface.txt: New file documenting the above.
38578 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38580         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38581         rather than a string variable.
38582         * sunrpc/rpc_main.c (h_output): Likewise.
38583         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38585 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38587         * inet/check_native.c: New file.
38589 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38591         [BZ #13629]
38592         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38593         if larger part has absolute value 1.0.
38594         * math/s_clog10.c (__clog10): Likewise.
38595         * math/s_clog10f.c (__clog10f): Likewise.
38596         * math/s_clog10l.c (__clog10l): Likewise.
38597         * math/s_clogf.c (__clogf): Likewise.
38598         * math/s_clogl.c (__clogl): Likewise.
38599         * math/libm-test.inc (clog_test): Add more tests.
38600         (clog10_test): Likewise.
38601         * sysdeps/i386/fpu/libm-test-ulps: Update.
38602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38604         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38605         (pltexit): Likewise.
38606         (La_regs): Likewise.
38607         (La_retval): Likewise.
38608         (int_retval): Likewise.
38609         Update #error for removed macros to refer only to definitions in
38610         tst-audit.h.
38611         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38612         macro.
38613         (pltexit): Likewise.
38614         (La_regs): Likewise.
38615         (La_retval): Likewise.
38616         (int_retval): Likewise.
38617         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38618         macro.
38619         (pltexit): Likewise.
38620         (La_regs): Likewise.
38621         (La_retval): Likewise.
38622         (int_retval): Likewise.
38623         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38624         macro.
38625         (pltexit): Likewise.
38626         (La_regs): Likewise.
38627         (La_retval): Likewise.
38628         (int_retval): Likewise.
38629         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38630         macro.
38631         (pltexit): Likewise.
38632         (La_regs): Likewise.
38633         (La_retval): Likewise.
38634         (int_retval): Likewise.
38635         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38636         macro.
38637         (pltexit): Likewise.
38638         (La_regs): Likewise.
38639         (La_retval): Likewise.
38640         (int_retval): Likewise.
38641         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38642         macro.
38643         (pltexit): Likewise.
38644         (La_regs): Likewise.
38645         (La_retval): Likewise.
38646         (int_retval): Likewise.
38647         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38648         macro definitions in tst-audit.h.
38649         * sysdeps/i386/tst-audit.h: New file.
38650         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38651         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38652         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38653         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38654         * sysdeps/sh/tst-audit.h: Likewise.
38655         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38656         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38657         * sysdeps/x86_64/tst-audit.h: Likewise.
38659 2012-07-26  Andreas Jaeger  <aj@suse.de>
38661         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38662         ptrace.
38664         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38665         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38666         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38667         PTRACE_O_MASK.
38668         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38669         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38670         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38672         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38673         value.
38675         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38676         _sigsys.
38677         (si_call_addr, si_syscall, si_arch): Define new macro.
38678         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38679         _sigsys.
38680         (si_call_addr, si_syscall, si_arch): Define new marcro.
38681         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38682         _sigsys.
38683         (si_call_addr, si_syscall, si_arch): Define new macro.
38684         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38685         _sigsys.
38686         (si_call_addr, si_syscall, si_arch): Define new macro.
38688 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38690         [BZ #13717]
38691         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38692         Change to 2.4.21 where previously 2.4.1.
38693         * sysdeps/unix/sysv/linux/configure: Regenerated.
38694         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38695         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38696         Linux kernel version.
38697         (__ASSUME_STD_AUXV): Remove.
38698         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38699         kernel version.
38700         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38701         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38702         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38703         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38704         (__ASSUME_NETLINK_SUPPORT): Likewise.
38705         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38706         (__no_netlink_support): Remove conditional definition.
38707         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38708         Remove.
38709         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38710         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38711         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38712         (if_nameindex_ioctl): Remove.
38713         (if_nameindex_netlink): Do not handle __no_netlink_support.
38714         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38715         code.
38716         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38717         Remove conditional code.
38718         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38719         code.
38720         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38721         unconditional.
38722         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38723         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38724         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38725         Remove.
38726         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38727         [!__ASSUME_STD_AUXV]: Remove conditional code.
38728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38729         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38730         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38732         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38733         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38734         code.
38735         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38737         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38738         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38739         conditional code.
38740         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38742         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38743         code.
38744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38745         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38746         conditional code.
38747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38748         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38749         code unconditional.
38750         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38751         conditional code.
38752         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38753         unconditional.
38754         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38755         conditional code.
38756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38757         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38758         unconditional.
38759         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38760         conditional code.
38761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38762         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38763         code unconditional.
38764         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38765         conditional code.
38766         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38767         unconditional.
38768         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38769         conditional code.
38770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38771         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38772         code unconditional.
38773         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38774         conditional code.
38775         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38776         unconditional.
38777         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38778         conditional code.
38780 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
38782         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38783         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38784         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38785         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38786         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38787         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38788         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38789         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38790         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38791         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38792         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38793         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38794         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38795         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38796         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38797         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38798         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38799         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38800         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38801         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38802         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38803         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38804         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38806 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38808         * Versions.def: Add GLIBC_2.17.
38809         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38810         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38811         Introduce __libc_secure_getenv.
38812         * stdlib/Versions (2.17): Add secure_getenv
38813         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38814         * stdlib/secure-getenv.c: Rename __secure_getenv to
38815         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38816         symbol __secure_getenv for GLIBC_2.0.
38817         * stdlib/tst-secure-getenv.c: New.
38818         * stdlib/Makefile (tests): Add testcase.
38819         * manual/startup.texi (Environment Access): Document
38820         secure_getenv.
38821         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38822         __libc_secure_getenv.
38823         * inet/ruserpass.c (ruserpass): Likewise.
38824         * malloc/mtrace.c (mtrace): Likewise.
38825         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38826         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38827         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38828         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38829         HAVE_SECURE_GETENV.
38830         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38831         __secure_getenv to __libc_secure_getenv.
38832         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38834         Likewise.
38835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38836         Likewise.
38837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38838         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38839         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38841         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38842         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38845 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38847         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38848         (struct La_i86_retval): Likewise.
38849         (struct La_x86_64_regs): Likewise.
38850         (struct La_x86_64_retval): Likewise.
38851         (struct La_x32_regs): Likewise.
38852         (struct La_x32_retval): Likewise.
38853         (struct La_ppc32_regs): Likewise.
38854         (struct La_ppc32_retval): Likewise.
38855         (struct La_ppc64_regs): Likewise.
38856         (struct La_ppc64_retval): Likewise.
38857         (struct La_sh_regs): Likewise.
38858         (struct La_sh_retval): Likewise.
38859         (struct La_s390_32_regs): Likewise.
38860         (struct La_s390_32_retval): Likewise.
38861         (struct La_s390_64_regs): Likewise.
38862         (struct La_s390_64_retval): Likewise.
38863         (struct La_sparc32_regs): Likewise.
38864         (struct La_sparc32_retval): Likewise.
38865         (struct La_sparc64_regs): Likewise.
38866         (struct La_sparc64_retval): Likewise.
38867         (struct audit_ifaces): Remove architecture-specific pltenter and
38868         pltexit members.
38869         * sysdeps/i386/ldsodefs.h: New file.
38870         * sysdeps/powerpc/ldsodefs.h: Likewise.
38871         * sysdeps/s390/ldsodefs.h: Likewise.
38872         * sysdeps/sh/ldsodefs.h: Likewise.
38873         * sysdeps/sparc/ldsodefs.h: Likewise.
38874         * sysdeps/x86_64/ldsodefs.h: Likewise.
38876 2012-07-25  Marek Polacek  <polacek@redhat.com>
38878         [BZ #6808]
38879         * math/libm-test.inc (yn_test): Add another test.
38880         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38881         to ERANGE when the result is +-Inf.
38882         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38883         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38884         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38885         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38887 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38889         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38890         equal to 0.
38891         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38892         clock_t.
38893         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38895 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38897         * configure.in <sysdeps resolving>: Correct printing
38898         Implies_before.
38899         * configure: Regenerate.
38901 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38903         * math/w_ilogb.c: Include <limits.h>.
38904         * math/w_ilogbl.c: Likewise.
38906 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38908         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38909         va_copy.  Document allowing for unavailable va_copy only as
38910         pre-C99 compatibility.
38911         * manual/string.texi (Copying and Concatenation): Use va_copy
38912         instead of __va_copy in concat example.
38914 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38916         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38917         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38918         it if not null.
38920         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38921         with O_NOLINK passed to __file_name_lookup.
38923         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38924         with O_NOLINK passed to __file_name_lookup.
38926         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38927         negative N or less than NGIDS.
38929         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38930         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38931         enough.  Use memcpy instead of strncpy.
38933 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38935         * elf/Makefile (check-data): Remove.
38936         (localplt.data): New vpath directive.
38937         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38938         instead of $(check-data).
38939         * scripts/data/localplt-generic.data: Move to ...
38940         * sysdeps/generic/localplt.data: ... here.
38941         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38942         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38943         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38945         ... here.
38946         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38948         ... here.
38949         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38950         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38951         ... here.
38952         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38954         ... here.
38955         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38957         ... here.
38958         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38960         ... here.
38962 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38964         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38965         PPC32 and PPC64 files.
38966         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38967         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38969 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38971         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38972         __makecontext_ret to ...
38973         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38974         ... here and call exit if uc_link is NULL.  New file.
38975         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38976         __makecontext_ret.S.
38977         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38978         __makecontext_ret to ...
38979         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38980         ... here and call exit if uc_link is NULL.  New file.
38981         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38982         __makecontext_ret.S.
38984 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38986         * elf/elf.h (R_390_IRELATIVE): New definition.
38987         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38988         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38989         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38990         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38991         (elf_machine_lazy_rel): Likewise.
38992         * sysdeps/s390/dl-irel.h: New file.
38993         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38994         * sysdeps/s390/s390-64/memset.S: New asm code.
38995         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38996         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38997         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38998         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38999         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39000         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39001         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39002         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39003         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39004         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39005         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39006         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39007         * sysdeps/s390/s390-32/memset.S: New asm code.
39008         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39010 2012-07-17  Marek Polacek  <polacek@redhat.com>
39012         [BZ #14349]
39013         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39014         * sysdeps/s390/s390-64/configure.in: Likewise.
39015         * sysdeps/sparc/configure.in: Likewise.
39016         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39017         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39018         * sysdeps/i386/configure.in: Likewise.
39019         * sysdeps/x86_64/configure.in: Likewise.
39020         * sysdeps/sh/configure.in: Likewise.
39021         * sysdeps/s390/s390-32/configure: Regenerated.
39022         * sysdeps/s390/s390-64/configure: Likewise.
39023         * sysdeps/x86_64/configure: Likewise.
39024         * sysdeps/sh/configure: Likewise.
39025         * sysdeps/powerpc/powerpc64/configure: Likewise.
39026         * sysdeps/powerpc/powerpc32/configure: Likewise.
39027         * sysdeps/sparc/configure: Likwise.
39028         * sysdeps/i386/configure: Likewise.
39030         * elf/dl-open.c: Comment fixes.
39032 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39034         * Makefile [CXX] (check-data): Remove.
39035         [CXX] (c++-types.data): New vpath directive.
39036         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39037         vpath.  Do not allow for C++ type data being missing.
39038         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39039         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39040         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39041         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39042         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39043         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39044         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39046         ... here.
39047         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39049         ... here.
39050         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39052         ... here.
39053         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39054         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39055         ... here.
39056         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39058         ... here.
39059         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39060         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39061         ... here.
39062         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39064         ... here.
39065         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39068         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39069         definitions to architecture-specific files.
39070         (TLS_IE): Likewise.
39071         (TLS_LD): Likewise.
39072         (TLS_GD): Likewise.
39073         * sysdeps/i386/tls-macros.h: New file.
39074         * sysdeps/powerpc/tls-macros.h: Likewise.
39075         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39076         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39077         * sysdeps/sh/tls-macros.h: Likewise.
39078         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39079         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39080         * sysdeps/x86_64/tls-macros.h: Likewise.
39082 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39084         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39085         zero value for regular exit case.
39087         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39088         (__start_context): Preserve zero value for regular exit case.
39090 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39091             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39093         * manual/setjmp.texi (setcontext): Clarify normal process
39094         termination when uc_link is the null pointer.
39095         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39096         exit call.
39098 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39100         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39101         preprocessor.  Test for each exception mask separately.
39103 2012-07-16  Andreas Jaeger  <aj@suse.de>
39105         * po/ru.po: Update from translation team.
39107 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39109         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39110         equal to 0.
39111         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39112         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39113         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39114         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39115         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39117 2012-07-13  Andreas Jaeger  <aj@suse.de>
39119         * po/fr.po: Update from translation team.
39121 2012-07-12  Marek Polacek  <polacek@redhat.com>
39123         [BZ #14173]
39124         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39125         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39126         loop condition.
39128 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39130         [BZ #13717]
39131         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39132         Change to 2.4.1 where previously 2.4.0.
39133         * sysdeps/unix/sysv/linux/configure: Regenerated.
39134         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39135         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39136         version.
39137         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39138         (__ASSUME_AT_CLKTCK): Remove.
39139         (__ASSUME_AT_PAGESIZE): Likewise.
39140         (__ASSUME_AT_XID): Likewise.
39141         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39142         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39143         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39144         unconditionally.
39145         (HAVE_AUX_PAGESIZE): Likewise.
39146         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39147         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39148         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39150 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39152         [BZ #14307]
39153         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39154         the temporary buffer used to invoke __gethostbyname2_r,
39155         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39156         host_data / struct gaih_addrtuple.
39157         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39158         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39159         header file nss/nsswitch.h.
39160         * nss/nsswitch.h (global scope): Add definition of implementation
39161         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39162         resolv/nss_dns/dns-host.c).
39164 2012-07-11  Andreas Jaeger  <aj@suse.de>
39166         * po/fr.po: Update from translation team.
39168         * po/sv.po: Update from translation team
39169         * po/fr.po: Another update from translation team.
39171 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39173         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39174         for subnormals or multiply small sinh result by itself.
39175         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39178 2012-07-11  David S. Miller  <davem@davemloft.net>
39180         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39182 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39184         [BZ #14347]
39185         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39186         (INTERNAL_MARK): Shift it here.
39188 2012-07-10  Marek Polacek  <polacek@redhat.com>
39190         [BZ #14151]
39191         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39192         libc_cv_asm_global_directive with .globl.
39193         * configure: Regenerated.
39194         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39195         with .globl.
39196         * sysdeps/i386/configure: Regenerated.
39197         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39198         with .globl.
39199         * sysdeps/x86_64/configure: Regenerated.
39200         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39201         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39202         * elf/tst-unique2mod2.c: Likewise.
39203         * elf/tst-unique2mod1.c: Likewise.
39204         * elf/tst-unique1mod2.c: Likewise.
39205         * elf/tst-unique1mod1.c: Likewise.
39206         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39207         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39208         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39209         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39210         * sysdeps/mach/sysdep.h: Likewise.
39211         * sysdeps/i386/sysdep.h: Likewise.
39212         * sysdeps/i386/i386-mcount.S: Likewise.
39213         * sysdeps/x86_64/_mcount.S: Likewise.
39214         * sysdeps/x86_64/sysdep.h: Likewise.
39215         * sysdeps/sh/_mcount.S: Likewise.
39216         * sysdeps/sh/sysdep.h: Likewise.
39217         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39218         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39219         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39220         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39221         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39222         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39223         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39224         * locale/localeinfo.h: Likewise.
39225         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39226         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39228 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39230         [BZ #14336]
39231         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39232         system".
39233         * manual/message.texi (The Uniforum approach): Likewise.
39234         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39235         (glibc iconv Implementation): Likewise.
39237 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39239         [BZ #14337]
39240         * math/s_clog.c (__clog): Avoid scaling a value down where that
39241         could result in underflow.
39242         * math/s_clog10.c (__clog10): Likewise.
39243         * math/s_clog10f.c (__clog10f): Likewise.
39244         * math/s_clog10l.c (__clog10l): Likewise.
39245         * math/s_clogf.c (__clogf): Likewise.
39246         * math/s_clogl.c (__clogl): Likewise.
39247         * math/libm-test.inc (clog_test): Add more tests.
39248         (clog10_test): Likewise.
39249         * sysdeps/i386/fpu/libm-test-ulps: Update.
39250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39252 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39254         [BZ #14283]
39255         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39256         by 7 not 8 to examine high bit of fractional part.
39258         [BZ #14042]
39259         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39260         for call to __mcount_internal.
39261         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39262         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39263         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39265 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39267         [BZ #14154]
39268         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39269         approximation for values within 0x1p-13f of an odd multiple of
39270         pi/4.
39271         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39272         exception.  Add more tests.
39273         * sysdeps/i386/fpu/libm-test-ulps: Update.
39275         [BZ #6778]
39276         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39277         inputs and return -1 for them.  Do not check for +Inf in case not
39278         reachable for +Inf.
39279         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39280         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39281         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39282         and return -1 for them.  Do not check for +Inf in case not
39283         reachable for +Inf.
39284         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39285         define.
39286         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39287         and return -1 for them.  Do not check for +Inf in case not
39288         reachable for +Inf.
39289         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39290         spurious underflow.
39291         * sysdeps/i386/fpu/libm-test-ulps: Update.
39292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39294 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39296         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39298 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39300         [BZ #14157]
39301         [BZ #14331]
39302         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39303         could result in spurious underflow.  Scale down values above
39304         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39305         * math/s_csqrtf.c (__csqrtf): Likewise.
39306         * math/s_csqrtl.c (__csqrtl): Likewise.
39307         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39308         spurious underflow.
39309         * sysdeps/i386/fpu/libm-test-ulps: Update.
39310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39312 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39314         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39315         xopen-msg.sed.
39316         * catgets/xopen-msg.awk: New file.
39317         * catgets/xopen-msg.sed: Removed.
39319         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39320         po2text.sed.
39321         * intl/po2test.awk: New file.
39322         * intl/po2test.sed: Removed.
39324 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39326         [BZ #14328]
39327         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39328         or multiply small sinh result by itself.
39329         * math/s_ctanf.c (__ctanf): Likewise.
39330         * math/s_ctanh.c (__ctanh): Likewise.
39331         * math/s_ctanhf.c (__ctanhf): Likewise.
39332         * math/s_ctanhl.c (__ctanhl): Likewise.
39333         * math/s_ctanl.c (__ctanl): Likewise.
39334         * math/libm-test.inc (ctan_test_tonearest): New function.
39335         (ctan_test_towardzero): Likewise.
39336         (ctan_test_downward): Likewise.
39337         (ctan_test_upward): Likewise.
39338         (ctanh_test_tonearest): Likewise.
39339         (ctanh_test_towardzero): Likewise.
39340         (ctanh_test_downward): Likewise.
39341         (ctanh_test_upward): Likewise.
39342         (main): Call these new functions.
39343         * sysdeps/i386/fpu/libm-test-ulps: Update.
39344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39346 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39348         * .gitignore: Delete /ports entry.
39350 2012-07-03  Andreas Jaeger  <aj@suse.de>
39352         * po/bg.po: Update from translation team.
39353         * po/cs.po: Likewise.
39354         * po/de.po: Likewise.
39355         * po/hr.po: Likewise.
39356         * po/nl.pl: Likewise.
39357         * po/pl.po: Likewise.
39358         * po/vi.po: Likewise.
39360 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39362         * Makeconfig [!+link] (+link-before-libc): New variable.
39363         [!+link] (+link-after-libc): Likewise.
39364         [!+link] (+link-tests): Likewise.
39365         [!+link] (+link): Define in terms of $(+link-before-libc) and
39366         $(+link-after-libc).
39367         [!+link-static] (+link-static-before-libc): New variable.
39368         [!+link-static] (+link-static-after-libc): Likewise.
39369         [!+link-static] (+link-static-tests): Likewise.
39370         [!+link-static] (+link-static): Define in terms of
39371         $(+link-static-before-libc) and $(+link-static-after-libc).
39372         [build-shared] (link-libc-before-gnulib): New variable.
39373         [build-shared] (link-libc-tests): Likewise.
39374         [build-shared] (link-libc): Define in terms of
39375         $(link-libc-before-gnulib).
39376         [!build-shared] (link-libc-tests): New variable.
39377         (link-libc-static-tests): New variable.
39378         [!gnulib] (gnulib-arch): New variable.
39379         [!gnulib] (gnulib-tests): Likewise.
39380         [!gnulib] (static-gnulib-arch): Likewise.
39381         [!gnulib] (static-gnulib-tests): Likewise.
39382         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39383         Define with "=" instead of ":=".
39384         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39385         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39386         * Rules (binaries-all-notests): New variable.
39387         (binaries-all-tests): Likewise.
39388         (binaries-static-notests): Likewise.
39389         (binaries-static-tests): Likewise.
39390         (binaries-all): Define using $(binaries-all-notests) and
39391         $(binaries-all-tests).
39392         (binaries-static): Define using $(binaries-static-notests) and
39393         $(binaries-static-tests).
39394         (binaries-shared-tests): New variable.
39395         (binaries-shared-notests): Likewise.
39396         (binaries-shared): Remove variable.
39397         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39398         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39399         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39400         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39401         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39402         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39403         * elf/Makefile (sln-modules): New variable.
39404         (extra-objs): Add $(sln-modules:=.o).
39405         (ldconfig-modules): Add static-stubs.
39406         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39407         * elf/static-stubs.c: New file.
39409         [BZ #14283]
39410         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39411         by 7 not 8 to examine high bit of fractional part.  Use volatile
39412         variables when splitting into final array of floats if
39413         __FLT_EVAL_METHOD__ != 0.
39414         * math/libm-test.inc (cos_test): Add another test.
39415         (sin_test): Likewise.
39416         * sysdeps/i386/fpu/libm-test-ulps: Update.
39418         [BZ #14273]
39419         * math/libm-test.inc (cosh_test): Add more tests.
39421         * version.h (RELEASE): Set to "development".
39422         (VERSION): Set to "2.16.90".
39424 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39426         * NEWS: Update copyright. Remove last-updated date.
39427         Mention math library bug fixes and timezone data changes.
39428         * README: Mention GNU/Hurd, x32, and HPPA support status.
39430 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39432         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39434 2012-06-27  Andreas Jaeger  <aj@suse.de>
39436         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39438 2012-06-25  Andreas Jaeger  <aj@suse.de>
39440         * sysdeps/s390/fpu/libm-test-ulps: Update.
39442 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39443             Thomas Schwinge  <thomas@codesourcery.com>
39445         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39446         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39447         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39448         fanotify_mark.
39450 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39452         * sysdeps/mach/start.c: Remove file.
39453         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39454         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39455         * sysdeps/sh/init-first.c: Likewise.
39457         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39458         registers for frame unwinding purposes, add CFI directives.
39459         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39460         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39461         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39462         Likewise.
39464         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39465         __fortify_fail returning.
39466         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39468         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39469         sysdeps/sh/____longjmp_chk.S.
39470         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39471         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39472         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39473         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39475         * sysdeps/sh/abort-instr.h: New file.
39476         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39477         process in case exit returns.
39479         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39480         initialize the GOT register before use.
39482         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39483         calculation of ARGC > 4.
39485         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39486         meaningful names to some local labels.
39488 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39489             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39491         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39492         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39493         (__arch_compare_and_exchange_val_16_acq): Likewise.
39494         (__arch_compare_and_exchange_val_32_acq): Likewise.
39495         (atomic_exchange_and_add): Fix gUSA sequence.
39496         (atomic_add): Likewise.
39497         (atomic_add_negative): Likewise.
39498         (atomic_add_zero): Likewise.
39499         (atomic_bit_test_set): Likewise.
39501 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39503         [BZ #13579]
39504         * include/link.h (struct link_map): Add l_free_initfini.
39505         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39506         l_initfini.
39507         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39508         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39509         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39510         set.
39512 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39514         * configure.in: Use AC_LANG_SOURCE.
39515         * configure: Regenerate.
39517 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39519         * configure.in (libc_cv_localstatedir): New substituted variable.
39520         * configure: Regenerated.
39521         * config.make.in (localstatedir): New variable, substituted from
39522         libc_cv_localstatedir.
39523         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39524         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39525         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39526         * sysdeps/gnu/configure: Regenerated.
39528 2012-06-21  Jeff Law  <law@redhat.com>
39530         [BZ #14277]
39531         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39532         free.  Simplify list management for _LIBC case.
39534 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39536         [BZ #14273]
39537         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39538         Clear sign bit of 64-bit integer value before comparing against
39539         overflow value.
39541         * sysdeps/mach/configure: Regenerated.
39543 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39545         [BZ #14278]
39546         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39548 2012-06-21  Jeff Law  <law@redhat.com>
39550         [BZ #13882]
39551         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39552         uint16_t for elements in the "seen" array to avoid char overflows.
39553         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39554         * elf/dl-open.c (dl_open_worker): Likewise.
39556 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39558         * scripts/list-sources.sh: Scan PORTS for translations.
39559         * po/libc.pot: Regenerated.
39561 2012-06-21  Andreas Jaeger  <aj@suse.de>
39563         [BZ #12194]
39564         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39565         warning.
39566         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39567         * bits/byteswap-16.h (__bswap_16): Likewise.
39568         * bits/byteswap.h (__bswap_constant_16): Likewise.
39570 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39572         [BZ #14117]
39573         * sysdeps/i386/fpu_control.h: Removed.
39574         * sysdeps/x86_64/fpu_control.h: Moved to ...
39575         * sysdeps/x86/fpu_control.h: Here.
39577         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39578         (_FPU_SETCW): Likewise.
39580 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39582         [BZ #14117]
39583         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39584         * sysdeps/x86/fpu/bits/mathinline.h: This.
39585         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39587         [BZ #14050]
39588         [BZ #14117]
39589         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39590         functions if __x86_64__ is defined.
39592 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39594         * string/endian.h: Add !__ASSEMBLER__ condition for including
39595         conversion interfaces.
39597 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39599         [BZ #14241]
39600         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39601         of ABS(x) in calculating zero to negative powers other than odd
39602         integers.
39603         * math/libm-test.inc (pow_test): Add more tests.
39605 2012-06-15  Andreas Jaeger  <aj@suse.de>
39607         * manual/contrib.texi (Contributors): Update entry of Liubov
39608         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39609         Machado Filho.
39611 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39613         * string/string.h: Add __wur to GNU version of strerror_r.
39615 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39617         [BZ #14229]
39618         * string/Makefile (tests): Add tst-strtok_r.
39619         * string/tst-strtok_r.c: New file.
39620         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39621         RAX_LP/RDX_LP on SAVE_PTR.
39623 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39625         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39627 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39629         * libm_test.inc (csqrt_test): Allow more spurious underflow
39630         exceptions.
39631         (j0_test): Likewise.
39632         (j1_test): Likewise.
39633         (y0_test): Likewise.
39634         (y1_test): Likewise.
39636 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39638         * po/Makefile (libc.pot): Use UTF-8 charset.
39640 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39642         [BZ #14210]
39643         Suppress sign-conversion warning from FD_SET.
39644         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39645         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39646         not unsigned long int.
39647         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39649 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39651         [BZ #14050]
39652         [BZ #14117]
39653         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39654         __extern_always_inline instead of __extern_inline.
39655         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39656         (__signbit): Likewise.
39657         (__signbitl): Support C++ namespace.
39658         (lrintf): New inline function.
39659         (lrint): Likewise.
39660         (llrintf): Likewise.
39661         (llrint): Likewise.
39662         (fmaxf): Likewise.
39663         (fmax): Likewise.
39664         (fminf): Likewise.
39665         (fmin): Likewise.
39666         (rint): Likewise.
39667         (rintf): Likewise.
39668         (ceil): Likewise.
39669         (ceilf): Likewise.
39670         (floor): Likewise.
39671         (floorf): Likewise.
39672         (nearbyint): Likewise.
39673         (nearbyintf): Likewise.
39675 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39677         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39678         non-default versions.
39680 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39682         [BZ #14218]
39683         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39685 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39687         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39688         (FE_UPWARD, FE_DOWNWARD): Don't define.
39689         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39690         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39692         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39693         reading it.
39694         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39695         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39697 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39699         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39700         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39701         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39702         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39704 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39706         [BZ #14117]
39707         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39708         * sysdeps/i386/fpu/Implies: New file.
39709         * sysdeps/x86_64/fpu/Implies: Likewise.
39710         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39711         * sysdeps/x86/fpu/bits/fenv.h: This.
39713         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39714         __SSE_MATH__.
39716 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39718         [BZ #14134]
39719         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39720         character 0xffff that matches the last element of the
39721         conversion table.
39723 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39725         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39726         fmodl commit.
39728 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39730         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39731         values higher than 25.6283.
39733 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39735         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39736         subnormal exponent extraction and add some __builtin_expect.
39737         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39738         Fix for subnormal mantissa calculation.
39740 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
39742         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39743         cpu2 is -1 and errno is not ENOSYS.
39745 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
39747         [BZ #14117]
39748         * sysdeps/i386/i486/bits/string.h: Renamed to ...
39749         * sysdeps/x86/bits/string.h: This.
39750         * sysdeps/x86_64/bits/string.h: Removed.
39752         * sysdeps/i386/i486/bits/string.h: Define inline functions only
39753         if not compiling for x86-64, but compiling for >= i486.
39755         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39756         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39758         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39759         New macro from Linux kernel 3.4.0.
39760         (FP_XSTATE_MAGIC2): Likewise.
39761         (FP_XSTATE_MAGIC2_SIZE): Likewise.
39762         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39763         (struct _fpx_sw_bytes): New struct.
39764         (struct _xsave_hdr): Likewise.
39765         (struct _ymmh_state): Likewise.
39766         (struct _xstate): Likewise.
39768         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39769         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39770         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39771         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39772         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39773         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39775         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39776         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39777         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39778         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39779         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39780         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39782 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39784         [BZ #13743]
39785         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39786         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39787         (sysdep_headers): Include sys/platform/ppc.h.
39788         * sysdeps/powerpc/test-gettimebase.c: Test for
39789         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39790         * manual/Makefile (appendices): Include platform.texi.
39791         * manual/contrib.texi (Contributors): Update @node pointers.
39792         * manual/maint.texi (Maintenance): Likewise.
39793         (Platform): New node.
39794         * manual/platform.texi: New file.  Document the new features.
39796 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39797             Jakub Jelinek  <jakub@redhat.com>
39799         [BZ #14188]
39800         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39801         where __builtin_expect is unavailable.
39803 2012-06-03  David S. Miller  <davem@davemloft.net>
39805         * stdlib/longlong.h: Updated from GCC.
39807 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39809         [BZ #14042]
39810         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39811         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39812         __mcount_internal.
39813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39814         (GLIBC_2.16): Likewise.
39816 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39818         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39820 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39823         (default-abi): New variable.
39824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39825         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39826         variable.
39827         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39828         Likewise.
39829         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39830         Likewise.
39831         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39832         Likewise.
39834         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39835         definition.  Document in comment.
39837 2012-06-01  David S. Miller  <davem@davemloft.net>
39839         * stdlib/longlong.h: Updated from GCC.
39841 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39843         [BZ #14117]
39844         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39845         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39846         sys/debugreg.h sys/io.h here.
39847         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39848         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39849         sys/io.h.
39850         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39851         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39852         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39853         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39854         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39855         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39857         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39858         Define only if __x86_64__ is defined.
39860 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39862         [BZ #14048]
39863         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39864         Use int64_t for variable i.
39865         * math/libm-test.inc (fmod_test): Add more tests.
39867         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39868         z computation is not scheduled after fetestexcept.
39869         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39870         Use math_force_eval instead of asm to ensure calculation scheduled
39871         before exception test.
39872         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39873         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39875 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39877         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39878         computation is not scheduled after fetestexcept.
39880 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39882         [BZ #14117]
39883         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39884         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39886 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39888         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39889         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39891 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39893         [BZ #14117]
39894         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39895         <bits/wordsize.h>.
39896         (__WCHAR_MIN): Support __WORDSIZE == 64.
39897         (__WCHAR_MAX): Likewise.
39899         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39900         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39902         [BZ #14183]
39903         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39904         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39906         [BZ #14117]
39907         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39908         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39910         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39911         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39913         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39914         Defined to 1 if __x86_64__ isn't defined.
39915         (_STAT_VER_LINUX_OLD): New.
39916         (st_atime): Remove duplicate.
39917         (st_mtime): Likewise.
39918         (st_ctime): Likewise.
39920 2012-05-31  David S. Miller  <davem@davemloft.net>
39922         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39923         entries.
39925 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39927         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39928         gen-libm-test.pl.
39930         [BZ #14132]
39931         * elf/dl-reloc.c: Include <_itoa.h>.
39932         (_dl_reloc_bad_type): Remove use of INTUSE.
39933         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39934         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39935         * stdio-common/psiginfo.c (psiginfo): Likewise.
39936         * stdio-common/psignal.c (psignal): Likewise.
39937         * string/strsignal.c (strsignal): Likewise.
39938         * include/signal.h (_sys_siglist): Declare hidden proto.
39939         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39940         INTVARDEF with libc_hidden_data_def.
39941         * stdio-common/itoa-udigits.c: Likewise.
39942         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39943         (_itoa_lower_digits_internal): Remove declaration.
39944         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39945         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39946         (_sys_sigabbrev_internal): Remove aliases.
39947         (_sys_siglist): Define hidden alias.
39949 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39951         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39952         bits/sysctl.h.
39954 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39956         [BZ #14117]
39957         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39958         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39960         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39961         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39962         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39963         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39964         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39965         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39967         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39968         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39969         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39971         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39972         with __addr.
39973         (insw): Likewise.
39974         (insl): Likewise.
39975         (outsb): Likewise.
39976         (outsw): Likewise.
39977         (outsl): Likewise.
39979         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39980         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39981         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39983         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39984         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39985         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39986         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39987         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39988         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39990         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39991         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39993         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39994         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39996         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39997         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39998         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40000         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40001         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40002         to ...
40003         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40005         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40006         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40007         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40009         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40010         for x86-64.
40011         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40013 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40015         * math/math.h (M_El): Use two more decimal places.
40016         (M_LOG2El): Likewise.
40017         (M_LOG10El): Likewise.
40018         (M_LN2l): Likewise.
40019         (M_LN10l): Likewise.
40020         (M_PIl): Likewise.
40021         (M_PI_2l): Likewise.
40022         (M_PI_4l): Likewise.
40023         (M_1_PIl): Likewise.
40024         (M_2_PIl): Likewise.
40025         (M_2_SQRTPIl): Likewise.
40026         (M_SQRT2l): Likewise.
40027         (M_SQRT1_2l): Likewise.
40029 2012-05-31  David S. Miller  <davem@davemloft.net>
40031         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40032         values between float registers.
40033         * sysdeps/sparc/sparc64/memset.S: Likewise.
40034         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40036 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40038         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40039         -D_FORTIFY_SOURCE=1.
40040         (CPPFLAGS-tst-longjmp_chk.c): Define.
40041         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40042         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40043         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40044         CFLAGS-tst-wchar-h.c.
40046 2012-05-31  Marek Polacek  <polacek@redhat.com>
40048         [BZ #14132]
40049         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40050         __endmntent_internal): Remove declaration.
40051         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40052         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40053         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40055 2012-05-30  David S. Miller  <davem@davemloft.net>
40057         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40058         (___Q_simulate_exceptions): Use real FP ops rather than writing
40059         into the %fsr.
40060         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40061         Likewise.
40063 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40065         [BZ #14117]
40066         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40067         * sysdeps/x86/bits/xtitypes.h: This.
40069         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40070         * sysdeps/x86/bits/wordsize.h: This.
40072         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40073         * sysdeps/x86/bits/huge_vall.h: This.
40075         * sysdeps/i386/bits/select.h: Removed.
40076         * sysdeps/x86_64/bits/select.h: Renamed to ...
40077         * sysdeps/x86/bits/select.h: This.
40079         * sysdeps/i386/bits/setjmp.h: Removed.
40080         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40081         * sysdeps/x86/bits/setjmp.h: This.
40083         * sysdeps/i386/bits/mathdef.h: Removed.
40084         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40085         * sysdeps/x86/bits/mathdef.h: This.
40087 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40089         [BZ #14132]
40090         * include/sys/socket.h (__connect_internal)
40091         (__libc_sa_len_internal): Remove declaration.
40092         (__connect, __libc_sa_len): Declare hidden_proto.
40093         (SA_LEN): Remove use of INTUSE.
40094         * socket/connect.c: Add libc_hidden_def.
40095         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40096         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40097         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40098         alias.
40099         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40100         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40101         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40102         of adding _internal alias.
40104 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40106         [BZ #14117]
40107         * sysdeps/i386/bits/link.h: Removed.
40108         * sysdeps/i386/bits/linkmap.h: Likewise.
40109         * sysdeps/x86_64/bits/link.h: Renamed to ...
40110         * sysdeps/x86/bits/link.h: This.
40111         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40112         * sysdeps/x86/bits/linkmap.h: This.
40114         * sysdeps/i386/bits/endian.h: Removed.
40115         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40116         * sysdeps/x86/bits/endian.h: This.
40118         * sysdeps/i386/bits/byteswap.h: Removed.
40119         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40120         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40121         * sysdeps/x86/bits/byteswap.h: This.
40122         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40123         * sysdeps/x86/bits/byteswap-16.h: This.
40124         * sysdeps/i386/Implies: Add x86.
40125         * sysdeps/x86_64/Implies: Likewise.
40127 2012-05-30  David S. Miller  <davem@davemloft.net>
40129         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40130         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40131         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40132         (FP_TRAPPING_EXCEPTIONS): Define.
40133         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40134         (FP_TRAPPING_EXCEPTIONS): Define.
40135         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40136         subnormals only when inexact has been signalled or underflow
40137         exceptions are enabled.
40138         (_FP_PACK_CANONICAL): Likewise.
40140 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40142         [BZ #14183]
40143         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40144         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40146 2012-05-30  Richard Henderson  <rth@twiddle.net>
40148         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40149         with #ifndef NOT_IN_libc.
40151         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40152         marked to avoid plt entry.
40154 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40156         [BZ #14112]
40157         * Makeconfig (default-abi): New macro.
40158         (abi-includes): Likewise.
40159         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40160         $(abi-$(default-abi)-lib-soname) for soname if defined.
40161         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40162         abi-variants.
40163         * Makefile (installed-stubs): Likewise.
40164         * include/stubs-biarch.h: Removed.
40165         * scripts/lib-names.awk: Only handle one library at a time.
40166         * scripts/soversions.awk: Remove WORDSIZE support.
40167         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40168         entries.
40169         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40170         Removed.
40171         (syscall-list-default-condition): Likewise.
40172         (syscall-list-default-condition): Likewise.
40173         (syscall-list-includes): Likewise.
40174         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40175         syscall-list-* with abi-*.  Handle undefined abi-variants.
40176         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40177         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40178         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40179         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40180         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40181         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40182         Removed.
40183         (syscall-list-32-options): Likewise.
40184         (syscall-list-32-condition): Likewise.
40185         (syscall-list-64-options): Likewise.
40186         (syscall-list-64-condition): Likewise.
40187         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40188         macro.
40189         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40190         Renamed to ...
40191         (abi-*): This.
40192         (abi-64-ld-soname): New macro.
40193         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40194         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40195         Renamed to ...
40196         (abi-*): This.
40197         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40198         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40200 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40202         * sysdeps/unix/sysv/linux/kernel-features.h
40203         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40204         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40205         include <kernel-features.h>.
40206         [!__NR_ftruncate64]: Remove conditional code.
40207         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40208         [__NR_ftruncate64]: Make code unconditional.
40209         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40210         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40211         include <kernel-features.h>.
40212         [!__NR_ftruncate64]: Remove conditional code.
40213         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40214         [__NR_ftruncate64]: Make code unconditional.
40215         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40217         include <kernel-features.h>.
40218         [!__NR_ftruncate64]: Remove conditional code.
40219         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40220         [__NR_ftruncate64]: Make code unconditional.
40221         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40223         include <kernel-features.h>.
40224         [!__NR_ftruncate64]: Remove conditional code.
40225         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40226         [__NR_ftruncate64]: Make code unconditional.
40227         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40229         * configure.in (libc_cv_fpie): Weaken to a compile test using
40230         LIBC_TRY_CC_OPTION.
40231         * configure: Regenerated.
40233 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40239         Refreshed.
40240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40242         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40243         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40244         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40245         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40246         Refreshed.
40248 2012-05-27  David S. Miller  <davem@davemloft.net>
40250         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40251         (___Q_zero): New.
40252         (__Q_simulate_exceptions): Return void.  Change to simulate
40253         exceptions by writing into the %fsr.
40254         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40255         (__Qp_handle_exceptions): Likewise.
40256         (numbers): Delete.
40257         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40258         __Qp_handle_exceptions.
40259         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40260         __Qp_handle_exceptions.
40261         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40262         as unused and give dummy FP_RND_NEAREST initializer.
40263         (FP_INHIBIT_RESULTS): Define.
40264         (___Q_simulate_exceptions): Update declaration.
40265         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40266         formatting.
40267         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40268         as unused and give dummy FP_RND_NEAREST initializer.
40269         (__Qp_handle_exceptions): Update declaration.
40270         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40271         formatting.
40273 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40275         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40276         the temporary FPU control word.
40277         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40278         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40279         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40280         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40281         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40282         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40283         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40284         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40285         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40286         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40287         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40289 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40291         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40292         fields.
40294 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40296         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40297         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40298         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40299         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40300         Likewise.
40301         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40302         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40303         Likewise.
40305 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40307         * po/h.po: Update from translation team.
40309 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40311         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40313         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40314         handling of denormals.
40315         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40316         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40317         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40318         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40319         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40320         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40321         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40322         Likewise.
40324 2012-05-26  Marek Polacek  <polacek@redhat.com>
40326         [BZ #14152]
40327         * math/libm-test.inc (fma_test): Don't always expect underflow
40328         exception.
40330 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40332         [BZ #12416]
40333         * elf/tst-execstack.c: Include stackinfo.h.
40334         (do_test): Adjust test case to ensure that pthread_getattr_np
40335         behaviour remains the same after marking stack executable.
40337 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40339         * sysdeps/unix/sysv/linux/kernel-features.h
40340         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40341         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40342         kernel-features.h.
40343         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40344         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40345         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40346         kernel-features.h.
40347         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40348         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40350 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40352         * configure.in: Define the default includes to being none.
40353         * configure: Regenerated.
40355 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40357         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40358         * sysdeps/x86_64/setjmp.S: Likewise.
40359         * sysdeps/i386/bsd-setjmp.S: Likewise.
40360         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40361         * sysdeps/i386/setjmp.S: Likewise.
40362         * sysdeps/i386/__longjmp.S: Likewise.
40363         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40364         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40366         * include/stap-probe.h: New file.
40367         * configure.in: Handle --enable-systemtap.
40368         * configure: Regenerated.
40369         * config.h.in (USE_STAP_PROBE): New #undef.
40370         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40371         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40372         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40374 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40376         [BZ #13717]
40377         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40378         to 2.4.0 where earlier.
40379         * sysdeps/unix/sysv/linux/configure: Regenerated.
40380         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40381         <kernel-features.h>.
40382         [__ASSUME_32BITUIDS]: Make code unconditional.
40383         [!__ASSUME_32BITUIDS]: Remove conditional code.
40384         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40385         <kernel-features.h>.
40386         [__ASSUME_32BITUIDS]: Make code unconditional.
40387         [!__ASSUME_32BITUIDS]: Remove conditional code.
40388         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40389         [__ASSUME_32BITUIDS]: Make code unconditional.
40390         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40391         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40392         <kernel-features.h>.
40393         [__ASSUME_32BITUIDS]: Make code unconditional.
40394         [!__ASSUME_32BITUIDS]: Remove conditional code.
40395         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40396         <kernel-features.h>.
40397         [__ASSUME_32BITUIDS]: Make code unconditional.
40398         [!__ASSUME_32BITUIDS]: Remove conditional code.
40399         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40400         <kernel-features.h>.
40401         [__ASSUME_32BITUIDS]: Make code unconditional.
40402         [!__ASSUME_32BITUIDS]: Remove conditional code.
40403         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40404         <kernel-features.h>.
40405         [__ASSUME_32BITUIDS]: Make code unconditional.
40406         [!__ASSUME_32BITUIDS]: Remove conditional code.
40407         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40408         <kernel-features.h>.
40409         [__ASSUME_32BITUIDS]: Make code unconditional.
40410         [!__ASSUME_32BITUIDS]: Remove conditional code.
40411         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40412         <kernel-features.h>.
40413         [__ASSUME_32BITUIDS]: Make code unconditional.
40414         [!__ASSUME_32BITUIDS]: Remove conditional code.
40415         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40416         <kernel-features.h>.
40417         [__ASSUME_32BITUIDS]: Make code unconditional.
40418         [!__ASSUME_32BITUIDS]: Remove conditional code.
40419         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40420         <kernel-features.h>.
40421         [__ASSUME_32BITUIDS]: Make code unconditional.
40422         [!__ASSUME_32BITUIDS]: Remove conditional code.
40423         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40424         <kernel-features.h>.
40425         [__ASSUME_32BITUIDS]: Make code unconditional.
40426         [!__ASSUME_32BITUIDS]: Remove conditional code.
40427         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40428         <kernel-features.h>.
40429         [__ASSUME_32BITUIDS]: Make code unconditional.
40430         [!__ASSUME_32BITUIDS]: Remove conditional code.
40431         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40432         <kernel-features.h>.
40433         [__NR_setresgid] (__setresgid): Do not declare.
40434         [__ASSUME_32BITUIDS]: Make code unconditional.
40435         [!__ASSUME_32BITUIDS]: Remove conditional code.
40436         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40437         <kernel-features.h>.
40438         [__NR_setresuid] (__setresuid): Do not declare.
40439         [__ASSUME_32BITUIDS]: Make code unconditional.
40440         [!__ASSUME_32BITUIDS]: Remove conditional code.
40441         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40442         <kernel-features.h>.
40443         [__ASSUME_32BITUIDS]: Make code unconditional.
40444         [!__ASSUME_32BITUIDS]: Remove conditional code.
40445         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40446         <kernel-features.h>.
40447         [__ASSUME_32BITUIDS]: Make code unconditional.
40448         [!__ASSUME_32BITUIDS]: Remove conditional code.
40449         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40450         <kernel-features.h>.
40451         [__ASSUME_32BITUIDS]: Make code unconditional.
40452         [!__ASSUME_32BITUIDS]: Remove conditional code.
40453         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40454         <kernel-features.h>.
40455         [__ASSUME_32BITUIDS]: Make code unconditional.
40456         [!__ASSUME_32BITUIDS]: Remove conditional code.
40457         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40458         <kernel-features.h>.
40459         [__ASSUME_32BITUIDS]: Make code unconditional.
40460         [!__ASSUME_32BITUIDS]: Remove conditional code.
40461         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40462         <kernel-features.h>.
40463         [__ASSUME_32BITUIDS]: Make code unconditional.
40464         [!__ASSUME_32BITUIDS]: Remove conditional code.
40465         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40466         <kernel-features.h>.
40467         [__ASSUME_32BITUIDS]: Make code unconditional.
40468         [!__ASSUME_32BITUIDS]: Remove conditional code.
40469         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40470         <kernel-features.h>.
40471         [__ASSUME_32BITUIDS]: Make code unconditional.
40472         [!__ASSUME_32BITUIDS]: Remove conditional code.
40473         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40474         <kernel-features.h>.
40475         [__ASSUME_32BITUIDS]: Make code unconditional.
40476         [!__ASSUME_32BITUIDS]: Remove conditional code.
40477         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40478         <kernel-features.h>.
40479         [__ASSUME_32BITUIDS]: Make code unconditional.
40480         [!__ASSUME_32BITUIDS]: Remove conditional code.
40481         * sysdeps/unix/sysv/linux/kernel-features.h
40482         (__ASSUME_SETRESUID_SYSCALL): Remove.
40483         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40484         (__ASSUME_32BITUIDS): Likewise.
40485         (__ASSUME_LDT_WORKS): Likewise.
40486         (__ASSUME_O_DIRECTORY): Likewise.
40487         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40488         architecture but not kernel version.
40489         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40490         (__ASSUME_MMAP2_SYSCALL): Likewise.
40491         (__ASSUME_STAT64_SYSCALL): Likewise.
40492         (__ASSUME_IPC64): Likewise.
40493         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40494         <kernel-features.h>.
40495         [__ASSUME_32BITUIDS]: Make code unconditional.
40496         [!__ASSUME_32BITUIDS]: Remove conditional code.
40497         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40498         <kernel-features.h>.
40499         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40500         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40501         132096]: Remove conditional code.
40502         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40503         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40504         <kernel-features.h>.
40505         [__ASSUME_32BITUIDS]: Make code unconditional.
40506         [!__ASSUME_32BITUIDS]: Remove conditional code.
40507         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40508         <kernel-features.h>.
40509         [__ASSUME_32BITUIDS]: Make code unconditional.
40510         [!__ASSUME_32BITUIDS]: Remove conditional code.
40511         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40512         <kernel-features.h>.
40513         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40514         unconditional.
40515         (__setresgid): Do not declare.
40516         [__ASSUME_32BITUIDS]: Make code unconditional.
40517         [!__ASSUME_32BITUIDS]: Remove conditional code.
40518         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40519         <kernel-features.h>.
40520         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40521         unconditional.
40522         (__setresuid): Do not declare.
40523         [__ASSUME_32BITUIDS]: Make code unconditional.
40524         [!__ASSUME_32BITUIDS]: Remove conditional code.
40525         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40526         <kernel-features.h>.
40527         [__ASSUME_32BITUIDS]: Make code unconditional.
40528         [!__ASSUME_32BITUIDS]: Remove conditional code.
40529         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40530         <kernel-features.h>.
40531         [__ASSUME_32BITUIDS]: Make code unconditional.
40532         [!__ASSUME_32BITUIDS]: Remove conditional code.
40534 2012-05-25  Richard Henderson  <rth@twiddle.net>
40536         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40537         dl_hwcap to ifunc resolver.
40538         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40539         elf_ifunc_invoke.
40540         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40541         dl_hwcap to ifunc resolver.
40542         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40544 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40546         [BZ #14153]
40547         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40548         for |x| <= 2**-26, not 2**-57.
40549         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40550         exception.
40552 2012-05-24  Jeff Law  <law@redhat.com>
40554         * stdio-common/Makefile (tests): Add bug25.
40555         * stdio-common/bug25.c: New test.
40557 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40559         [BZ #13576]
40560         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40561         multiple of MALLOC_ALIGNMENT in size.
40562         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40564 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40566         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40567         Require >= 256.
40568         (FILENAME_MAX): Use macro-int-constant.
40569         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40570         (_IOFBF): Use macro-int-constant.
40571         (_IOLBF): Likewise.
40572         (_IONBF): Likewise.
40573         (SEEK_CUR): Likewise.
40574         (SEEK_END): Likewise.
40575         (SEEK_SET): Likewise.
40576         (TMP_MAX): Likewise.
40577         (EOF): Use macro-int-constant.  Require < 0.
40578         (NULL): Use macro-constant.  Require == 0.
40579         (stdin): Require type to be FILE *.
40580         (stdout): Likewise.
40581         (stderr): Likewise.
40582         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40583         macro-int-constant.
40584         (EXIT_SUCCESS): Likewise.
40585         (NULL): Use macro-constant.  Require == 0.
40586         (RAND_MAX): Use macro-int-constant.
40587         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40588         [C99-based standards] (strtof): Require function.
40589         [C99-based standards] (strtold): Likewise.
40590         [C99-based standards] (strtoll): Likewise.
40591         [C99-based standards] (strtoull): Likewise.
40592         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40593         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40594         [ISO || ISO99 || ISO11] (math.h): Likewise.
40595         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40596         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40597         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40599 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40601         [BZ #14132]
40602         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40603         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40604         * intl/dgettext.c (DCGETTEXT): Likewise.
40605         * intl/gettext.c (DCGETTEXT): Likewise.
40606         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40607         * posix/regex_internal.h (gettext): Likewise.
40608         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40609         Remove declaration.
40610         * include/argz.h (__argz_count_internal)
40611         (__argz_stringify_internal): Remove declaration.
40612         (__argz_count, __argz_stringify): Declare hidden proto.
40613         * intl/dcgettext.c: Remove use of INTDEF.
40614         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40615         * string/argz-stringify.c: Likewise.
40616         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40617         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40618         Declare hidden proto.
40619         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40620         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40621         Declare hidden proto.
40622         * include/stdio.h (__asprintf_internal): Don't declare.
40623         (__asprintf): Don't define as macro.  Declare hidden proto.
40624         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40625         (__fsetlocking): Declare hidden proto.
40626         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40627         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40628         hidden proto.
40629         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40630         (_IO_setlinebuf): Remove use of INTUSE.
40631         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40632         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40633         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40634         Remove declaration.
40635         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40636         (_IO_do_flush): Remove use of INTUSE.
40637         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40638         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40639         (_IO_adjust_column, _IO_least_wmarker)
40640         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40641         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40642         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40643         (_IO_default_doallocate, _IO_wdefault_doallocate)
40644         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40645         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40646         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40647         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40648         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40649         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40650         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40651         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40652         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40653         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40654         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40655         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40656         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40657         proto.
40658         (_IO_flush_all_internal, _IO_adjust_column_internal)
40659         (_IO_default_uflow_internal, _IO_default_finish_internal)
40660         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40661         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40662         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40663         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40664         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40665         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40666         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40667         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40668         (_IO_file_close_internal, _IO_file_close_it_internal)
40669         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40670         (_IO_file_init_internal, _IO_file_attach_internal)
40671         (_IO_file_fopen_internal, _IO_file_read_internal)
40672         (_IO_file_sync_internal, _IO_file_seek_internal)
40673         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40674         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40675         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40676         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40677         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40678         (_IO_list_all_internal, _IO_link_in_internal)
40679         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40680         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40681         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40682         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40683         (_IO_do_write_internal, _IO_padn_internal)
40684         (_IO_getline_info_internal, _IO_getline_internal)
40685         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40686         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40687         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40688         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40689         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40690         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40691         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40692         with libc_hidden_ver, remove use of INTUSE.
40693         * libio/genops.c: Likewise.
40694         * libio/freopen.c: Likewise.
40695         * libio/freopen64.c: Likewise.
40696         * libio/iofclose.c: Likewise.
40697         * libio/iofdopen.c: Likewise.
40698         * libio/iofflush.c: Likewise.
40699         * libio/iofflush_u.c: Likewise.
40700         * libio/iofgets.c: Likewise.
40701         * libio/iofgets_u.c: Likewise.
40702         * libio/iofopen.c: Likewise.
40703         * libio/iofopncook.c: Likewise.
40704         * libio/iofread.c: Likewise.
40705         * libio/iofread_u.c: Likewise.
40706         * libio/ioftell.c: Likewise.
40707         * libio/iofwrite.c: Likewise.
40708         * libio/iogetline.c: Likewise.
40709         * libio/iogets.c: Likewise.
40710         * libio/iogetwline.c: Likewise.
40711         * libio/iopadn.c: Likewise.
40712         * libio/iopopen.c: Likewise.
40713         * libio/ioseekoff.c: Likewise.
40714         * libio/ioseekpos.c: Likewise.
40715         * libio/iosetbuffer.c: Likewise.
40716         * libio/iosetvbuf.c: Likewise.
40717         * libio/ioungetc.c: Likewise.
40718         * libio/ioungetwc.c: Likewise.
40719         * libio/iovdprintf.c: Likewise.
40720         * libio/iovsprintf.c: Likewise.
40721         * libio/iovsscanf.c: Likewise.
40722         * libio/memstream.c: Likewise.
40723         * libio/obprintf.c: Likewise.
40724         * libio/oldfileops.c: Likewise.
40725         * libio/oldiofclose.c: Likewise.
40726         * libio/oldiofdopen.c: Likewise.
40727         * libio/oldiofopen.c: Likewise.
40728         * libio/oldiopopen.c: Likewise.
40729         * libio/oldstdfiles.c: Likewise.
40730         * libio/putc.c: Likewise.
40731         * libio/setbuf.c: Likewise.
40732         * libio/setlinebuf.c: Likewise.
40733         * libio/stdfiles.c: Likewise.
40734         * libio/strops.c: Likewise.
40735         * libio/vasprintf.c: Likewise.
40736         * libio/vscanf.c: Likewise.
40737         * libio/vsnprintf.c: Likewise.
40738         * libio/vswprintf.c: Likewise.
40739         * libio/wfiledoalloc.c: Likewise.
40740         * libio/wfileops.c: Likewise.
40741         * libio/wgenops.c: Likewise.
40742         * libio/wmemstream.c: Likewise.
40743         * libio/wstrops.c: Likewise.
40744         * libio/__fpurge.c: Likewise.
40745         * libio/__fsetlocking.c: Likewise.
40746         * assert/assert.c: Likewise.
40747         * debug/fgets_chk.c: Likewise.
40748         * debug/fgets_u_chk.c: Likewise.
40749         * debug/fread_chk.c: Likewise.
40750         * debug/fread_u_chk.c: Likewise.
40751         * debug/gets_chk.c: Likewise.
40752         * debug/obprintf_chk.c: Likewise.
40753         * debug/vasprintf_chk.c: Likewise.
40754         * debug/vdprintf_chk.c: Likewise.
40755         * debug/vsnprintf_chk.c: Likewise.
40756         * debug/vsprintf_chk.c: Likewise.
40757         * malloc/mtrace.c: Likewise.
40758         * misc/error.c: Likewise.
40759         * misc/syslog.c: Likewise.
40760         * stdio-common/asprintf.c: Likewise.
40761         * stdio-common/fxprintf.c: Likewise.
40762         * stdio-common/getw.c: Likewise.
40763         * stdio-common/isoc99_fscanf.c: Likewise.
40764         * stdio-common/isoc99_scanf.c: Likewise.
40765         * stdio-common/isoc99_vfscanf.c: Likewise.
40766         * stdio-common/isoc99_vscanf.c: Likewise.
40767         * stdio-common/isoc99_vsscanf.c: Likewise.
40768         * stdio-common/printf-prs.c: Likewise.
40769         * stdio-common/printf_fp.c: Likewise.
40770         * stdio-common/printf_fphex.c: Likewise.
40771         * stdio-common/printf_size.c: Likewise.
40772         * stdio-common/putw.c: Likewise.
40773         * stdio-common/scanf.c: Likewise.
40774         * stdio-common/sprintf.c: Likewise.
40775         * stdio-common/tmpfile.c: Likewise.
40776         * stdio-common/vfprintf.c: Likewise.
40777         * stdio-common/vfscanf.c: Likewise.
40778         * stdlib/strfmon_l.c: Likewise.
40779         * sunrpc/openchild.c: Likewise.
40780         * sunrpc/xdr_stdio.c: Likewise.
40781         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40782         * sysdeps/mach/hurd/tmpfile.c: Likewise.
40784 2012-05-24  Roland McGrath  <roland@hack.frob.com>
40786         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40788         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40789         in the third column, to generate for the shared library an IFUNC
40790         that uses _dl_vdso_vsym.
40791         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40792         * Makeconfig (object-suffixes-noshared): New variable.
40794         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40795         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40796         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40797         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40799         [BZ #14132]
40800         * include/sys/time.h (__gettimeofday): Remove macro.
40801         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40802         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40803         Remove INTDEF.
40804         (__gettimeofday): Add libc_hidden_def.
40805         (gettimeofday): Add libc_hidden_weak.
40806         * sysdeps/mach/gettimeofday.c: Likewise.
40807         * sysdeps/posix/gettimeofday.c: Likewise.
40808         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40809         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40810         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40811         (__gettimeofday_internal): Remove strong_alias.
40812         (__gettimeofday): Add libc_hidden_def.
40813         (gettimeofday): Add libc_hidden_weak.
40814         * sysdeps/unix/syscalls.list (gettimeofday):
40815         Remove __gettimeofday_internal alias.
40817 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40818             H.J. Lu  <hongjiu.lu@intel.com>
40820         [BZ #12495]
40821         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40822         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40823         (largebin_index_32_big): New.
40824         (largebin_index): Use it for 16-byte alignment.
40825         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40826         correction with front_misalign.
40828 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40830         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40831         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40832         Likewise.
40833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40834         Likewise.
40835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40836         Likewise.
40837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40838         Likewise.
40839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40840         Likewise.
40841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40842         Likewise.
40843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40844         Likewise.
40845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40846         Likewise.
40847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40848         Likewise.
40849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40850         Likewise.
40851         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40852         Likewise.
40853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40854         Likewise.
40856         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40857         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40859 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40861         [BZ #10846]
40862         [BZ #14036]
40863         * math/libm-test.inc (exp_test): Add test from bug 14036.
40864         (pow_test): Add test from bug 10846.
40866         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40867         and other flags.
40868         (special_function): Do not include flags in test name.
40869         (parse_args): Likewise.
40870         * sysdeps/i386/fpu/libm-test-ulps: Update.
40871         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40872         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40873         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40876         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40877         exceptions.
40878         * math/libm-test.inc ("Philosophy"): Update comment about
40879         exception testing.
40880         (UNDERFLOW_EXCEPTION): New macro.
40881         (UNDERFLOW_EXCEPTION_OK): Likewise.
40882         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40883         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40884         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40885         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40886         (INVALID_EXCEPTION_OK): Update value.
40887         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40888         (OVERFLOW_EXCEPTION_OK): Likewise.
40889         (IGNORE_ZERO_INF_SIGN): Likewise.
40890         (test_exceptions): Handle underflow exceptions.
40891         (acos_test): Update for underflow exception expectations.
40892         (cexp_test): Likewise.
40893         (clog_test): Likewise.
40894         (clog10_test): Likewise.
40895         (csqrt_test): Likewise.
40896         (ctan_test): Likewise.
40897         (ctanh_test): Likewise.
40898         (exp_test): Likewise.
40899         (exp10_test): Likewise.
40900         (exp2_test): Likewise.
40901         (expm1_test): Likewise.
40902         (fma_test): Likewise.
40903         (j0_test): Likewise.
40904         (jn_test): Likewise.
40905         (nexttoward_test): Likewise.
40906         (pow_test): Likewise.
40907         (scalbn_test): Likewise.
40908         (scalbln_test): Likewise.
40909         (tan_test): Likewise.
40910         (y1_test): Likewise.
40911         * sysdeps/i386/fpu/libm-test-ulps: Update.
40912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40914 2012-05-23  David S. Miller  <davem@davemloft.net>
40916         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40917         (__libc_sigaction): Remove unused local variables.
40919 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40921         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40923 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40925         mktime: avoid signed integer overflow
40926         * time/mktime.c (__mktime_internal): Do not mishandle the case
40927         where diff == INT_MIN.
40929         mktime: simplify computation of average
40930         * time/mktime.c (ranged_convert): Use new time_t_avg function
40931         instead of rolling our own (probably-slower) code.
40933         mktime: do not assume signed right shift propagates sign bit
40934         * time/mktime.c (isdst_differ): New static function.
40935         (__mktime_internal): No need to normalize tm_isdst now.
40936         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40937         tm_isdst values.
40939         mktime: merge another wrapv change from gnulib
40940         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40941         from some compilers.
40943         mktime: remove incorrect attempt at unusual arithmetics
40944         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40945         The code didn't really work on such machines anyway.
40946         (TYPE_MINIMUM): Assume two's complement.
40947         (twos_complement_arithmetic): Verify that long_int and time_t
40948         are two's complement (or unsigned, in the latter case).
40950         mktime: check signed shifts on long_int and time_t, too
40951         * time/mktime.c (SHR): Check that shifts work as desired
40952         on the types long_int and time_t too, as SHR is used on
40953         such types.
40955         mktime: do not assume 'long' is wide enough
40956         * time/mktime.c (verify): Move decl up.
40957         (long_int): New type.
40958         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40959         to remove assumption in the code that 'long' is wide enough to
40960         store year values.  This assumption is not true on x32 and on
40961         some non-glibc platforms.
40963         mktime: merge wrapv change from gnulib
40964         * time/mktime.c (WRAPV): New macro.
40965         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40966         (guess_time_tm, __mktime_internal): Do not assume that signed
40967         integer overflow wraps around; modern compilers generate code
40968         where this assumption is no longer valid.
40970 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40972         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40973         Replace "jmp L(pseudo_end)" with "ret".
40974         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40975         Likewise.
40977 2012-05-23  Andreas Jaeger  <aj@suse.de>
40979         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40980         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40982 2012-05-23  Andreas Jaeger  <aj@suse.de>
40983             Maximilian Attems  <max@stro.at>
40985         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40986         New macros.
40988 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40990         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40991         code so that pseudo_end is just ret and the stack pointer is
40992         correct also for static library in error case.
40994 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40996         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40997         move to syscalls.list.
40998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41003         * manual/install.texi (Running make install): Do not mention Linux
41004         kernel version for which pt_chown is not needed.
41005         (Linux): Do not mention problems with nscd with 2.0 kernels.
41006         * INSTALL: Regenerated.
41008 2012-05-23  Andreas Jaeger  <aj@suse.de>
41010         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41011         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41012         macro.
41013         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41014         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41015         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41016         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41017         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41018         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41019         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41020         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41021         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41022         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41023         * sysdeps/unix/sysv/linux/bits/in.h
41024         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41026 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41028         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41029         (PREPARE_VERSION): Just use assert instead, it will be elided
41030         under [NDEBUG] anyway.
41032 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41034         * sysdeps/unix/sysv/linux/Makefile: Include
41035         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41036         (sysdep_routines): Remove sysctl.
41037         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41038         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41039         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41040         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41041         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41043 2012-05-22  Andreas Jaeger  <aj@suse.de>
41045         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41046         that pseudo_end is just ret and the stack pointer is correct also
41047         for static library in error case.
41049 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41051         [BZ #14122]
41052         * nss/nsswitch.c (defconfig_entries): New variable.
41053         (__nss_database_lookup): Don't leak defconfig entries.
41054         (nss_parse_service_list): Don't leak on error paths.
41055         (free_database_entries): New function.
41056         (free_defconfig): New function.
41057         (free_mem): Move common code to free_database_entries.
41059 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41061         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41062         Add arch_prctl.
41063         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41065         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41066         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41067         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41068         New macro.
41069         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41070         (INTERNAL_SYSCALL_TYPES): Likewise.
41071         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41072         (LOAD_REGS_TYPES_[1-6]): Likewise.
41073         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41074         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41076 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41078         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41079         copysignl for GLIBC_2_0.
41080         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41081         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41082         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41083         logbl for GLIBC_2_0.
41084         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41085         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41087 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41089         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41090         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41092         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41093         Use "neg %eax".
41095         * time/mktime.c: Update copyright years.
41097 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41099         mktime: merge comment-quoting-style change from gnulib
41100         * time/mktime.c: Quote 'like this' in comments.
41101         The GNU coding standards suggest that we no longer quote `like this',
41102         as "`" and "'" are typically rendered asymmetrically nowadays.
41103         The typical gnulib style is to quote 'like this' when quoting
41104         code, and "like this" when quoting English.
41106         * time/mktime.c (compile-command): Add "-I.".
41108         mktime: merge mktime-internal.h change from gnulib
41109         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41111         mktime: merge time_r change from gnulib
41112         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41114         mktime: merge DEBUG change from gnulib
41115         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41116         case system <time.h> has a #define.
41118         mktime: merge <sys/types.h> change from gnulib
41119         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41120         since <time.t> is now guaranteed to define time_t.
41122         mktime: merge HAVE_CONFIG_H change from gnulib
41123         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41125 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41127         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41128         Use "neg %eax".
41130         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41131         __rlim_t cast.
41132         (struct rusage): Use anonymous union to pad each field to
41133         __syscall_slong_t.
41135 2012-05-21  David S. Miller  <davem@davemloft.net>
41137         * Makefules (o-iterator): Remove .s cases.
41138         (compile-command.s): Delete.
41139         (COMPILE.s): Delete.
41140         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41142 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41144         * configure.in (libc_cv_predef_stack_protector): Only consider
41145         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41146         * configure: Regenerated.
41148 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41150         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41151         New macro.  Use R*LP on int and pointer.
41152         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41153         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41154         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41155         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41157         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41158         [__WORDSIZE_TIME64_COMPAT32] instead of
41159         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41160         (struct utmp): Likewise.
41161         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41162         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41163         Renamed to ...
41164         (__WORDSIZE_TIME64_COMPAT32): This.
41165         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41166         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41167         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41168         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41169         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41170         (__WORDSIZE_TIME64_COMPAT32): New macro.
41172 2012-05-21  Andreas Jaeger  <aj@suse.de>
41174         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41175         only if [SHARED]. Add prototype for __wcschr_ia32.
41177 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41179         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41180         of %rbp unmolested in the jmp_buf while mangling the low bits.
41181         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41182         unmolested high bits of %rbp while demangling the low bits.
41183         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41185 2012-05-21  Andreas Jaeger  <aj@suse.de>
41187         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41188         * sunrpc/svc_simple.c: Use it for registerrpc.
41189         * sunrpc/xcrypt.c: Use it for passwd2des.
41191         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41193 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41195         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41196         Don't define if [__SYSCALL_WORDSIZE != 32].
41197         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41198         New macro.
41200 2012-05-21  Bruno Haible  <bruno@clisp.org>
41201             Andreas Jaeger  <aj@suse.de>
41203         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41204         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41205         inptr and inend for must_buffer_ch.
41206         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41207         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41208         * stdio-common/Makefile (tests): Remove bug15.
41209         (bug15-ENV): Remove macro.
41210         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41211         anymore.
41213 2012-05-19  Andreas Jaeger  <aj@suse.de>
41214             Roland McGrath  <roland@hack.frob.com>
41216         * manual/contrib.texi: Completely rewritten. It contains now an
41217         alphabetical list of contributors and their contributions.
41219 2012-05-21  Richard Henderson  <rth@twiddle.net>
41221         * misc/getauxval.c (__getauxval): Use unsigned long int.
41222         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41223         (getauxval): Use unsigned long int.
41225 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41227         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41229 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41231         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41232         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41233         __alignof__ (long double).
41235 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41239 2012-05-20  Richard Henderson  <rth@twiddle.net>
41241         * misc/getauxval.c: New file.
41242         * misc/sys/auxv.h: New file.
41243         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41244         (routines): Add getauxval.
41245         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41246         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41247         * elf/dl-sysdep.c (_dl_auxv): Remove.
41248         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41249         * elf/dl-support.c (_dl_auxv): New variable.
41250         (_dl_aux_init): Initialize it.
41251         * manual/startup.texi (Auxiliary Vector): New node.
41252         * sysdeps/generic/bits/hwcap.h: New file.
41253         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41254         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41255         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41256         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41257         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41258         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41260         Update.
41261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41264         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41265         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41266         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41267         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41268         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41270 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41274 2012-05-19  David S. Miller  <davem@davemloft.net>
41276         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41278 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41280         [BZ #14123]
41281         * math/s_ccosh.c: Include <float.h>
41282         (__ccosh): Avoid internal overflow calculating sinh and cosh
41283         values before multiplying by sin and cos values.
41284         * math/s_ccoshf.c: Likewise.
41285         * math/s_ccoshl.c: Likewise.
41286         * math/s_csin.c: Likewise.
41287         * math/s_csinf.c: Likewise.
41288         * math/s_csinl.c: Likewise.
41289         * math/s_csinh.c: Likewise.
41290         * math/s_csinhf.c: Likewise.
41291         * math/s_csinhl.c: Likewise.
41292         * math/libm-test.inc (ccos_test): Add more tests.
41293         (ccosh_test): Likewise.
41294         (csin_test): Likewise.
41295         (csinh_test): Likewise.
41296         * sysdeps/i386/fpu/libm-test-ulps: Update.
41297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41299 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41301         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41302         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41304         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41306 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41308         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41309         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41310         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41311         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41312         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41313         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41314         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41315         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41316         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41317         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41318         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41319         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41320         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41321         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41322         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41323         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41324         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41325         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41326         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41327         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41328         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41329         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41330         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41331         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41332         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41333         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41334         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41335         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41336         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41337         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41338         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41340 2012-05-18  Andreas Jaeger  <aj@suse.de>
41342         * csu/.gitignore: Delete.
41344 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41346         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41347         (timex): Use __syscall_slong_t.
41349 2012-05-18  Andreas Jaeger  <aj@suse.de>
41350             Carlos O'Donell  <carlos_odonell@mentor.com>
41352         * manual/install.texi (Configuring and compiling): Update
41353         description about files modified in the source directory.
41354         * INSTALL: Regenerated.
41356 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41358         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41359         value.  Use "or" to set return value to -1.
41360         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41361         negate return value.
41363 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41365         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41366         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41367         failure if the compiler has Graphite support disabled.
41368         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41369         Likewise.
41370         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41371         (CFLAGS-memmove.c): Likewise.
41372         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41373         Likewise.
41375 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41377         * sysdeps/x86_64/x32/_itoa.h: New file.
41379         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41380         getdents system call only if kernel and user dirents have the
41381         same d_ino and d_off.
41383         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41384         LLONG_MAX != LONG_MAX.
41385         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41386         (_fitoa_word): Likewise.
41388         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41389         years.
41390         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41391         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41392         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41394         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41395         include <bits/wordsize.h>.  Check __x86_64__ instead of
41396         __WORDSIZE.
41397         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41398         if __x86_64__ is defined.  Use anonymous union on fpstate.
41400         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41401         anonymous union.
41403 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41405         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41406         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41407         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41408         Refer to _rtld_local_ro instead of _rtld_global_ro.
41409         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41410         Likewise.
41411         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41412         Likewise.
41413         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41414         Likewise.
41415         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41416         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41417         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41419         * sysdeps/powerpc/powerpc32/dl-machine.c
41420         (__elf_machine_runtime_setup) [PROF]: Don't reference
41421         _dl_prof_resolve.
41423 2012-05-18  Andreas Jaeger  <aj@suse.de>
41425         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41426         function only available for GCCs before 3.4 since GCC 3.4
41427         introduced a builtin.
41428         (lrint): Likewise.
41429         (llrintf): Likewise.
41430         (llrint): Likewise.
41431         (fmaxf): Likewise.
41432         (fmax): Likewise.
41433         (fminf): Likewise.
41434         (fmin): Likewise.
41435         (rint): Likewise.
41436         (rintf): Likewise.
41437         (nearbyint): Likewise.
41438         (nearbyintf): Likewise.
41439         (ceil): Likewise.
41440         (ceilf): Likewise.
41441         (floor): Likewise.
41442         (floorf): Likewise.
41444 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41446         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41447         on both fields and cast pointer to __syscall_ulong_t.
41449         * bits/types.h (__fsword_t): New type.
41450         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41451         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41452         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41453         (__FSWORD_T_TYPE): Likewise.
41454         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41455         (__FSWORD_T_TYPE): Likewise.
41456         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41457         (__FSWORD_T_TYPE): Likewise.
41458         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41459         (__FSWORD_T_TYPE): Likewise.
41460         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41461         __SWORD_TYPE with __fsword_t.
41462         (statfs64): Likewise.
41464 2012-05-17  David S. Miller  <davem@davemloft.net>
41466         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41468 2012-05-17  Andreas Jaeger  <aj@suse.de>
41470         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41471         warning.
41473 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41475         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41477 2012-05-17  Andreas Jaeger  <aj@suse.de>
41479         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41480         when it is used.
41482 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41484         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41486 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41488         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41489         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41491 2012-05-17  Andreas Jaeger  <aj@suse.de>
41492             Carlos O'Donell  <carlos_odonell@mentor.com>
41494         [BZ #14059]
41495         * sysdeps/x86_64/multiarch/init-arch.h
41496         (bit_YMM_Usable): Rename to...
41497         (bit_AVX_Usable): ... this.
41498         (bit_FMA4_Usable): New macro.
41499         (bit_XMM_state): New macro.
41500         (bit_YMM_state): New macro.
41501         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41502         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41503         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41504         (CPUID_OSXSAVE): New macro.
41505         (CPUID_AVX): New macro.
41506         (CPUID_FMA4): New macro.
41507         (index_YMM_Usable): Rename to...
41508         (index_AVX_Usable): ... this.
41509         (HAS_AVX): Use HAS_ARCH_FEATURE.
41510         (HAS_FMA4): Likewise.
41511         (HAS_YMM_USABLE): Remove.
41512         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41513         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41514         are present.
41515         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41516         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41517         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41518         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41519         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41521 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41523         * math/libm-test.c: Support platforms without multiple rounding modes.
41524         * math/bug-nextafter.c: Support platforms without FP exceptions.
41525         * math/bug-nexttoward.c: Likewise.
41526         * math/test-fenv.c: Likewise.
41527         * math/test-misc.c: Likewise.
41528         * stdlib/bug-getcontext.c: Likewise.
41530 2012-05-17  Andreas Jaeger  <aj@suse.de>
41532         * manual/examples/search.c (critter_cmp): Change signature to
41533         avoid warnings.
41534         * manual/string.texi (Collation Functions): Likewise.
41536 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41538         * bits/types.h: Fold copyright years.
41539         * bits/typesizes.h: Likewise.
41540         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41541         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41542         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41543         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41544         * time/time.h: Likewise.
41546 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41548         [BZ #208]
41549         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41550         in instead of returning them.  Return void.
41551         (__libc_mallinfo): Accumulate over all arenas.
41552         (__malloc_stats): Adjust for change in int_mallinfo interface.
41554 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41556         [BZ #10375]
41557         * configure.in (NM): Add AC_CHECK_TOOL for it.
41558         (libc_extra_cflags): New substituted variable.
41559         Check for -fstack-protector being used implicitly.
41560         * configure: Regenerated.
41561         * config.make.in (config-extra-cflags): New variable,
41562         gets @libc_extra_cflags@.
41563         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41565         [BZ #10375]
41566         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41567         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41568         * configure: Regenerated.
41569         * config.make.in (CPPUNDEFS): New substituted variable.
41570         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41571         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41572         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41574 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41576         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41577         (mq_attr): Use __syscall_slong_t.
41579 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41581         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41582         Check __x86_64__ instead of __WORDSIZE.
41583         (_STAT_VER_LINUX): Likewise.
41584         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41585         __syscall_ulong_t and __syscall_slong_t.
41586         (stat64): Likewise.
41588 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41590         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41592 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41594         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41596 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41598         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41599         __syscall_ulong_t.
41601         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41602         include <bits/wordsize.h>.  Check __x86_64__ instead of
41603         __WORDSIZE.
41604         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41605         defined.
41606         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41608         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41609         include <bits/wordsize.h>.  Check __x86_64__ instead of
41610         __WORDSIZE.
41611         (user_regs_struct): Use "__extension__ unsigned long long"
41612         instead of "unsigned long" if __x86_64__ is defined.
41613         (user): Likewise.  Pad after pointer field if __ILP32__ is
41614         defined.
41616 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41618         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41619         versions 5 to 9.
41620         * configure: Regenerated.
41621         * manual/install.texi (texinfo): Increase version requirement to
41622         4.5 or later.
41623         * INSTALL: Regenerated.
41625         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41627 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41629         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41631         * sysdeps/x86_64/x32/ffs.c: New file.
41633         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41634         __syscall_ulong_t.
41635         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41636         defined.  Use __syscall_ulong_t.
41637         (shminfo): Use __syscall_ulong_t.
41638         (shm_info): Likewise.
41640         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41641         __syscall_ulong_t.
41643         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41644         <bits/wordsize.h>.
41645         (msgqnum_t): Use __syscall_ulong_t.
41646         (msglen_t): Likewise.
41647         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41648         __syscall_ulong_t.
41650         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41651         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41653         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41655         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41656         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41658         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41659         __syscall_slong_t.
41661         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41662         include <bits/wordsize.h>.  Check __x86_64__ instead of
41663         __WORDSIZE.
41665         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41666         "unsigned long long int" if __x86_64__ is defined.
41667         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41669         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41670         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41671         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41673         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41674         <stdint.h>.
41675         (GET_PC): Cast to uintptr_t first.
41676         (GET_FRAME): Likewise.
41677         (GET_STACK): Likewise.
41679         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41680         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41681         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41682         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41683         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41684         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41685         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41686         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41687         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41688         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41689         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41690         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41691         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41692         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41693         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41694         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41695         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41696         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41697         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41698         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41699         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41700         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41701         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41702         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41703         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41704         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41705         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41706         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41707         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41709 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41711         * Makerules (+depfiles): Also collect depfiles from .oS in
41712         $(extra-objs).
41713         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41714         .oS, $(libnldbl-routines)).
41716         * Makerules (native-compile-mkdep-flags): Define.
41717         * sunrpc/Makefile (extra-objs): Add $(addprefix
41718         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41719         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41720         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41721         calling $(make-target-directory).
41723 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41725         * bits/types.h (__snseconds_t): Removed.
41726         * time/time.h (struct timespec): Replace __snseconds_t with
41727         __syscall_slong_t.
41728         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41729         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41730         Likewise.
41731         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41732         (__SNSECONDS_T_TYPE): Likewise.
41733         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41734         (__SNSECONDS_T_TYPE): Likewise.
41735         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41736         (__SNSECONDS_T_TYPE): Likewise.
41738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41740         * sysdeps/mach/hurd/bits/typesizes.h
41741         (__SYSCALL_SLONG_TYPE): New macro.
41742         (__SYSCALL_ULONG_TYPE): Likewise.
41744 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41746         * bits/types.h (__syscall_slong_t): New type.
41747         (__syscall_ulong_t): Likewise.
41749         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41750         (__SYSCALL_ULONG_TYPE): Likewise.
41751         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41752         (__SYSCALL_SLONG_TYPE): Likewise.
41753         (__SYSCALL_ULONG_TYPE): Likewise.
41754         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41755         (__SYSCALL_SLONG_TYPE): Likewise.
41756         (__SYSCALL_ULONG_TYPE): Likewise.
41757         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41758         (__SYSCALL_SLONG_TYPE): Likewise.
41759         (__SYSCALL_ULONG_TYPE): Likewise.
41761 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41763         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41764         Add sigaltstack-offsets.sym.
41765         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41766         <sigaltstack-offsets.h>.
41767         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
41768         longjmp_msg pointer.
41769         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
41770         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41771         signal stack.
41772         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41774 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41776         * elf/stackguard-macros.h: Remove file.
41777         * sysdeps/generic/stackguard-macros.h: New file.
41778         * sysdeps/i386/stackguard-macros.h: Likewise.
41779         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41780         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41781         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41782         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41783         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41784         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41785         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41786         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41787         <elf/stackguard-macros.h>.
41789         [BZ #14109]
41790         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41791         __aligned__ in attribute.
41792         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41793         (gregset_t): Likewise.
41795 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41797         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41798         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41799         * sysdeps/x86_64/x32/Implies-after: New file.
41801 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41803         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41804         and access return value for _dl_profile_fixup.  Use R10_LP to
41805         load frame size.
41807 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41809         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41811 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41813         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41814         * sysdeps/x86_64/x32/sysdep.h: New file.
41816 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41818         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41819         * sysdeps/x86_64/setjmp.S: Likewise.
41821 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41823         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41824         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41825         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41826         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41827         remove unused global constant.
41829 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41831         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41832         include of <not-cancel.h>.
41834 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41836         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41838 2012-05-15  Jeff Law  <law@redhat.com>
41839             Andreas Jaeger  <aj@suse.de>
41841         [BZ #13594]
41842         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41843         out from...
41844         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41845         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41846         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41847         code changing __hst_map_handle.map.
41849 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41851         * configure.in (sysnames): Look for Implies-before and Implies-after
41852         files.
41853         * configure: Regenerated.
41855 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41857         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41858         8-byte data alignment with LP_SIZE alignment.
41860 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41862         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41863         into R10_LP.
41865 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41867         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41869 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41871         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41872         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41873         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41874         Likewise.
41875         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41877 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41879         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41880         (stackinfo_sub_sp): Likewise.
41882 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41884         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41885         RAX_LP.
41887 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41889         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41890         into R*_LP.
41892 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41894         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41895         sizes into R*_LP.
41897 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41899         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41901 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41903         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41904         into R11_LP and load __x86_64_shared_cache_size_half into
41905         R8_LP.
41907 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41909         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41910         R8_LP.
41912 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41914         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41915         logb for POWER7.
41916         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41917         logbf for POWER7.
41918         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41919         logbl for POWER7.
41920         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41921         powerpc32/power7/fpu/s_logb.c via #include.
41922         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41923         powerpc32/power7/fpu/s_logbf.c via #include.
41924         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41925         powerpc32/power7/fpu/s_logbl.c via #include.
41927 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41929         * README.libm: Remove file.
41931 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41933         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41934         count for x32.  Use R*_LP and omit operand-size suffix.
41936 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41938         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41939         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41940         * sysdeps/x86_64/x32/shlib-versions: New file.
41942 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41944         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41945         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41946         Use _dl_fatal_printf instead.
41948 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41950         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41951         set if not set by the user.  Do not allow for being unset.
41952         * sysdeps/unix/sysv/linux/configure: Regenerated.
41954 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41956         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41957         the `q' suffix from lea and replace .quad with ASM_ADDR.
41959 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41961         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41962         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41963         instead of $17.
41964         (PTR_DEMANGLE): Likewise.
41966 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41968         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41969         (LP_OP): Likewise.
41970         (ASM_ADDR): Likewise.
41971         (RAX_LP): Likewise.
41972         (RBP_LP): Likewise.
41973         (RBX_LP): Likewise.
41974         (RCX_LP): Likewise.
41975         (RDI_LP): Likewise.
41976         (RSI_LP): Likewise.
41977         (RSP_LP): Likewise.
41978         (R8_LP): Likewise.
41979         (R9_LP): Likewise.
41980         (R10_LP): Likewise.
41981         (R10_LP): Likewise.
41982         (R11_LP): Likewise.
41983         (R12_LP): Likewise.
41984         (R13_LP): Likewise.
41985         (R14_LP): Likewise.
41986         (R15_LP): Likewise.
41988 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41990         * sysdeps/x86_64/x32/dl-machine.h: New file.
41992 2012-05-14  Andreas Jaeger  <aj@suse.de>
41994         * manual/Makefile (subdir): Remove export of subdir.
41995         (all): Remove target.
41996         (.PHONY): Remove all from list.
41997         (mkinstalldirs): Remove.
41998         (.PHONY): Remove installdirs from list.
41999         ($(inst_infodir)/libc.info): Use make-target-directory.
42000         (installdirs): Remove.
42001         (subdir_%): Remove.
42002         (glibc-targets): Remove.
42003         (lib): Remove.
42004         (stubs): Remove.
42005         ($(objpfx)stubs ../po/manual.pot): Remove.
42006         ($(objpfx)stamp%): Remove.
42007         (make-target-directory): Remove.
42008         (subdir_install): Remove.
42009         (routines): Remove.
42010         (aux): Remove.
42011         (sources): Remove.
42012         (objects): Remove.
42013         (headers): Remove.
42015         [BZ #13750]
42016         * manual/.gitignore: Remove, it's not needed anymore.
42017         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42018         all files in it.
42019         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42020         directory.
42021         (texis): Renamed to $(objpfx)texis.
42022         (texis-path): New, contains path to generated files.
42023         (chapters.%): Use texis-path for complete path, add extra argument
42024         libc-texinfo.sh.
42025         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42026         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42027         (summary,texi, stamp-summary): Use complete path of
42028         files. Generate files in build dir.
42029         (dir-add.texi): Build in build dir.
42030         (libm-err.texi,stamp-libm-err): Likewise.
42031         (version.texi, stamp-version): Likewise.
42032         (.%c.texi): Likewise.
42033         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42034         (mostlyclean): Remove target.
42035         (realclean): Remove target.
42036         (generated): Add new variable with contents from mostlyclean and
42037         realclean, remove entries duplicated in common-mostlyclean, add
42038         stamp-libm-err and stamp-version.
42039         (generated-dirs): Add libc directory.
42040         ($(inst_infodir)/libc.info): Install files from build dir.
42042         * manual/install.texi (Configuring and compiling): Adjust since
42043         the info files are not part of the tar ball anymore.
42045 2012-05-14  Andreas Jaeger  <aj@suse.de>
42047         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42048         variable.
42050 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42052         [BZ #13717]
42053         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42054         to 2.2.0 where earlier.
42055         * sysdeps/unix/sysv/linux/configure: Regenerated.
42056         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42057         Remove conditional code.
42058         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42059         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42060         Remove conditional code.
42061         [!__NR_lchown]: Likewise.
42062         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42063         [__NR_lchown]: Likewise.
42064         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42065         comment referencing __ASSUME_LCHOWN_SYSCALL.
42066         * sysdeps/unix/sysv/linux/i386/sigaction.c
42067         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42068         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42069         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42070         Remove conditional code.
42071         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42072         (__protocol_available): Remove #if 0 code.
42073         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42074         conditional code.
42075         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42076         * sysdeps/unix/sysv/linux/kernel-features.h
42077         (__ASSUME_GETCWD_SYSCALL): Don't define.
42078         (__ASSUME_REALTIME_SIGNALS): Likewise.
42079         (__ASSUME_PREAD_SYSCALL): Likewise.
42080         (__ASSUME_PWRITE_SYSCALL): Likewise.
42081         (__ASSUME_POLL_SYSCALL): Likewise.
42082         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42083         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42084         non-SPARC.
42085         (__ASSUME_SIOCGIFNAME): Don't define.
42086         (__ASSUME_MSG_NOSIGNAL): Likewise.
42087         (__ASSUME_SENDFILE): Define unconditionally.
42088         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42089         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42090         conditional code.
42091         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42092         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42093         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42094         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42095         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42096         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42097         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42099         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42100         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42102         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42103         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42105         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42106         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42108         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42109         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42111         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42112         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42114         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42115         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42117         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42118         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42120         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42121         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42122         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42123         Remove conditional code.
42124         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42125         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42126         Remove conditional code.
42127         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42128         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42129         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42130         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42131         Remove conditional code.
42132         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42133         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42134         Remove conditional code.
42135         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42136         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42137         Remove conditional code.
42138         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42139         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42140         Remove conditional code.
42141         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42142         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42143         Remove conditional code.
42144         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42145         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42146         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42147         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42148         * sysdeps/unix/sysv/linux/sigaction.c
42149         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42150         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42151         * sysdeps/unix/sysv/linux/sigpending.c
42152         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42153         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42154         * sysdeps/unix/sysv/linux/sigprocmask.c
42155         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42156         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42157         * sysdeps/unix/sysv/linux/sigsuspend.c
42158         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42159         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42160         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42161         (__libc_missing_rt_sigs): Remove.
42162         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42163         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42164         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42165         Remove conditional code.
42166         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42167         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42168         return 1.
42169         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42170         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42171         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42172         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42174 2012-05-14  Andreas Jaeger  <aj@suse.de>
42176         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42177         it's not used in glibc.
42178         (__coshm1): Likewise.
42179         (__acosh1p): Likewise.
42180         (__sgn): Likewise.
42182         * manual/string.texi (Copying and Concatenation): Add missing
42183         variable in concat example.
42184         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42186 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42188         [BZ #14103]
42189         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42190         __builtin_clzl with __builtin_clzll.
42192 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42194         [BZ #14104]
42195         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42196         libc_freeres_ptr.
42198 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42200         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42201         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42202         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42203         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42205 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42207         * NEWS: Update ia64 info.
42209 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42211         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42212         used as bcopy.
42214 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42216         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42217         * sysdeps/unix/syscalls.list (dup3): Likewise.
42218         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42219         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42221 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42223         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42224         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42226 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42228         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42229         thread pointer.
42230         (TLS_IE): Use mov/add instead of movq/addq to load thread
42231         pointer.
42232         (TLS_GD_PREFIX): New.
42233         (TLS_GD): Use it.
42235 2012-05-11  David S. Miller  <davem@davemloft.net>
42237         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42238         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42239         (_FPU_SETCW): Likewise.
42241 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42243         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42244         is 32-byte aligned.
42246 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42248         [BZ #11837]
42249         * iconvdata/gb18030.c: Update tables.
42250         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42251         characters specially.
42252         (BODY for TO_LOOP): Add encoding of missing ranges.
42254 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42256         [BZ #13673]
42257         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42258         * sysdeps/mach/hurd/dup3.c: Likewise.
42259         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42260         * sysdeps/powerpc/memmove.c:: Likewise.
42262 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42264         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42265         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42267 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42269         * elf/elf.h (R_X86_64_RELATIVE64): New.
42270         (R_X86_64_NUM): Updated.
42271         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42272         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42273         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42274         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42275         tst-quad1pie tst-quad2pie
42276         (modules-names): Add tst-quadmod1 tst-quadmod2.
42277         ($(objpfx)tst-quad1): New dependency.
42278         ($(objpfx)tst-quad2): Likewise.
42279         ($(objpfx)tst-quad1pie): Likewise.
42280         ($(objpfx)tst-quad2pie): Likewise.
42281         * sysdeps/x86_64/tst-quad1.c: New file.
42282         * sysdeps/x86_64/tst-quad1pie.c: New file.
42283         * sysdeps/x86_64/tst-quad2.c: Likewise.
42284         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42285         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42286         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42287         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42288         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42290 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42292         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42293         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42294         * streams/stropts.h (t_scalar_t): Define type.
42296         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42297         (_PATH_PRESERVE): Set to "/var/lib".
42298         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42300         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42301         instead of int.
42303         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42304         if __dir_mkfile succeeded.
42306         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42307         checking for _hurd_dtablesize.  Unlock it right after having
42308         finished _hurd_dtable allocation.
42310 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42312         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42313         * sysdeps/mach/hurd/configure: Regenerated.
42314         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42315         special-casing to...
42316         * sysdeps/gnu/configure.in: ... this new file.
42317         * sysdeps/unix/sysv/linux/configure: Regenerated.
42318         * sysdeps/gnu/configure: New generated file.
42320         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42321         for Linux: use nsec instead of usec, as well as:
42322         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42323         members of type struct timespec.
42324         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42325         New macros.
42326         (struct stat64): Likewise.
42327         (_STATBUF_ST_NSEC): New macro.
42328         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42330         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42331         __strtoul_internal rather than strtoul.
42333 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42335         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42336         and reject them.
42338 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42340         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42341         which preserves existing values.
42342         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42344 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42346         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42347         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42348         greater than FD_SETSIZE.
42350 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42352         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42353         allocated, call __vm_protect to finish enabling the existing space, and
42354         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42355         allocate the remainder.
42357 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42359         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42360         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42362 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42364         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42365         sysdeps/mach/hurd/readlink.c.
42367         * posix/tst-sysconf.c (posix_options): Only use
42368         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42369         _POSIX_SYNCHRONIZED_IO when they are defined
42370         * sysdeps/mach/hurd/bits/posix_opt.h:
42371         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42372         (_XOPEN_REALTIME): Undefine macro.
42373         (_XOPEN_REALTIME_THREADS): Undefine macro.
42374         (_XOPEN_SHM): Undefine macro.
42375         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42376         macro to -1.
42377         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42378         macro to -1.
42379         (_POSIX_ASYNC_IO): Undefine macro.
42380         (_POSIX_PRIORITIZED_IO): Undefine macro.
42381         (_POSIX_SPIN_LOCKS): Define macro to -1.
42383         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42384         SA_NODEFER, SA_RESETHAND.
42385         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42386         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42387         F_DUPFD_CLOEXEC.
42389 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42391         * elf/Makefile (pldd-modules): Define unconditionally.
42393 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42395         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42397 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42399         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42400         Return ENOENT when name is empty.
42401         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42403 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42405         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42407         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42409 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42411         Fix mlock in all cases except non-readable pages.
42412         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42413         instead of VM_PROT_ALL as parameter to __vm_wire function.
42415         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42416         (__mkdir): When path is `/', just fail with EEXIST.
42417         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42419 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42421         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42422         <sys/uio.h> (for writev).
42423         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42424         and <sys/param.h> (for MIN).
42426 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42428         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42429         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42430         if interrupted.
42432 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42434         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42435         Depend on against $(link-rpcuserlibs).
42437 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42439         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42440         (__libc_stack_end): Do not use attribute_relro.
42441         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42442         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42443         to libthread-provided value.
42444         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42445         attribute_relro.
42447 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42449         [BZ #3748]
42450         * bits/libc-lock.h (__libc_once_get): New macro.
42451         * sysdeps/mach/bits/libc-lock.h: Likewise.
42452         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42453         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42454         instead of using implementation details.
42456         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42457         * libio/freopen.c: Likewise.
42458         * libio/freopen64.c: Likewise.
42459         * misc/syslog.c: Likewise.
42460         * nscd/connections.c: Likewise.
42461         * nscd/netgroupcache.c: Likewise.
42462         * sysdeps/posix/getcwd.c: Likewise.
42464 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42466         * math/w_ilogbf.c: Add #include <limits.h>.
42468 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42470         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42471         path instead of returning without unlocking.
42473         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42474         immediate-write ioctls.
42475         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42477 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42479         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42480         __builtin_frame_address instead of making assumptions about the
42481         location of the return address relative to DATA.  Force early load of
42482         the return address.
42483         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42484         __builtin_frame_address.
42486         dup3 for GNU Hurd.
42487         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42488         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42489         implement dup3 and do some further code clean-ups.
42490         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42491         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42493 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42495         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42497         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42498         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42499         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42500         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42501         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42502         d->port.lock.
42504         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42505         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42506         when handler == SIG_ERR, not when handler != SIG_ERR.
42508 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42510         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42511         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42512         definitions.
42514         accept4 for GNU Hurd.
42515         * include/sys/socket.h (__libc_accept4): New prototype.
42516         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42517         to implement __libc_accept4.
42518         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42519         __libc_accept4.
42520         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42522         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42523         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42524         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42525         signal-defines.sym.
42527 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42529         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42531 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42533         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42534         assertion on O_CLOEXEC flag.
42535         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42536         * hurd/intern-fd.c: Likewise.
42537         * hurd/port2fd.c: Likewise.
42539 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42541         [BZ #3906]
42542         * bits/in.h (IPV6_PKTINFO): Define new macro.
42543         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42545 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42547         [BZ #13954]
42548         [BZ #13955]
42549         [BZ #13956]
42550         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42551         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42552         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42553         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42554         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42555         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42556         * math/libm-test.inc (logb_test) : Additional logb tests.
42558 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42559             Andreas Jaeger  <aj@suse.de>
42561         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42562         * configure: Regenerated.
42563         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42564         * config.make.in (link-obsolete-rpc): New substituted variable.
42565         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42566         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42567         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42568         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42569         so that libc.a contains the symbols.
42570         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42571         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42572         * sunrpc/auth_none.c: Likewise.
42573         * sunrpc/auth_unix.c: Likewise.
42574         * sunrpc/authdes_prot.c: Likewise.
42575         * sunrpc/authuxprot.c: Likewise.
42576         * sunrpc/clnt_gen.c: Likewise.
42577         * sunrpc/clnt_perr.c: Likewise.
42578         * sunrpc/clnt_raw.c: Likewise.
42579         * sunrpc/clnt_simp.c: Likewise.
42580         * sunrpc/clnt_tcp.c: Likewise.
42581         * sunrpc/clnt_udp.c: Likewise.
42582         * sunrpc/clnt_unix.c: Likewise.
42583         * sunrpc/des_crypt.c: Likewise.
42584         * sunrpc/des_soft.c: Likewise.
42585         * sunrpc/get_myaddr.c: Likewise.
42586         * sunrpc/key_call.c: Likewise.
42587         * sunrpc/key_prot.c: Likewise.
42588         * sunrpc/netname.c: Likewise.
42589         * sunrpc/pm_getmaps.c: Likewise.
42590         * sunrpc/pm_getport.c: Likewise.
42591         * sunrpc/pmap_clnt.c: Likewise.
42592         * sunrpc/pmap_prot.c: Likewise.
42593         * sunrpc/pmap_prot2.c: Likewise.
42594         * sunrpc/pmap_rmt.c: Likewise.
42595         * sunrpc/publickey.c: Likewise.
42596         * sunrpc/rpc_cmsg.c: Likewise.
42597         * sunrpc/rpc_common.c: Likewise.
42598         * sunrpc/rpc_dtable.c: Likewise.
42599         * sunrpc/rpc_prot.c: Likewise.
42600         * sunrpc/rpc_thread.c: Likewise.
42601         * sunrpc/rtime.c: Likewise.
42602         * sunrpc/svc.c: Likewise.
42603         * sunrpc/svc_auth.c: Likewise.
42604         * sunrpc/svc_raw.c: Likewise.
42605         * sunrpc/svc_run.c: Likewise.
42606         * sunrpc/svc_tcp.c: Likewise.
42607         * sunrpc/svc_udp.c: Likewise.
42608         * sunrpc/svc_unix.c: Likewise.
42609         * sunrpc/svcauth_des.c: Likewise.
42610         * sunrpc/xcrypt.c: Likewise.
42611         * sunrpc/xdr.c: Likewise.
42612         * sunrpc/xdr_array.c: Likewise.
42613         * sunrpc/xdr_float.c: Likewise.
42614         * sunrpc/xdr_intXX_t.c: Likewise.
42615         * sunrpc/xdr_mem.c: Likewise.
42616         * sunrpc/xdr_rec.c: Likewise.
42617         * sunrpc/xdr_ref.c: Likewise.
42618         * sunrpc/xdr_sizeof.c: Likewise.
42619         * sunrpc/xdr_stdio.c: Likewise.
42621 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42623         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42624         change.  Update copyright years.
42626 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42628         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42630 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42631             Joseph Myers  <joseph@codesourcery.com>
42632             Paul Pluzhnikov  <ppluzhnikov@google.com>
42634         [BZ #14012]
42635         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42636         requiring rpcgen.
42637         [cross-compiling] (extra-libs): Likewise.
42638         [cross-compiling] (extra-libs-others): Likewise.
42639         [cross-compiling] (librpcsvc-routines): Likewise.
42640         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42641         [cross-compiling] (omit-deps): Likewise.
42642         (sunrpc-CPPFLAGS): New variable.
42643         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42644         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42645         (cross-rpcgen-objs): New variable.
42646         (extra-objs): Append $(cross-rpcgen-objs).
42647         ($(cross-rpcgen-objs)): New rule.
42648         ($(objpfx)cross-rpcgen): Likewise.
42649         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42650         comment.
42651         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42652         ($(objpfx)x%.stmp): Likewise.
42653         * sunrpc/proto.h [IS_IN_build] (_): Define.
42654         [IS_IN_build] (_libc_intl_domainname): Likewise.
42656 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42658         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42659         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42660         and R_X86_64_TPOFF64.
42662 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42664         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42665         sysdeps/unix/sysv/syscalls.list.
42666         (stime): Likewise.
42667         (utime): Likewise.
42668         * sysdeps/unix/sysv/syscalls.list: Remove file.
42670 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42672         [BZ #3440]
42673         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42674         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42675         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42676         (__LC_IDENTIFICATION): Make these macros useful in #if
42677         expressions, as required by C99.
42679 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42681         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42682         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42683         after this.
42685 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42687         * stdlib/longlong.h: Updated from GCC.
42689 2012-05-09  Andreas Jaeger  <aj@suse.de>
42691         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42692         default is first entry.
42693         (run_mode): Set type.
42694         (main): Remove informal message about syslog.
42695         (options): Fix typo.
42697         [BZ #14053]
42698         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42699         to asm.
42700         (lrint): Likewise.
42701         (llrintf): Likewise.
42702         (llrint): Likewise.
42703         (rint): Likewise.
42704         (rintf): Likewise.
42705         (nearbyint): Likewise.
42706         (nearbyintf): Likewise.
42708 2012-05-09  Andreas Jaeger  <aj@suse.de>
42709             Pedro Alves  <palves@redhat.com>
42711         * nscd/nscd.c (run_mode): Use enum.
42712         (main): Cleanup coding style issue.
42714 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42715             Andreas Jaeger  <aj@suse.de>
42717         * nscd/nscd.c (go_background): Replaced with...
42718         (run_mode): ... this.
42719         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42720         (options): Add -F --foreground.
42721         (main): Implement it.
42722         (parse_opt): Parse it.
42724 2012-05-09  Andreas Jaeger  <aj@suse.de>
42726         [BZ #14083]
42727         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42728         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42729         -Wconversion warning.
42730         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42731         Likewise.
42733 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
42735         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
42736         == 0.
42737         (LC_ALL): Use macro-int-constant.
42738         (LC_COLLATE): Likewise.
42739         (LC_CTYPE): Likewise.
42740         (LC_MESSAGES): Likewise.
42741         (LC_MONETARY): Likewise.
42742         (LC_NUMERIC): Likewise.
42743         (LC_TIME): Likewise.
42744         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42745         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42746         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42747         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42748         Specify type.
42749         [C99-based standards] (float_t): Expect type.
42750         [C99-based standards] (double_t): Expect type.
42751         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
42752         type.
42753         [C99-based standards] (HUGE_VALL): Likewise.
42754         [C99-based standards] (INFINITY): Likewise.
42755         [C99-based standards] (NAN): Likewise.
42756         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42757         [C99-based standards] (FP_NAN): Likewise.
42758         [C99-based standards] (FP_NORMAL): Likewise.
42759         [C99-based standards] (FP_SUBNORMAL): Likewise.
42760         [C99-based standards] (FP_ZERO): Likewise.
42761         [C99-based standards] (FP_FAST_FMA): Use
42762         optional-macro-int-constant.  Specify type.  Require == 1.
42763         [C99-based standards] (FP_FAST_FMAF): Likewise.
42764         [C99-based standards] (FP_FAST_FMAL): Likewise.
42765         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42766         [C99-based standards] (FP_ILOGBNAN): Likewise.
42767         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42768         Specify type.
42769         [C99-based standards] (MATH_ERREXCEPT): Likewise.
42770         [C99-based standards] (math_errhandling): Specify type.
42771         [ISO99 || ISO11] (signgam): Do not allow.
42772         [non-C99-based standards] (copysignf): Do not allow.
42773         [non-C99-based standards] (exp2f): Likewise.
42774         [non-C99-based standards] (log2f): Likewise.
42775         [non-C99-based standards] (modff): Allow.
42776         [non-C99-based standards] (erff): Do not allow.
42777         [non-C99-based standards] (erfcf): Likewise.
42778         [non-C99-based standards] (gammaf): Likewise.
42779         [non-C99-based standards] (hypotf): Likewise.
42780         [non-C99-based standards] (j0f): Likewise.
42781         [non-C99-based standards] (j1f): Likewise.
42782         [non-C99-based standards] (jnf): Likewise.
42783         [non-C99-based standards] (lgammaf): Likewise.
42784         [non-C99-based standards] (tgammaf): Likewise.
42785         [non-C99-based standards] (y0f): Likewise.
42786         [non-C99-based standards] (y1f): Likewise.
42787         [non-C99-based standards] (ynf): Likewise.
42788         [non-C99-based standards] (isnanf): Likewise.
42789         [non-C99-based standards] (acoshf): Likewise.
42790         [non-C99-based standards] (asinhf): Likewise.
42791         [non-C99-based standards] (atanhf): Likewise.
42792         [non-C99-based standards] (cbrtf): Likewise.
42793         [non-C99-based standards] (expm1f): Likewise.
42794         [non-C99-based standards] (ilogbf): Likewise.
42795         [non-C99-based standards] (log1pf): Likewise.
42796         [non-C99-based standards] (logbf): Likewise.
42797         [non-C99-based standards] (nextafterf): Likewise.
42798         [non-C99-based standards] (remainderf): Likewise.
42799         [non-C99-based standards] (rintf): Likewise.
42800         [non-C99-based standards] (scalbf): Likewise.
42801         [non-C99-based standards] (copysignl): Likewise.
42802         [non-C99-based standards] (exp2l): Likewise.
42803         [non-C99-based standards] (log2l): Likewise.
42804         [non-C99-based standards] (modfl): Allow.
42805         [non-C99-based standards] (erfl): Do not allow.
42806         [non-C99-based standards] (erfcl): Likewise.
42807         [non-C99-based standards] (gammal): Likewise.
42808         [non-C99-based standards] (hypotl): Likewise.
42809         [non-C99-based standards] (j0l): Likewise.
42810         [non-C99-based standards] (j1l): Likewise.
42811         [non-C99-based standards] (jnl): Likewise.
42812         [non-C99-based standards] (lgammal): Likewise.
42813         [non-C99-based standards] (tgammal): Likewise.
42814         [non-C99-based standards] (y0l): Likewise.
42815         [non-C99-based standards] (y1l): Likewise.
42816         [non-C99-based standards] (ynl): Likewise.
42817         [non-C99-based standards] (isnanl): Likewise.
42818         [non-C99-based standards] (acoshl): Likewise.
42819         [non-C99-based standards] (asinhl): Likewise.
42820         [non-C99-based standards] (atanhl): Likewise.
42821         [non-C99-based standards] (cbrtl): Likewise.
42822         [non-C99-based standards] (expm1l): Likewise.
42823         [non-C99-based standards] (ilogbl): Likewise.
42824         [non-C99-based standards] (log1pl): Likewise.
42825         [non-C99-based standards] (logbl): Likewise.
42826         [non-C99-based standards] (nextafterl): Likewise.
42827         [non-C99-based standards] (remainderl): Likewise.
42828         [non-C99-based standards] (rintl): Likewise.
42829         [non-C99-based standards] (scalbl): Likewise.
42830         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42831         [non-C99-based standards] (FP_*): Do not allow.
42832         [C99-based standards] (FP_*): Change to
42833         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42834         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42835         allow.
42836         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42837         (SIG_ERR): Likewise.
42838         [X/Open-based standards] (SIG_HOLD): Likewise.
42839         (SIG_IGN): Likewise.
42840         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42841         positive value.
42842         (SIGFPE): Likewise.
42843         (SIGILL): Likewise.
42844         (SIGINT): Likewise.
42845         (SIGSEGV): Likewise.
42846         (SIGTER): Likewise.
42847         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42848         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42849         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42850         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42851         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42852         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42853         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42854         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42855         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42856         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42857         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42858         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42859         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42860         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42861         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42862         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42863         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42864         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42865         [X/Open-based standards] (SIGTRAP): Likewise.
42866         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42867         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42868         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42869         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42870         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42871         allow.
42873 2012-05-08  Ian Wienand  <ianw@vmware.com>
42875         [BZ #14080]
42876         * time/tzset.c (__tzset_parse_tz): Update default rules for
42877         daylight time changes in the Energy Policy Act of 2005.
42879 2012-05-09  Andreas Jaeger  <aj@suse.de>
42881         [BZ #13983]
42882         * elf/ldconfig.c (parse_conf): Change string to make clear that
42883         ldconfig only issued a warning if ld.so.conf does not exist.
42885 2012-05-08  David S. Miller  <davem@davemloft.net>
42887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42888         movxtod instead of popping the value on the stack.
42890         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42892 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42894         * config.h.in: Add HAVE_ARM_PCS_VFP.
42896 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42898         [BZ #13979]
42899         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42900         checking but the checks are disabled for any reason.
42902 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42904         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42905         and ELF64_R_TYPE with ELFW(R_TYPE).
42907 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42909         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42910         (ulimit): Likewise.
42912         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42913         (settimeofday): Likewise.
42915 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42917         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42918         a struct th_u2 inside the union, and move tu_block/tu_code into
42919         a new th_u3 union of tu_block/tu_code inside of that.  Move
42920         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42921         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42922         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42923         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42924         (th_stuff): Change to th_u1.tu_stuff.
42925         (th_data): Define.
42926         (th_msg): Change to th_u1.th_u2.tu_data.
42928 2012-05-07  David S. Miller  <davem@davemloft.net>
42930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42932         [BZ #14074]
42933         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42934         (SETUP_PIC_REG): Use it.
42935         (SETUP_PIC_REG_LEAF): Use it.
42937 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42939         [BZ #13885]
42940         [BZ #13923]
42941         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42942         USE_AS_EXPM1L.
42943         (EXPL_FINITE): Likewise.
42944         (FLDLOG): Likewise.
42945         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42946         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42947         e_expl.S.
42948         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42949         USE_AS_EXPM1L.
42950         (EXPL_FINITE): Likewise.
42951         (FLDLOG): Likewise.
42952         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42953         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42954         e_expl.S.
42955         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42956         test of -max_value argument for long double.
42957         * sysdeps/i386/fpu/libm-test-ulps: Update.
42958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42960 2012-05-06  David S. Miller  <davem@davemloft.net>
42962         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42963         quad soft-float symbols whose references which are compiler
42964         generated.
42965         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42967 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42969         [BZ #13884]
42970         [BZ #13914]
42971         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42972         USE_AS_EXP10L.
42973         (EXPL_FINITE): Likewise.
42974         (FLDLOG): Likewise.
42975         (c0): Likewise.
42976         (c1): Likewise.
42977         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42978         Adjust comments for base varying.
42979         (__expl_finite): Change alias to EXPL_FINITE.
42980         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42981         e_expl.S.
42982         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42983         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42984         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42985         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42986         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42987         USE_AS_EXP10L.
42988         (EXPL_FINITE): Likewise.
42989         (FLDLOG): Likewise.
42990         (c0): Likewise.
42991         (c1): Likewise.
42992         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42993         Adjust comments for base varying.
42994         (__expl_finite): Change alias to EXPL_FINITE.
42995         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42996         tests for bugs.
42997         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42999         [BZ #14064]
43000         * math/libm-test.inc (check_float_internal): Correct ulp
43001         calculation for subnormal expected results.
43003 2012-05-06  Andreas Jaeger  <aj@suse.de>
43005         * Makeconfig (+math-flags): New, set to -frounding-math.
43006         (+cflags): Add +math-flags so that all of glibc gets compiled with
43007         it.
43009         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43011 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43013         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43014         Disable one test.
43016         [BZ #13787]
43017         [BZ #13922]
43018         [BZ #14036]
43019         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43020         (__ieee754_expl): Allow for and saturate large arguments.
43021         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43022         (u_threshold): Likewise.
43023         (__exp): Call __ieee754_exp before checking for overflow and
43024         underflow.
43025         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43026         (u_threshold): Likewise.
43027         (__expf): Call __ieee754_expf before checking for overflow and
43028         underflow.
43029         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43030         (u_threshold): Likewise.
43031         (__expl): Call __ieee754_expl before checking for overflow and
43032         underflow.
43033         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43034         (__ieee754_expl): Allow for and saturate large arguments.
43035         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43036         missing overflow exception on overflow.
43037         (expm1_test): Do not allow missing overflow exception on overflow.
43039         * sysdeps/i386/fpu/e_expl.c: Move to ...
43040         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43041         rather than using inline asm.
43042         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43043         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43044         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43046         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43047         (nice): Likewise.
43048         (poll): Likewise.
43049         (signal): Likewise.
43050         (time): Likewise.
43051         (times): Likewise.
43053 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43055         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43056         sysdeps/unix/common/syscalls.list.
43057         (fchmod): Likewise.
43058         (fchown): Likewise.
43059         (ftruncate): Likewise.
43060         (getrusage): Likewise.
43061         (gettimeofday): Likewise.
43062         (setpgid): Likewise.
43063         (setregid): Likewise.
43064         (setreuid): Likewise.
43065         (sigaction): Likewise.
43066         (truncate): Likewise.
43067         (vhangup): Likewise.
43068         * sysdeps/unix/common/syscalls.list: Remove file.
43069         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43070         * sysdeps/unix/sysv/linux/Implies: Likewise.
43072 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43074         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43075         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43076         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43077         Moved to ...
43078         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43079         Here.
43080         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43081         to ...
43082         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43083         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43084         to ...
43085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43086         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43087         to ...
43088         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43089         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43090         to ...
43091         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43092         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43093         to ...
43094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43095         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43096         to ...
43097         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43098         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43099         to ...
43100         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43101         Here.
43102         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43103         to ...
43104         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43105         Here.
43106         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43107         to ...
43108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43109         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43110         Moved to ...
43111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43112         Here.
43113         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43114         to ...
43115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43117 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43119         * sysdeps/unix/common/bits/dirent.h: Remove file.
43120         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43122         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43123         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43124         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43125         * sysdeps/unix/bsd/isatty.c: Likewise.
43126         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43127         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43128         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43130 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43132         [BZ #13563]
43133         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43134         long double comparison inaccuracies.
43135         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43136         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43138 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43140         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43141         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43143 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43145         [BZ #14049]
43146         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43147         nonzero digits before rounding a hex value.
43148         * stdlib/tst-strtod.c (tests): Add another test.
43150 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43152         * sysdeps/s390/fpu/libm-test-ulps: Update.
43154 2012-05-03  Andreas Jaeger  <aj@suse.de>
43156         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43157         does not get optimized out.
43158         (malloc_opt_barrier): New.
43160 2012-05-03  Andreas Jaeger  <aj@suse.de>
43161             Roland McGrath  <roland@hack.frob.com>
43163         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43164         intermediate file deletion.
43165         (generated): Add .symlist files.
43167 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43169         [BZ #13775]
43170         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43171         Redirect under this condition.
43172         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43173         [__USE_GNU] (__dprintf_chk): Not under this condition.
43174         [__USE_GNU] (__vdprintf_chk): Likewise.
43175         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43176         under this condition.
43177         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43178         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43179         [__USE_XOPEN2K8] (vdprintf): Likewise.
43180         [__USE_GNU] (__dprintf_chk): Not under this condition.
43181         [__USE_GNU] (__vdprintf_chk): Likewise.
43182         [__USE_GNU] (dprintf): Likewise.
43183         [__USE_GNU] (vdprintf): Likewise.
43185 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43187         * elf/Makefile (common-generated): Set this instead of generated for
43188         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43189         $(all-built-dso)-derived lists.
43191 2012-05-03  Andreas Jaeger  <aj@suse.de>
43193         * sysdeps/i386/fpu/libm-test-ulps: Update.
43195         * FAQ: Removed.
43196         * FAQ.in: Likewise.
43197         * scripts/gen-FAQ.pl: Likewise.
43198         * manual/install.texi (Installation): Point to online location of
43199         FAQ.
43200         * Makefile (files-for-dist): Remove FAQ.
43201         (FAQ): Remove.
43203 2012-05-02  Allan McRae  <allan@archlinux.org>
43205         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43206         (LDFLAGS-reldepmod5.so): Likewise.
43207         (LDFLAGS-reldep6mod1.so): Likewise.
43208         (LDFLAGS-reldep6mod4.so): Likewise.
43209         (LDFLAGS-reldep8mod3.so): Likewise.
43210         (LDFLAGS-unload4mod1.so): Likewise.
43211         (LDFLAGS-unload4mod2.so): Likewise.
43212         (LDFLAGS-tst-initorder): Likewise.
43213         (LDFLAGS-tst-initordera2.so): Likewise.
43214         (LDFLAGS-tst-initordera3.so): Likewise.
43215         (LDFLAGS-tst-initordera4.so): Likewise.
43216         (LDFLAGS-tst-initorderb2.so): Likewise.
43217         (LDFLAGS-noload): Likewise.
43218         (LDFLAGS-next): Likewise.
43219         (LDFLAGS-order2mod1.so): Likewise.
43220         (LDFLAGS-order2mod2.so): Likewise.
43221         (LDFLAGS-tst-initorder2): Likewise.
43222         (LDFLAGS-tst-initorder2a.so): Likewise.
43223         (LDFLAGS-tst-initorder2b.so): Likewise.
43224         (LDFLAGS-tst-initorder2c.so): Likewise.
43225         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43227 2012-05-02  David S. Miller  <davem@davemloft.net>
43229         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43231 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43233         [BZ #14055]
43234         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43236 2012-05-02  Andreas Jaeger  <aj@suse.de>
43238         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43239         since we manipulate rounding mode.
43240         (CPPFLAGS-test-idouble.c): Likewise.
43241         (CPPFLAGS-test-ifloat.c): Likewise.
43242         (CFLAGS-test-ldouble.c): Likewise.
43243         (CFLAGS-test-double.c): Likewise.
43244         (CFLAGS-test-float.c): Likewise.
43245         (CFLAGS-test-misc.c): Likewise.
43246         (CFLAGS-test-test-fenv.c): Likewise.
43248 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43250         [BZ #2550]
43251         [BZ #2570]
43252         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43253         comparisons to determine direction to adjust input.
43255 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43257         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43258         output to the target.
43260         * scripts/localplt.awk: New file.
43261         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43262         (check-localplt-CFLAGS): Variable removed.
43263         ($(all-built-dso:=.jmprel)): New static pattern rule.
43264         (generated): Add those targets.
43265         (localplt-built-dso): New variable.
43266         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43268         * elf/check-localplt.c: File removed.
43270         * scripts/check-execstack.awk: New file.
43271         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43272         (check-execstack-CFLAGS): Variable removed.
43273         ($(objpfx)check-execstack.h): Target removed.
43274         ($(objpfx)execstack-default): New target.
43275         (generated): Add that instead of check-execstack.h.
43276         ($(all-built-dso:=.phdr)): New static pattern rule.
43277         (generated): Add those targets.
43278         * elf/check-execstack.c: File removed.
43280         * scripts/check-textrel.awk: New file.
43281         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43282         (check-textrel-CFLAGS): Variable removed.
43283         (all-built-dso): Use := to define.o
43284         ($(all-built-dso:=.dyn)): New static pattern rule.
43285         (generated): Add those targets.
43286         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43287         * config.make.in (READELF): New substituted variable.
43288         * elf/check-textrel.c: File removed.
43290 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43292         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43293         allow.
43294         * conform/data/ctype.h-data [C99-based standards] (isblank):
43295         Expect function.
43296         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43297         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43298         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43299         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43300         Specify type.  Require positive value.
43301         (EILSEQ): Likewise.
43302         (ERANGE): Likewise.
43303         [ISO || POSIX] (EILSEQ): Do not expect.
43304         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43305         Specify type.  Require positive value.
43306         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43307         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43308         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43309         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43310         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43311         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43312         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43313         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43314         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43315         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43316         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43317         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43318         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43319         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43320         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43321         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43322         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43323         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43324         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43325         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43326         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43327         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43328         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43329         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43330         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43331         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43332         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43333         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43334         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43335         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43336         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43337         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43338         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43339         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43340         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43341         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43342         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43343         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43344         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43345         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43346         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43347         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43348         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43349         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43350         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43351         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43352         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43353         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43354         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43355         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43356         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43357         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43358         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43359         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43360         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43361         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43362         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43363         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43364         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43365         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43366         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43367         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43368         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43369         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43370         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43371         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43372         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43373         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43374         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43375         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43376         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43377         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43378         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43379         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43380         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43381         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43382         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43383         Require >= 2.
43384         (FLT_ROUNDS): Expect as macro, not constant.
43385         (FLT_MANT_DIG): Use macro-int-constant.
43386         (DBL_MANT_DIG): Likewise.
43387         (LDBL_MANT_DIG): Likewise.
43388         (FLT_DIG): Likewise.
43389         (DBL_DIG): Likewise.
43390         (LDBL_DIG): Likewise.
43391         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43392         (DBL_MIN_EXP): Likewise.
43393         (LDBL_MIN_EXP): Likewise.
43394         (FLT_MAX_EXP): Use macro-int-constant.
43395         (DBL_MAX_EXP): Likewise.
43396         (LDBL_MAX_EXP): Likewise.
43397         (FLT_MAX_10_EXP): Likewise.
43398         (DBL_MAX_10_EXP): Likewise.
43399         (LDBL_MAX_10_EXP): Likewise.
43400         (FLT_MAX): Use macro-constant.
43401         (DBL_MAX): Likewise.
43402         (LDBL_MAX): Likewise.
43403         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43404         (DBL_EPSILON): Likewise.
43405         (LDBL_EPSILON): Likewise.
43406         (FLT_MIN): Likewise.
43407         (DBL_MIN): Likewise.
43408         (LDBL_MIN): Likewise.
43409         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43410         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43411         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43412         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43413         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43414         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43415         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43416         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43417         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43418         [ISO11] (FLT_TRUE_MIN): Likewise.
43419         [ISO11] (LDBL_TRUE_MIN): Likewise.
43420         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43421         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43422         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43423         (SCHAR_MAX): Likewise.
43424         (UCHAR_MAX): Likewise.
43425         (CHAR_MIN): Likewise.
43426         (CHAR_MAX): Likewise.
43427         (MB_LEN_MAX): Use macro-int-constant.
43428         (SHRT_MIN): Use macro-int-constant.  Specify type.
43429         (SHRT_MAX): Likewise.
43430         (USHRT_MAX): Likewise.
43431         (INT_MAX): Likewise.
43432         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43433         bound negative.
43434         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43435         bound with "U".
43436         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43437         bound with "L".
43438         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43439         bound negative.  Suffix upper bound with "L".
43440         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43441         bound with "UL".
43442         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43443         Specify type.
43444         [C99-based standards] (LLONG_MAX): Likewise.
43445         [C99-based standards] (ULLONG_MAX): Likewise.
43446         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43447         == 0.
43448         [ISO11] (max_align_t): Require type.
43449         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43451         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43452         from $CFLAGS, without defining away __attribute__ calls.
43453         (checknamespace): Use $CFLAGS_namespace.
43455         * conform/conformtest.pl (@keywords): Only include C99 keywords
43456         for standards based on C99 or C11.
43458         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43459         Disable tests.
43460         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43461         UNIX98]: Likewise.
43463         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43464         usability of symbols in #if.
43466         * conform/conformtest.pl: If macro or constant types start
43467         "promoted:", expect the symbol to be of the following type
43468         promoted by the integer promotions.
43470         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43471         in one place.  Also handle "macro-constant".
43473         * conform/conformtest.pl: Only accept expected macro values with
43474         "==".  Parse all "macro" lines in one place.
43475         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43477         * conform/conformtest.pl: Handle braced types on "constant" lines
43478         instead of handling "typed-constant".
43479         * conform/data/signal.h-data: Use "constant" instead of
43480         "typed-constant".
43482         * conform/conformtest.pl: Handle "optional-" at start of lines in
43483         one place rather than duplicating several cases.  Handle each
43484         format of "macro" line with initial "optional-".
43486         * conform/conformtest.pl: Only accept expected constant or
43487         optional-constant values with "==".  Parse all "constant" lines in
43488         one place.  Parse all "optional-constant" lines in one place.
43489         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43490         * conform/data/fmtmsg.h-data: Likewise.
43491         * conform/data/netinet/in.h-data: Likewise.
43492         * conform/data/tar.h-data: Likewise.
43493         * conform/data/limits.h-data: Use "==" form on "constant" and
43494         "optional-constant" lines.
43496         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43497         Use -std=c99 for XOPEN2K.
43498         (@knownproblems): Remove.
43499         (newtoken): Don't check %isknown.
43501         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43502         Do not expect macro.
43503         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43504         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43505         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43506         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43507         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43508         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43509         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43510         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43511         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43512         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43513         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43514         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43515         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43516         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43517         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43518         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43519         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43520         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43521         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43522         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43523         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43524         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43525         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43526         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43527         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43528         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43529         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43530         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43531         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43532         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43533         [XPG3] (acosh): Likewise.
43534         [XPG3] (asinh): Likewise.
43535         [XPG3] (atanh): Likewise.
43536         [XPG3] (cbrt): Likewise.
43537         [XPG3] (expm1): Likewise.
43538         [XPG3] (ilogb): Likewise.
43539         [XPG3] (log1p): Likewise.
43540         [XPG3] (logb): Likewise.
43541         [XPG3] (nextafter): Likewise.
43542         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43543         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43544         [XPG3] (remainder): Likewise.
43545         [XPG3] (rint): Likewise.
43546         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43547         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43548         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43549         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43550         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43551         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43552         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43553         [UNIX98 || XOPEN2K] (scalb): Expect.
43554         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43555         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43556         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43557         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43558         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43559         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43560         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43561         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43562         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43563         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43564         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43565         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43566         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43567         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43568         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43569         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43570         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43571         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43572         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43573         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43574         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43575         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43576         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43577         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43578         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43579         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43580         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43581         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43582         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43583         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43584         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43585         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43586         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43587         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43588         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43589         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43590         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43591         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43592         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43593         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43594         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43595         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43596         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43597         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43598         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43599         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43600         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43601         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43602         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43603         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43604         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43605         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43606         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43607         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43608         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43609         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43610         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43611         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43612         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43613         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43614         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43615         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43616         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43617         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43618         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43619         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43620         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43621         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43622         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43623         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43624         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43625         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43626         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43627         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43628         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43629         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43630         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43631         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43632         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43633         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43634         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43635         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43636         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43637         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43638         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43639         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43640         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43641         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43642         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43643         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43644         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43645         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43646         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43647         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43648         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43649         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43650         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43651         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43652         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43653         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43654         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43655         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43656         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43657         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43658         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43659         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43660         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43661         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43662         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43663         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43664         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43665         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43666         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43667         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43668         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43669         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43670         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43671         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43672         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43673         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43674         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43675         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43676         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43677         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43678         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43679         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43680         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43681         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43682         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43683         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43684         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43685         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43686         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43687         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43688         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43689         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43690         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43692         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43693         _XOPEN_SOURCE_EXTENDED for XPG4.
43695         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43697         * Makeconfig (localtime): Remove variable.
43698         (inst_localtime-file): Likewise.
43700 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43703         Update.
43704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43705         Update.
43706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43707         Update.
43708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43709         Update.
43710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43711         Update.
43712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43713         Update.
43714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43715         Update.
43716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43717         Update.
43718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43719         Update.
43721 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43723         [BZ #2550]
43724         [BZ #2570]
43725         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43726         comparisons to determine direction to adjust input.
43727         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43728         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43729         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43730         Likewise.
43731         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43732         Likewise.
43733         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43734         Likewise.
43735         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43736         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43737         Likewise.
43738         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43739         Likewise.
43740         * math/libm-test.inc (nexttoward_test): Add more tests.
43742 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43744         [BZ #14040]
43745         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43746         in version GLIBC_2.1, not GLIBC_2.0.
43747         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43748         Likewise.
43750 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
43752         [BZ #13942]
43753         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43754         (1 - x) * (1 + x).
43755         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43756         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43757         * math/libm-test.inc (acos_test): Add more tests.
43758         (asin_test): Likewise.
43759         * sysdeps/i386/fpu/libm-test-ulps: Update.
43760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43762         [BZ #14034]
43763         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43764         of square root.
43765         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43766         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43767         * math/libm-test.inc (acos_test_tonearest): New function.
43768         (acos_test_towardzero): Likewise.
43769         (acos_test_downward): Likewise.
43770         (acos_test_upward): Likewise.
43771         (asin_test_tonearest): Likewise.
43772         (asin_test_towardzero): Likewise.
43773         (asin_test_downward): Likewise.
43774         (asin_test_upward): Likewise.
43775         (main): Call the new functions.
43776         * sysdeps/i386/fpu/libm-test-ulps: Update.
43777         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43779         [BZ #13884]
43780         [BZ #13924]
43781         * math/e_exp10.c: Include <float.h>.
43782         (__ieee754_exp10): Handle underflow here rather than multiplying
43783         large negative argument by M_LN10.
43784         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43785         of __ieee754_expf.
43786         * math/e_exp10l.c: Include <float.h>.
43787         (__ieee754_exp10l): Handle underflow here rather than multiplying
43788         large negative argument by M_LN10l.
43789         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43790         spurious overflow exception on underflow.
43792 2012-04-29  Marek Polacek  <polacek@redhat.com>
43794         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43795         (__fortify_function): New macro.
43796         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43797         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43798         __extern_always_inline.
43799         * libio/bits/stdio2.h: Likewise.
43800         * libio/bits/stdio.h: Likewise.
43801         * string/string.h: Likewise.
43802         * string/bits/string3.h: Likewise.
43803         * include/stdio.h: Likewise.
43804         * stdlib/bits/stdlib.h: Likewise.
43805         * stdlib/stdlib.h: Likewise.
43806         * rt/bits/mqueue2.h: Likewise.
43807         * rt/mqueue.h: Likewise.
43808         * posix/bits/unistd.h: Likewise.
43809         * posix/unistd.h: Likewise.
43810         * io/bits/poll2.h: Likewise.
43811         * io/bits/fcntl2.h: Likewise.
43812         * io/fcntl.h: Likewise.
43813         * io/sys/poll.h: Likewise.
43814         * misc/bits/syslog.h: Likewise.
43815         * misc/bits/syslog-ldbl.h: Likewise.
43816         * misc/sys/syslog.h: Likewise.
43817         * socket/bits/socket2.h: Likewise.
43818         * socket/sys/socket.h: Likewise.
43819         * debug/tst-chk1.c: Likewise.
43820         * wcsmbs/bits/wchar2.h: Likewise.
43821         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43822         * wcsmbs/wchar.h: Likewise.
43824 2012-04-29  Andreas Jaeger  <aj@suse.de>
43826         * Makerules (tests): Remove enable-check-abi protection.
43827         (check-abi-warn): Remove.
43828         (check-abi-%): Remove check-abi-warn usage.
43830         * configure.in: Remove check-abi configure option.
43831         * configure: Regenerated.
43832         * config.make.in (enable-check-abi): Remove.
43834 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43836         [BZ #14033]
43837         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43838         double functions to double *_finite functions.
43840         [BZ #13941]
43841         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43842         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43843         LDBL_MIN_EXP.
43844         * stdio-common/Makefile (tests): Add tst-sprintf3.
43845         * stdio-common/tst-sprintf3.c: New file.
43847         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43848         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43850 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43852         * conform/conformtest.pl: Remove duplicate typed-constant
43853         handling.
43855 2012-04-28  David S. Miller  <davem@davemloft.net>
43857         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43858         (check-abi-%): Remove AWK script prerequisite and explicit
43859         abilist directory.
43860         (check-abi): Rewrite to just diff the symlist with the abilist.
43861         (config-tls, config-abi-config): Delete, no longer used.
43862         (update-abi-%): Remove AWK script and explicit abilist directory.
43863         (update-abi): Rewrite to simply compare and conditionally copy the
43864         symlist and the sysdep abilist file.  Remove update-abi-config
43865         checks.
43866         * abilist/ld.abilist: Remove.
43867         * abilist/libBrokenLocale.abilist: Remove.
43868         * abilist/libanl.abilist: Remove.
43869         * abilist/libcrypt.abilist: Remove.
43870         * abilist/libdl.abilist: Remove.
43871         * abilist/librt.abilist: Remove.
43872         * abilist/libthread_db.abilist: Remove.
43873         * abilist/libutil.abilist: Remove.
43874         * scripts/extract-abilist.awk: Remove.
43875         * scripts/merge-abilist.awk: Remove.
43876         * sysdeps/generic/libcidn.abilist: New file.
43877         * sysdeps/generic/libnss_compat.abilist: New file.
43878         * sysdeps/generic/libnss_db.abilist: New file.
43879         * sysdeps/generic/libnss_dns.abilist: New file.
43880         * sysdeps/generic/libnss_files.abilist: New file.
43881         * sysdeps/generic/libnss_hesiod.abilist: New file.
43882         * sysdeps/generic/libnss_nis.abilist: New file.
43883         * sysdeps/generic/libnss_nisplus.abilist: New file.
43884         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43885         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43886         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43887         file.
43888         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43889         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43890         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43891         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43892         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43893         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43894         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43895         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43896         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43897         file.
43898         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43899         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43900         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43901         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43902         file.
43903         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43904         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43905         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43906         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43907         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43908         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43909         file.
43910         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43911         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43912         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43913         file.
43914         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43915         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43916         New file.
43917         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43918         New file.
43919         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43920         New file.
43921         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43922         New file.
43923         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43924         New file.
43925         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43926         New file.
43927         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43928         New file.
43929         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43930         New file.
43931         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43932         New file.
43933         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43934         New file.
43935         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43936         New file.
43937         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43938         New file.
43939         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43940         New file.
43941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43942         file.
43943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43944         New file.
43945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43946         New file.
43947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43948         file.
43949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43950         New file.
43951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43952         New file.
43953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43954         file.
43955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43956         New file.
43957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43958         New file.
43959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43960         New file.
43961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43962         New file.
43963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43964         New file.
43965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43966         New file.
43967         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43968         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43969         file.
43970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43971         New file.
43972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43973         file.
43974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43975         file.
43976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43977         file.
43978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43979         file.
43980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43981         file.
43982         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43983         New file.
43984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43985         file.
43986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43987         file.
43988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43989         New file.
43990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43991         file.
43992         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43993         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43994         file.
43995         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43996         New file.
43997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43998         file.
43999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44000         file.
44001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44002         file.
44003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44004         file.
44005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44006         file.
44007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44008         New file.
44009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44010         file.
44011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44012         file.
44013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44014         New file.
44015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44016         file.
44017         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44018         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44019         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44020         file.
44021         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44022         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44023         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44024         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44025         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44026         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44027         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44028         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44029         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44030         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44031         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44032         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44033         file.
44034         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44035         New file.
44036         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44037         file.
44038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44039         file.
44040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44041         file.
44042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44043         file.
44044         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44045         file.
44046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44047         New file.
44048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44049         New file.
44050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44051         file.
44052         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44053         New file.
44054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44055         file.
44056         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44058         file.
44059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44060         New file.
44061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44062         file.
44063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44064         file.
44065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44066         file.
44067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44068         file.
44069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44070         file.
44071         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44072         New file.
44073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44074         New file.
44075         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44076         file.
44077         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44078         New file.
44079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44080         file.
44082 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44084         * conform/conformtest.pl: Fix typo in handling typed-constant from
44085         allow-header.
44087 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44089         * README: Cut down references to pre-2.6 Linux kernels and
44090         Linuxthreads.  Update lists of configurations in libc and ports
44091         and sort alphabetically.  Say "or newer" with Linux kernel version
44092         requirements.
44094         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44096 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44098         [BZ #887]
44099         * math/libm-test.inc (logb_test_downward): New test to expose
44100         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44101         rounding mode.
44103 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44105         [BZ #14027]
44106         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44107         to be done.
44108         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44109         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44111 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44113         * sysdeps/unix/i386/brk.S: Remove file.
44114         * sysdeps/unix/i386/dl-brk.S: Likewise.
44115         * sysdeps/unix/i386/pipe.S: Likewise.
44116         * sysdeps/unix/i386/sigreturn.S: Likewise.
44117         * sysdeps/unix/i386/syscall.S: Likewise.
44118         * sysdeps/unix/i386/vfork.S: Likewise.
44119         * sysdeps/unix/i386/wait.S: Likewise.
44121         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44122         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44124         * configure.in (arm*-none*): Do not allow without
44125         --enable-hacker-mode.
44126         (netbsd*): Remove case setting base_os.
44127         (386bsd*): Likewise.
44128         (freebsd*): Likewise.
44129         (bsdi*): Likewise.
44130         (osf*): Likewise.
44131         (sunos*): Likewise.
44132         (ultrix*): Likewise.
44133         (newsos*): Likewise.
44134         (dynix*): Likewise.
44135         (*bsd*): Likewise.
44136         (sysv*): Likewise.
44137         (isc*): Likewise.
44138         (esix*): Likewise.
44139         (sco*): Likewise.
44140         (minix*): Likewise.
44141         (irix4*): Likewise.
44142         (irix6*): Likewise.
44143         (solaris[2-9]*): Likewise.
44144         (none): Likewise.
44145         * configure: Regenerated.
44147 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44149         [BZ #11521]
44150         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44151         overflow or cancellation in calculating denominator.
44152         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44153         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44154         down expression to avoid unexpected rounding in newer GCCs.
44155         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44157 2012-04-26  David S. Miller  <davem@davemloft.net>
44159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44160         long-double compat symbols.
44161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44169         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44170         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44171         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44172         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44175 2012-04-25  David S. Miller  <davem@davemloft.net>
44177         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44178         HWCAP_* values only after the memory barriers have been defined.
44179         (atomic_full_barrier): Define.
44180         (atomic_read_barrier): Define.
44181         (atomic_write_barrier): Define.
44183 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44185         * shlib-versions: Add libgcc_s version information.
44186         * sysdeps/generic/libgcc_s.h: Remove.
44187         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44188         libgcc_s.h.
44189         * sysdeps/gnu/unwind-resume.c: Likewise.
44190         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44192 2012-04-25  David S. Miller  <davem@davemloft.net>
44194         * sysdeps/unix/sparc/brk.S: Delete.
44195         * sysdeps/unix/sparc/dl-brk.S: Delete.
44196         * sysdeps/unix/sparc/pipe.S: Delete.
44197         * sysdeps/unix/sparc/sysdep.S: Delete.
44198         * sysdeps/unix/sparc/sysdep.h: Delete.
44199         * sysdeps/unix/sparc/vfork.S: Delete.
44200         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44201         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44202         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44203         (ret_ERRVAL, r0, r1, MOVE): Define.
44204         (JUMPTARGET): Remove.
44205         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44206         sysdeps/unix/sparc/sysdep.h
44207         (ENTRY, END): Remove.
44208         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44210 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44212         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44213         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44214         -DIS_IN_build.
44216         * timezone/README: Update upstream location and email address for
44217         tzcode and tzdata.
44218         * timezone/zdump.c: Update from tzcode 2012b.
44219         * timezone/zic.c: Likewise.
44221         * configure.in (libc_cv_as_needed): Remove test.
44222         * configure: Regenerated.
44223         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44224         conditional definition.
44225         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44226         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44227         * config.make.in (have-as-needed): Remove variable.
44229 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44230             Paul Pluzhnikov  <ppluzhnikov@google.com>
44232         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44233         strings correctly.
44235 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44237         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44238         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44239         * sysdeps/sh/strlen.S: Likewise.
44241 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44243         * sysdeps/unix/fork.S: Remove file.
44244         * sysdeps/unix/i386/fork.S: Likewise.
44245         * sysdeps/unix/sparc/fork.S: Likewise.
44247         * sysdeps/unix/system.c: Remove file.
44248         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44250         * sysdeps/unix/getegid.S: Remove file.
44251         * sysdeps/unix/geteuid.S: Likewise.
44253 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44255         * scripts/check-localplt.awk: New file.
44256         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44257         of diff.
44258         * scripts/data/localplt-generic.data: Add a comment.
44260         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44261         NODE when __dir_mkfile failed.
44262         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44263         Reported by Ludovic Courtès <ludo@gnu.org>.
44265 2012-04-24  Andreas Jaeger  <aj@suse.de>
44267         * Makerules (common-clean): Also remove gen-as-const-headers
44268         files.
44270 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44272         * Makerules (native-compile): Do not change working directory for
44273         build.  Use $(OUTPUT_OPTION) in command.
44274         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44276 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44278         [BZ #13886]
44279         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44280         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44281         * math/libm-test.inc (floor_test): Add more tests.
44282         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44284 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44286         * sysdeps/unix/getdents.c: Remove file.
44287         * sysdeps/unix/sysv/getdents.c: Likewise.
44288         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44290         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44291         sysdeps/unix/mman/syscalls.list.
44292         (mmap): Likewise.
44293         (mprotect): Likewise.
44294         (msync): Likewise.
44295         (munmap): Likewise.
44296         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44297         * sysdeps/unix/mman/syscalls.list: Remove.
44298         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44300         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44301         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44302         * configure: Regenerated.
44303         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44304         $(libgcc_s_suffix).
44305         * config.make.in (libgcc_s_suffix): Remove variable.
44307 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44309         * sysdeps/unix/sysv/gethostname.c: Move to ...
44310         * sysdeps/posix/gethostname.c: ... here.
44312         * sysdeps/unix/execve.S: Remove file.
44314         * sysdeps/unix/_exit.S: Remove file.
44316 2012-04-23  Andreas Jaeger  <aj@suse.de>
44318         [BZ #13739]
44319         * manual/Makefile: Remove make dist support, there's no
44320         need for a stand-alone documentation tar ball.
44321         (TEXI2DVI): Define always, it's not in Makeconfig.
44322         (dist): Removed.
44323         (tar-it): Removed.
44324         (edition): Removed.
44325         (glibc-doc-$(edition).tar): Removed
44326         (%.Z): Removed.
44327         (%.gz): Removed.
44328         (%.uu): Removed.
44329         (ETAGS): Remove, it's in Makeconfig.
44330         (move-if-change): Remove, it's in Makeconfig.
44332 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44334         [BZ #13970]
44335         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44336         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44337         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44338         (strtod_l, strtof_l, strtold_l): Remove __wur.
44339         It is not necessarily an error to ignore strtol's return value.
44340         One can reliably look at the stored endptr to decide whether
44341         the number had valid syntax.
44343 2012-04-21  Andreas Jaeger  <aj@suse.de>
44345         [BZ #13739]
44346         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44348 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44350         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44351         * sysdeps/unix/sysv/Versions: Remove file.
44353 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44355         [BZ #13927]
44356         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44358 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44360         [BZ #7064]
44361         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44362         version from __vm86.
44364 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44366         * sysdeps/unix/common/lxstat.c: Remove file.
44367         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44369         * sysdeps/unix/sysv/Makefile: Remove file.
44371         * sysdeps/unix/sysv/direct.h: Remove file.
44373         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44374         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44375         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44376         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44377         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44378         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44379         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44381         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44383         * sysdeps/unix/xmknod.c: Remove file.
44384         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44386         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44388         * sysdeps/unix/sysv/i386/time.S: Remove file.
44390         * sysdeps/unix/fxstat.c: Remove file.
44391         * sysdeps/unix/xstat.c: Likewise.
44392         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44394         * sysdeps/unix/sysv/sigaction.c: Remove file.
44396         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44397         (sysdep_headers): Remove variable.
44398         [termio.h not in sysdep_headers] (generated): Likewise.
44399         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44400         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44401         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44402         * sysdeps/unix/sysv/tcflow.c: Likewise.
44403         * sysdeps/unix/sysv/tcflush.c: Likewise.
44404         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44405         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44406         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44407         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44408         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44410         * sysdeps/unix/siglist.c: Remove file.
44412         * sysdeps/unix/getppid.S: Remove file.
44414         * sysdeps/unix/mkdir.c: Remove file.
44415         * sysdeps/unix/rmdir.c: Likewise.
44417 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44419         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44420         ERR_MAX value.
44421         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44422         errlist-compat value.
44424 2012-04-18  David S. Miller  <davem@davemloft.net>
44426         * sysdeps/generic/memcopy.h (reg_char): Delete.
44427         * debug/strcat_chk.c: Use char, not reg_char.
44428         * debug/strcpy_chk.c: Likewise.
44429         * debug/strncat_chk.c: Likewise.
44430         * debug/strncpy_chk.c: Likewise.
44431         * string/memchr.c: Likewise.
44432         * string/memrchr.c: Likewise.
44433         * string/rawmemchr.c: Likewise.
44434         * string/strcat.c: Likewise.
44435         * string/strchr.c: Likewise.
44436         * string/strchrnul.c: Likewise.
44437         * string/strcmp.c: Likewise.
44438         * string/strcpy.c: Likewise.
44439         * string/strncat.c: Likewise.
44440         * string/strncmp.c: Likewise.
44441         * string/strncpy.c: Likewise.
44443 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44445         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44446         __builtin_memcopy is called when src and dest ranges are known to not
44447         overlap.
44449 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44451         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44452         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44453         fwd_align_merge macro call.
44454         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44455         bwd_align_merge macro call.
44456         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44458 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44460         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44461         bwd_align_merge macros.
44462         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44463         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44464         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44466 2012-04-18  David S. Miller  <davem@davemloft.net>
44468         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44470 2012-04-18  Andreas Jaeger  <aj@suse.de>
44472         [BZ# 6794]
44473         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44474         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44475         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44477         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44478         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44479         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44481         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44482         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44483         Adjust for changed ldbl-128 files.
44485         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44486         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44487         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44489 2012-04-17  David S. Miller  <davem@davemloft.net>
44491         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44493 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44495         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44496         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44497         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44498         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44499         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44500         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44502 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44504         [BZ #6794]
44505         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44506         * math/libm-test.inc: Add ilogb errno and exception tests.
44507         * math/w_ilogb.c: New file: ilogb wrapper.
44508         * math/w_ilogbf.c: New file: ilogbf wrapper.
44509         * math/w_ilogbl.c: New file: ilogbl wrapper.
44510         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44511         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44512         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44513         exception being thrown with 0.0 as argument.
44514         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44515         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44516         exception being thrown with 0.0 as argument.
44517         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44518         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44519         exception being thrown with 0.0 as argument.
44520         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44521         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44522         exception being thrown with 0.0 as argument.
44523         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44524         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44525         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44526         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44527         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44528         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44529         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44530         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44531         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44533 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44535         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44536         with altivec.
44538 2012-04-16  Marek Polacek  <polacek@redhat.com>
44540         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44542 2012-04-16  Marek Polacek  <polacek@redhat.com>
44544         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44545         operands of fdivp instruction.
44547 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44549         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44550         * elf/tst-auditmod3b.c: Likewise.
44551         * elf/tst-auditmod4b.c: Likewise.
44552         * elf/tst-auditmod5b.c: Likewise.
44553         * elf/tst-auditmod6b.c: Likewise.
44554         * elf/tst-auditmod6c.c: Likewise.
44555         * elf/tst-auditmod7b.c: Likewise.
44556         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44557         * sysdeps/x86_64/preconfigure.in: Likewise.
44558         * sysdeps/x86_64/preconfigure: Regenerated.
44560 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44562         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44563         __ILP32__.
44565 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44567         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44568         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44570 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44572         [BZ #13973]
44573         * locale/iso-639.def: Fix gl language name. Spotted by
44574         Yaron Shahrabani.
44576 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44578         [BZ #2074]
44579         * libio/libio.h (__io_write_fn): Update comment.
44581 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44583         [BZ #2074]
44584         * stdio.texi (Hook Functions): The user provided writer function
44585         is not allowed to return -1.
44587 2012-04-11  David S. Miller  <davem@davemloft.net>
44589         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44591 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44593         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44594         Add a leading slash to rtkaio.
44596 2012-04-11  Jim Meyering  <meyering@redhat.com>
44598         [BZ #11959]
44599         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44600         It is not necessarily an error to ignore fwrite's return
44601         value.  One can reliably use ferror to test for errors after
44602         the fact.
44604 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44606         * bits/types.h (__snseconds_t): New type.
44607         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44609         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44610         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44611         (__SNSECONDS_T_TYPE): Likewise.
44612         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44613         (__SNSECONDS_T_TYPE): Likewise.
44614         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44615         (__SNSECONDS_T_TYPE): Likewise.
44617 2012-04-10  Andreas Jaeger  <aj@suse.de>
44619         [BZ #2636]
44620         * manual/time.texi (Processor Time): Return type of times is
44621         elapsed real time since an arbitrary point in the past.
44622         (CPU Time): Move CLK_TCK from here...
44623         (Processor Time): ...to here.  Correct description.
44624         * manual/conf.texi (Constants for Sysconf): Correct description of
44625         _SC_CLK_TCK.
44627 2012-04-10  David S. Miller  <davem@davemloft.net>
44629         [BZ #13967]
44630         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44631         where the is a gap between DT_REL(A) and DT_JMPREL.
44633 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44635         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44636         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44637         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44639 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44641         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44642         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44643         (dl_main): Handle --inhibit-cache.
44644         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44645         _dl_inhibit_cache.
44646         * elf/dl-load.c (_dl_map_object): Use it.
44647         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44649 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44651         [BZ #13872]
44652         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44653         (__ieee754_powl): Saturate large exponents rather than testing for
44654         overflow of y*log2(x).
44655         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44656         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44657         exceptions.
44659         [BZ #11521]
44660         * math/s_ctan.c: Include <float.h>.
44661         (__ctan): Avoid internal overflow or cancellation in calculating
44662         denominator.
44663         * math/s_ctanf.c: Likewise.
44664         * math/s_ctanl.c: Likewise.
44665         * math/s_ctanh.c: Likewise.
44666         * math/s_ctanhf.c: Likewise.
44667         * math/s_ctanhl.c: Likewise.
44668         * math/libm-test.inc (ctan_test): Add more tests.
44669         (ctanh_test): Likewise.
44670         * sysdeps/i386/fpu/libm-test-ulps: Update.
44671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44673 2012-04-09  Andreas Jaeger  <aj@suse.de>
44675         [BZ #6894]
44676         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44677         is an optional BSD extension.
44679         [BZ #10254]
44680         * manual/stdio.texi (Opening Streams): Document additional fopen
44681         parameters.
44683 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44685         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44686         %eax without telling the compiler.
44688 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44690         [BZ # 13963]
44691         * manual/install.texi: Use sourceware.org.
44693 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44695         [BZ #13873]
44696         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44697         (__ieee754_pow): Generate overflow and underflow using huge*huge
44698         and tiny*tiny rather than just returning constant infinity or zero
44699         for large exponents.
44700         * math/libm-test.inc (pow_test): Require overflow exceptions for
44701         applicable cases of large exponents.
44703         [BZ #706]
44704         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44705         (__ieee754_pow): Use iterative multiplication algorithm only for
44706         integer exponents with absolute value below 1024.  Check for odd
44707         integer exponents when using algorithm for real exponents.
44708         * math/libm-test.inc (pow_test): Add more tests.
44709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44711 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44713         [BZ #13705]
44714         * math/libm-test.inc (exp_test): Do not allow overflow exception
44715         on underflow test.
44717 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44719         [BZ #13705]
44720         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44721         instead of __kernel_standard_f.
44723 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44725         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44726         * sysdeps/x86_64/memset_chk.S: Likewise.
44728 2012-04-08  Andreas Jaeger  <aj@suse.de>
44730         [BZ #10153]
44731         * manual/startup.texi (Environment Access): Describe return value
44732         for putenv and setenv.
44734         [BZ #6895]
44735         * manual/filesys.texi (Directory Entries): Add description for
44736         DT_LNK.
44738         [BZ #6890]
44739         * manual/filesys.texi (Directory Entries): Clarify that it's file
44740         system not operating system in the description of DT_UNKNOWN.
44742         [BZ #6578]
44743         * manual/syslog.texi (closelog): Fix reference, it's openlog.
44745 2012-04-08  Stephen Compall  <s11@member.fsf.org>
44747         [BZ #6649]
44748         * manual/llio.texi (Opening and Closing Files): Add cross
44749         reference to explain mode argument.
44751 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
44753         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44754         * sysdeps/x86_64/memset_chk.S: Likewise.
44756 2012-04-07  David S. Miller  <davem@davemloft.net>
44758         * elf/elf.h (R_SPARC_WDISP10): Define.
44759         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44760         R_SPARC_SIZE32.
44761         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44762         R_SPARC_SIZE64 and R_SPARC_H34.
44764 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
44766         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44767         conditions and remove no longer applicable assertion.
44769 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44771         * bits/byteswap.h: Include <features.h>.
44772         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44773         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44775 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44777         * bits/byteswap.h (__bswap_16): Removed.
44778         Include <bits/byteswap-16.h> to get __bswap_16.
44779         * sysdeps/i386/bits/byteswap.h: Likewise.
44780         * sysdeps/s390/bits/byteswap.h: Likewise.
44781         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44782         * bits/byteswap-16.h: New file.
44783         * sysdeps/i386/bits/byteswap-16.h: Likewise.
44784         * sysdeps/s390/bits/byteswap-16.h: Likewise.
44785         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44786         * string/Makefile (headers): Add bits/byteswap-16.h.
44788 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44790         [BZ #13895]
44791         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44792         extra indirection.
44793         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44794         * nss/tst-nss-static.c: New.
44796 2012-04-06  Robert Millan  <rmh@gnu.org>
44798         [BZ #6486]
44799         * manual/llio.texi (File Position Primitive): lseek
44800         refers to WHENCE when it really means OFFSET.
44802 2012-04-06  Andreas Jaeger  <aj@suse.de>
44804         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44805         strncmp declarations.
44807         * abilist/libc.abilist: Add __poll and __ppoll.
44809 2012-04-05  David S. Miller  <davem@davemloft.net>
44811         * scripts/check-local-headers.sh: Accept a host triplet in the
44812         path matched by the exclude regexp.
44814         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44815         definition.
44816         * sysdeps/powerpc/powerpc32/dl-machine.h
44817         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44818         * sysdeps/s390/s390-32/dl-machine.h
44819         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44820         * sysdeps/sparc/sparc32/dl-machine.h
44821         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44822         * sysdeps/sparc/sparc64/dl-machine.h
44823         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44825         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44826         lazy binding.
44827         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44828         undefined symbol errors.
44830         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44831         DT_NEEDED entries.
44833 2012-04-05  Michael Matz  <matz@suse.de>
44835         [BZ #13592]
44836         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44838 2012-04-05  Andreas Jaeger  <aj@suse.de>
44840         [BZ #13908]
44841         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44842         comment.
44844 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44846         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44847         which ROUND is no valid rounding mode.
44849 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44851         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44852         read again.
44853         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44855 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44857         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44858         an exception using FPU order intentionally.
44860 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44862         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44863         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44864         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44865         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44867 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44869         [BZ #12340]
44870         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44871         EINVAL when BUFLEN is too smal.
44873 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44875         [BZ #13553]
44876         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44877         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44879 2012-04-03  Andreas Jaeger  <aj@suse.de>
44881         [BZ #13938]
44882         * manual/setjmp.texi (System V contexts): Fix sentence.
44884         [BZ #13926]
44885         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44886         New macro for this case.
44887         [!__GNUC__] (__bswap_64): New inline function for this case.
44888         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44889         * bits/byteswap.h: Likewise.
44890         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44891         ull, guard with __GLIBC_HAVE_LONG_LONG.
44893         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44894         __GLIBC_HAVE_LONG_LONG.
44896         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44897         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44899 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44901         [BZ #13691]
44902         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44903         inptr and inend, rather than using last_ch.
44905 2012-04-02  David S. Miller  <davem@davemloft.net>
44907         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44908         * stdio-common/printf-parse.h (read_int): Change return type to
44909         'int', return -1 on INT_MAX overflow.
44910         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44911         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44912         overflows INT_MAX.  Check for overflow of in-format-string precision
44913         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44914         SIZE_MAX not INT_MAX for integer overflow test.
44915         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44916         skip the construct in the format string but do not record anything.
44917         * stdio-common/bug22.c: Adjust to test both width/prevision
44918         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44919         explicitly for proper errno values.
44921 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44923         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44924         CHAR_MAX.
44925         * string/test-strcmp.c [! WIDE]: Likewise.
44926         * time/tst-mktime2.c: Likewise for INT_MAX.
44927         * string/test-string.h: #include <sys/param.h> for MIN.
44929         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44930         * sysdeps/i386/init-first.c (init): Likewise.
44931         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44932         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44933         * sysdeps/sh/init-first.c (init): Likewise.
44935 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44937         * po/ru.po: Update from translation team.
44938         * po/vi.po: Likewise.
44940 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44942         * resolv/nss_dns/dns-host.c: Merge copyright years.
44944 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44946         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44947         Optimize memcpy with prefetch if
44948         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44949         src, dst pointers have unequal 16 byte alignments.
44951 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44953         [BZ #13928]
44954         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44955         from a CNAME entry and return the minimum ttl for the query.
44956         (gaih_getanswer_slice): Likewise.
44958 2012-03-30  Jeff Law  <law@redhat.com>
44960         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44961         due to long keys.
44962         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44963         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44965         * resolv/nss_dns/dns-host.c: Update copyright year.
44967 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44969         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44970         requests to save a system call.  Fix check that all bytes are sent.
44972         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44973         comments for sendmmsg.
44975 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44977         [BZ #13691]
44978         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44979         with only 1 character between 0x0041 and 0x01b0.
44980         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44981         * wcsmbs/tst-mbsnrtowcs.c: New file.
44983 2012-03-29  David S. Miller  <davem@davemloft.net>
44985         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44986         small copies by hand.
44988 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44990         [BZ #13761]
44991         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44992         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44993         group memberships.
44995 2012-03-28  David S. Miller  <davem@davemloft.net>
44997         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44998         that branches into memcpy.
44999         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45000         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45001         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45002         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45003         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45004         bits.
45005         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45006         implementation too.
45007         * sysdeps/sparc/mempcpy.S: New file.
45009         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45010         the IFUNC routine in the libc case.
45011         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45013         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45014         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45015         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45016         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45017         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45018         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45019         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45020         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45022         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45023         loop to 256 bytes instead of 64 bytes and fix test signedness.
45025         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45026         * sysdeps/sparc/sparc32/Makefile: rather than here...
45027         * sysdeps/sparc/sparc64/Makefile: and here.
45029 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45031         * malloc/mallocbug.c: Avoid warnings about unused variables.
45033 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45035         [BZ #13760]
45036         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45037         in the right place. Discard and retry query if response is
45038         larger than input buffer size.
45040 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45042         [BZ #369]
45043         [BZ #2678]
45044         [BZ #3866]
45045         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45046         x for large integer exponent.
45047         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45048         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45049         sign of result as needed afterwards.
45050         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45051         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45052         result for underflowing pow the same as for overflow.
45053         (__kernel_standard_l): Handle powl overflow and underflow here
45054         rather than calling __kernel_standard.
45055         * math/libm-test.inc (pow_test): Add more tests.
45057         [BZ #3868]
45058         [BZ #13879]
45059         [BZ #13910]
45060         [BZ #13911]
45061         [BZ #13912]
45062         [BZ #13913]
45063         [BZ #13915]
45064         [BZ #13916]
45065         [BZ #13917]
45066         [BZ #13918]
45067         [BZ #13919]
45068         [BZ #13920]
45069         [BZ #13921]
45070         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45071         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45072         (__kernel_standard_l): New function.
45073         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45074         __kernel_standard.
45075         * math/w_acosl.c (__acosl): Likewise.
45076         * math/w_asinl.c (__asinl): Likewise.
45077         * math/w_atan2l.c (__atan2l): Likewise.
45078         * math/w_atanhl.c (__atanhl): Likewise.
45079         * math/w_coshl.c (__coshl): Likewise.
45080         * math/w_exp10l.c (__exp10l): Likewise.
45081         * math/w_exp2l.c (__exp2l): Likewise.
45082         * math/w_fmodl.c (__fmodl): Likewise.
45083         * math/w_hypotl.c (__hypotl): Likewise.
45084         * math/w_j0l.c (__j0l, __y0l): Likewise.
45085         * math/w_j1l.c (__j1l, __y1l): Likewise.
45086         * math/w_jnl.c (__jnl, __ynl): Likewise.
45087         * math/w_lgammal.c (__lgammal): Likewise.
45088         * math/w_log10l.c (__log10l): Likewise.
45089         * math/w_log2l.c (__log2l): Likewise.
45090         * math/w_logl.c (__logl): Likewise.
45091         * math/w_powl.c (__powl): Likewise.
45092         * math/w_remainderl.c (__remainderl): Likewise.
45093         * math/w_scalbl.c (sysv_scalbl): Likewise.
45094         * math/w_sinhl.c (__sinhl): Likewise.
45095         * math/w_sqrtl.c (__sqrtl): Likewise.
45096         * math/w_tgammal.c (__tgammal): Likewise.
45097         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45098         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45099         * math/libm-test.inc (acos_test): Add more tests.
45100         (acosh_test): Likewise.
45101         (asin_test): Likewise.
45102         (atanh_test): Likewise.
45103         (exp_test): Likewise.
45104         (exp10_test): Likewise.
45105         (exp2_test): Likewise.
45106         (expm1_test): Likewise.
45107         (lgamma_test): Likewise.
45108         (log_test): Likewise.
45109         (log10_test): Likewise.
45110         (log1p_test): Likewise.
45111         (log2_test): Likewise.
45112         (pow_test): Do not allow some spurious overflow exceptions.
45113         (sqrt_test): Add more tests.
45114         (tgamma_test): Likewise.
45115         (y0_test): Likewise.
45116         (y1_test): Likewise.
45117         (yn_test): Likewise.
45119 2012-03-27  Anton Blanchard  <anton@samba.org>
45121         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45122         MAP_HUGETLB.
45123         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45124         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45125         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45127 2012-03-27  David S. Miller  <davem@davemloft.net>
45129         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45131         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45132         have-as-vis3 check.
45134 2012-03-27  Andreas Jaeger  <aj@suse.de>
45136         * sysdeps/x86_64/elf/configure.in: Moved to ...
45137         * sysdeps/x86_64/configure.in: ... here.
45138         * sysdeps/x86_64/elf/start.S: Moved to ...
45139         * sysdeps/x86_64/start.S: ... here.
45140         * sysdeps/x86_64/elf/configure: Delete.
45142         * sysdeps/x86_64/configure.in: Merge contents from
45143         sysdeps/i386/configure.in (without i686 check).
45145         * sysdeps/i386/elf/Versions: Merge into ...
45146         * sysdeps/i386/Versions: ... this.
45147         * sysdeps/i386/elf/Versions: Delete file.
45148         * sysdeps/i386/elf/start.S: Moved to ...
45149         * sysdeps/i386/start.S: ...here.
45150         * sysdeps/i386/elf/configure.in: Merge into...
45151         * sysdeps/i386/configure.in: ...here.
45152         * sysdeps/i386/elf/configure.in: Delete file.
45153         * sysdeps/i386/elf/configure: Delete file.
45155         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45156         * debug/backtracesyms.c: ... here.
45157         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45158         * debug/backtracesymsfd.c: ... here.
45159         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45160         * sysdeps/generic/ifunc-sel.h: ... here.
45162         * sysdeps/unix/i386/start.c: Delete file.
45163         * sysdeps/unix/sparc/start.c: Delete file.
45164         * sysdeps/unix/start.c: Delete file.
45166         * sysdeps/sh/elf/configure.in: Moved to ...
45167         * sysdeps/sh/configure.in: ... here.
45168         * sysdeps/sh/elf/start.S: Moved to ...
45169         * sysdeps/sh/start.S: ... here.
45170         * sysdeps/sh/elf/configure: Delete file.
45172         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45173         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45174         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45175         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45176         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45177         * sysdeps/powerpc/powerpc64/start.S: here.
45178         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45179         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45180         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45181         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45182         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45184         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45185         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45186         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45187         * sysdeps/powerpc/powerpc32/start.S: ... here.
45188         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45189         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45190         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45192         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45193         * sysdeps/powerpc/ifunc-sel.h: ... here.
45194         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45195         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45197         * sysdeps/sparc/elf/configure.in: Moved to ...
45198         * sysdeps/sparc/configure.in: ... here.
45199         * sysdeps/sparc/elf/configure: Delete file.
45200         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45201         * sysdeps/sparc/sparc32/start.S: ... here.
45202         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45203         * sysdeps/sparc/sparc64/start.S: ... here.
45204         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45205         * sysdeps/sparc/sparc32/Makefile: ... this.
45206         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45207         * sysdeps/sparc/sparc64/Makefile: ... this.
45209         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45210         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45211         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45212         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45213         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45214         * sysdeps/s390/s390-32/setjmp.S: ... here.
45215         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45216         * sysdeps/s390/s390-32/configure.in: ... here.
45217         * sysdeps/s390/s390-32/elf/configure: Delete file.
45218         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45219         * sysdeps/s390/s390-32/start.S: ... here.
45221         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45222         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45223         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45224         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45225         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45226         * sysdeps/s390/s390-64/setjmp.S: ... here.
45227         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45228         * sysdeps/s390/s390-64/configure.in: ... here
45229         * sysdeps/s390/s390-64/elf/configure: Delete file.
45230         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45231         * sysdeps/s390/s390-64/start.S: ... here.
45232         * sysdeps/s390/s390-64/elf/configure: Delete.
45234         * configure.in: Remove support for elf directories in sysdeps.
45236         * configure: Regenerated.
45237         * sysdeps/i386/configure: Regenerated.
45238         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45239         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45240         * sysdeps/s390/s390-32/configure: Regenerated.
45241         * sysdeps/s390/s390-64/configure: Regenerated.
45242         * sysdeps/sh/configure: Regenerated.
45243         * sysdeps/sparc/configure: Regenerated.
45244         * sysdeps/x86_64/configure: Regenerated.
45246 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45250         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45251         denormal result into account.
45253 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45255         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45256         Reported by Allan McRae <allan@archlinux.org>.
45258 2012-03-23  Jeff Law  <law@redhat.com>
45260         * nss/getnssent.c (__nss_getent): Fix typo.
45262 2012-03-23  David S. Miller  <davem@davemloft.net>
45264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45266 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45268         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45269         to pad to uint64_t for each field.
45270         (dl_tls_index): Replace unsigned long with uint64_t.
45272 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45273         Paul Pluzhnikov  <ppluzhnikov@google.com>
45275         [BZ #6528]
45276         * grp/Makefile (otherlibs): Don't set it.
45277         * inet/Makefile (otherlibs): Likewise.
45278         * login/Makefile (otherlibs): Likewise.
45279         * nscd/Makefile (otherlibs): Likewise.
45280         * posix/Makefile (otherlibs): Likewise.
45281         * pwd/Makefile (otherlibs): Likewise.
45282         * rt/Makefile (otherlibs): Likewise.
45283         * sunrpc/Makefile (otherlibs): Likewise.
45284         * nss/Makefile (otherlibs): Likewise.
45285         Add libnss_files to routines and static-only-routines.
45286         ($(objpfx)getent): Remove rule.
45287         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45288         static-only-routines.
45290 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45292         [BZ #13892]
45293         * math/s_cexp.c: Include <float.h>.
45294         (__cexp): Handle exp result overflowing not necessarily
45295         overflowing both real and imaginary parts of result.
45296         * math/s_cexpf.c: Likewise.
45297         * math/s_cexpl.c: Likewise.
45298         * math/libm-test.inc (cexp_test): Add more tests.
45299         * sysdeps/i386/fpu/libm-test-ulps: Update.
45300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45302 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45304         * include/link.h (ELFW): New macro.
45305         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45306         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45308 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45310         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45311         with uint64_t.
45313 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45315         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45316         declaration.
45317         (struct La_x32_retval): Likewise.
45319 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45321         * sysdeps/x86_64/preconfigure.in: New file.
45322         * sysdeps/x86_64/preconfigure: New generated file.
45324 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45326         [BZ #13824]
45327         * math/e_exp2l.c: Include <float.h>.
45328         (__ieee754_exp2l): Handle overflow and underflow cases
45329         separately.  Only pass fractional part of argument to
45330         __ieee754_expl.
45331         * math/libm-test.inc (exp2_test): Add more tests.
45333         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45334         negating x to take absolute value.
45335         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45336         Likewise.
45337         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45338         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45339         Likewise.
45340         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45341         computing low part if x was negated.
45342         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45344 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45346         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45347         la_x32_gnu_pltexit.
45348         (pltexit): Cast int_retval to ptrdiff_t.
45349         * elf/tst-auditmod3b.c: Likewise.
45350         * elf/tst-auditmod4b.c: Likewise.
45351         * elf/tst-auditmod5b.c: Likewise.
45352         * elf/tst-auditmod6b.c: Likewise.
45353         * elf/tst-auditmod6c.c: Likewise.
45354         * elf/tst-auditmod7b.c: Likewise.
45356         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45357         and x32_gnu_pltexit.
45359         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45360         __ELF_NATIVE_CLASS.
45361         (La_x32_regs): New macro.
45362         (La_x32_retval): Likewise.
45363         (la_x32_gnu_pltenter): New function prototype.
45364         (la_x32_gnu_pltexit): Likewise.
45366 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45368         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45369         exponent.
45371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45373         * configure.in (libc_cv_cc_nofma): Check for option to disable
45374         generation of FMA instructions.
45375         * configure: Regenerate.
45376         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45377         * sysdeps/ieee754/dbl-64/Makefile: New file.
45378         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45379         Remove brandred-fma4.
45380         (CFLAGS-brandred-fma4.c): Remove.
45381         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45382         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45383         define.
45384         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45385         define.
45387 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45389         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45390         LLONG_MAX != LONG_MAX.
45391         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45392         (_fitoa_word): Likewise.
45393         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45394         LLONG_MAX != LONG_MAX.
45395         * stdio-common/_itowa.h: Include <_itoa.h>.
45396         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45397         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45398         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45399         only if not defined.
45400         (_ITOA_WORD_TYPE): Likewise.
45401         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45402         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45404 2012-03-21  David S. Miller  <davem@davemloft.net>
45406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45408 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45410         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45411         of x86_64 when setting libc_cv_slibdir, libdir and
45412         libc_cv_localedir.
45413         * sysdeps/unix/sysv/linux/configure: Regenerated.
45415 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45417         * manual/lang.texi (Old Varargs): Remove section.
45418         (How Variadic): Update menu.
45419         (va_start): Do not mention varargs.h.
45421 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45422             Joseph Myers  <joseph@codesourcery.com>
45424         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45425         link test.
45426         * configure: Regenerated.
45428 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45430         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45431         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45432         conformtest.pl
45434 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45436         * NOTES: Remove.
45437         * Makefile (files-for-dist): Remove NOTES.
45438         (NOTES): Remove rule.
45439         * README: Don't refer to NOTES.
45440         * manual/creature.texi: Don't include macros.texi.
45441         * manual/intro.texi (creature.texi): Remove comment referring to
45442         NOTES.
45444         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45445         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45446         * configure: Regenerated.
45447         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45448         LIBC_TRY_CC_OPTION.
45449         (libc_cv_as_i686): Likewise.
45450         (libc_cv_cc_avx): Likewise.
45451         (libc_cv_cc_sse2avx): Likewise.
45452         (libc_cv_cc_fma4): Likewise.
45453         (libc_cv_cc_novzeroupper): Likewise.
45454         * sysdeps/i386/configure: Regenerated.
45456         [BZ #13883]
45457         * sysdeps/i386/fpu/s_cexp.S: Remove.
45458         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45459         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45460         * math/libm-test.inc (cexp_test): Add more tests.
45461         * sysdeps/i386/fpu/libm-test-ulps: Update.
45462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45464 2012-03-21  Allan McRae  <allan@archlinux.org>
45466         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45468 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45470         [BZ #13871]
45471         * math/w_exp2.c: Do not include <float.h>.
45472         (o_threshold, u_threshold): Remove.
45473         (__exp2): Calculate result before checking finiteness and calling
45474         __kernel_standard.
45475         * math/w_exp2f.c: Likewise.
45476         * math/w_exp2l.c: Likewise.
45477         * math/libm-test.inc (exp2_test): Require overflow exception for
45478         1e6 input.
45480         [BZ #3866]
45481         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45482         range of signed 64-bit integers before using fistpll.  Remove
45483         checks for whether integers fit in mantissa bits.
45484         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45485         the range of signed 32-bit integers before using fistpl.  Remove
45486         checks for whether integers fit in mantissa bits.
45487         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45488         (__ieee754_powl): Test for y outside the range of signed 64-bit
45489         integers before using fistpll.  Reduce 64-bit values to 63-bit
45490         ones as needed.
45491         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45492         divide-by-zero is raised for zero to large negative powers.
45493         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45494         (__ieee754_powl): Test for y outside the range of signed 64-bit
45495         integers before using fistpll.  Reduce 64-bit values to 63-bit
45496         ones as needed.
45497         * math/libm-test.inc (pow_test): Add more tests.
45499 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45501         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45502         <stdio-common/_itoa.h>.
45503         * debug/segfault.c: Likewise.
45504         * elf/dl-cache.c: Likewise.
45505         * elf/dl-minimal.c: Likewise.
45506         * elf/dl-misc.c: Likewise.
45507         * elf/dl-sysdep.c: Likewise.
45508         * elf/dl-version.c: Likewise.
45509         * elf/rtld.c: Likewise.
45510         * hurd/hurdsock.c: Likewise.
45511         * hurd/lookup-retry.c: Likewise.
45512         * malloc/malloc.c: Likewise.
45513         * malloc/mtrace.c: Likewise.
45514         * nscd/nscd_getgr_r.c: Likewise.
45515         * nscd/nscd_getpw_r.c: Likewise.
45516         * nscd/nscd_getserv_r.c: Likewise.
45517         * posix/getopt_init.c: Likewise.
45518         * posix/wordexp.c: Likewise.
45519         * stdio-common/_itoa.c: Likewise.
45520         * stdio-common/printf_fphex.c: Likewise.
45521         * stdio-common/vfprintf.c: Likewise.
45522         * string/_strerror.c: Likewise.
45523         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45524         * sysdeps/i386/i686/hp-timing.h: Likewise.
45525         * sysdeps/mach/_strerror.c: Likewise.
45526         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45527         * sysdeps/mach/hurd/sethostid.c: Likewise.
45528         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45529         * sysdeps/mach/xpg-strerror.c: Likewise.
45530         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45531         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45532         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45533         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45534         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45535         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45536         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45537         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45538         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45539         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45540         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45541         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45542         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45543         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45544         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45545         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45546         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45547         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45548         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45549         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45550         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45552         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45554         * stdio-common/_itoa.h: Moved to ...
45555         * sysdeps/generic/_itoa.h: Here.
45557         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45559         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45560         instead of "_itoa.h" and "_itowa.h".
45561         * stdio-common/vfprintf.: Likewise.
45563 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45565         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45566         <bits/wordsize.h>.
45567         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45568         (__signbit): Likwise.
45569         (llrintf): Likwise.
45570         (llrint): Likwise.
45572 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45574         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45575         __WORDSIZE != 64.
45577 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45579         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45580         OVERFLOW_EXCEPTION_OK.
45581         * math/libm-test.inc ("Philosophy"): Update comment about
45582         exception testing.
45583         (OVERFLOW_EXCEPTION): Define.
45584         (OVERFLOW_EXCEPTION_OK): Likewise.
45585         (INVALID_EXCEPTION_OK): Renumber.
45586         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45587         (IGNORE_ZERO_INF_SIGN): Likewise.
45588         (test_exceptions): Handle FE_OVERFLOW.
45589         (exp10_test): Expect overflow exceptions.
45590         (exp2_test): Likewise.
45591         (expm1_test): Likewise.
45592         (nextafter_test): Likewise.
45593         (pow_test): Likewise.
45594         (scalbn_test): Likewise.
45595         (scalbln_test): Likewise.
45597 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45599         * sysdeps/x86_64/bits/atomic.h
45600         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45601         64bit integer.
45602         (atomic_exchange_acq): Likewise.
45603         (__arch_exchange_and_add_body): Likewise.
45604         (__arch_add_body): Likewise.
45605         (atomic_add_negative): Likewise.
45606         (atomic_add_zero): Likewise.
45608 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45610         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45611         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45613 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45615         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45616         Check __x86_64__ instead of __WORDSIZE.
45618 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45620         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45622 2012-03-19  David S. Miller  <davem@davemloft.net>
45624         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45626         * sysdeps/sparc/fpu/fenv_private.h: New file.
45627         * sysdeps/sparc/fpu/math_private.h: Use it.
45628         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45629         Remove.
45630         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45631         (libc_feholdexcept_setroundl): Remove.
45632         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45633         Remove.
45634         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45635         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45637 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45639         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45640         int64_t instead of long int.
45641         (INSERT_WORDS64): Likwise.
45643 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45645         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45646         _Unwind_GetCFA return to _Unwind_Ptr first.
45648 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45650         [BZ #13629]
45651         * math/s_clog.c: Include <float.h>.
45652         (__clog): Scale large or subnormal inputs.
45653         * math/s_clogf.c: Likewise.
45654         * math/s_clogl.c: Likewise.
45655         * math/s_clog10.c: Include <float.h>.
45656         (M_LOG10_2): Define.
45657         (__clog10): Scale large or subnormal inputs.
45658         * math/s_clog10f.c: Likewise.
45659         * math/s_clog10l.c: Likewise.
45660         * math/libm-test.inc (clog_test): Add more tests.
45661         (clog10_test): Likewise.
45662         * sysdeps/i386/fpu/libm-test-ulps: Update.
45663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45665         [BZ #11451]
45666         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45667         x and y.
45668         * math/libm-test.inc (atan2_test): Add another test.
45670         * Makerules (common-objdir-compile): Remove.
45671         * sysdeps/unix/Makefile (config-generated): Do not add
45672         $(unix-generated) to variable.
45673         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45674         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45675         Remove rule.
45676         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45677         Likewise.
45678         [generic bits/local_lim.h] (before-compile): Do not append to
45679         variable.
45680         [generic bits/local_lim.h] (common-generated): Likewise.
45681         [generic sys/param.h] (before-compile): Do not append to variable.
45682         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45683         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45684         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45685         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45686         include.
45687         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45688         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45689         [generic sys/param.h] ($(addprefix
45690         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45691         [generic sys/param.h] (common-generated): Do not append to
45692         variable.
45693         [generic sys/param.h] (sysdep_headers): Likewise.
45694         [generic bits/errno.h] (before-compile): Do not append to
45695         variable.
45696         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45697         rule.
45698         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45699         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45700         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45701         [generic bits/errno.h] (common-generated): Do not append to
45702         variable.
45703         [generic bits/ioctls.h] (before-compile): Do not append to
45704         variable.
45705         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45706         rule.
45707         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45708         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45709         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45710         rule.
45711         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45712         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45713         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45714         [generic bits/ioctls.h] (common-generated): Do not append to
45715         variable.
45716         [generic sys/syscall.h] (syscall.h): Remove variable.
45717         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45718         rule.
45719         [generic sys/syscall.h] (before-compile): Do not append to
45720         variable.
45721         [generic sys/syscall.h] (common-generated): Likewise.
45722         * sysdeps/unix/errnos-tmpl.c: Remove file.
45723         * sysdeps/unix/errnos.awk: Likewise.
45724         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45725         * sysdeps/unix/ioctls.awk: Likewise.
45726         * sysdeps/unix/mk-local_lim.c: Likewise.
45727         * sysdeps/unix/snarf-ioctls: Likewise.
45729 2012-03-19  Richard Henderson  <rth@twiddle.net>
45731         * sysdeps/i386/fpu/fenv_private.h: New file.
45732         * sysdeps/i386/fpu/math_private.h: Use it.
45733         (math_opt_barrier, math_force_eval): Remove.
45734         (libc_feholdexcept_setround_53bit): Remove.
45735         (libc_feupdateenv_53bit): Remove.
45736         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45737         (math_opt_barrier, math_force_eval): Remove.
45738         (libc_feholdexcept): Remove.
45739         (libc_feholdexcept_setround): Remove.
45740         (libc_fetestexcept, libc_fesetenv): Remove.
45741         (libc_feupdateenv_test): Remove.
45742         (libc_feupdateenv, libc_feholdsetround): Remove.
45743         (libc_feresetround): Remove.
45745         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45746         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45748         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45749         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45750         (libc_feupdateenv_testl): New.
45751         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45752         (libc_feupdateenv_testf): New.
45753         (libc_feupdateenv): Use libc_feupdateenv_test.
45754         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45755         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45757         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45758         (libc_feholdsetroundf, libc_feholdsetroundl): New.
45759         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45760         (libc_feresetround_noex): New.
45761         (libc_feresetround_noexf): New.
45762         (libc_feresetround_noexl): New.
45763         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45764         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45765         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45766         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45767         SET_RESTORE_ROUND.
45768         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45769         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45770         (__cos): Likewise.
45771         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45772         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45773         SET_RESTORE_ROUND_NOEX.
45774         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45775         SET_RESTORE_ROUND_NOEXF.
45776         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45777         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45778         (libc_feholdsetroundf): New.
45779         (libc_feresetround, libc_feresetroundf): New.
45781         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45782         (libc_feholdexcept_setround_53bit): Convert from macro to function.
45783         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
45785         * sysdeps/generic/math_private.h: Include <fenv.h>.
45786         (default_libc_feholdexcept): New.
45787         (default_libc_feholdexcept_setround): New.
45788         (default_libc_fesetenv, default_libc_feupdateenv): New.
45789         (libc_feholdexcept): Only define if undefined.
45790         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45791         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45792         (libc_feholdexcept_setroundl): Likewise.
45793         (libc_feholdexcept_setround_53bit): Likewise.
45794         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45795         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45796         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45797         (libc_feupdateenv_53bit): Likewise.
45798         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45799         (libc_feholdexcept): Convert from macro to inline function.
45800         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45801         (libc_fesetenv, libc_feupdateenv): Likewise.
45803         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45804         not previously defined.
45805         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45806         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45807         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45808         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45809         * sysdeps/ieee754/flt-32/math_private.h: New file.
45810         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45811         math_private.h below SET_FLOAT_WORD.
45812         (__isnan, __isinf_ns, __finite): Remove.
45813         (__isnanf, __isinf_nsf, __finitef): Remove.
45815 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45819 2012-03-17  David S. Miller  <davem@davemloft.net>
45821         [BZ #6471]
45822         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45823         for 2.16.
45825 2012-03-16  David S. Miller  <davem@davemloft.net>
45827         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45828         warnings.
45830         [BZ #6471]
45831         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45832         properly.
45833         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45834         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45835         sysdep_routines when subdir is sysvipc.
45836         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45837         __getshmlba helper.
45839         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45841 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45843         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45844         [__LP64__].
45846 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45848         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45849         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45850         (__lround): Renamed to ...
45851         (__llround): This.  Replace long int with long long int.
45852         Define lround functions as aliases of llround functions.
45853         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45855 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45857         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45858         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45859         adresses to uintptr_t.  Replace "long int" and "unsigned long
45860         int" with "greg_t" on va_arg.
45862 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45864         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45865         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45867         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45868         Move e_machine check before EI_CLASS check.  Handle x32
45869         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45870         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45871         SKIP_EM_IA_64 and include
45872         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45874         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45875         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45876         (add_system_dir): New macro.
45878         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45879         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45881 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45883         [BZ #2551]
45884         [BZ #2552]
45885         [BZ #2553]
45886         [BZ #2554]
45887         [BZ #2562]
45888         [BZ #2563]
45889         [BZ #2565]
45890         [BZ #2566]
45891         [BZ #2576]
45892         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45893         (y0): Likewise.
45894         * math/w_j0f.c (j0f): Likewise.
45895         (y0f): Likewise.
45896         * math/w_j0l.c (__j0l): Likewise.
45897         (__y0l): Likewise.
45898         * math/w_j1.c (j1): Likewise.
45899         (y1): Likewise.
45900         * math/w_j1f.c (j1f): Likewise.
45901         (y1f): Likewise.
45902         * math/w_j1l.c (__j1l): Likewise.
45903         (__y1l): Likewise.
45904         * math/w_jn.c (jn): Likewise.
45905         (yn): Likewise.
45906         * math/w_jnf.c (jnf): Likewise.
45907         (ynf): Likewise.
45908         * math/w_jnl.c (__jnl): Likewise.
45909         (__ynl): Likewise.
45910         * math/libm-test.inc (j0_test): Add more tests.
45911         (j1_test): Likewise.
45912         (jn_test): Likewise.  Add trailing semicolon to existing test.
45913         (y0_test): Likewise.
45914         (y1_test): Likewise.
45915         * sysdeps/i386/fpu/libm-test-ulps: Update.
45916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45918         [BZ #13851]
45919         [BZ #13854]
45920         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45921         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45922         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45923         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45924         (__tanl): Set errno for infinite argument.
45925         * sysdeps/i386/fpu/mptan.c: Remove.
45926         * sysdeps/i386/fpu/s_tan.S: Likewise.
45927         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45928         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45929         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45930         * math/libm-test.inc (tan_test): Add more tests and enable more
45931         tests for double and long double.
45932         * sysdeps/i386/fpu/libm-test-ulps: Update.
45933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45935 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45937         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45938         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45940 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45942         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45943         * configure.in: Use it for both main tree and add-ons.
45944         * configure: Regenerated.
45946 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45948         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45950 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45952         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45953         in comment.
45955         [BZ #13851]
45956         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45957         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45958         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45959         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45960         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45961         infinite argument.
45962         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45963         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45964         != 0 for prec == 2.
45965         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45966         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45967         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45968         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45969         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45970         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45971         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45972         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45973         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45974         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45975         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45976         * math/libm-test.inc (cos_test): Add more tests and enable more
45977         tests for long double.
45978         (sin_test): Likewise.
45979         (sincos_test): Likewise.
45980         * sysdeps/i386/fpu/libm-test-ulps: Update.
45981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45983 2012-03-16  David S. Miller  <davem@davemloft.net>
45985         * sysdeps/sparc/fpu/math_private.h: New file.
45987 2012-03-15  David S. Miller  <davem@davemloft.net>
45989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45990         file.
45991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45993         file.
45994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45995         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45996         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45997         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45998         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45999         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46000         sysdep routines.
46001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46003         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46004         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46006         * sysdeps/sparc/sparc-ifunc.h: New file.
46007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46008         sparc-ifunc.h
46009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46011         Likewise.
46012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46013         Likewise.
46014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46018         Likewise.
46019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46024         Likewise.
46025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46026         Likewise.
46027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46031         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46032         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46033         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46034         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46035         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46036         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46037         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46038         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46039         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46040         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46041         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46042         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46043         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46044         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46045         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46046         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46047         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46048         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46049         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46050         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46052 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46054         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46055         scaling.
46056         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46058 2012-03-15  Andreas Jaeger  <aj@suse.de>
46060         [BZ #13852]
46061         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46062         ieee754/flt-32 implementation for sin, cos and sincos.
46063         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46064         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46065         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46066         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46067         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46068         ieee754/flt-32 implementation for tan.
46070         * math/libm-test.inc (cos_test): Enable some large input tests for
46071         float as well
46072         (sin_test): Likewise.
46073         (sincos_test): Likewise.
46074         (tan_test): Add tests for large input.
46076         * sysdeps/i386/fpu/libm-test-ulps: Update.
46078 2012-03-15  Andreas Jaeger  <aj@suse.de>
46080         [BZ #13658]
46081         * math/libm-test.inc (cos_test): Add more test cases.
46082         (sin_test): Likewise.
46083         (sincos_test): Likewise.
46085 2012-03-15  Andreas Jaeger  <aj@suse.de>
46087         [BZ #13837]
46088         * math/libm-test.inc (cos_test): Add a test case for large input
46089         value.
46090         (sin_test): Likewise.
46091         (sincos_test): Likewise.
46093 2012-03-15  Andreas Jaeger  <aj@suse.de>
46094             Joseph Myers  <joseph@codesourcery.com>
46096         [BZ #13658]
46097         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46098         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46099         * sysdeps/i386/fpu/branred.c: Likewise.
46100         * sysdeps/i386/fpu/dosincos.c: Likewise.
46101         * sysdeps/i386/fpu/mpa.c: Likewise.
46102         * sysdeps/i386/fpu/s_cos.S: Likewise.
46103         * sysdeps/i386/fpu/s_sin.S: Likewise.
46104         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46105         * sysdeps/i386/fpu/sincos32.c: Likewise.
46107         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46108         Define.
46109         (libc_feupdateenv_53bit): Define.
46110         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46111         Define.
46112         (libc_feupdateenv_53bit): Define.
46114         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46115         53 bit (without extend i386 double precision).
46117         * math/libm-test.inc (sincos_test): Add tests for large input.
46118         (sin): Likewise.
46119         (cos): Likewise.
46121         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46123 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46125         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46127 2012-03-15  David S. Miller  <davem@davemloft.net>
46129         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46130         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46131         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46132         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46134         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46137         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46138         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46139         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46140         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46141         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46142         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46143         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46145         file.
46146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46148         file.
46149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46151         file.
46152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46154         file.
46155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46156         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46157         fmin/fmax sysdep routines.
46158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46160 2012-03-14  David S. Miller  <davem@davemloft.net>
46162         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46163         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46164         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46165         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46166         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46167         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46168         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46169         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46170         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46171         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46172         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46173         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46174         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46175         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46176         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46177         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46178         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46179         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46180         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46181         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46182         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46183         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46184         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46185         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46186         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46187         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46188         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46189         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46190         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46191         routines.
46192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46193         file.
46194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46196         file.
46197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46199         file.
46200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46202         file.
46203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46205         file.
46206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46208         file.
46209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46210         file.
46211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46212         file.
46213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46214         file.
46215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46216         New file.
46217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46218         file.
46219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46220         file.
46221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46223         file.
46224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46226         file.
46227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46229         file.
46230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46232         VIS3 routines.
46234         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46235         New file.
46237         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46239         * sysdeps/sparc/configure.in: New file.
46240         * sysdeps/sparc/configure: Generate.
46241         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46242         * configure: Regenerate.
46243         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46244         * config.make.in (have-as-vis3): New.
46245         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46246         available use -Av9d instead of -Av9a.
46247         * sysdeps/sparc/sparc64/Makefile: Likewise.
46248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46250         New file.
46251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46252         file.
46253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46254         New file.
46255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46256         file.
46257         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46258         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46259         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46260         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46261         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46263         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46264         fzeros/fnegs to load 0x80000000 into a float register instead of
46265         using the stack.
46266         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46268 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46270         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46271         bits/syscall.h.
46272         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46273         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46274         ($(inst_includedir)/bits/syscall.h): Remove rule.
46275         ($(objpfx)bits/syscall.d): Include instead of
46276         $(objpfx)syscall-list.d.
46277         (generated): Change syscall-list.h and syscall-list.d to
46278         bits/syscall.h and bits/syscall.d.
46280 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46282         [BZ #13846]
46283         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46285 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46287         [BZ #13841]
46288         * math/s_csqrt.c: Include <float.h>.
46289         (__csqrt): Scale large or subnormal inputs.
46290         * math/s_csqrtf.c: Likewise.
46291         * math/s_csqrtl.c: Likewise.
46292         * math/libm-test.inc (csqrt_test): Add more tests.
46293         * sysdeps/i386/fpu/libm-test-ulps: Update.
46294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46296         [BZ #13840]
46297         * math/libm-test.inc (hypot_test): Add more tests.
46299 2012-03-13  David S. Miller  <davem@davemloft.net>
46301         [BZ #13840]
46302         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46303         double-precision for the calculation instead of scaling.
46305 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46307         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46308         manipulate bits before adding and subtracting TWO52[sx].
46309         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46310         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46311         Likewise.
46312         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46314 2012-03-13  David S. Miller  <davem@davemloft.net>
46316         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46317         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46318         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46319         rtld-global-offsets.h
46320         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46322         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46323         large parameters.
46325         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46327         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46328         'err' in the ifdef scope in which it is actually used.
46330         * nss/nss_db/db-init.c: Include string.h
46332 2012-03-12  David S. Miller  <davem@davemloft.net>
46334         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46335         masking out of the most significant byte of random value used.
46336         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46337         Fix coding style in previous change.
46339         * sysdeps/unix/sysv/linux/kernel-features.h
46340         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46341         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46342         expression.
46343         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46344         later.
46346 2012-03-11  David S. Miller  <davem@davemloft.net>
46348         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46349         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46350         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46351         for 'resultvar' otherwise things get truncated on 64-bit.
46353         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46354         Fix masking out of the most significant byte of random value used.
46356         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46358 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46362 2012-03-09  David S. Miller  <davem@davemloft.net>
46364         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46365         variables with appropriate CPP guards.
46366         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46367         from the frame pointer, not the stack pointer.  Correct layout
46368         comments.  Fix test on resulting framesize and the management of
46369         the outregs buffer for pltexit.  Preserve floating point return
46370         values across _dl_call_pltexit call.
46371         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46372         framesize and the management of the outregs buffer for pltexit.
46373         Preserve floating point return values across _dl_call_pltexit
46374         call.
46375         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46376         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46377         (la_sparc64_gnu_pltexit): New functions.
46378         (print_exit): Fix format string for return register value.
46380 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46382         * sunrpc/Makefile (others): Add rpcgen.
46383         ($(objpfx)rpcgen): Remove special build rule and dependency on
46384         libc.
46385         * sunrpc/rpcgen.c: New file.
46387 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46389         [BZ #13673]
46390         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46391         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46392         * sysdeps/i386/crti.S: Likewise.
46393         * sysdeps/i386/crtn.S: Likewise.
46394         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46395         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46396         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46397         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46398         * sysdeps/sh/crti.S: Likewise.
46399         * sysdeps/sh/crtn.S: Likewise.
46400         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46402         [BZ #13673]
46403         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46404         with URL.
46405         * locale/programs/locfile-kw.gperf: Likewise.
46406         * locale/programs/charmap-kw.h: Regenerated.
46407         * locale/programs/locfile-kw.h: Likewise.
46409         [BZ #13673]
46410         * intl/plural.y: Replace FSF snail mail address with URL.
46411         * intl/plural.c: Regenerated.
46413 2012-03-09  Richard Henderson  <rth@twiddle.net>
46415         * include/math_private.h: Remove file.
46416         * math/math_private.h: Move file ...
46417         * sysdeps/generic/math_private.h: ... here.
46419         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46420         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46421         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46423         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46424         and <math_private.h>.
46425         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46426         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46427         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46428         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46429         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46430         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46431         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46432         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46433         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46434         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46435         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46436         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46437         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46438         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46439         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46440         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46441         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46442         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46443         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46444         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46445         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46446         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46447         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46448         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46449         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46450         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46451         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46452         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46453         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46454         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46455         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46456         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46457         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46458         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46459         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46460         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46461         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46462         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46463         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46464         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46465         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46466         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46467         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46468         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46469         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46470         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46471         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46472         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46473         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46474         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46475         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46476         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46477         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46478         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46479         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46480         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46481         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46482         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46483         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46484         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46485         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46486         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46487         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46488         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46489         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46490         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46491         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46492         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46493         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46494         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46495         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46496         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46497         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46498         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46499         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46500         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46501         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46502         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46503         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46504         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46505         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46506         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46507         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46508         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46509         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46510         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46511         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46512         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46513         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46514         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46515         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46516         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46517         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46518         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46519         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46520         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46521         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46522         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46523         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46524         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46525         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46526         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46527         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46528         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46529         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46530         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46531         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46532         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46533         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46534         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46535         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46536         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46537         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46538         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46539         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46540         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46541         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46542         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46543         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46544         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46545         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46546         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46547         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46548         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46549         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46550         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46551         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46552         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46553         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46554         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46555         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46556         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46557         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46558         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46559         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46560         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46561         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46562         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46563         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46564         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46565         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46566         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46567         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46568         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46569         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46570         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46571         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46572         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46573         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46574         * sysdeps/ieee754/k_standard.c: Likewise.
46575         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46576         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46577         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46578         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46579         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46580         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46582         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46583         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46584         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46585         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46586         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46587         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46588         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46589         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46590         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46591         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46592         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46593         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46594         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46595         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46596         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46597         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46598         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46599         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46600         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46601         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46602         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46603         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46604         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46605         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46606         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46607         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46608         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46609         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46610         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46611         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46612         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46613         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46614         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46615         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46616         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46617         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46618         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46619         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46620         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46621         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46622         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46623         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46624         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46625         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46626         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46627         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46628         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46629         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46630         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46631         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46632         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46633         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46634         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46635         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46636         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46637         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46638         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46639         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46640         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46641         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46642         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46643         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46644         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46645         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46646         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46647         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46648         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46649         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46650         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46652         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46653         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46654         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46655         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46656         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46657         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46658         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46659         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46660         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46661         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46662         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46663         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46664         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46665         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46666         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46667         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46668         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46669         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46670         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46671         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46672         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46673         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46676         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46677         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46678         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46679         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46680         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46681         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46682         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46683         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46684         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46690         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46691         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46692         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46693         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46694         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46695         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46697         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46698         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46699         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46700         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46702         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46704         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46705         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46706         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46707         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46708         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46709         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46710         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46711         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46712         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46713         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46714         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46715         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46716         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46717         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46718         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46719         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46720         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46721         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46722         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46723         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46724         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46725         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46726         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46727         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46728         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46729         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46730         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46731         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46732         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46733         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46734         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46735         * sysdeps/ieee754/s_lib_version.c: Likewise.
46736         * sysdeps/ieee754/s_matherr.c: Likewise.
46737         * sysdeps/ieee754/s_signgam.c: Likewise.
46738         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46739         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46740         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46741         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46742         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46743         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46744         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46745         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46746         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46747         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46748         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46749         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46750         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46751         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46752         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46753         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46754         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46755         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46756         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46757         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46758         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46760 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46762         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46763         * sunrpc/rpc_main.c: Likewise.
46764         * sunrpc/rpc_svcout.c: Likewise.
46766 2012-03-09  David S. Miller  <davem@davemloft.net>
46768         * include/math_private.h: New file.
46770 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46772         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46773         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46774         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46775         from <bits/socket_type.h>.
46776         (enum __socket_type): Don't define here.
46777         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46778         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46779         bits/socket_type.h.
46781         [BZ #13566]
46782         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46783         checking __USE_GNU.
46785         * Makerules ($(inst_includedir)/%.h): New rule.
46786         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46787         (install-others): Remove variable setting.
46788         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46790 2012-03-08  Richard Henderson  <rth@twiddle.net>
46792         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46793         from macro to inline function; merge with the
46794         !__LIBC_INTERNAL_MATH_INLINES version.
46795         (__ieee754_sqrtf): Likewise.
46797         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46798         to inline function.
46799         (__rintf, __floor, __floorf): Likewise.
46801         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46802         macro to inline function.
46803         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46805         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46806         not <math/math_private.h>.
46808 2012-03-08  David S. Miller  <davem@davemloft.net>
46810         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46811         copyright year.
46812         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46814 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46816         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46817         normalization.
46818         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46819         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46821 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46823         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46824         be defined individually, they must be defined as a block.  Define
46825         S for printing a string instead of hidint the different by using a
46826         macro for adding the 'l'.
46827         * stdio-common/tst-fphex-wide.c: Adjust.
46829 2012-03-07  Marek Polacek  <polacek@redhat.com>
46831         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46833 2012-03-08  Marek Polacek  <polacek@redhat.com>
46835         [BZ #13806]
46836         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46837         * stdio-common/tst-fphex.c: Define a few macros to make the
46838         test reusable.  Use them.
46839         * stdio-common/tst-fphex-wide.c: New file.
46841 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46843         [BZ #6911]
46844         * manual/macros.texi (gnusystems): New macro.
46845         (nongnusystems): Likewise.
46846         (gnulinuxhurdsystems): Likewise.
46847         (gnuhurdsystems): Likewise..
46848         (gnulinuxsystems): Likewise.
46849         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46850         variants of the GNU system, not "GNU system".
46851         * manual/conf.texi: Likewise.
46852         * manual/errno.texi: Likewise.  Update example of errno macro
46853         expansion.
46854         * manual/filesys.texi: Likewise.
46855         (getumask): Document as specific to GNU/Hurd.
46856         * manual/install.texi: Likewise.  Reword some references to
46857         GNU/Linux.
46858         * manual/intro.texi: Likewise.
46859         * manual/io.texi: Likewise.
46860         (File Name Portability): Detail which constraints are inapplicable
46861         to all GNU systems and which are only inapplicable to GNU/Hurd.
46862         * manual/job.texi: Likewise.
46863         * manual/llio.texi: Likewise.
46864         (O_NOCTTY): Document as present on GNU/Linux.
46865         * manual/maint.texi: Likewise.
46866         * manual/memory.texi: Likewise.
46867         * manual/pattern.texi: Likewise.
46868         * manual/pipe.texi: Likewise.
46869         * manual/process.texi: Likewise.
46870         * manual/resource.texi: Likewise.
46871         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46872         child on GNU/Hurd.
46873         * manual/setjmp.texi: Likewise.
46874         * manual/signal.texi: Likewise.
46875         * manual/startup.texi: Likewise.
46876         * manual/stdio.texi: Likewise.
46877         * manual/terminal.texi: Likewise.
46878         (ONLCR): Document as POSIX.
46879         (OXTABS): Document availability on GNU/Linux as XTABS.
46880         (ONOEOT): Document availability separately from other bits.
46881         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46882         * manual/time.texi: Likewise.
46883         * manual/users.texi: Likewise.
46884         * INSTALL: Regenerated.
46885         * sysdeps/gnu/errlist.c: Regenerated.
46887         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46888         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46889         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46890         puts.
46891         * configure: Regenerated.
46893 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46895         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46896         default includes instead of AC_HEADER_CHECK.
46897         * sysdeps/i386/configure: Regenerated.
46899         [BZ #10716]
46900         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46901         * math/s_cacoshf.c (__cacoshf): Likewise.
46902         * math/s_cacoshl.c (__cacoshl): Likewise.
46903         * math/s_casinh.c (__casinh): Set signs of result from argument.
46904         * math/s_casinhf.c (__casinhf): Likewise.
46905         * math/s_casinhl.c (__casinhl): Likewise.
46906         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46907         (casinh_test): Add more tests.
46908         * sysdeps/i386/fpu/libm-test-ulps: Update.
46909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46911 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46913         * po/zh_TW.po: Update from translation team.
46915         * login/Makefile (distribute): Remove variable.
46916         * catgets/Makefile: Likewise.
46917         * mach/Makefile: Likewise.
46918         * malloc/Makefile: Likewise.
46919         * misc/Makefile: Likewise.
46920         * iconv/Makefile: Likewise.
46921         * nscd/Makefile: Likewise.
46922         * hurd/Makefile: Likewise.
46923         * manual/Makefile: Likewise.
46924         * locale/Makefile: Likewise.
46925         * intl/Makefile: Likewise.
46926         * conform/Makefile: Likewise.
46927         * nss/Makefile: Likewise.
46928         * time/Makefile: Likewise.
46929         * soft-fp/Makefile: Likewise.
46930         * dirent/Makefile: Likewise.
46931         * gmon/Makefile: Likewise.
46932         * po/Makefile: Likewise.
46933         * rt/Makefile: Likewise.
46934         * socket/Makefile: Likewise.
46935         * math/Makefile: Likewise.
46936         * signal/Makefile: Likewise.
46937         * debug/Makefile: Likewise.
46938         * elf/Makefile: Likewise.
46939         * timezone/Makefile: Likewise.
46940         * stdlib/Makefile: Likewise.
46941         * iconvdata/Makefile: Likewise.
46942         * sunrpc/Makefile: Likewise.
46943         * io/Makefile: Likewise.
46944         * argp/Makefile: Likewise.
46945         * inet/Makefile: Likewise.
46946         * hesiod/Makefile: Likewise.
46947         * grp/Makefile: Likewise.
46948         * csu/Makefile: Likewise.
46949         * wctype/Makefile: Likewise.
46950         * crypt/Makefile: Likewise.
46951         * libio/Makefile: Likewise.
46952         * string/Makefile: Likewise.
46953         * nis/Makefile: Likewise.
46954         * resolv/Makefile: Likewise.
46955         * stdio-common/Makefile: Likewise.
46956         * wcsmbs/Makefile: Likewise.
46957         * dlfcn/Makefile: Likewise.
46958         * posix/Makefile: Likewise.
46960         [BZ #6959]
46961         * timezone/Makefile: Don't install timezone files, just the programs
46962         and scripts.
46964 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46966         * nss/databases.def: Add missing gshadow entry.
46968         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46970 2012-03-06  Marek Polacek  <polacek@redhat.com>
46972         [BZ #13726]
46973         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46974         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46975         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46976         * stdio-common/tst-long-dbl-fphex.c: New file.
46978 2012-03-06  David S. Miller  <davem@davemloft.net>
46980         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46981         (set_obp_int): New function.
46982         (get_obp_int): New function.
46983         (__get_clockfreq_via_dev_openprom): Likewise.
46984         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46985         Avoid unused variable warnings on 'val' and use builtin_expect.
46986         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46987         __builtin_expect.
46988         (INLINE_CLONE_SYSCALL): Likewise.
46990 2012-03-05  David S. Miller  <davem@davemloft.net>
46992         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46994 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46998         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46999         only for |x| >= 40.
47000         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47002 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47004         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47005         Replace gettimeofday with __vdso_gettimeofday.
47007         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47008         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47009         __vdso_clock_gettime and __vdso_getcpu.
47011         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47012         time with __vdso_time.
47014 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47016         * manual/lang.texi (size_t): Note types to which size_t may be
47017         equivalent with the GNU C Library, but do not describe when
47018         differences between them are significant.
47020 2012-03-05  Andreas Jaeger  <aj@suse.de>
47022         * sysdeps/i386/fpu/libm-test-ulps: Update.
47024 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47026         [BZ #3976]
47027         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47028         (__ieee754_pow): Save and restore rounding mode and use
47029         round-to-nearest for main computations.
47030         * math/libm-test.inc (pow_test_tonearest): New function.
47031         (pow_test_towardzero): Likewise.
47032         (pow_test_downward): Likewise.
47033         (pow_test_upward): Likewise.
47034         (main): Call the new functions.
47035         * sysdeps/i386/fpu/libm-test-ulps: Update.
47036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47038         [BZ #3976]
47039         * math/libm-test.inc (cosh_test_tonearest): New function.
47040         (cosh_test_towardzero): Likewise.
47041         (cosh_test_downward): Likewise.
47042         (cosh_test_upward): Likewise.
47043         (sinh_test_tonearest): Likewise.
47044         (sinh_test_towardzero): Likewise.
47045         (sinh_test_downward): Likewise.
47046         (sinh_test_upward): Likewise.
47047         (main): Call the new functions.
47048         * sysdeps/i386/fpu/libm-test-ulps: Update.
47049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47051 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47053         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47054         default stack guard is set in last bytes.
47055         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47057 2012-03-05  Kees Cook  <keescook@chromium.org>
47059         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47061         [BZ #13656]
47062         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47063         possibly allocate from heap instead of stack.
47064         * stdio-common/bug-vfprintf-nargs.c: New file.
47065         * stdio-common/Makefile (tests): Add nargs overflow test.
47067 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47071 2012-03-03  Marek Polacek  <polacek@redhat.com>
47073         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47074         * math/math_private.h: Likewise.
47075         * stdlib/tst-strtod.c: Likewise.
47076         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47077         * sysdeps/x86_64/bits/atomic.h: Likewise.
47079 2012-03-02  David S. Miller  <davem@davemloft.net>
47081         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47082         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47083         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47084         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47085         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47086         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47087         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47088         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47090 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47092         [BZ #13792]
47093         * manual/examples/README: New file, says the example source files
47094         can be used under GPL>=2.
47095         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47096         line containing just "*/".
47097         * manual/examples/add.c: Add copyright header (GPL>=2).
47098         * manual/examples/argp-ex1.c: Likewise.
47099         * manual/examples/argp-ex2.c: Likewise.
47100         * manual/examples/argp-ex3.c: Likewise.
47101         * manual/examples/argp-ex4.c: Likewise.
47102         * manual/examples/atexit.c: Likewise.
47103         * manual/examples/db.c: Likewise.
47104         * manual/examples/dir.c: Likewise.
47105         * manual/examples/dir2.c: Likewise.
47106         * manual/examples/execinfo.c: Likewise.
47107         * manual/examples/filecli.c: Likewise.
47108         * manual/examples/filesrv.c: Likewise.
47109         * manual/examples/fmtmsgexpl.c: Likewise.
47110         * manual/examples/genpass.c: Likewise.
47111         * manual/examples/inetcli.c: Likewise.
47112         * manual/examples/inetsrv.c: Likewise.
47113         * manual/examples/isockad.c: Likewise.
47114         * manual/examples/longopt.c: Likewise.
47115         * manual/examples/memopen.c: Likewise.
47116         * manual/examples/memstrm.c: Likewise.
47117         * manual/examples/mkfsock.c: Likewise.
47118         * manual/examples/mkisock.c: Likewise.
47119         * manual/examples/mygetpass.c: Likewise.
47120         * manual/examples/pipe.c: Likewise.
47121         * manual/examples/popen.c: Likewise.
47122         * manual/examples/rprintf.c: Likewise.
47123         * manual/examples/search.c: Likewise.
47124         * manual/examples/select.c: Likewise.
47125         * manual/examples/setjmp.c: Likewise.
47126         * manual/examples/sigh1.c: Likewise.
47127         * manual/examples/sigusr.c: Likewise.
47128         * manual/examples/stpcpy.c: Likewise.
47129         * manual/examples/strdupa.c: Likewise.
47130         * manual/examples/strftim.c: Likewise.
47131         * manual/examples/strncat.c: Likewise.
47132         * manual/examples/subopt.c: Likewise.
47133         * manual/examples/swapcontext.c: Likewise.
47134         * manual/examples/termios.c: Likewise.
47135         * manual/examples/testopt.c: Likewise.
47136         * manual/examples/testpass.c: Likewise.
47137         * manual/examples/timeval_subtract.c: Likewise.
47139         [BZ #13792]
47140         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47141         function to ...
47142         * manual/timeval_subtract.c.texi: ... here, new file.
47144 2012-03-02  David S. Miller  <davem@davemloft.net>
47146         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47148 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47150         [BZ #3976]
47151         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47152         (__sin): Save and restore rounding mode and use round-to-nearest
47153         for all computations.
47154         (__cos): Save and restore rounding mode and use round-to-nearest
47155         for all computations.
47156         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47157         <fenv.h>.
47158         (tan): Save and restore rounding mode and use round-to-nearest for
47159         all computations.
47160         * math/libm-test.inc (cos_test_tonearest): New function.
47161         (cos_test_towardzero): Likewise.
47162         (cos_test_downward): Likewise.
47163         (cos_test_upward): Likewise.
47164         (sin_test_tonearest): Likewise.
47165         (sin_test_towardzero): Likewise.
47166         (sin_test_downward): Likewise.
47167         (sin_test_upward): Likewise.
47168         (tan_test_tonearest): Likewise.
47169         (tan_test_towardzero): Likewise.
47170         (tan_test_downward): Likewise.
47171         (tan_test_upward): Likewise.
47172         (main): Call the new functions.
47173         * sysdeps/i386/fpu/libm-test-ulps: Update.
47174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47176         [BZ #10135]
47177         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47178         small n, then large n, before computing and testing k+n.
47179         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47180         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47181         Likewise.
47182         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47183         Likewise.
47184         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47185         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47186         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47187         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47188         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47189         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47190         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47191         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47192         * math/libm-test.inc (scalbn_test): Add more tests.
47193         (scalbln_test): Likewise.
47195         * manual/filesys.texi (mode_t): Describe constraints on size and
47196         signedness, not exact equivalence to a particular type.
47197         (ino_t): Likewise.
47198         (ino64_t): Likewise.
47199         (dev_t): Likewise.
47200         (nlink_t): Likewise.
47201         (blkcnt_t): Likewise.
47202         (blkcnt64_t): Likewise.
47203         * manual/llio.texi (off_t): Likewise.
47205         [BZ #3976]
47206         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47207         (__ieee754_exp): Save and restore rounding mode and use
47208         round-to-nearest for all computations.
47209         * math/libm-test.inc (exp_test_tonearest): New function.
47210         (exp_test_towardzero): Likewise.
47211         (exp_test_downward): Likewise.
47212         (exp_test_upward): Likewise.
47213         (main): Call the new functions.
47214         * sysdeps/i386/fpu/libm-test-ulps: Update.
47215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47217 2012-03-01  Chris Demetriou  <cgd@google.com>
47219         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47220         have predictable order.
47222 2012-03-01  David S. Miller  <davem@davemloft.net>
47224         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47226         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47227         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47228         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47229         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47231         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47232         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47233         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47234         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47235         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47236         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47237         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47238         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47239         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47241         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47243         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47244         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47245         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47247         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47248         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47249         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47250         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47251         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47252         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47253         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47254         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47255         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47256         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47257         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47258         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47259         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47260         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47261         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47262         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47263         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47264         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47265         * sysdeps/sparc/elf/configure: Regenerated.
47267 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47269         * configure.in (AS, LD): Require binutils 2.20 or later.
47270         * configure: Regenerated.
47271         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47272         as required minimum version.
47273         * INSTALL: Regenerated.
47275         [BZ #2541]
47276         [BZ #4108]
47277         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47278         before squaring exponent.
47279         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47280         bottom long double and 27 bits of top long double before squaring
47281         exponent.
47282         * math/libm-test.inc (erfc_test): Add more tests.
47283         * sysdeps/i386/fpu/libm-test-ulps: Update.
47284         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47287 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47289         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47290         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47291         containing bit-fields.
47292         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47293         * soft-fp/single.h (_FP_UNION_S): Likewise.
47294         * soft-fp/double.h (_FP_UNION_D): Likewise.
47296 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47298         [BZ #13786]
47299         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47300         not include ../strcmp.S.
47301         [USE_AS_STRNCASECMP_L]: Likewise.
47302         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47303         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47304         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47305         (__strncasecmp_l_ia32): Define as alias to
47306         __strncasecmp_l_nonascii.
47308         [BZ #5794]
47309         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47310         * sysdeps/i386/fpu/libm-test-ulps: Update.
47311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47313         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47316 2012-02-29  Jeff Law  <law@redhat.com>
47318         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47319         out of bounds read.
47321 2012-02-29  Marek Polacek  <polacek@redhat.com>
47323         [BZ #13706]
47324         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47325         * elf/Makefile: Add rules to run tst-unused-dep.out.
47327 2012-02-28  David S. Miller  <davem@davemloft.net>
47329         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47330         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47331         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47332         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47333         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47334         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47336 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47338         * math/libm-test.inc (llround_test): Move one test from
47339         lround_test.  Use TEST_f_L in moved test.
47340         (lround_test): Move misplaced test to llround_test.  Add testcase
47341         from bug 2561.
47343 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47345         * sysdeps/x86_64/fpu/e_expf.S: New file.
47346         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47348 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47350         [BZ #13637]
47351         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47352         of remain_len that may cause incomplete multi-byte character and
47353         false match.
47354         * posix/bug-regex33.c: New file.
47355         * posix/Makefile (tests): Add bug-regex33.
47357 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47359         * manual/macros.texi: New file.
47360         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47361         * manual/libc.texinfo: Include macros.texi.
47362         * manual/creatute.texi: Likewise.
47363         * manual/install.texi: Likewise.
47364         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47365         @glibcadj{} in references to the GNU C Library.
47366         * manual/charset.texi: Likewise.
47367         * manual/conf.texi: Likewise.
47368         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47369         when not using those macros.
47370         * manual/creature.texi: Likewise.
47371         * manual/crypt.texi: Likewise.
47372         * manual/errno.texi: Likewise.
47373         * manual/filesys.texi: Likewise.
47374         * manual/header.texi: Likewise.
47375         * manual/install.texi: Likewise.
47376         * manual/intro.texi: Likewise.
47377         * manual/io.texi: Likewise.
47378         * manual/job.texi: Likewise.
47379         * manual/lang.texi: Likewise.
47380         * manual/libc.texiinfo: Likewise.
47381         * manual/llio.texi: Likewise.
47382         * manual/locale.texi: Likewise.
47383         * manual/maint.texi: Likewise.
47384         * manual/math.texi: Likewise.
47385         * manual/memory.texi: Likewise.
47386         * manual/message.texi: Likewise.
47387         * manual/nss.texi: Likewise.
47388         * manual/pattern.texi: Likewise.
47389         * manual/process.texi: Likewise.
47390         * manual/resource.texi: Likewise.
47391         * manual/search.texi: Likewise.
47392         * manual/setjmp.texi: Likewise.
47393         * manual/signal.texi: Likewise.
47394         * manual/socket.texi: Likewise.
47395         * manual/startup.texi: Likewise.
47396         * manual/stdio.texi: Likewise.
47397         * manual/string.texi: Likewise.
47398         * manual/sysinfo.texi: Likewise.
47399         * manual/syslog.texi: Likewise.
47400         * manual/terminal.texi: Likewise.
47401         * manual/time.texi: Likewise.
47402         * manual/users.texi: Likewise.
47403         * INSTALL: Regenerated.
47404         * NOTES: Regenerated.
47405         * sysdeps/gnu/errlist.c: Regenerated.
47407 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47409         * include/dirent.h: Include <dirstream.h> before
47410         <dirent/dirent.h>.
47412 2012-02-28  David S. Miller  <davem@davemloft.net>
47414         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47415         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47416         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47417         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47419 2012-02-27  David S. Miller  <davem@davemloft.net>
47421         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47422         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47423         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47424         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47427         frame pointer instead of stack pointer relative arg slot.
47428         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47429         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47430         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47432 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47434         [BZ #3992]
47435         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47437 2012-02-27  David S. Miller  <davem@davemloft.net>
47439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47443         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47444         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47445         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47446         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47448 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47450         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47451         later.  Allow versions 5-9.
47452         * configure: Regenerated.
47453         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47454         required minimum version and 4.6 as recommended version.  Do not
47455         mention bugs in GCC 2.7 and 2.8.
47456         * INSTALL: Regenerated.
47458 2012-02-27  David S. Miller  <davem@davemloft.net>
47460         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47464         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47465         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47466         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47467         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47469         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47470         manipulate bits before adding and subtracting TWO112[sx].
47471         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47473 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47475         [BZ #13775]
47476         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47477         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47478         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47479         being in POSIX, because they are in 1003.1-2008.
47481         * rt/tst-aio.c: Include <fcntl.h>.
47482         * rt/tst-aio7.c: Likewise.
47483         * rt/tst-aio64.c: Likewise.
47485         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47487 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47489         * manual/install.texi (--with-headers): Describe headers as
47490         interface headers, not private headers.
47491         (Specific advice for GNU/Linux systems): Describe use of headers
47492         from "make headers_install", not private headers from older
47493         kernels.
47494         * INSTALL: Regenerated.
47495         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47496         Change to 2.6.19.
47497         * sysdeps/unix/sysv/linux/configure: Regenerated.
47499         * manual/llio.texi (fclean): Remove documentation.
47501         * manual/Makefile (libc-texi-generated): New variable.  Include
47502         version.texi.
47503         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47504         $(libc-texi-generated), not duplicated list of files.
47505         (version.texi, stamp-version): New rules.
47506         (realclean): Remove $(libc-texi-generated), not individual files
47507         from that list.  Do not remove dir-add.texinfo.
47508         * manual/libc.texinfo: Comment out uses of edition numbers and
47509         references to printed manual.  Remove last-updated dates.
47510         (EDITION): Comment out.
47511         (ISBN): Likewise.
47512         (VERSION, UPDATED): Remove.
47513         (version.texi): Include.
47515 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47517         * sysdeps/posix/spawni.c: Include <signal.h>.
47518         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47519         * sysdeps/pthread/aio_fsync.c: Likewise.
47521 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47523         * conform/Makefile (tests): Run only when not cross-compiling and
47524         when fast-check is not defined.
47526         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47527         * conform/data/limits.h-data: Fixes for POSIX2008.
47528         * conform/run-conformtest.sh: Run all tests.
47529         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47530         headers.
47531         * include/bits/dlfcn.h: Likewise.
47532         * include/langinfo.h: Likewise.
47533         * include/monetary.h: Likewise.
47534         * include/sys/poll.h: Likewise.
47536         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47537         for __USE_GNU.
47538         * posix/spawn.h: Define __need_sigset_t.
47539         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47540         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47541         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47542         to get sigevent_t only.
47543         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47544         only for __USE_GNU.
47545         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47546         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47547         process_vm_writev only for __USE_GNU.
47548         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47550         * conform/Makefile: For now ignore errors from run-conformtest.
47551         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47552         POSIX to avoid namespace pollution.  Don't prepend headers.
47553         * conform/data/aio.h-data: Fixes for POSIX testing.
47554         * conform/data/fcntl.h-data: Likewise.
47555         * conform/data/glob.h-data: Likewise.
47556         * conform/data/grp.h-data: Likewise.
47557         * conform/data/pthread.h-data: Likewise.
47558         * conform/data/pwd.h-data: Likewise.
47559         * conform/data/signal.h-data: Likewise.
47560         * conform/data/spawn.h-data: Likewise.
47561         * conform/data/stdio.h-data: Likewise.
47562         * conform/data/stdlib.h-data: Likewise.
47563         * conform/data/stropts.h-data: Likewise.
47564         * conform/data/sys/mman.h-data: Likewise.
47565         * conform/data/sys/stat.h-data: Likewise.
47566         * conform/data/sys/types.h-data: Likewise.
47567         * conform/data/sys/wait.h-data: Likewise.
47568         * conform/data/time.h-data: Likewise.
47569         * conform/data/unistd.h-data: Likewise.
47570         * conform/data/utime.h-data: Likewise.
47572         * io/sys/stat.h: fchmod was always in POSIX.
47573         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47574         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47575         * rt/aio.h: Define __need_timespec before including <time.h>.
47576         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47577         struct.  Add forward declaration of pthread_attr_t and use it in
47578         sigevent.
47579         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47580         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47581         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47582         always remove CLK_TCK definition.
47584 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47586         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47588 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47590         * conform/run-conformtest.sh: New file.
47591         * conform/Makefile: Run run-conformtest for tests.
47592         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47593         support.
47595         * conform/data/uchar.h-data: New file.
47596         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47597         * conform/data/arpa/inet.h-data: Likewise.
47598         * conform/data/assert.h-data: Likewise.
47599         * conform/data/complex.h-data: Likewise.
47600         * conform/data/cpio.h-data: Likewise.
47601         * conform/data/ctype.h-data: Likewise.
47602         * conform/data/dirent.h-data: Likewise.
47603         * conform/data/dlfcn.h-data: Likewise.
47604         * conform/data/errno.h-data: Likewise.
47605         * conform/data/fcntl.h-data: Likewise.
47606         * conform/data/float.h-data: Likewise.
47607         * conform/data/fmtmsg.h-data: Likewise.
47608         * conform/data/fnmatch.h-data: Likewise.
47609         * conform/data/ftw.h-data: Likewise.
47610         * conform/data/glob.h-data: Likewise.
47611         * conform/data/grp.h-data: Likewise.
47612         * conform/data/iconv.h-data: Likewise.
47613         * conform/data/inttypes.h-data: Likewise.
47614         * conform/data/langinfo.h-data: Likewise.
47615         * conform/data/libgen.h-data: Likewise.
47616         * conform/data/limits.h-data: Likewise.
47617         * conform/data/locale.h-data: Likewise.
47618         * conform/data/math.h-data: Likewise.
47619         * conform/data/monetary.h-data: Likewise.
47620         * conform/data/mqueue.h-data: Likewise.
47621         * conform/data/ndbm.h-data: Likewise.
47622         * conform/data/net/if.h-data: Likewise.
47623         * conform/data/netdb.h-data: Likewise.
47624         * conform/data/netinet/in.h-data: Likewise.
47625         * conform/data/nl_types.h-data: Likewise.
47626         * conform/data/poll.h-data: Likewise.
47627         * conform/data/pthread.h-data: Likewise.
47628         * conform/data/pwd.h-data: Likewise.
47629         * conform/data/regex.h-data: Likewise.
47630         * conform/data/sched.h-data: Likewise.
47631         * conform/data/search.h-data: Likewise.
47632         * conform/data/semaphore.h-data: Likewise.
47633         * conform/data/setjmp.h-data: Likewise.
47634         * conform/data/signal.h-data: Likewise.
47635         * conform/data/spawn.h-data: Likewise.
47636         * conform/data/stdarg.h-data: Likewise.
47637         * conform/data/stdio.h-data: Likewise.
47638         * conform/data/stdlib.h-data: Likewise.
47639         * conform/data/string.h-data: Likewise.
47640         * conform/data/strings.h-data: Likewise.
47641         * conform/data/stropts.h-data: Likewise.
47642         * conform/data/sys/ipc.h-data: Likewise.
47643         * conform/data/sys/mman.h-data: Likewise.
47644         * conform/data/sys/msg.h-data: Likewise.
47645         * conform/data/sys/resource.h-data: Likewise.
47646         * conform/data/sys/select.h-data: Likewise.
47647         * conform/data/sys/sem.h-data: Likewise.
47648         * conform/data/sys/shm.h-data: Likewise.
47649         * conform/data/sys/socket.h-data: Likewise.
47650         * conform/data/sys/stat.h-data: Likewise.
47651         * conform/data/sys/statvfs.h-data: Likewise.
47652         * conform/data/sys/time.h-data: Likewise.
47653         * conform/data/sys/timeb.h-data: Likewise.
47654         * conform/data/sys/times.h-data: Likewise.
47655         * conform/data/sys/types.h-data: Likewise.
47656         * conform/data/sys/uio.h-data: Likewise.
47657         * conform/data/sys/un.h-data: Likewise.
47658         * conform/data/sys/utsname.h-data: Likewise.
47659         * conform/data/sys/wait.h-data: Likewise.
47660         * conform/data/syslog.h-data: Likewise.
47661         * conform/data/tar.h-data: Likewise.
47662         * conform/data/termios.h-data: Likewise.
47663         * conform/data/utime.h-data: Likewise.
47664         * conform/data/utmpx.h-data: Likewise.
47665         * conform/data/varargs.h-data: Likewise.
47666         * conform/data/wchar.h-data: Likewise.
47667         * conform/data/wctype.h-data: Likewise.
47668         * conform/data/wordexp.h-data: Likewise.
47670         * include/stropts.h: New file.
47671         * include/uchar.h: New file.
47672         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47673         * include/assert.h: Likewise.
47674         * include/ctype.h: Likewise.
47675         * include/dirent.h: Likewise.
47676         * include/dlfcn.h: Likewise.
47677         * include/fcntl.h: Likewise.
47678         * include/fnmatch.h: Likewise.
47679         * include/glob.h: Likewise.
47680         * include/grp.h: Likewise.
47681         * include/libio.h: Likewise.
47682         * include/locale.h: Likewise.
47683         * include/math.h: Likewise.
47684         * include/net/if.h: Likewise.
47685         * include/netdb.h: Likewise.
47686         * include/netinet/in.h: Likewise.
47687         * include/pthread.h: Likewise.
47688         * include/pwd.h: Likewise.
47689         * include/regex.h: Likewise.
47690         * include/sched.h: Likewise.
47691         * include/search.h: Likewise.
47692         * include/setjmp.h: Likewise.
47693         * include/signal.h: Likewise.
47694         * include/stdio.h: Likewise.
47695         * include/stdlib.h: Likewise.
47696         * include/string.h: Likewise.
47697         * include/sys/cdefs.h: Likewise.
47698         * include/sys/mman.h: Likewise.
47699         * include/sys/msg.h: Likewise.
47700         * include/sys/resource.h: Likewise.
47701         * include/sys/select.h: Likewise.
47702         * include/sys/socket.h: Likewise.
47703         * include/sys/stat.h: Likewise.
47704         * include/sys/statvfs.h: Likewise.
47705         * include/sys/time.h: Likewise.
47706         * include/sys/times.h: Likewise.
47707         * include/sys/uio.h: Likewise.
47708         * include/sys/utsname.h: Likewise.
47709         * include/sys/wait.h: Likewise.
47710         * include/termios.h: Likewise.
47711         * include/time.h: Likewise.
47712         * include/ulimit.h: Likewise.
47713         * include/unistd.h: Likewise.
47714         * include/utime.h: Likewise.
47715         * include/wchar.h: Likewise.
47716         * include/wctype.h: Likewise.
47717         * include/wordexp.h: Likewise.
47719         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47721         * time/time.h: TIME_UTC must be a macro.
47722         Make timespec_get available for ISO C11 only as well.
47724 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47726         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47727         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47729 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47731         * configure.in: Use -o not -a in test for unsupported multi-arch.
47733 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47735         * manual/texinfo.tex: Update to version 2012-01-19.16.
47737 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47739         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47741 2012-02-24  Roland McGrath  <roland@hack.frob.com>
47743         [BZ #13738]
47744         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47745         * manual/fdl-1.3.texi: New file.
47746         * manual/fdl-1.1.texi: File removed.
47748         [BZ #13738]
47749         * manual/libc.texinfo (FDL_VERSION): New @set.
47750         Use it for mention of FDL in cover text.
47751         (Documentation License): Use it in @include file name.
47753 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47754             Roland McGrath  <roland@hack.frob.com>
47756         [BZ #5461]
47757         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47758         (not LONG_LONG_MAX and LONG_LONG_MIN.
47759         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47760         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
47761         name.
47762         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47764 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47766         [BZ #2547]
47767         [BZ #11365]
47768         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47769         manipulate bits before adding and subtracting TWO23[sx].
47770         * math/libm-test.inc (nearbyint_test): Add more tests.
47772 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47774         [BZ #2548]
47775         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47776         bits before adding and subtracting TWO23[sx].
47777         * math/libm-test.inc (rint_test): Add more tests.
47778         (rint_test_tonearest): Likewise.
47779         (rint_test_towardzero): Likewise.
47780         (rint_test_downward): Likewise.
47781         (rint_test_upward: Likewise.
47783 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47785         [BZ #10110]
47786         * include/stdc-predef.h: New file.  Extracted from features.h.
47787         * include/features.h: Include stdc-predef.h.
47788         * Makefile (headers): Add stdc-predef.h.
47789         * CONFORMANCE (Compiler limitations): Update.
47791 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47793         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47795 2012-02-21  David S. Miller  <davem@davemloft.net>
47797         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47798         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47800 2012-02-20  David S. Miller  <davem@davemloft.net>
47802         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47803         using a normal save/restore sequence, rather than allocating a
47804         dummy stack frame just to store a frame pointer and restore.
47805         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47807 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47809         * manual/install.texi: Fix stray word in line-wrapped comment.
47811 2012-02-20  David S. Miller  <davem@davemloft.net>
47813         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47814         both binutils and gcc support GOTDATA.
47816         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47817         "rd %pc" in the PIC register setup sequences.
47819         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47820         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47821         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47822         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47823         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47824         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47825         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47826         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47827         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47828         (SYSCALL_ERROR_HANDLER): Likewise.
47829         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47830         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47831         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47832         (SYSCALL_ERROR_HANDLER): Likewise.
47834         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47835         (HAVE_GCC_GOTDATA): New.
47836         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47837         relocation support in both binutils and gcc.
47838         * sysdeps/sparc/elf/configure: Regenerate.
47840         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47841         * sysdeps/sparc/sparc32/elf/configure: Delete.
47842         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47843         * sysdeps/sparc/sparc64/elf/configure: Delete.
47844         * sysdeps/sparc/elf/configure.in: New file.
47845         * sysdeps/sparc/elf/configure: Generate.
47847         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47848         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47849         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47850         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47851         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47853 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47855         * manual/install.texi: Do not mention specific glibc version
47856         numbers.
47857         * manual/libc.texinfo (VERSION, UPDATED): Update.
47858         (@copying): Use @copyright{} and range of years.
47860 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47862         [BZ #13695]
47863         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47864         [crti.S not in sysdirs] (generated): Do not append.
47865         [crti.S not in sysdirs] (omit-deps): Likewise.
47866         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47867         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47868         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47869         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47870         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47871         Likewise.
47872         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47873         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47874         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47875         * csu/defs.awk: Remove file.
47876         * sysdeps/generic/initfini.c: Likewise.
47877         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47878         variable.
47879         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47880         Likewise.
47882 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47884         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47885         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47886         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47887         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47888         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47889         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47890         <bits/epoll.h>.
47891         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47892         (__EPOLL_PACKED): Define to empty if not defined by
47893         <bits/epoll.h>.
47894         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47896         bits/epoll.h.
47898 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47900         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47901         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47902         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47903         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47904         <bits/timerfd.h>.
47905         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47906         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47907         bits/timerfd.h.
47909 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47911         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47912         in C locale.
47913         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47914         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47915         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47918 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47920         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47921         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47923 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47925         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47926         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47927         defined.
47928         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47929         Likewise.
47930         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47931         entry for 2.16.
47933 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47935         * math/w_acos.c: Use non-signaling floating-point comparisons.
47936         * math/w_acosf.c: Likewise.
47937         * math/w_acosh.c: Likewise.
47938         * math/w_acoshf.c: Likewise.
47939         * math/w_acoshl.c: Likewise.
47940         * math/w_acosl.c: Likewise.
47941         * math/w_asin.c: Likewise.
47942         * math/w_asinf.c: Likewise.
47943         * math/w_asinl.c: Likewise.
47944         * math/w_atanh.c: Likewise.
47945         * math/w_atanhf.c: Likewise.
47946         * math/w_atanhl.c: Likewise.
47947         * math/w_exp2.c: Likewise.
47948         * math/w_exp2f.c: Likewise.
47949         * math/w_exp2l.c: Likewise.
47950         * math/w_j0.c: Likewise.
47951         * math/w_j0f.c: Likewise.
47952         * math/w_j0l.c: Likewise.
47953         * math/w_j1.c: Likewise.
47954         * math/w_j1f.c: Likewise.
47955         * math/w_j1l.c: Likewise.
47956         * math/w_jn.c: Likewise.
47957         * math/w_jnf.c: Likewise.
47958         * math/w_log.c: Likewise.
47959         * math/w_log10.c: Likewise.
47960         * math/w_log10f.c: Likewise.
47961         * math/w_log10l.c: Likewise.
47962         * math/w_log2.c: Likewise.
47963         * math/w_log2f.c: Likewise.
47964         * math/w_log2l.c: Likewise.
47965         * math/w_logf.c: Likewise.
47966         * math/w_logl.c: Likewise.
47967         * math/w_sqrt.c: Likewise.
47968         * math/w_sqrtf.c: Likewise.
47969         * math/w_sqrtl.c: Likewise.
47970         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47971         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47972         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47973         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47974         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47976 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47978         [BZ #9739]
47979         * manual/string.texi (strnlen): Use correct parameter name in
47980         equivalent expression.
47982 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47984         [BZ #11174]
47985         * manual/users.texi (seteuid): Consistently use neweuid for
47986         argument name.
47988 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47990         [BZ #13704]
47991         * manual/nss.texi (Services in the NSS configuration): Correct
47992         list of services in example configuration file.
47994 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47996         [BZ #11322]
47997         * manual/arith.texi: Remove statements about negative zero
47998         behaving identically to zero.
48000 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48002         [BZ #5993]
48003         * manual/install.texi: Do not document upgrading from libc5.
48005 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48007         [BZ #4596]
48008         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48010 2012-02-18  David S. Miller  <davem@davemloft.net>
48012         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48013         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48014         %o7 across the call.
48015         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48016         instead.
48017         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48018         SETUP_PIC_REG_LEAF.
48019         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48020         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48021         * sysdeps/sparc/crtn.S: Likewise.
48023 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48025         * aout/Makefile: Remove.
48027 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48029         [BZ #13058]
48030         * manual/examples/argp-ex1.c (main): Format definition in GNU
48031         style.
48032         * manual/examples/argp-ex2.c (main): Likewise.
48033         * manual/examples/argp-ex3.c (main): Likewise.
48034         * manual/examples/argp-ex4.c (main): Likewise.
48035         * manual/examples/longopt.c (main): Use new-style prototype
48036         definition.
48037         * manual/examples/strncat.c (main): Specify return type and use
48038         (void) for arguments.
48039         * manual/examples/subopt.c (main): Use char **argv argument.
48041 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48043         [BZ #5077]
48044         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48045         rounding modes.
48047 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48049         [BZ #6907]
48050         * manual/string.texi (strchr): Change when strchrnul is
48051         recommended.
48053 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48055         [BZ #174]
48056         * manual/locale.texi (setlocale): Document LOCPATH.
48058 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48060         [BZ #10210]
48061         * manual/process.texi (execle): Move @dots{} before last argument.
48063 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48065         [BZ #12047]
48066         * manual/charset.texi (Generic Charset Conversion): Fix typo
48067         (LC_TYPE -> LC_CTYPE).
48069 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48071         [BZ #5805]
48072         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48073         (scalbnf): Likewise.
48074         (scalbnl): Likewise.
48075         (scalbln): Likewise.
48076         (scalblnf): Likewise.
48077         (scalblnl): Likewise.
48078         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48079         (vwarnx): Likewise.
48080         (verr): Likewise.
48081         (verrx): Likewise.
48082         * manual/filesys.texi (telldir): Use braces around return type.
48083         * manual/llio.texi (mmap): Add space after comma.
48084         (mmap64): Likewise.
48085         * manual/math.texi (jn): Use @var{} on parameter names.
48086         (jnf): Likewise.
48087         (jnl): Likewise.
48088         (yn): Likewise.
48089         (ynf): Likewise.
48090         (ynl): Likewise.
48091         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48092         line.
48093         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48094         "...".
48095         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48096         (sched_get_priority_max): Likewise.
48097         * manual/signal.texi (sigvec): Add space after comma.
48098         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48099         names.
48100         (if_indextoname): Likewise.
48101         (if_freenameindex): Likewise.
48102         (sendto): Use ',' instead of '.' in prototype.
48103         * manual/startup.texi (syscall): Use @dots{} instead of literal
48104         "...".
48105         * manual/stdio.texi (__fpending): Separate initial words of
48106         paragraph from @deftypefun line.
48107         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48108         "...".
48109         (vsyslog): Use @var{} on parameter names.
48110         * manual/terminal.texi (stty): Use @var{} on parameter names.
48111         * manual/users.texi (getutmp): Use @var{} on parameter names.
48112         (getutmpx): Likewise.
48114 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48116         [BZ #6884]
48117         * manual/stdio.texi (fopen): Fix typos in description of
48118         ",ccs=STRING".
48120 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48122         [BZ #4026]
48123         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48124         get clock_id definition.
48126 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48128         [BZ #4822]
48129         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48130         (madvise): Cast every argument to void on its own.
48132 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48134         [BZ #9902]
48135         * manual/startup.texi (Exit Status): Fix typo.
48137 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48139         [BZ #10140]
48140         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48141         * manual/examples/argp-ex2.c: Likewise.
48142         * manual/examples/argp-ex3.c: Likewise.
48144 2012-02-16  Richard Henderson  <rth@redhat.com>
48146         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48147         * sysdeps/s390/s390-32/initfini.c: Remove.
48148         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48149         * sysdeps/s390/s390-64/initfini.c: Remove.
48151 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48153         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48154         compiler output for sysdeps/generic/initfini.c.
48155         * sysdeps/sh/elf/initfini.c: Remove file.
48157 2012-02-16  David S. Miller  <davem@davemloft.net>
48159         [BZ #11494]
48160         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48162         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48163         * sysdeps/sparc/crti.S: New file.
48164         * sysdeps/sparc/crtn.S: New file.
48165         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48166         * sysdeps/sparc/sparc64/Makefile: Likewise.
48168 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48170         [BZ #3335]
48171         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48173 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48175         [BZ #4822]
48176         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48178         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48179         (write, read, close): Likewise.
48180         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48182 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48184         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48185         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48186         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48187         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48188         <bits/signalfd.h>.
48189         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48190         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48191         bits/signalfd.h.
48193 2012-02-14  Marek Polacek  <polacek@redhat.com>
48195         * sysdeps/x86_64/crti.S: New file.
48196         * sysdeps/x86_64/crtn.S: New file.
48197         * sysdeps/x86_64/elf/initfini.c: Remove file.
48199 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48201         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48202         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48203         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48204         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48205         <bits/inotify.h>.
48206         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48207         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48208         bits/inotify.h.
48210 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48212         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48213         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48214         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48215         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48216         <bits/eventfd.h>.
48217         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48218         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48219         bits/eventfd.h.
48221 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48223         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48224         __feraiseexcept instead of feraiseexcept.
48226         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48227         nanosleep invocations.
48228         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48229         strings, and add error checking for a nanosleep invocations.
48231 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48233         Replace FSF snail mail address with URLs, as per GNU coding standards.
48234         Most of the snail mail addresses were wrong anyway, and omitting
48235         them makes the source code easier to maintain.  Almost all of the
48236         changes are to license notices and to locale LC_IDENTIFICATION
48237         addresses, except for this one:
48238         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48239         not its snail mail address.
48241 2012-02-09  Richard Henderson  <rth@twiddle.net>
48243         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48244         of kernel-features.h.
48246         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48248 2012-02-08  Marek Polacek  <polacek@redhat.com>
48250         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48251         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48252         * sysdeps/gnu/_G_config.h: Likewise.
48253         * sysdeps/generic/_G_config.h: Likewise.
48255 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48257         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48258         tests.
48259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48261         * sysdeps/powerpc/powerpc32/crti.S: New file.
48262         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48263         * sysdeps/powerpc/powerpc64/crti.S: New file.
48264         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48266         * Makeconfig (have-initfini): Don't set.
48267         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48268         * configure.in (nopic_initfini): Don't substitute.
48269         * config.h.in (HAVE_INITFINI): Don't #undef.
48270         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48271         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48273 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48275         Support crti.S and crtn.S provided directly by architectures.
48276         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48277         [crti.S in sysdirs] (omit-deps): Likewise.
48278         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48279         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48280         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48281         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48282         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48283         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48284         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48285         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48286         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48287         compiler output for sysdeps/generic/initfini.c.
48288         * sysdeps/i386/elf/Makefile: Remove file.
48289         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48291 2012-02-07  Marek Polacek  <polacek@redhat.com>
48293         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48294         * sysdeps/gnu/_G_config.h: Likewise.
48295         * sysdeps/mach/hurd/_G_config.h: Likewise.
48297 2012-02-07  Marek Polacek  <polacek@redhat.com>
48299         * math/Makefile (tests): Add tst-CMPLX2.
48300         * math/tst-CMPLX2.c: New file.
48302 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48304         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48306         * math/libm-test.inc (jn_test): Add missing L suffix.
48308 2012-02-06  Marek Polacek  <polacek@redhat.com>
48310         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48311         * sysdeps/i386/fpu/e_powf.S: Likewise.
48312         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48313         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48314         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48315         * sysdeps/i386/fpu/e_pow.S: Likewise.
48316         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48317         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48318         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48319         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48320         * sysdeps/i386/fpu/e_log2.S: Likewise.
48321         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48322         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48323         * sysdeps/i386/fpu/e_powl.S: Likewise.
48324         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48325         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48326         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48327         * sysdeps/i386/fpu/e_logl.S: Likewise.
48328         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48329         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48330         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48331         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48332         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48333         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48334         * sysdeps/i386/fpu/e_log.S: Likewise.
48335         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48336         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48337         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48338         * sysdeps/i386/fpu/e_logf.S: Likewise.
48339         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48340         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48341         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48342         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48343         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48344         * sysdeps/i386/fpu/e_log10.S: Likewise.
48345         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48346         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48347         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48348         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48349         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48350         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48351         * sysdeps/i386/asm-syntax.h: Likewise.
48352         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48353         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48354         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48355         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48356         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48357         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48358         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48359         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48360         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48361         * sysdeps/powerpc/sysdep.h: Likewise.
48362         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48363         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48365 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48367         [BZ #411]
48368         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48370 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48372         * sysdeps/i386/sysdep.h: Include <features.h>.
48373         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48374         version.
48376 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48378         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48379         Define.
48380         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48381         LOAD_PIC_REG_STR.
48383 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48385         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48386         (SETUP_PIC_REG): Use GET_PC_THUNK.
48387         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48388         macro.
48390 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48392         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48393         for non-PIC compilation.
48394         (SETUP_PIC_REG): Add .p2align directive.
48395         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48396         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48397         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48398         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48399         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48400         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48401         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48402         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48403         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48404         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48405         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48406         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48407         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48408         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48409         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48410         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48411         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48412         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48413         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48414         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48415         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48416         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48417         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48418         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48419         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48420         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48421         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48422         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48423         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48424         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48425         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48426         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48427         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48428         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48429         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48430         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48431         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48432         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48433         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48434         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48435         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48437 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48439         * math/tst-CMPLX.c: Include <stdio.h>.
48441 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48443         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48444         float.
48445         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48446         * sysdeps/sparc/bits/mathdef.h: Likewise.
48448 2012-01-31  Marek Polacek  <polacek@redhat.com>
48450         * libio/libio.h: Don't define _PARAMS.
48451         * locale/programs/config.h: Don't define PARAMS.
48452         * stdlib/strtol_l.c: Likewise.
48453         (__strtol_l): Remove PARAMS from the prototype.
48455 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48457         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48458         names.  Just use the correct names.  Remove unnecessary wrapper
48459         functions.
48460         * malloc/arena.c: Likewise.
48461         * malloc/hooks.c: Likewise.
48463         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48464         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48465         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48467 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48469         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48470         into tail calls.
48471         (update_get_addr): New function.
48472         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48473         GET_ADDR_MODULE parameter.
48475 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48477         * crypt/cert.c: Remove __STDC__ conditionals.
48478         * crypt/crypt-entry.c: Likewise.
48479         * crypt/crypt_util.c: Likewise.
48480         * libio/filedoalloc.c: Likewise.
48481         * libio/fileops.c: Likewise.
48482         * libio/genops.c: Likewise.
48483         * libio/iofclose.c: Likewise.
48484         * libio/iofdopen.c: Likewise.
48485         * libio/iofopen.c: Likewise.
48486         * libio/iofopen64.c: Likewise.
48487         * libio/iogetdelim.c: Likewise.
48488         * libio/iopopen.c: Likewise.
48489         * libio/obprintf.c: Likewise.
48490         * libio/oldfileops.c: Likewise.
48491         * libio/oldiofclose.c: Likewise.
48492         * libio/oldiofdopen.c: Likewise.
48493         * libio/oldiofopen.c: Likewise.
48494         * libio/oldiopopen.c: Likewise.
48495         * libio/wfiledoalloc.c: Likewise.
48496         * libio/wgenops.c: Likewise.
48497         * locale/programs/xmalloc.c: Likewise.
48498         * misc/syslog.c: Likewise.
48499         * stdio-common/xbug.c: Likewise.
48500         * string/memchr.c: Likewise.
48501         * string/memcmp.c: Likewise.
48502         * string/memrchr.c: Likewise.
48503         * string/rawmemchr.c: Likewise.
48504         * sysdeps/posix/getcwd.c: Likewise.
48505         * time/strftime_l.c: Likewise.
48507 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48509         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48510         * config.make.in (config-cflags-sse2avx): Define.
48511         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48512         Fix typo.
48514 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48516         * scripts/config.guess: Update from upstream config git repository.
48517         * scripts/config.sub: Likewise.
48519 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48521         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48522         (EM_NUM): Update.
48523         (R_TILEPRO_*, R_TILEGX_*): New macros.
48525         * scripts/firstversions.awk: Fix bug in version range handling.
48527         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48529         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48531         * include/sys/epoll.h: New file.
48532         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48533         libc_hidden_def.
48535 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48537         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48538         Avoid unnecessary __WORDSIZE == 64 test.
48539         (fmaxf): Use VEX format if possible.
48540         (fmax): Likewise.
48541         (fminf): Likewise.
48542         (fmin): Likewise.
48544         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48545         * math/math_private.h: Remove libc_fegetround* and
48546         libc_fesetround*.
48547         * sysdeps/i386/configure.in: Check for -msse2avx.
48548         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48549         also if SSE2AVX is defined.
48550         Remove libc_fegetround* and libc_fesetround*.
48551         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48552         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48553         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48554         of HAS_YMM_USABLE.
48555         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48556         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48557         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48558         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48559         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48561         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48563 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48565         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48566         size is not set.
48567         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48569 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48571         [BZ #13618]
48572         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48573         relocation.
48574         * Makeconfig (libm): Define.
48575         * elf/Makefile: Add rules to build and run tst-relsort1.
48576         * elf/tst-relsort1.c: New file.
48577         * elf/tst-relsort1mod1.c: New file.
48578         * elf/tst-relsort1mod2.c: New file.
48580 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48582         * math/s_ldexp.c: Remove __STDC__ conditionals.
48583         * math/s_ldexpf.c: Likewise.
48584         * math/s_ldexpl.c: Likewise.
48585         * math/s_nextafter.c: Likewise.
48586         * math/s_nexttowardf.c: Likewise.
48587         * math/s_significand.c: Likewise.
48588         * math/s_significandf.c: Likewise.
48589         * math/s_significandl.c: Likewise.
48590         * math/w_jnl.c: Likewise.
48591         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48592         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48593         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48594         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48595         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48600         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48605         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48606         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48607         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48609         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48610         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48611         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48612         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48613         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48614         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48615         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48616         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48617         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48618         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48619         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48620         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48621         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48622         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48623         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48624         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48625         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48626         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48627         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48628         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48629         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48630         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48631         * sysdeps/ieee754/k_standard.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48659         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48662         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48664         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48665         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48669         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48672         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48675         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48676         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48691         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48693         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48698         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48705         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48706         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48707         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48710         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48711         * sysdeps/ieee754/s_matherr.c: Likewise.
48712         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48713         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48714         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48715         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48717 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48719         * crypt/md5.h: Remove __STDC__ conditionals.
48720         * libio/libioP.h: Likewise.
48721         * locale/programs/config.h: Likewise.
48722         * sysdeps/generic/sysdep.h: Likewise.
48723         * sysdeps/i386/asm-syntax.h: Likewise.
48724         * sysdeps/s390/asm-syntax.h: Likewise.
48725         * sysdeps/unix/sysdep.h: Likewise.
48726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48729 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48731         * libio/libio.h: Remove __STDC__ conditionals.
48732         * malloc/obstack.h: Likewise.
48733         * math/complex.h: Likewise.
48734         * math/math.h: Likewise.
48735         * sysdeps/generic/_G_config.h: Likewise.
48736         * sysdeps/gnu/_G_config.h: Likewise.
48737         * sysdeps/mach/hurd/_G_config.h: Likewise.
48738         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48739         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48740         * sysdeps/sparc/bits/mathdef.h: Likewise.
48742 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
48744         [BZ #13583]
48745         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
48746         Clean up HAS_* macros.
48747         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
48748         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48749         possible.
48750         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48751         HAS_AVX.
48752         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48753         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48754         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48755         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48756         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48758 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
48760         * elf/tst-unique3.cc (gets): Remove declaration.
48761         * elf/tst-unique3lib.cc (gets): Likewise.
48762         * elf/tst-unique3lib2.cc (gets): Likewise.
48763         * elf/tst-unique4.cc (gets): Likewise.
48765 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
48767         * include/stdio.h: Add C++ protection.  Add gets declarations and
48768         definitions.
48769         * debug/tst-chk1.c: Don't declare gets here.
48770         * stdio-common/tst-gets.c: Likewise.
48772 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48774         * posix/glob: Remove directory.
48776 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48778         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48780 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
48782         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48783         of the non-standard EPFNOSUPPORT.
48785 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48787         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48788         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48789         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48791 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48793         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48795 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48797         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48798         transient errors.
48799         * nscd/grpcache.c (cache_addgr): Likewise.
48800         * nscd/hstcache.c (cache_addhst): Likewise.
48801         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48802         * nscd/pwdcache.c (cache_addpw): Likewise.
48803         * nscd/servicescache.c (cache_addserv): Likewise.
48805 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48807         * malloc/malloc.c: Various cleanups.
48808         * malloc/hooks.c: Likewise.
48810         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48811         * stdlib/bug-fmtmsg1.c: New file.
48813         * stdlib/fmtmsg.c (init): Add missing unlock.
48814         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48816 2012-01-12  Marek Polacek  <polacek@redhat.com>
48818         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48819         and _GNU_SOURCE.
48821 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48823         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48824         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48825         macro to ensure uniqueness of label name.
48826         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48827         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48829 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48831         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48833         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48834         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48835         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48836         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48838 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48840         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48842         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48843         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48844         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48846         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48848         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48849         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48850         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48851         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48853         * math/bits/math-finite.h: Add ldexp support.
48855 2012-01-10  Marek Polacek  <polacek@redhat.com>
48857         * locale/programs/localedef.h (show_archive_content): Add noreturn
48858         attribute.
48860 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48862         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48864 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48866         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48868         * io/Makefile (headers): Add bits/poll2.h.
48870 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48873         typo #include statement.
48875 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48877         * include/sys/cdefs.h: Define __attribute_alloc_size.
48878         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48879         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48880         * elf/pldd.c: Likewise.
48881         * iconv/iconv_charmap.c: Likewise.
48882         * iconv/iconvconfig.c: Likewise.
48883         * iconv/strtab.c: Likewise.
48884         * locale/programs/locale.c: Likewise.
48885         * locale/programs/localedef.h: Likewise.
48886         * locale/programs/simple-hash.c: Likewise.
48887         * nscd/nscd.h: Likewise.
48888         * nss/makedb.c: Likewise.
48889         * sysdeps/generic/ldconfig.h: Likewise.
48890         * locale/programs/localedef.c: Remove xmalloc prototype.
48891         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48893 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48895         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48896         appropriate.
48898 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48900         * math/Makefile (tests): Add tst-CMPLX.
48901         * math/tst-CMPLX.c: New file.
48903         * math/complex.h (CMPLXL): Fix typo.
48905         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48906         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48907         GLIBC_2.16.
48908         * debug/tst-chk1.c: Add poll and ppoll tests.
48909         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48910         * include/sys/poll.h: Add hidden proto for ppoll.
48911         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48912         * sysdeps/mach/hurd/ppoll.c: Likewise.
48913         * io/ppoll.c: Likewise.
48914         * debug/poll_chk.c: New file.
48915         * debug/ppoll_chk.c: New file.
48916         * include/bits/poll2.h: New file.
48917         * io/bits/poll2.h: New file.
48919         [BZ #1350]
48920         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48922         * configure.in: static is always set to yes.  Remove.
48923         * config.make.in: Don't set build-static.
48924         * Makeconfig: Remove use of build-static.
48925         * dlfcn/Makefile: Likewise.
48926         * elf/Makefile: Likewise.
48927         * math/Makefile: Likewise.
48928         * misc/Makefile: Likewise.
48929         * nptl/Makefile: Likewise.
48930         * sysdeps/mach/hurd/Makefile: Likewise.
48932         * configure.in: PWD_P is not used anymore.
48933         * config.make.in: Remove PWD_P entry.
48935         * configure.in: Remove last remnants of RANLIB.
48936         No need to check for signed size_t anymore.
48937         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48938         and IA-64.
48939         Remove __builtin_expect test because we require at least gcc 3.4.
48940         * aclocal.m4: Likewise.
48942         * wcsmbs/mbrtoc16.c: Implement using towc function.
48943         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48944         * wcsmbs/wcsmbsload.c: Likewise.
48945         * iconv/gconv_simple.c: Likewise.
48946         * iconv/gconv_int.h: Likewise.
48947         * iconv/gconv_builtin.h: Likewise.
48948         * iconv/iconv_prog.c: Remove CHAR16 handling.
48950         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48952         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48954         * configure.in: Remove --with-elf and --enable-bounded options.
48955         Dont set base_machine for ia64.  More non-ELF conditions removed.
48956         Remove testing and setting of leading underscore information.
48957         * config.make.in (build-bounded): Set to no.
48958         * config.h.in: Remove NO_UNDERSCORES entry.
48959         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48960         them.
48961         * csu/start.c: Remove !NO_UNDERSCORE code.
48962         * locale/localeinfo.h: Likewise.
48963         * sysdeps/generic/machine-gmon.h: Likewise.
48964         * sysdeps/generic/sysdep.h: Likewise.
48965         * sysdeps/i386/sysdep.h: Likewise.
48966         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48967         * sysdeps/mach/sysdep.h: Likewise.
48968         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48969         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48970         * sysdeps/sh/sysdep.h: Likewise.
48971         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48972         * sysdeps/unix/i386/sysdep.S: Likewise.
48973         * sysdeps/unix/sparc/start.c: Likewise.
48974         * sysdeps/unix/sparc/sysdep.S: Likewise.
48975         * sysdeps/unix/sparc/sysdep.h: Likewise.
48976         * sysdeps/unix/start.c: Likewise.
48977         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48978         * sysdeps/x86_64/sysdep.h: Likewise.
48980 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48982         [BZ #13553]
48983         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48984         for non-gcc.
48985         * argp/argp-fmtstream.h: Use const instead __const.
48986         * argp/argp.h: Likewise.
48987         * assert/assert.h: Likewise.
48988         * bits/fenv.h: Likewise.
48989         * bits/sched.h: Likewise.
48990         * bits/sigset.h: Likewise.
48991         * bits/sigthread.h: Likewise.
48992         * catgets/nl_types.h: Likewise.
48993         * conform/data/pthread.h-data: Likewise.
48994         * crypt/crypt-private.h: Likewise.
48995         * crypt/crypt.h: Likewise.
48996         * crypt/crypt_util.c: Likewise.
48997         * ctype/ctype.h: Likewise.
48998         * debug/execinfo.h: Likewise.
48999         * debug/mbsnrtowcs_chk.c: Likewise.
49000         * debug/mbsrtowcs_chk.c: Likewise.
49001         * debug/wcsnrtombs_chk.c: Likewise.
49002         * debug/wcsrtombs_chk.c: Likewise.
49003         * debug/wcstombs_chk.c: Likewise.
49004         * dirent/dirent.h: Likewise.
49005         * dlfcn/dlfcn.h: Likewise.
49006         * elf/neededtest4.c: Likewise.
49007         * grp/grp.h: Likewise.
49008         * gshadow/gshadow.h: Likewise.
49009         * iconv/gconv.h: Likewise.
49010         * iconv/gconv_int.h: Likewise.
49011         * iconv/gconv_simple.c: Likewise.
49012         * iconv/iconv.h: Likewise.
49013         * iconv/loop.c: Likewise.
49014         * iconv/skeleton.c: Likewise.
49015         * include/aio.h: Likewise.
49016         * include/aliases.h: Likewise.
49017         * include/argz.h: Likewise.
49018         * include/arpa/inet.h: Likewise.
49019         * include/assert.h: Likewise.
49020         * include/dirent.h: Likewise.
49021         * include/dlfcn.h: Likewise.
49022         * include/execinfo.h: Likewise.
49023         * include/fcntl.h: Likewise.
49024         * include/fenv.h: Likewise.
49025         * include/glob.h: Likewise.
49026         * include/grp.h: Likewise.
49027         * include/libintl.h: Likewise.
49028         * include/mntent.h: Likewise.
49029         * include/netdb.h: Likewise.
49030         * include/pwd.h: Likewise.
49031         * include/rpc/netdb.h: Likewise.
49032         * include/sched.h: Likewise.
49033         * include/search.h: Likewise.
49034         * include/shadow.h: Likewise.
49035         * include/signal.h: Likewise.
49036         * include/stdio.h: Likewise.
49037         * include/stdlib.h: Likewise.
49038         * include/string.h: Likewise.
49039         * include/sys/socket.h: Likewise.
49040         * include/sys/stat.h: Likewise.
49041         * include/sys/statfs.h: Likewise.
49042         * include/sys/statvfs.h: Likewise.
49043         * include/sys/syslog.h: Likewise.
49044         * include/sys/time.h: Likewise.
49045         * include/sys/uio.h: Likewise.
49046         * include/time.h: Likewise.
49047         * include/unistd.h: Likewise.
49048         * include/utmp.h: Likewise.
49049         * include/wchar.h: Likewise.
49050         * include/wctype.h: Likewise.
49051         * inet/aliases.h: Likewise.
49052         * inet/arpa/inet.h: Likewise.
49053         * inet/netinet/ether.h: Likewise.
49054         * inet/netinet/in.h: Likewise.
49055         * intl/libintl.h: Likewise.
49056         * io/bits/fcntl2.h: Likewise.
49057         * io/fcntl.h: Likewise.
49058         * io/ftw.h: Likewise.
49059         * io/sys/poll.h: Likewise.
49060         * io/sys/stat.h: Likewise.
49061         * io/sys/statfs.h: Likewise.
49062         * io/sys/statvfs.h: Likewise.
49063         * io/utime.h: Likewise.
49064         * libio/bits/stdio.h: Likewise.
49065         * libio/bits/stdio2.h: Likewise.
49066         * libio/libio.h: Likewise.
49067         * libio/libioP.h: Likewise.
49068         * libio/stdio.h: Likewise.
49069         * locale/lc-ctype.c: Likewise.
49070         * locale/locale.h: Likewise.
49071         * login/utmp.h: Likewise.
49072         * malloc/arena.c: Likewise.
49073         * malloc/malloc.c: Likewise.
49074         * malloc/malloc.h: Likewise.
49075         * malloc/mcheck.c: Likewise.
49076         * malloc/mtrace.c: Likewise.
49077         * math/bits/mathcalls.h: Likewise.
49078         * math/fenv.h: Likewise.
49079         * math/math_private.h: Likewise.
49080         * misc/bits/error.h: Likewise.
49081         * misc/bits/syslog.h: Likewise.
49082         * misc/err.h: Likewise.
49083         * misc/error.h: Likewise.
49084         * misc/fstab.h: Likewise.
49085         * misc/mntent.h: Likewise.
49086         * misc/regexp.h: Likewise.
49087         * misc/search.h: Likewise.
49088         * misc/sgtty.h: Likewise.
49089         * misc/sys/mman.h: Likewise.
49090         * misc/sys/syslog.h: Likewise.
49091         * misc/sys/uio.h: Likewise.
49092         * misc/sys/xattr.h: Likewise.
49093         * misc/ttyent.h: Likewise.
49094         * nis/rpcsvc/ypclnt.h: Likewise.
49095         * nss/nss.h: Likewise.
49096         * posix/bits/unistd.h: Likewise.
49097         * posix/fnmatch.h: Likewise.
49098         * posix/glob.h: Likewise.
49099         * posix/sched.h: Likewise.
49100         * posix/spawn.h: Likewise.
49101         * posix/sys/wait.h: Likewise.
49102         * posix/unistd.h: Likewise.
49103         * posix/wordexp.h: Likewise.
49104         * pwd/pwd.h: Likewise.
49105         * resolv/netdb.h: Likewise.
49106         * resource/sys/resource.h: Likewise.
49107         * rt/aio.h: Likewise.
49108         * rt/bits/mqueue2.h: Likewise.
49109         * rt/mqueue.h: Likewise.
49110         * shadow/shadow.h: Likewise.
49111         * signal/signal.h: Likewise.
49112         * socket/send.c: Likewise.
49113         * socket/sendto.c: Likewise.
49114         * socket/sys/socket.h: Likewise.
49115         * stdio-common/printf.h: Likewise.
49116         * stdlib/bits/stdlib.h: Likewise.
49117         * stdlib/fmtmsg.h: Likewise.
49118         * stdlib/monetary.h: Likewise.
49119         * stdlib/stdlib.h: Likewise.
49120         * stdlib/ucontext.h: Likewise.
49121         * streams/stropts.h: Likewise.
49122         * string/argz.h: Likewise.
49123         * string/bits/string2.h: Likewise.
49124         * string/string.h: Likewise.
49125         * string/strings.h: Likewise.
49126         * sunrpc/rpc/auth.h: Likewise.
49127         * sunrpc/rpc/auth_des.h: Likewise.
49128         * sunrpc/rpc/clnt.h: Likewise.
49129         * sunrpc/rpc/netdb.h: Likewise.
49130         * sunrpc/rpc/pmap_clnt.h: Likewise.
49131         * sunrpc/rpc/xdr.h: Likewise.
49132         * sysdeps/generic/inttypes.h: Likewise.
49133         * sysdeps/generic/net/if.h: Likewise.
49134         * sysdeps/generic/sys/swap.h: Likewise.
49135         * sysdeps/gnu/net/if.h: Likewise.
49136         * sysdeps/gnu/utmpx.h: Likewise.
49137         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49138         * sysdeps/i386/i486/bits/string.h: Likewise.
49139         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49140         * sysdeps/s390/bits/string.h: Likewise.
49141         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49142         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49143         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49144         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49145         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49146         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49147         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49148         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49149         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49150         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49151         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49152         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49153         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49154         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49155         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49156         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49157         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49158         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49159         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49160         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49161         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49162         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49163         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49164         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49165         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49166         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49167         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49168         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49169         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49170         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49171         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49172         * sysvipc/sys/ipc.h: Likewise.
49173         * sysvipc/sys/msg.h: Likewise.
49174         * sysvipc/sys/sem.h: Likewise.
49175         * sysvipc/sys/shm.h: Likewise.
49176         * termios/termios.h: Likewise.
49177         * time/sys/time.h: Likewise.
49178         * time/time.h: Likewise.
49179         * wcsmbs/bits/wchar2.h: Likewise.
49180         * wcsmbs/uchar.h: Likewise.
49181         * wcsmbs/wchar.h: Likewise.
49182         * wctype/wctype.h: Likewise.
49184         [BZ #13551]
49185         * Makeconfig: Remove all but ELF support including AIX support.
49186         * Makerules: Likewise.
49187         * config.h.in: Likewise.
49188         * config.make.in: Likewise.
49189         * configure: Likewise.
49190         * configure.in: Likewise.
49191         * csu/Makefile: Likewise.
49192         * csu/version.c: Likewise.
49193         * debug/Makefile: Likewise.
49194         * dlfcn/Makefile: Likewise.
49195         * elf/Makefile: Likewise.
49196         * extra-lib.mk: Likewise.
49197         * iconv/Makefile: Likewise.
49198         * include/libc-symbols.h: Likewise.
49199         * include/shlib-compat.h: Likewise.
49200         * resolv/Makefile: Likewise.
49201         * resolv/res_libc.c: Likewise.
49202         * rt/Makefile: Likewise.
49203         * sysdeps/i386/asm-syntax.h: Likewise.
49204         * sysdeps/i386/sysdep.h: Likewise.
49205         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49206         * sysdeps/mach/sysdep.h: Likewise.
49207         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49208         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49209         * sysdeps/s390/asm-syntax.h: Likewise.
49210         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49211         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49212         * sysdeps/sh/sysdep.h: Likewise.
49213         * sysdeps/unix/sparc/sysdep.h: Likewise.
49214         * sysdeps/wordsize-32/divdi3.c: Likewise.
49215         * sysdeps/x86_64/sysdep.h: Likewise.
49217         * argp/Versions: Remove _argp_unlock_xxx.
49219         [BZ #13559]
49220         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49221         * abilist/libBrokenLocale.abilist: Likewise.
49222         * abilist/libanl.abilist: Likewise.
49223         * abilist/libc.abilist: Likewise.
49224         * abilist/libcrypt.abilist: Likewise.
49225         * abilist/libdl.abilist: Likewise.
49226         * abilist/libm.abilist: Likewise.
49227         * abilist/libnsl.abilist: Likewise.
49228         * abilist/libpthread.abilist: Likewise.
49229         * abilist/libresolv.abilist: Likewise.
49230         * abilist/librt.abilist: Likewise.
49231         * abilist/libthread_db.abilist: Likewise.
49232         * abilist/libutil.abilist: Likewise.
49233         * abilist/libnss_db.abilist: New file.
49235         * scripts/abilist.awk: Add support for indirect functions.
49237         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49239         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49241         * shlib-versions: Remove entries for ports architectures.
49243         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49244         files in ports.
49245         * elf/stackguard-macros.h: Remove support for IA-64.
49246         * elf/tst-auditmod1.c: Likewise.
49247         * sysdeps/generic/ldsodefs.h: Likewise.
49249         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49250         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49251         configure files.
49253         [BZ #13552]
49254         * configure.in: Remove --enable-omitfp support.
49255         * FAQ.in: Adjust.
49256         * config.make.in: Likewise.
49257         * Makeconfig: Likewise.
49258         * manual/install.texi: Likewise.
49260         In case anyone cares, the IA-64 architecture could move to ports.
49261         * sysdeps/ia64/*: Removed.
49262         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49263         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49265         [BZ #13555]
49266         * configure.in: Remove entries for unsupported architectures.
49268         [BZ #13533]
49269         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49270         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49271         routines.
49272         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49273         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49274         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49275         fall back to using wcrtomb.
49276         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49277         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49278         renaming.
49279         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49280         * wcsmbs/tst-c16c32-1.c: New file.
49282         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49283         local variable.
49285         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49287         * elf/tst-unique3.cc: Add explicit declaration of gets.
49288         * elf/tst-unique3lib.cc: Likewise.
49289         * elf/tst-unique3lib2.cc: Likewise.
49290         * elf/tst-unique4.cc: Likewise.
49292         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49294 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49296         [BZ #13566]
49297         * assert/assert.h (static_assert): Don't define for C++.
49298         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49299         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49301 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49303         * iconv/loop.c (single loop): Fix assertion in storing of
49304         remaining bytes.
49306         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49308 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49310         * posix/getconf.c: Update copyright year.
49311         * nss/getent.c: Likewise.
49312         * nss/makedb.c: Likewise.
49313         * iconv/iconvconfig.c: Likewise.
49314         * iconv/iconv_prog.c: Likewise.
49315         * elf/ldconfig.c: Likewise.
49316         * elf/pldd.c: Likewise.
49317         * elf/sotruss.ksh: Likewise.
49318         * catgets/gencat.c: Likewise.
49319         * csu/version.c: Likewise.
49320         * elf/ldd.bash.in: Likewise.
49321         * elf/sprof.c (print_version): Likewise.
49322         * locale/programs/locale.c: Likewise.
49323         * locale/programs/localedef.c: Likewise.
49324         * login/programs/pt_chown.c: Likewise.
49325         * nscd/nscd.c (print_version): Likewise.
49326         * debug/xtrace.sh: Likewise.
49327         * malloc/memusage.sh: Likewise.
49328         * malloc/mtrace.pl: Likewise.
49329         * debug/catchsegv.sh: Likewise.
49331 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49333         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49334         pure attribute.
49336 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49338         [BZ #13533]
49339         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49340         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49341         transformations.
49342         * iconv/gconv_int.h: Likewise.
49343         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49344         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49345         from libc for GLIBC_2.16.
49346         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49347         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49348         * wcsmbs/uchar.h: Really define mbstate_t.
49349         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49350         * wcsmbs/c16rtomb.c: New file.
49351         * wcsmbs/mbrtoc16.c: New file.
49352         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49353         for C/POSIX locale.
49354         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49355         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49357         * wcsmbs/wchar.h: Add missing __restrict.
49359 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49361         [BZ #13532]
49362         * time/Makefile (routines): Add timespec_get.
49363         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49364         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49365         timespec for ISO C11.
49366         * time/timespec_get.c: New file.
49367         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49368         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49370         [BZ #13531]
49371         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49372         * stdlib/stdlib.h: Declare aligned_alloc.
49373         * Versions.def: Add GLIBC_2.16 for libc.
49374         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49376         [BZ 13527]
49377         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49378         ISO C11.
49380         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49381         code.
49383         [BZ #13528]
49384         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49386         [BZ #13529]
49387         * assert/assert.h (static_assert): Define.
49389         * version.h: Update for 2.16 development version.
49391         [BZ #13526]
49392         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49393         _ISOC11_SOURCE.
49395         * version.h (RELEASE): Bump for 2.15 release.
49396         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49398         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49399         Patch by Marek Polacek <mpolacek@redhat.com>.
49401         * bits/byteswap.h: Protect long long constants with __extension__.
49402         * sysdeps/i386/bits/byteswap.h: Likewise.
49403         * sysdeps/ia64/bits/byteswap.h: Likewise.
49404         * sysdeps/s390/bits/byteswap.h: Likewise.
49405         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49407 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49409         [BZ #13540]
49410         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49411         destination buffer.
49412         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49414 2011-12-23  Marek Polacek  <polacek@redhat.com>
49416         * elf/dl-addr.c (determine_info): Add inline keyword.
49417         * elf/tst-auditmod4b.c (check_avx): Likewise.
49418         * elf/tst-auditmod6b.c (check_avx): Likewise.
49419         * elf/tst-auditmod6c.c (check_avx): Likewise.
49420         * elf/tst-auditmod7b.c (check_avx): Likewise.
49422 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49424         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49425         !__SSE_MATH__.
49427 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49429         [BZ #13540]
49430         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49431         processing for last bytes.
49433 2011-08-06  Bruno Haible  <bruno@clisp.org>
49435         [BZ #13061]
49436         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49437         U+0385, not to U+1FEE.
49439         [BZ #13062]
49440         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49441         entry for U+00A5 U+0301.
49443 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49445         [BZ #13166]
49446         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49447         buffer for the output is too small.
49449         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49450         optimization.
49452         [BZ #13185]
49453         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49454         SSE flags if possible.
49456 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49458         [BZ #13540]
49459         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49460         processing for last bytes.
49462 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49464         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49465         (syscall-list-default-options, syscall-list-default-condition)
49466         (syscall-list-includes): Define.
49467         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49468         list of ABIs and options and #if conditions for each ABI.  Do not
49469         handle common syscalls between ABIs specially.
49470         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49471         Remove.
49472         (syscall-list-variants, syscall-list-32bit-options)
49473         (syscall-list-32bit-condition, syscall-list-64bit-options)
49474         (syscall-list-64bit-condition): Define.
49475         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49476         (syscall-list-variants, syscall-list-32bit-options)
49477         (syscall-list-32bit-condition, syscall-list-64bit-options)
49478         (syscall-list-64bit-condition): Define.
49479         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49480         Remove.
49481         (syscall-list-variants, syscall-list-32bit-options)
49482         (syscall-list-32bit-condition, syscall-list-64bit-options)
49483         (syscall-list-64bit-condition): Define.
49484         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49485         Remove.
49486         (syscall-list-variants, syscall-list-32bit-options)
49487         (syscall-list-32bit-condition, syscall-list-64bit-options)
49488         (syscall-list-64bit-condition): Define.
49490 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49492         * locale/iso-639.def: Add brx entry.
49494         [BZ #13328]
49495         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49496         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49498         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49499         __feraiseexcept_renamed.
49501 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49503         [BZ #13538]
49504         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49505         EPOLLET with unsigned values.
49506         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49507         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49509         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49510         to large cancellation.
49511         * math/s_cacoshf.c: Likewise.
49512         * math/s_cacoshl.c: Likewise.
49514 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49516         [BZ #13305]
49517         [BZ #12786]
49518         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49519         * math/s_cacoshf.c: Likewise.
49520         * math/s_cacoshl.c: Likewise.
49522 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49524         [BZ #13439]
49525         * iconv/gconv.h: Define __GCONV_SWAP.
49526         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49527         * iconvdata/utf-16.c: Likewise.
49528         * iconvdata/utf-32.c: Likewise.
49530 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49532         [BZ #13524]
49533         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49534         numerator after shifting it by one limb.
49536 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49538         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49539         under [__USE_EXTERN_INLINES].
49541 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49543         [BZ #13446]
49544         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49546 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49548         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49549         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49550         optimized code.
49551         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49552         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49553         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49554         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49555         for strncasecmp/strncasecmp_l compilation.
49556         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49557         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49559 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49561         [BZ #13484]
49562         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49563         of __asm__.
49565 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49567         [BZ #13506]
49568         * time/tzfile.c (__tzfile_read): Check values from file header.
49570 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49572         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49573         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49574         * powerpc/powerpc32/dl-start.S: Likewise.
49575         * powerpc/powerpc32/elf/start.S: Likewise.
49576         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49577         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49578         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49579         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49580         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49581         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49582         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49583         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49584         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49585         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49586         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49587         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49588         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49589         * powerpc/powerpc32/memset.S: Likewise.
49590         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49591         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49592         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49593         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49594         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49595         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49596         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49597         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49598         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49599         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49600         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49601         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49602         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49604 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49606         * math/libm-test.inc: Added more nearbyint tests.
49607         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49608         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49609         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49610         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49612 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49614         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49615         FD_CLOEXEC.
49617 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49619         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49620         Add wcscpy-ssse3 wcscpy-c.
49621         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49622         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49623         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49624         * sysdeps/x86_64/wcschr.S: New file.
49625         * sysdeps/x86_64/wcsrchr.S: New file.
49626         * string/test-strcmp.c: Remove checking of wcscmp function for
49627         wrong alignments.
49628         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49629         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49630         wcsrchr-sse2 wcsrchr-c.
49631         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49632         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49633         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49634         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49635         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49636         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49637         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49638         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49639         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49640         * wcsmbc/wcschr.c (WCSCHR): New macro.
49642 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49644         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49645         * wcsmbs/test-wcsrchr.c: New file.
49646         * string/test-strrchr.c: Add wcsrchr support.
49647         (WIDE): New macro.
49648         * wcsmbs/test-wcscpy.c: New file.
49649         * string/test-strcpy.c: Add wcscpy support.
49650         (WIDE): New macro.
49652 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49654         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49655         the inner loop.
49657 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49659         [BZ #13472]
49660         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49662 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49664         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49665         Minor optimizations.
49667         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49668         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49669         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49671 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49673         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49674         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49675         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49676         for gcc to avoid warnings.
49677         * inet/Makefile (tests): Add tst-checks.
49678         * inet/tst-checks.c: New file.
49680         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49681         warning.
49683         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49684         __wmemcmp_sse2.
49686         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49687         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49689         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49691 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49693         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49694         problem.
49696         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49698 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49700         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49701         conditional on GCC version.
49702         (__arch_compare_and_exchange_val_8_acq)
49703         (__arch_compare_and_exchange_val_16_acq)
49704         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49705         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49706         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49708 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49710         * sysdeps/sh/backtrace.c: New file.
49712 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49714         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49715         parenthesis.
49717 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49719         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49720         falling back to utime.
49722 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49724         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49725         expectations for float.
49727 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49729         * locale/weight.h (findidx): Add parameter len.
49730         * locale/weightwc.h (findidx): Likewise.
49731         * posix/fnmatch_loop.c (FCT): Adjust caller.
49732         * posix/regcomp.c (build_equiv_class): Likewise.
49733         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49734         * posix/regexec.c (check_node_accept_bytes): Likewise.
49735         * string/strcoll_l.c (STRCOLL): Likewise.
49736         * string/strxfrm_l.c (STRXFRM): Likewise.
49738 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
49740         * Makefile.in: Remove CVSOPT handling.
49741         * configure.in: Remove use of AC_REVISION.
49742         * iconvdata/Makefile (distribute): No need to filter out CVS.
49743         * scripts/list-sources.sh: Remove CVS, subversion and monotone
49744         handling.
49746 2011-11-16  Andreas Schwab  <schwab@redhat.com>
49748         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49749         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49750         [USE_AS_STRNCASECMP_L]: Likewise.
49751         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49752         NO_TLS_DIRECT_SEG_REFS.
49753         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49754         Fix argument offsets for non-PIC.
49755         [USE_AS_STRNCASECMP_L]: Likewise.
49756         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49757         NO_TLS_DIRECT_SEG_REFS.
49759 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49761         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
49762         O_CLOEXEC.
49763         * locale/loadlocale.c (_nl_load_locale): Likewise.
49765 2011-11-15  Andreas Schwab  <schwab@redhat.com>
49767         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49768         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49769         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49770         (SYSCALL_GETTIME): Set errno on error.
49772         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49773         count references to noai6ai_cached.
49775 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49777         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49779         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49780         FD_CLOEXEC for /proc/self/maps.
49782         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49783         FD_CLOEXEC for /proc/meminfo.
49785         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49786         gai.conf.
49788         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49789         FD_CLOEXEC for given file.
49791         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49793         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49794         FD_CLOEXEC for /etc/hosts.
49795         (_gethtent): Likewise.
49797         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49799         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49800         cancellation and set FD_CLOEXEC for /etc/netgroup.
49802         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49803         reading /etc/publickey.
49805         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49806         allow cancellation when reading /etc/group.
49808         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49809         cancellation.
49810         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49812         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49813         when using data file.
49815         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49817         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49818         (write_nis_obj): Use "c" and "e" in fopen.
49820         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49822         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49824         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49826         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49828         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49829         locale.alias.
49831         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49833         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49835         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49837         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49838         file parsing and set FD_CLOEXEC.
49840 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49842         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49844 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49846         * malloc/arena.c (arena_get2): Don't call reused_arena when
49847         _int_new_arena failed.
49849 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49851         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49852         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49853         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49854         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49855         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49856         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49857         to compile strcasecmp and strncasecmp.
49858         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49859         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49861         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49863 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49865         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49866         locale-defines.sym to gen-as-const-headers.
49867         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49868         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49869         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49870         to compile strcasecmp and strncasecmp.
49871         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49872         strcasecmp_l and strncasecmp_l.
49873         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49874         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49875         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49876         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49877         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49878         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49879         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49880         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49881         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49882         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49883         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49885 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49887         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49888         result of SYSDEP_GETTIME_CPU to retval.
49889         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49890         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49892         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49893         variable.
49895         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49896         mantissa words.
49897         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49899         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49900         from unused variable.
49902         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49903         DWARF definitions.
49904         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49905         for assembling.
49907         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49908         over namespaces.
49910         * sunrpc/rpc_prot.c (rejected): Fix case value.
49912         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49913         unsigned long long int to avoid warnings in shift.
49915         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49916         of use of trans.
49917         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49918         variable tmp.
49920         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49921         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49922         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49924         * nis/nis_table.c (nis_list): Use variable of correct type for
49925         result of __follow_path call.
49927 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49929         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49930         of math functions ceil, trunc, floor, round, and sqrt, when
49931         avaliable on the platform.
49932         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49933         name clash.
49934         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49935         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49936         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49938 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49940         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49941         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49943 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49945         * include/unistd.h: Fix __readlink return type.
49946         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49948 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49950         * stdlib/ucontext.h: Undo last change for makecontext.
49952 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49954         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49956         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49957         * setjmp/setjmp.h: Mark functions as non-leaf.
49958         * setjmp/bits/setjmp2.h: Likewise.
49959         * stdlib/ucontext.h: Likewise.
49961 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49963         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49964         (reused_arena): Don't check arena limit.
49965         (arena_get2): Atomically check arena limit.
49967 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49969         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49970         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49972         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49973         instructions.
49975 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49977         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49978         handler when locking.
49980         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49981         Fix size of allocated buffer.
49983 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49985         [BZ #10103]
49986         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49987         declarations for long double functions.
49988         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49990         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49992 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49994         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49995         installed.
49997         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49998         is disabled.
50000 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50002         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50004 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50006         * include/alloca.h (stackinfo_alloca_round): Define.
50007         (extend_alloca): Use it.
50008         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50009         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50010         here.
50012         * scripts/check-local-headers.sh: Ignore libaudit.h.
50014         * nscd/Makefile (extra-objs): Make recursively expanded.
50016 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50018         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50019         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50021         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50022         * posix/tst-rfc3484-2.c: Likewise.
50023         * posix/tst-rfc3484-3.c: Likewise.
50025         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50026         process_vm_writev.
50027         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50028         process_vm_writev.
50029         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50030         process_vm_writev from libc using GLIBC_2.15 version.
50032         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50034 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50036         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50037         stack usage.
50039 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50041         [BZ #13367]
50042         * nss/getent.c (initgroups_keys): Show error message in case no group
50043         names are given.
50045         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50046         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50047         __bump_nl_timestamp.
50048         * nscd/connections (nscd_init): When host database is served open
50049         netlink socket and request notification about configuration changes.
50050         (main_loop_poll): Track netlink file descriptor and bump timestamp
50051         in case data becomes available.
50052         (main_loop_epoll): Likewise.
50053         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50054         (database_pers_head): Add extra_data fileds.
50055         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50056         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50057         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50058         Adjust caller.
50059         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50060         in6ai data, call __free_in6ai.
50061         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50062         Add -DHAVE_NETLINK.
50063         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50064         interface information.  Reuse previous data if netlink timestamp
50065         is not changed.
50066         (__bump_nl_timestamp): New function.
50067         (__free_in6ai): New function.
50069 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50071         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50072         close_not_cancel_no_status here.
50073         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50075 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50077         [BZ #13276]
50078         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50079         return value.
50081         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50082         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50083         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50085 2011-07-03  Andreas Jaeger  <aj@suse.de>
50087         [BZ #10709]
50088         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50089         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50090         * math/libm-test.inc (sin_test): Add test case.
50092 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50094         [BZ #13337]
50095         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50096         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50098         * elf/chroot_canon.c (chroot_canon): Cleanups.
50100         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50102         [BZ #13335]
50103         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50104         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50106         * string/test-strchr.c: Make usable for strchrnul testing.
50107         * string/test-strchrnul.c: New file.
50108         * string/Makefile (strop-tests): Add strchrnul.
50110         * po/it.po: Update from translation team.
50111         * po/es.po: Likewise.
50113 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50115         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50116         the three constants needed as parameters.  Drop the others.
50117         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50118         __m128i_strloadu_tolower.
50119         Create and initialize variable zero and use it in all the places
50120         where _mm_setzero_si128 was used.
50122         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50123         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50124         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50125         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50126         anymore.
50127         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50128         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50129         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50130         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50131         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50132         __mpranred, __mptan.
50133         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50134         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50135         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50136         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50137         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50138         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50139         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50140         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50141         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50143 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50145         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50146         redefine if SHARED.
50147         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50149         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50150         wide char related routines to wcsmbs subdir.
50152 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50154         [BZ #13344]
50155         * misc/sys/cdefs.h (__THROWNL): Define.
50156         * posix/unistd.h: Use __THREADNL instead of __THREAD
50157         for memory synchronization functions.
50159 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50161         [BZ #13349]
50162         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50163         doesn't exist.
50164         * manual/stdio.texi (Obstack Streams): Node removed.
50166 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50168         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50169         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50170         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50172         * math/math_private.h (math_force_eval): Allow non-addressable
50173         arguments.
50174         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50176 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50178         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50179         file is not needed.
50181         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50182         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50183         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50184         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50185         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50186         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50187         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50188         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50189         Add AVX variants.
50190         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50191         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50192         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50193         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50194         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50195         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50196         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50197         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50198         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50199         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50200         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50201         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50202         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50203         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50204         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50205         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50206         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50207         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50208         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50210         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50211         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50213         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50214         place.  Use VEX encoding when compiling for AVX.
50216 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50218         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50219         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50221         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50223 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50225         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50226         useless if() expression.
50227         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50228         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50229         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50230         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50231         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50232         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50233         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50234         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50235         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50236         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50237         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50238         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50239         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50240         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50241         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50242         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50243         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50244         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50245         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50247         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50249 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50251         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50252         condition.
50253         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50255 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50257         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50258         .text section.  Avoid duplicate constants.
50259         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50260         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50261         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50262         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50263         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50264         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50265         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50266         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50267         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50268         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50269         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50270         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50271         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50272         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50273         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50274         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50275         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50276         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50277         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50278         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50279         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50280         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50281         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50282         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50283         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50284         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50285         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50286         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50287         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50288         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50289         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50290         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50291         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50292         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50293         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50294         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50295         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50296         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50297         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50298         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50299         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50300         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50301         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50302         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50303         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50305 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50307         * sysdeps/x86_64/dla.h: Move to ...
50308         * sysdeps/x86_64/fpu/dla.h: ...here.
50309         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50310         situations.  Use __builtin_fma only for gcc 4.6 and up.
50312         * config.make.in: Add have-mfma4 entry.
50313         * configure.in: Substitute libc_cv_cc_fma4.
50314         * math/Makefile (dbl-only-routines): Add sincostab.
50315         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50316         Use __sincostab not sincos.
50317         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50318         name is a macro.
50319         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50320         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50321         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50322         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50323         using __copysign.
50324         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50325         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50326         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50327         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50328         and __inv.
50329         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50330         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50331         __copysign.
50332         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50333         define aliases when function name is a macro.
50334         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50335         sysdeps/ieee754/dbl-64/sincos.tbl.
50336         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50337         fma4-enabled routines.
50338         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50339         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50340         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50341         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50342         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50343         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50344         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50345         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50346         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50347         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50348         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50349         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50350         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50351         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50352         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50353         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50354         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50355         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50356         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50357         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50358         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50359         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50360         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50361         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50362         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50363         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50364         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50365         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50366         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50367         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50369         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50370         rename.
50371         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50372         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50373         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50374         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50375         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50376         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50377         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50378         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50380 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50382         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50384 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50386         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50388         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50389         prediction.
50390         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50392         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50393         Remove unused variable magic_bits.
50394         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50396         * string/strnlen.c: Define and use STRNLEN macro.
50397         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50398         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50399         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50400         * wcsmbs/wcslen.c: Define and use WCSLEN.
50401         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50402         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50403         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50404         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50405         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50406         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50407         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50409 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50411         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50412         strnlen-sse2-no-bsf.
50413         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50414         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50415         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50416         Add strnlen support.
50417         (USE_AS_STRNLEN): New macro.
50418         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50419         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50420         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50421         * sysdeps/x86_64/wcslen.S: New file.
50423 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50425         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50426         XMM-moves are used for copying on small sizes.
50428 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50430         * wcsmbs/Makefile (strop-tests): Add wcschr.
50431         * wcsmbs/test-wcschr.c: New file.
50432         * string/test-strchr.c: Update.
50433         Add wcschr support.
50434         (WIDE): New macro.
50436 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50438         * wcsmbs/Makefile (strop-tests): Add wcslen.
50439         * wcsmbs/test-wcslen.c: New file.
50440         * string/test-strlen.c: Update.
50441         Add wcslen support.
50442         (WIDE): New macro.
50444 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50446         * po/it.po: Update from translation team.
50448 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50450         * sysdeps/x86_64/wcscmp.S: Update.
50451         Fix wrong comparison semantics.
50452         wcscmp shall use signed comparison not unsigned.
50453         Don't use substraction to avoid overflow bug.
50454         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50455         * wcsmbc/wcscmp.c: Likewise.
50456         * string/test-strcmp.c: Likewise.
50457         Add new tests to check cases with negative values.
50459 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50461         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50462         * sysdeps/x86_64/dla.h: ...here.  New file.
50463         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50464         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50465         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50466         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50467         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50468         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50469         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50470         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50471         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50473 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50475         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50476         __ynl_finite aliases.
50478 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50480         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50482         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50483         define DLA_FMA.
50484         [DLA_FMA] (EMULV): Use DLA_FMA.
50485         [DLA_FMA] (MUL12): Use EMULV.
50486         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50487         that are not needed.
50488         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50489         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50490         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50491         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50492         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50493         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50494         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50496 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50498         * math/s_nan.c: Undef __nan.
50499         * math/s_nanf.c: Undef __nanf.
50500         * math/s_nanl.c: Undef __nanl.
50501         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50502         "math_private.h".
50504 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50506         * math/s_catan.c: Add branch predictions.
50507         * math/s_catanf.c: Likewise.
50508         * math/s_catanh.c: Likewise.
50509         * math/s_catanhf.c: Likewise.
50510         * math/s_catanhl.c: Likewise.
50511         * math/s_catanl.c: Likewise.
50512         * math/s_cexp.c: Likewise.
50513         * math/s_cexpf.c: Likewise.
50514         * math/s_cexpl.c: Likewise.
50515         * math/s_clog.c: Likewise.
50516         * math/s_clog10.c: Likewise.
50517         * math/s_clog10f.c: Likewise.
50518         * math/s_clog10l.c: Likewise.
50519         * math/s_clogf.c: Likewise.
50520         * math/s_clogl.c: Likewise.
50521         * math/s_csqrt.c: Likewise.
50522         * math/s_csqrtf.c: Likewise.
50523         * math/s_csqrtl.c: Likewise.
50524         * math/s_ctanf.c: Likewise.
50525         * math/s_ctanh.c: Likewise.
50526         * math/s_ctanhf.c: Likewise.
50527         * math/s_ctanhl.c: Likewise.
50528         * math/s_ctanl.c: Likewise.
50530         * math/math_private.h: Define __nan, __nanf, __nanl.
50531         * math/s_cacosh.c: Include <math_private.h>.
50532         * math/s_cacoshl.c: Likewise.
50533         * math/s_casinh.c: Likewise.
50534         * math/s_casinhf.c: Likewise.
50535         * math/s_casinhl.c: Likewise.
50536         * math/s_ccos.c: Rely entire on ccosh.
50537         * math/s_ccosf.c: Rely entire on ccoshf.
50538         * math/s_ccosl.c: Rely entirely on ccoshl.
50539         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50540         Remove tests for FE_INVALID.
50541         * math/s_ccoshf.c: Likewise.
50542         * math/s_ccoshl.c: Likewise.
50543         * math/s_csin.c: Likewise.
50544         * math/s_csinf.c: Likewise.
50545         * math/s_csinh.c Likewise.
50546         * math/s_csinhf.c: Likewise.
50547         * math/s_csinhl.c: Likewise.
50548         * math/s_csinl.c: Likewise.
50549         * math/s_ctan.c: Likewise.
50550         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50551         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50552         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50554 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50556         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50557         compilation problems.
50559         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50560         __builtin_expect.
50562 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50564         * sysdeps/i386/configure.in: Test for -mfma4 option.
50565         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50566         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50567         COMMON_CPUID_INDEX_80000001.
50568         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50569         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50570         use it if FMA3 is not supported.
50571         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50573         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50574         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50576 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50578         [BZ #12892]
50579         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50580         it would create a cycle with a link time dependency.
50582 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50584         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50585         instruction.
50586         * string/Makefile (strop-tests): Add rawmemchr.
50587         * string/test-rawmemchr.c: New file.
50589         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50590         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50591         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50592         when compiling str{,n}casecmp and when AVX is available.  Hook up
50593         new optimized code in initializers.
50595 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50597         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50598         __feraiseexcept instead of feraiseexcept.
50600 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50602         * math/math_private.h: Define defaults for libc_fetestexcept and
50603         libc_feupdateenv.
50604         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50605         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50606         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50607         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50608         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50609         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50610         libc_fetestexcept and libc_feupdateenv.
50612         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50613         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50614         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50615         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50616         libc_feholdexcept_setround.
50618         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50619         Add s_nearbyint-c and s_nearbyintf-c.
50620         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50621         nearbyintf inlines.
50622         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50623         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50624         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50625         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50627         * math/math_private.h: Define defaults for libc_fegetround,
50628         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50629         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50630         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50631         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50632         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50633         standard functions.
50634         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50635         Remove comments and hacks for old compiler versions.
50636         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50637         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50638         libc_feholdexceptl.
50640 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50642         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50643         (__feraiseexcept_renamed): Add __NTH.
50644         (feraiseexcept): Add __NTH.  Rename local variables to fix
50645         namespace violations.
50647 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50649         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50651         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50653         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50654         recently added interfaces.
50655         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50657         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50658         about macro parameter expansion.
50660         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50661         __NO_MATH_INLINES is defined.  Cleanups.
50663         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50664         and __floorf is target has SSE4.1.
50665         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50666         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50667         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50668         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50670         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50671         name.
50672         (floorf): Likewise.
50674         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50676 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50678         * misc/sys/cdefs.h: Fix last change.
50680         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50681         database lookup.
50683 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50685         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50687         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50688         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50689         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50690         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50691         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50692         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50693         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50694         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50695         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50696         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50697         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50698         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50699         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50700         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50701         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50702         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50703         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50704         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50705         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50706         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50707         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50708         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50710         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50711         ceil, ceilf, floor, floorf.
50713         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50714         Perform IRELATIVE relocations last.
50716         * elf/do-rel.h: Add another parameter nrelative, replacing the
50717         local variable with the same name.  Change name of the function
50718         to end in Rel or Rela (uppercase).
50719         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50720         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50721         elf_dynamic_do_##reloc function.
50723 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50725         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50726         is sufficient, at least on modern CPUs.
50728         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50730         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50731         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50733         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50734         __expl_finite.
50735         * math/bits/math-finite.h: Add entries for exp.
50736         * math/e_expl.c: Add __*_finite alias.
50737         * sysdeps/i386/fpu/e_exp.S: Likewise.
50738         * sysdeps/i386/fpu/e_expf.S: Likewise.
50739         * sysdeps/i386/fpu/e_expl.c: Likewise.
50740         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50741         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50742         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50743         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50744         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50745         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50746         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50748         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50749         is sufficient, at least on modern CPUs.
50751         * ctype/ctype-info.c (__ctype_init): Define.
50752         * include/ctype.h (__ctype_init): Declare.
50753         (__ctype_b_loc): The variable is always initialized.
50754         (__ctype_toupper_loc): Likewise.
50755         (__ctype_tolower_loc): Likewise.
50756         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50757         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50759 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
50761         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50763         * configure.in: Also look in $cxxmachine/include for C++ system
50764         headers.
50766 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50768         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50769         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50770         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50771         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
50772         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50773         (USE_AS_WMEMCMP): New macro.
50774         Fixing indents.
50775         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50776         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50777         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50778         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50779         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50780         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50781         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50782         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50783         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50784         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50785         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50786         (USE_AS_WMEMCMP): New macro.
50787         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50788         * sysdeps/string/test-memcmp.c: Update.
50789         Fix simple_wmemcmp.
50790         Add new tests.
50791         * wcsmbs/wmemcmp.c: Update.
50792         (WMEMCMP): New macro.
50793         Fix overflow bug.
50795 2011-10-12  Andreas Jaeger  <aj@suse.de>
50797         [BZ #13268]
50798         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50800 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50802         * libio/iofwide.c (do_length): Avoid warning.
50804         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50806 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50808         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50810         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50811         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50812         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50813         * sysdeps/i386/i686/fpu/e_log.S: New file.
50814         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50815         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50817         * ctype/ctype.h: Add support for inlined isXXX functions when
50818         compiling C++ code.
50820 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50822         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50824         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50826 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50828         [BZ #13291]
50829         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50831 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50833         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50834         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50835         feraiseexcept.
50837         * sysdeps/x86_64/memrchr.S: Check for zero size.
50839         * string/stratcliff.c: Add memrchr tests.
50841 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50843         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50844         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50845         rawmemchr-sse2 rawmemchr-sse2-bsf.
50846         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50847         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50848         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50849         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50850         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50851         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50852         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50853         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50854         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50855         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50856         * string/memrchr.c (MEMRCHR): New macro.
50858 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50860         Add integration with gcc's -ffinite-math-only and optimize wrapper
50861         functions in libm.
50862         * Versions.def: Define GLIBC_2.15 version for libm.
50863         * math/Makefile (headers): Add bits/math-finite.h.
50864         * math/bits/math-finite.h: New file.
50865         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50866         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50867         * math/e_acoshl.c: Add __*_finite alias.
50868         * math/e_acosl.c: Likewise.
50869         * math/e_asinl.c: Likewise.
50870         * math/e_atan2l.c: Likewise.
50871         * math/e_atanhl.c: Likewise.
50872         * math/e_coshl.c: Likewise.
50873         * math/e_exp10.c: Likewise.
50874         * math/e_exp10f.c: Likewise.
50875         * math/e_exp10l.c: Likewise.
50876         * math/e_exp2l.c: Likewise.
50877         * math/e_fmodl.c: Likewise.
50878         * math/e_gammal_r.c: Likewise.
50879         * math/e_hypotl.c: Likewise.
50880         * math/e_j0l.c: Likewise.
50881         * math/e_j1l.c: Likewise.
50882         * math/e_jnl.c: Likewise.
50883         * math/e_lgammal_r.c: Likewise.
50884         * math/e_log10l.c: Likewise.
50885         * math/e_log2l.c: Likewise.
50886         * math/e_logl.c: Likewise.
50887         * math/e_powl.c: Likewise.
50888         * math/e_sinhl.c: Likewise.
50889         * math/e_sqrtl.c: Likewise.
50890         * math/e_scalb.c: Completely rewritten and optimized.
50891         * math/e_scalbf.c: Likewise.
50892         * math/e_scalbl.c: Likewise.
50893         * math/w_acos.c: Likewise.
50894         * math/w_acosf.c: Likewise.
50895         * math/w_acosl.c: Likewise.
50896         * math/w_acosh.c: Likewise.
50897         * math/w_acoshf.c: Likewise.
50898         * math/w_acoshl.c: Likewise.
50899         * math/w_asin.c: Likewise.
50900         * math/w_asinf.c: Likewise.
50901         * math/w_asinl.c: Likewise.
50902         * math/w_atan2.c: Likewise.
50903         * math/w_atan2f.c: Likewise.
50904         * math/w_atan2l.c: Likewise.
50905         * math/w_atanh.c: Likewise.
50906         * math/w_atanhf.c: Likewise.
50907         * math/w_atanhl.c: Likewise.
50908         * math/w_exp10.c: Likewise.
50909         * math/w_exp10f.c: Likewise.
50910         * math/w_exp10l.c: Likewise.
50911         * math/w_fmod.c: Likewise.
50912         * math/w_fmodf.c: Likewise.
50913         * math/w_fmodl.c: Likewise.
50914         * math/w_j0.c: Likewise.
50915         * math/w_j0f.c: Likewise.
50916         * math/w_j0l.c: Likewise.
50917         * math/w_j1.c: Likewise.
50918         * math/w_j1f.c: Likewise.
50919         * math/w_j1l.c: Likewise.
50920         * math/w_jn.c: Likewise.
50921         * math/w_jnf.c: Likewise.
50922         * math/w_log.c: Likewise.
50923         * math/w_logf.c: Likewise.
50924         * math/w_logl.c: Likewise.
50925         * math/w_log10.c: Likewise.
50926         * math/w_log10f.c: Likewise.
50927         * math/w_log10l.c: Likewise.
50928         * math/w_log2.c: Likewise.
50929         * math/w_log2f.c: Likewise.
50930         * math/w_log2l.c: Likewise.
50931         * math/w_pow.c: Likewise.
50932         * math/w_powf.c: Likewise.
50933         * math/w_powl.c: Likewise.
50934         * math/w_remainder.c: Likewise.
50935         * math/w_remainderf.c: Likewise.
50936         * math/w_remainderl.c: Likewise.
50937         * math/w_scalb.c: Likewise.
50938         * math/w_scalbf.c: Likewise.
50939         * math/w_scalbl.c: Likewise.
50940         * math/w_sqrt.c: Likewise.
50941         * math/w_sqrtf.c: Likewise.
50942         * math/w_sqrtl.c: Likewise.
50943         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50944         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50945         used.
50946         * math/math_private.h: Declare __kernel_standard_f.
50947         * math/w_cosh.c: Remove cruft and optimize a bit.
50948         * math/w_coshf.c: Likewise.
50949         * math/w_coshl.c: Likewise.
50950         * math/w_exp2.c: Likewise.
50951         * math/w_exp2f.c: Likewise.
50952         * math/w_exp2l.c: Likewise.
50953         * math/w_hypot.c: Likewise.
50954         * math/w_hypotf.c: Likewise.
50955         * math/w_hypotl.c: Likewise.
50956         * math/w_lgamma.c: Likewise.
50957         * math/w_lgamma_r.c: Likewise.
50958         * math/w_lgammaf.c: Likewise.
50959         * math/w_lgammaf_r.c: Likewise.
50960         * math/w_lgammal.c: Likewise.
50961         * math/w_lgammal_r.c: Likewise.
50962         * math/w_sinh.c: Likewise.
50963         * math/w_sinhf.c: Likewise.
50964         * math/w_sinhl.c: Likewise.
50965         * math/w_tgamma.c: Likewise.
50966         * math/w_tgammaf.c: Likewise.
50967         * math/w_tgammal.c: Likewise.
50968         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50969         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50970         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50971         Minor optimizations.  Pretty printing.  Remove cruft.
50972         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50973         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50974         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50975         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50976         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50977         * sysdeps/i386/fpu/e_asin.S: Likewise.
50978         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50979         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50980         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50981         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50982         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50983         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50984         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50985         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50986         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50987         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50988         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50989         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50990         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50991         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50992         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50993         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50994         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50995         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50996         * sysdeps/i386/fpu/e_log.S: Likewise.
50997         * sysdeps/i386/fpu/e_log10.S: Likewise.
50998         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50999         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51000         * sysdeps/i386/fpu/e_log2.S: Likewise.
51001         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51002         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51003         * sysdeps/i386/fpu/e_logf.S: Likewise.
51004         * sysdeps/i386/fpu/e_logl.S: Likewise.
51005         * sysdeps/i386/fpu/e_pow.S: Likewise.
51006         * sysdeps/i386/fpu/e_powf.S: Likewise.
51007         * sysdeps/i386/fpu/e_powl.S: Likewise.
51008         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51009         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51010         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51011         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51012         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51013         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51014         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51015         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51016         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51017         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51018         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51019         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51020         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51021         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51022         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51023         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51024         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51025         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51026         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51027         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51028         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51029         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51030         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51031         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51032         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51033         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51034         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51035         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51036         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51037         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51038         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51039         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51040         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51041         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51042         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51043         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51044         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51045         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51046         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51047         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51048         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51049         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51050         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51051         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51052         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51053         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51054         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51055         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51056         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51057         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51058         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51059         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51060         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51061         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51062         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51063         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51064         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51065         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51066         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51067         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51068         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51069         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51070         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51071         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51072         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51073         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51074         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51075         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51076         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51077         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51078         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51079         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51080         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51081         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51082         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51083         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51084         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51085         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51086         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51087         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51088         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51089         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51090         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51091         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51092         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51093         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51094         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51095         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51096         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51097         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51098         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51099         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51100         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51101         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51102         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51103         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51104         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51105         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51106         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51107         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51108         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51109         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51110         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51111         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51112         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51113         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51114         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51115         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51116         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51117         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51118         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51119         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51120         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51121         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51122         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51123         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51124         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51125         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51126         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51127         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51128         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51129         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51130         (__isnanf): Likewise.
51131         (__isinf_ns): Likewise.
51132         (__isinf_nsf): Likewise.
51133         (__finite): Likewise.
51134         (__finitef): Likewise.
51135         (__ieee754_sqrt): Define as macro.
51136         (__ieee754_sqrtf): Define as macro.
51137         (__ieee754_sqrtl): Define as macro.
51138         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51139         inlined copy.
51140         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51141         __FINITE_MATH_ONLY__ consistent.
51142         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51144 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51146         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51147         of rawmemchr.
51149         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51151 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51153         * po/ja.po: Update from translation team.
51155 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51157         * locale/programs/locarchive.c (prepare_address_space): New function.
51158         (create_archive, enlarge_archive, open_archive): Use it.
51160         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51161         inside [SHARED], where it is used.
51163         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51165         * nss/getent.c (netgroup_keys): Remove unused variable.
51166         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51168 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51170         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51171         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51172         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51173         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51174         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51175         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51176         * math/Makefile (libm-calls): Add s_isinf_ns.
51177         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51178         * math/multc3.c: Likewise.
51179         * math/s_casin.c: Likewise.
51180         * math/s_casinf.c: Likewise.
51181         * math/s_casinl.c: Likewise.
51182         * math/s_ccos.c: Likewise.
51183         * math/s_ccosf.c: Likewise.
51184         * math/s_ccosl.c: Likewise.
51185         * math/s_ctan.c: Likewise.
51186         * math/s_ctanf.c: Likewise.
51187         * math/s_ctanh.c: Likewise.
51188         * math/s_ctanhf.c: Likewise.
51189         * math/s_ctanhl.c: Likewise.
51190         * math/s_ctanl.c: Likewise.
51191         * math/w_fmod.c: Likewise.
51192         * math/w_fmodf.c: Likewise.
51193         * math/w_fmodl.c: Likewise.
51194         * math/w_remainder.c: Likewise.
51195         * math/w_remainderf.c: Likewise.
51196         * math/w_remainderl.c: Likewise.
51197         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51198         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51199         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51200         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51201         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51202         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51203         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51204         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51206         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51207         of the number.
51208         * stdio-common/printf_fphex.c: Likewise.
51209         * stdio-common/printf_size.c: Likewise.
51211         * math/e_exp10.c: Include math_private.h using <...> not "...".
51212         * math/e_exp10f.c: Likewise.
51213         * math/e_exp10l.c: Likewise.
51214         * math/e_exp2l.c: Likewise.
51215         * math/e_j0l.c: Likewise.
51216         * math/e_j1l.c: Likewise.
51217         * math/e_jnl.c: Likewise.
51218         * math/e_lgammal_r.c: Likewise.
51219         * math/e_rem_pio2l.c: Likewise.
51220         * math/e_scalb.c: Likewise.
51221         * math/e_scalbf.c: Likewise.
51222         * math/e_scalbl.c: Likewise.
51223         * math/k_cosl.c: Likewise.
51224         * math/k_sinl.c: Likewise.
51225         * math/k_tanl.c: Likewise.
51226         * math/s_cacoshf.c: Likewise.
51227         * math/s_catan.c: Likewise.
51228         * math/s_catanf.c: Likewise.
51229         * math/s_catanh.c: Likewise.
51230         * math/s_catanhf.c: Likewise.
51231         * math/s_catanhl.c: Likewise.
51232         * math/s_catanl.c: Likewise.
51233         * math/s_ccosh.c: Likewise.
51234         * math/s_ccoshf.c: Likewise.
51235         * math/s_ccoshl.c: Likewise.
51236         * math/s_cexp.c: Likewise.
51237         * math/s_cexpf.c: Likewise.
51238         * math/s_cexpl.c: Likewise.
51239         * math/s_clog.c: Likewise.
51240         * math/s_clog10.c: Likewise.
51241         * math/s_clog10f.c: Likewise.
51242         * math/s_clog10l.c: Likewise.
51243         * math/s_clogf.c: Likewise.
51244         * math/s_clogl.c: Likewise.
51245         * math/s_csin.c: Likewise.
51246         * math/s_csinf.c: Likewise.
51247         * math/s_csinh.c: Likewise.
51248         * math/s_csinhf.c: Likewise.
51249         * math/s_csinhl.c: Likewise.
51250         * math/s_csinl.c: Likewise.
51251         * math/s_csqrt.c: Likewise.
51252         * math/s_csqrtf.c: Likewise.
51253         * math/s_csqrtl.c: Likewise.
51254         * math/s_ctan.c: Likewise.
51255         * math/s_ctanf.c: Likewise.
51256         * math/s_ctanh.c: Likewise.
51257         * math/s_ctanhf.c: Likewise.
51258         * math/s_ctanhl.c: Likewise.
51259         * math/s_ctanl.c: Likewise.
51260         * math/s_ldexp.c: Likewise.
51261         * math/s_ldexpf.c: Likewise.
51262         * math/s_ldexpl.c: Likewise.
51263         * math/s_significand.c: Likewise.
51264         * math/s_significandf.c: Likewise.
51265         * math/s_significandl.c: Likewise.
51266         * math/w_acos.c: Likewise.
51267         * math/w_acosf.c: Likewise.
51268         * math/w_acosh.c: Likewise.
51269         * math/w_acoshf.c: Likewise.
51270         * math/w_acoshl.c: Likewise.
51271         * math/w_acosl.c: Likewise.
51272         * math/w_asin.c: Likewise.
51273         * math/w_asinf.c: Likewise.
51274         * math/w_asinl.c: Likewise.
51275         * math/w_atan2.c: Likewise.
51276         * math/w_atan2f.c: Likewise.
51277         * math/w_atan2l.c: Likewise.
51278         * math/w_atanh.c: Likewise.
51279         * math/w_atanhf.c: Likewise.
51280         * math/w_atanhl.c: Likewise.
51281         * math/w_cosh.c: Likewise.
51282         * math/w_coshf.c: Likewise.
51283         * math/w_coshl.c: Likewise.
51284         * math/w_dremf.c: Likewise.
51285         * math/w_exp10.c: Likewise.
51286         * math/w_exp10f.c: Likewise.
51287         * math/w_exp10l.c: Likewise.
51288         * math/w_exp2.c: Likewise.
51289         * math/w_exp2f.c: Likewise.
51290         * math/w_fmod.c: Likewise.
51291         * math/w_fmodf.c: Likewise.
51292         * math/w_fmodl.c: Likewise.
51293         * math/w_hypot.c: Likewise.
51294         * math/w_hypotf.c: Likewise.
51295         * math/w_hypotl.c: Likewise.
51296         * math/w_j0.c: Likewise.
51297         * math/w_j0f.c: Likewise.
51298         * math/w_j0l.c: Likewise.
51299         * math/w_j1.c: Likewise.
51300         * math/w_j1f.c: Likewise.
51301         * math/w_j1l.c: Likewise.
51302         * math/w_jn.c: Likewise.
51303         * math/w_jnf.c: Likewise.
51304         * math/w_jnl.c: Likewise.
51305         * math/w_lgamma.c: Likewise.
51306         * math/w_lgamma_r.c: Likewise.
51307         * math/w_lgammaf.c: Likewise.
51308         * math/w_lgammaf_r.c: Likewise.
51309         * math/w_lgammal.c: Likewise.
51310         * math/w_lgammal_r.c: Likewise.
51311         * math/w_log.c: Likewise.
51312         * math/w_log10.c: Likewise.
51313         * math/w_log10f.c: Likewise.
51314         * math/w_log10l.c: Likewise.
51315         * math/w_log2.c: Likewise.
51316         * math/w_log2f.c: Likewise.
51317         * math/w_log2l.c: Likewise.
51318         * math/w_logf.c: Likewise.
51319         * math/w_logl.c: Likewise.
51320         * math/w_pow.c: Likewise.
51321         * math/w_powf.c: Likewise.
51322         * math/w_powl.c: Likewise.
51323         * math/w_remainder.c: Likewise.
51324         * math/w_remainderf.c: Likewise.
51325         * math/w_remainderl.c: Likewise.
51326         * math/w_scalb.c: Likewise.
51327         * math/w_scalbf.c: Likewise.
51328         * math/w_scalbl.c: Likewise.
51329         * math/w_sinh.c: Likewise.
51330         * math/w_sinhf.c: Likewise.
51331         * math/w_sinhl.c: Likewise.
51332         * math/w_sqrt.c: Likewise.
51333         * math/w_sqrtf.c: Likewise.
51334         * math/w_sqrtl.c: Likewise.
51335         * math/w_tgamma.c: Likewise.
51336         * math/w_tgammaf.c: Likewise.
51337         * math/w_tgammal.c: Likewise.
51339         * po/ja.po: Update from translation team.
51341 2011-09-29  Andreas Jaeger  <aj@suse.de>
51343         [BZ #13179]
51344         * sunrpc/netname.c (netname2host): Fix logic.
51346         [BZ #6779]
51347         [BZ #6783]
51348         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51349         correctly.
51350         * math/w_remainder.c (__remainder): Likewise.
51351         * math/w_remainderf.c (__remainderf): Likewise.
51352         * math/libm-test.inc (remainder_test): Add test cases.
51354 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51356         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51357         sdiv_qrnnd.
51359 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51361         * string/test-memcmp.c: Avoid unncessary #defines.
51362         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51364 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51366         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51367         Use new sse2 version for core i3 - i7 as it's faster
51368         than sse42 version.
51369         (bit_Prefer_PMINUB_for_stringop): New.
51370         * sysdeps/x86_64/rawmemchr.S: Update.
51371         Replace with faster SSE2 version.
51372         * sysdeps/x86_64/memrchr.S: New file.
51373         * sysdeps/x86_64/memchr.S: Update.
51374         Replace with faster SSE2 version.
51376 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51378         * elf/dl-load.c (lose): Add cast to avoid warning.
51380 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51382         * po/ca.po: Update from translation team.
51384         * inet/getnetgrent_r.c: Hook up nscd.
51385         * nscd/Makefile (routines): Add nscd_netgroup.
51386         (nscd-modules): Add netgroupcache.
51387         (CFLAGS-netgroupcache.c): Define.
51388         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51389         (cache_search): Add const to second parameter.
51390         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51391         INNETGR.
51392         (dbs): Add netgrdb entry.
51393         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51394         (verify_persistent_db): Handle netgrdb.
51395         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51396         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51397         GETFDNETGR.
51398         (netgroup_response_header): Define.
51399         (innetgroup_response_header): Define.
51400         (datahead): Add netgroup_response_header and innetgroup_response_header
51401         elements.
51402         * nscd/nscd.conf: Add entries for netgroup cache.
51403         * nscd/nscd.h (dbtype): Add netgrdb.
51404         (_PATH_NSCD_NETGROUP_DB): Define.
51405         (netgroup_iov_disabled): Declare.
51406         (xmalloc, xcalloc, xrealloc): Move declarations here.
51407         (cache_search): Adjust prototype.
51408         Add netgroup-related prototypes.
51409         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51410         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51411         (__nscd_innetgr): Declare.
51412         * nscd/selinux.c (perms): Use access_vector_t as element type and
51413         add netgroup-related initializers.
51414         * nscd/netgroupcache.c: New file.
51415         * nscd/nscd_netgroup.c: New file.
51416         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51417         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51418         For four parameters use innetgr.
51419         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51420         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51421         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51422         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51424         * nscd/connections.c (register_traced_file): Don't register file
51425         for disabled databases.
51427 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51429         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51431         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51432         from tree and freeing node.
51434 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51436         * nss/nsswitch.c (__nss_database_lookup): Handle
51437         nss_parse_service_list out of memory case.
51439 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51441         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51442         out of memory case.
51444 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51446         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51447         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51448         pass it down.
51449         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51450         elf_machine_rela, elf_machine_lazy_rel.
51451         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51452         (ELF_DYNAMIC_DO_REL): Likewise.
51453         (ELF_DYNAMIC_DO_RELA): Likewise.
51454         (ELF_DYNAMIC_RELOCATE): Likewise.
51455         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51456         to ELF_DYNAMIC_DO_REL.
51457         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51458         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51459         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51460         elf_machine_rela.
51461         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51462         skip_ifunc, don't call ifunc function if non-zero.
51463         (elf_machine_rela): Likewise.
51464         (elf_machine_lazy_rel): Likewise.
51465         (elf_machine_lazy_rela): Likewise.
51466         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51467         (elf_machine_lazy_rel): Likewise.
51468         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51469         Likewise.
51470         (elf_machine_lazy_rel): Likewise.
51471         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51472         Likewise.
51473         (elf_machine_lazy_rel): Likewise.
51474         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51475         (elf_machine_lazy_rel): Likewise.
51476         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51477         (elf_machine_lazy_rel): Likewise.
51478         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51479         (elf_machine_lazy_rel): Likewise.
51480         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51481         (elf_machine_lazy_rel): Likewise.
51482         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51483         (elf_machine_lazy_rel): Likewise.
51484         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51485         (elf_machine_lazy_rel): Likewise.
51487 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51489         * nss/nss_files/files-init.c (_nss_files_init): Use static
51490         initialization for all the *_traced_file variables.
51492 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51494         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51496 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51498         [BZ #13226]
51499         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51501 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51503         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51504         Reread the line before reparsing it.
51506 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51508         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51510 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51511             Maxim Kuvyrkov  <maxim@codesourcery.com>
51512             Joseph Myers  <joseph@codesourcery.com>
51514         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51515         if needed for __stack_chk_guard.
51517 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51519         * sysdeps/posix/spawni.c (script_execute): Always define it.
51520         It will be optimized away if unused.
51521         (maybe_script_execute): New function.
51522         (__spawni): Call it.
51524         * Makerules: Don't include tls.make.
51525         (config-tls): Always set to thread.
51526         * tls.make.c: File removed.
51528 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51530         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51531         * config.make.in (CPPFLAGS-config): New substituted variable.
51533 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51535         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51537         [BZ #13192]
51538         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51539         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51541 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51543         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51544         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51545         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51546         (CALL_FAIL): Likewise.
51547         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51548         (CALL_FAIL): Macro removed.
51549         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51551 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51553         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51554         for __FINITE_MATH_ONLY__ == 1.
51556 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51558         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51559         __ieee754_sqrt instead of sqrt.
51560         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51561         __ieee754_sqrtf instead of sqrtf.
51562         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51563         __floorf instead of floorf.
51564         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51565         __floorf, __truncf instead of floorf, truncf.
51567 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51569         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51571         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51572         __extern_always_inline.
51573         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51574         32-bit.
51576 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51578         * elf/rtld.c (dl_main): Also relocate in dependency order when
51579         doing symbol dependency testing.
51581 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51583         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51584         Always define `refsym'.
51586 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51588         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51589         (__FD_ELT): Renamed from __FDELT.
51590         * misc/bits/select2.h (__FD_ELT): Likewise.
51591         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51592         __FD_MASK instead of __FDELT, __FDMASK.
51593         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51594         Likewise.
51595         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51596         Likewise.
51598         * elf/Makefile (gen-ldd): Fix pattern.
51600         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51601         (init_tls): Likewise.
51603 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51605         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51607 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51609         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51610         `struct cmsghdr *' instead of `void *'.
51611         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51612         Likewise.
51614 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51616         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51617         if non-absolute.
51618         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51619         ldd_rewrite_script.
51621 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51623         * configure.in: Remove --with-tls option.
51624         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51625         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51626         out in case it is missing.
51627         * sysdeps/ia64/elf/configure.in: Likewise.
51628         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51629         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51630         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51631         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51632         * sysdeps/sh/elf/configure.in: Likewise.
51633         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51634         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51635         * sysdeps/x86_64/elf/configure.in: Likewise.
51636         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51637         * sysdeps/mach/hurd/tls.h: Likewise.
51639         [BZ #13067]
51640         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51642         [BZ #13090]
51643         * configure.in: Fix use of AC_INIT.
51645         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51647 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51649         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51650         __set_errno.
51651         * malloc/hooks.c: Likewise.
51653         [BZ #11929]
51654         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51655         variables statically.
51656         (narenas): Initialize.
51657         (list_lock): Initialize.
51658         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51659         initializtion of main_arena and list_lock.  Small cleanups.
51660         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51661         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51662         Add initializers to main_arena and mp_.
51663         (malloc_state): Remove pagesize member.  Change all users to use
51664         GLRO(dl_pagesize).
51666         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51667         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51668         is always initialized.
51670         * malloc/malloc.c: Removed unused configurations and dead code.
51671         * malloc/arena.c: Likewise.
51672         * malloc/hooks.c: Likewise.
51673         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51675         * include/tls.h: Removed.  USE___THREAD must always be defined.
51676         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51677         * elf/dl-libc.c: Likewise.
51678         * elf/dl-tsd.c: Likewise.
51679         * include/errno.h: Likewise.
51680         * include/netdb.h: Likewise.
51681         * include/resolv.h: Likewise.
51682         * inet/herrno-loc.c: Likewise.
51683         * inet/herrno.c: Likewise.
51684         * malloc/arena.c: Likewise.
51685         * malloc/hooks.c: Likewise.
51686         * malloc/malloc.c: Likewise.
51687         * resolv/res-state.c: Likewise.
51688         * resolv/res_libc.c: Likewise.
51689         * sysdeps/i386/dl-machine.h: Likewise.
51690         * sysdeps/ia64/dl-machine.h: Likewise.
51691         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51692         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51693         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51694         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51695         * sysdeps/sh/dl-machine.h: Likewise.
51696         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51697         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51698         * sysdeps/unix/i386/sysdep.S: Likewise.
51699         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51700         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51701         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51702         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51703         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51704         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51705         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51706         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51707         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51708         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51709         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51710         * sysdeps/x86_64/dl-machine.h: Likewise.
51711         * tls.make.c: Likewise.
51713         * configure.in: Remove --with-__thread option.  Make tests for
51714         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51715         tls_model attribute fail if no support is available.  Remove
51716         USE_IN_LIBIO.
51717         * Makeconfig: Adjust for dropped configure option.  All features are
51718         now mandatory.
51719         * Makerules: Likewise.
51720         * Versions.def: Likewise.
51721         * argp/argp-fmtstream.c: Likewise.
51722         * argp/argp-fmtstream.h: Likewise.
51723         * argp/argp-help.c: Likewise.
51724         * assert/assert.c: Likewise.
51725         * config.h.in: Likewise.
51726         * config.make.in: Likewise.
51727         * configure: Likewise.
51728         * configure.in: Likewise.
51729         * csu/Versions: Likewise.
51730         * csu/init.c: Likewise.
51731         * elf/tst-audit2.c: Likewise.
51732         * elf/tst-tls10.c: Likewise.
51733         * elf/tst-tls10.h: Likewise.
51734         * elf/tst-tls11.c: Likewise.
51735         * elf/tst-tls12.c: Likewise.
51736         * elf/tst-tls14.c: Likewise.
51737         * elf/tst-tlsmod11.c: Likewise.
51738         * elf/tst-tlsmod12.c: Likewise.
51739         * elf/tst-tlsmod13.c: Likewise.
51740         * elf/tst-tlsmod13a.c: Likewise.
51741         * elf/tst-tlsmod14a.c: Likewise.
51742         * elf/tst-tlsmod15b.c: Likewise.
51743         * elf/tst-tlsmod16a.c: Likewise.
51744         * elf/tst-tlsmod16b.c: Likewise.
51745         * elf/tst-tlsmod7.c: Likewise.
51746         * elf/tst-tlsmod8.c: Likewise.
51747         * elf/tst-tlsmod9.c: Likewise.
51748         * gmon/gmon.c: Likewise.
51749         * grp/fgetgrent_r.c: Likewise.
51750         * grp/putgrent.c: Likewise.
51751         * hurd/fopenport.c: Likewise.
51752         * include/libc-symbols.h: Likewise.
51753         * include/tls.h: Likewise.
51754         * intl/gettextP.h: Likewise.
51755         * intl/loadinfo.h: Likewise.
51756         * locale/global-locale.c: Likewise.
51757         * locale/localeinfo.h: Likewise.
51758         * mach/devstream.c: Likewise.
51759         * malloc/arena.c: Likewise.
51760         * malloc/set-freeres.c: Likewise.
51761         * misc/err.c: Likewise.
51762         * misc/getttyent.c: Likewise.
51763         * misc/mntent_r.c: Likewise.
51764         * posix/getopt.c: Likewise.
51765         * posix/wordexp.c: Likewise.
51766         * pwd/fgetpwent_r.c: Likewise.
51767         * resolv/Versions: Likewise.
51768         * resolv/res_hconf.c: Likewise.
51769         * shadow/fgetspent_r.c: Likewise.
51770         * shadow/putspent.c: Likewise.
51771         * stdio-common/printf_fphex.c: Likewise.
51772         * stdio-common/tmpfile.c: Likewise.
51773         * stdlib/abort.c: Likewise.
51774         * stdlib/fmtmsg.c: Likewise.
51775         * sunrpc/auth_unix.c: Likewise.
51776         * sunrpc/clnt_perr.c: Likewise.
51777         * sunrpc/clnt_tcp.c: Likewise.
51778         * sunrpc/clnt_udp.c: Likewise.
51779         * sunrpc/clnt_unix.c: Likewise.
51780         * sunrpc/openchild.c: Likewise.
51781         * sunrpc/svc_simple.c: Likewise.
51782         * sunrpc/svc_tcp.c: Likewise.
51783         * sunrpc/svc_udp.c: Likewise.
51784         * sunrpc/svc_unix.c: Likewise.
51785         * sunrpc/xdr.c: Likewise.
51786         * sunrpc/xdr_array.c: Likewise.
51787         * sunrpc/xdr_rec.c: Likewise.
51788         * sunrpc/xdr_ref.c: Likewise.
51789         * sunrpc/xdr_stdio.c: Likewise.
51791 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51793         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51795 2011-07-03  Andreas Jaeger  <aj@suse.de>
51797         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51798         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51799         regenerate with gen-libm-tests.pl.
51801 2010-05-12  Petr Baudis  <pasky@suse.cz>
51803         [BZ #11589]
51804         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51805         around j0() zero points by switching to j1().
51806         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51807         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51808         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51809         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51811 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51813         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51814         instead of 0.
51815         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51816         instead of 0.
51817         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51818         Patch in part by Pavel Roskin <proski@gnu.org>.
51820         [BZ #13138]
51821         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51822         realloc.
51823         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51824         Free memory block if necessary.
51826         [BZ #12847]
51827         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51828         be NULL.  Don't lock in this case.
51830 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51832         * elf/elf.h (ELFOSABI_GNU): New macro.
51833         (ELFOSABI_LINUX): Define to that.
51835 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51837         * string/strncat.c (strncat): Undef the symbol in case it has been
51838         defined in bits/string.h.
51840 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51842         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51844         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51845         link map.
51847 2011-08-17  Andreas Jaeger  <aj@suse.de>
51849         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51851 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51852             Ian Lance Taylor  <iant@google.com>
51854         * math/libm-test.inc (lround_test): New testcase.
51855         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51857 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51859         * Makefile: Remove support for automatic cvs check-ins.
51860         * Makerules: Likewise.
51861         * config.make.in: Likewise.
51862         * configure.in: Likewise.
51863         * intl/Makefile: Likewise.
51864         * locale/Makefile: Likewise.
51865         * po/Makefile: Likewise.
51866         * posix/Makefile: Likewise.
51867         * sysdeps/gnu/Makefile: Likewise.
51868         * sysdeps/mach/hurd/Makefile: Likewise.
51869         * sysdeps/sparc/sparc32/Makefile: Likewise.
51871         [BZ #13118]
51872         * posix/Makefile (bug-regex32-ENV): Define.
51873         Patch by John Stanley <jpsinthemix@verizon.net>.
51875         * misc/Makefile (headers): Add bits/select2.h.
51876         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51877         * misc/bits/select2.h: New file.
51878         * include/bits/select2.h: New file.
51879         * debug/Makefile (routines): Add fdelt_chk.
51880         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51881         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51882         FD_ISSET.
51883         * debug/fdelt_chk.c: New file.
51885         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51886         * wcsmbs/test-wmemcmp.c: Likewise.
51887         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51888         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51890 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51892         * string/Makefile (strop-tests): Add memcmp.
51893         * string/test-wmemcmp.c: New file.
51894         * string/test-memcmp.c: Add wmemcmp support.
51896 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51898         [BZ #13153]
51899         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51900         2011-07-19 change.
51902         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51903         garbage value in a __mach_port_mod_refs call in the cases of the
51904         task-self and thread-self ports.
51906 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51908         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51910 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51912         * elf/dl-load.c (lose): Check for non-null L.
51914 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51916         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51918         * elf/dl-libc.c (dlerror_run): Pass back error code from
51919         dl_catch_error.
51921         [BZ #13123]
51922         * elf/dl-load.c (lose): Free l_origin if it is valid.
51924         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51925         names.
51926         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51927         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51928         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51929         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51930         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51931         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51933 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51935         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51936         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51937         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51938         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51939         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51940         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51941         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51942         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51943         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51944         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51946 2011-08-15  Alan Modra  <amodra@gmail.com>
51948         [BZ #13092]
51949         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51950         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51951         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51952         ppc_mcount to static-only-routines.
51953         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51954         __mcount_internal.
51955         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51956         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51958 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51960         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51961         for finite and infinity parameters.
51963 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51965         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51966         and add nop instructions for throughput optimization.
51967         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51969 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51971         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51972         aligned copy for power7 with vector-scalar instructions.
51973         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51975 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51977         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51978         AVX check.
51980 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51982         [BZ #13144]
51983         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51984         last change.
51986 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51988         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51989         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51990         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51991         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51992         clock_gettime.
51994 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51996         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51997         Forgot to demangle the pointer.
51999         * sysdeps/i386/sysdep.h: Define atom_text_section.
52000         * sysdeps/x86_64/sysdep.h: Likewise.
52001         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52002         section with atom_text_section.
52003         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52004         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52005         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52006         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52007         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52009         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52010         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52011         already be defined.  Change to take two parameters and don't assign
52012         result to variable.  Adjust all users.
52013         Define INTERNAL_GETTIME if not already defined.
52014         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52015         call.
52016         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52017         HAVE_CLOCK_GETTIME_VSYSCALL.
52018         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52020         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52021         gettimeofday vsyscall, just use time.
52023 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52025         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52026         <errno.h>.
52028 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52030         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52031         syscall on x86-64.
52032         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52033         syscall.
52034         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52035         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52036         syscall if possible.
52038 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52040         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52041         e_ident.  Don't pass to find_mapsXX.
52042         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52044 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52046         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52047         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52048         * sysdeps/x86_64/multiarch/strchr.S: Update.
52049         Check bit_slow_BSF bit.
52050         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52051         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52052         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52054 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52056         [BZ #13134]
52057         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52058         before glibc 2.15.
52059         (tryshell): Define.
52060         (__spawni): Change last parameter to be flag.  Test
52061         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52062         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52063         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52064         * posix/spawni.c: Likewise.
52065         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52066         * posix/spawnp.c: Likewise.  Change normal version to use
52067         SPAWN_XFLAGS_USE_PATH.
52068         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52069         SPAWN_XFLAGS_TRY_SHELL.
52071         [BZ #13150]
52072         * posix/glob.h: Remove gcc 1.x support.
52074         [BZ #13068]
52075         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52077 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52079         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52080         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52081         strrchr-sse2-bsf
52082         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52083         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52084         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52085         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52086         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52087         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52089 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52091         * sysdeps/x86_64/wcscmp.S: New file.
52093         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52094         wcscmp-c wcscmp-sse2
52095         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52096         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52097         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52098         * wcsmbs/wcscmp.c: Allow renaming.
52100 2011-09-05  David S. Miller  <davem@davemloft.net>
52102         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52103         stack slot, rather than the struct return pointer slot.
52104         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52105         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52107         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52109 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52111         * po/ja.po: Update from translation team.
52113         [BZ #13144]
52114         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52115         kernel in 64-bit binaries.
52117 2011-09-01  David S. Miller  <davem@davemloft.net>
52119         * elf/elf.h (HWCAP_SPARC_*): Move to..
52120         * sysdeps/sparc/sysdep.h: this new file and add new values.
52121         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52122         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52123         _DL_HWCAP_COUNT to 24.
52124         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52125         entries.
52126         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52127         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52128         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52129         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52130         instead of magic constants.
52131         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52133 2011-08-31  David S. Miller  <davem@davemloft.net>
52135         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52136         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52137         Reimplement to do errno handling inline.
52138         (SYSCALL_ERROR_HANDLER): New macro.
52139         (__SYSCALL_STRING): Do not do errno handling in asm.
52140         (__CLONE_SYSCALL_STRING): Delete.
52141         (__INTERNAL_SYSCALL_STRING): Delete.
52142         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52143         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52144         (PSEUDO): Reimplement to do errno handling inline.
52145         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52146         (SYSCALL_ERROR_HANDLER): New macro.
52147         (__SYSCALL_STRING): Do not do errno handling in asm.
52148         (__CLONE_SYSCALL_STRING): Delete.
52149         (__INTERNAL_SYSCALL_STRING): Delete.
52150         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52151         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52152         i386.
52153         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52154         (inline_syscall*): Add 'err' argument.
52155         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52156         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52157         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52158         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52160         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52161         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52163 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52165         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52167 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52169         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52170         directive.
52172 2011-08-24  David S. Miller  <davem@davemloft.net>
52174         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52176 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52178         * elf/Makefile: Add rules to build and run unload8 test.
52179         * elf/unload8.c: New file.
52180         * elf/unload8mod1.c: New file.
52181         * elf/unload8mod1x.c: New file.
52182         * elf/unload8mod2.c: New file.
52183         * elf/unload8mod3.c: New file.
52185         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52186         it wasn't used.
52188 2011-08-23  David S. Miller  <davem@davemloft.net>
52190         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52191         subtract stack bias.
52192         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52193         %sp not %fp in calculations.
52194         (_JMPBUF_UNWINDS_ADJ): Likewise.
52196         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52197         (aio_suspend): Call it to force an exception region around the
52198         AIO_MISC_WAIT() invocation.
52200 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52202         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52203         backslash.
52205 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52207         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52208         protection macro.
52209         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52210         and <dl-machine.h>.
52211         (Elf64_FuncDesc): Remove.
52213 2011-08-22  David S. Miller  <davem@davemloft.net>
52215         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52216         sigaltstack check, add missing cfi directives.
52217         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52218         missing cfi directives, and sigaltstack handling.
52220 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52222         [BZ #11724]
52223         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52224         object is seen twice.
52225         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52227         * elf/Makefile (distribute): Add tst-initorder2.c.
52228         (tests): Add tst-initorder2.
52229         (modules-names): Add tst-initorder2a tst-initorder2b
52230         tst-initorder2c tst-initorder2d.  Add rules to build them.
52231         ($(objpfx)tst-initorder2.out): New rule.
52232         * elf/tst-initorder2.c: New file.
52233         * elf/tst-initorder2.exp: New file.
52235 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52237         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52239         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52240         dependencies back to end of function.
52242         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52243         $(elfobjdir)/ld.so.
52245 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52247         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52248         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52249         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52250         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52251         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52252         of __vdso_gettimeofday.
52253         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52254         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52255         attribute_hidden.
52256         (_libc_vdso_platform_setup): Remove initialization of
52257         __vdso_gettimeofday and __vdso_time.
52259 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52261         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52262         and fgetc_unlocked.
52263         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52264         getc_unlocked.
52266         * elf/dl-open.c (add_to_global): Report additions to the global scope
52267         for LD_DEBUG=scopes.
52268         (dl_open_worker): Also print scope of newly loaded dependencies.
52269         (_dl_show_scope): Indicate if there is no scope.
52271         [BZ #13114]
52272         * stdio-common/Makefile (tests): Add bug24.
52273         * stdio-common/bug24.c: New file.
52275 2011-08-19  Andreas Jaeger  <aj@suse.de>
52277         [BZ #13114]
52278         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52279         non-existant file when using close-on-exec mode.
52281 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52283         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52284         the very first instruction.
52286         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52287         the CFI state in the end.
52288         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52289         inclusion of dl-trampoline.h.
52290         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52292 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52294         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52295         expectations for long double.
52297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52298         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52300 2011-08-14  David S. Miller  <davem@davemloft.net>
52302         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52303         artificual limit depends upon the system page size.
52305 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52307         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52308         * resolv/Makefile: Define CFLAGS-libresolv.
52310 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52312         * nss/makedb.c (compute_tables): Make variables used in nested
52313         function static.
52315 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52317         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52318         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52319         if buffer was too small.
52321         * elf/pldd.c (main): Attach to all threads in the process.
52322         Rewrite /proc handling to use *at functions.
52324 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52326         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52327         specifies first scope to show.
52328         (dl_open_worker): Update callers.  Move printing scope of new
52329         object to before the relocation.
52330         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52331         * sysdeps/generic/ldsodefs.h: Update declaration.
52333         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52334         string for the scope number.
52336 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52338         * nscd/servicescache.c (cache_addserv): Make sure written is always
52339         initialized.
52341 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52343         * sysdeps/i386/i486/bits/atomic.h
52344         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52345         statement expression, so as to suppress "set but not used" warning.
52346         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52348         * string/strncat.c (STRNCAT): Use prototype definition.
52350         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52351         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52352         -Iprograms here.
52353         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52354         (localedef-modules): Add localedef.
52355         (locale-modules): Add locale.
52357         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52358         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52359         to avoid a warning.
52361 2011-08-14  David S. Miller  <davem@davemloft.net>
52363         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52364         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52366 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52368         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52369         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52370         * elf/rtld.c (dl_main): Set l_name of vDSO.
52371         Call _dl_show_scope when DL_DEBUG_SCOPES.
52372         (process_dl_debug): Recognize scopes flag and also set it for all.
52373         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52374         Declare _dl_show_scope.
52376         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52377         (do_dlopen): Pass caller_dlopen to dl_open.
52378         (__libc_dlopen_mode): Initialize caller_dlopen.
52380         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52381         of libc.  Make tolower call locale-independent.  Optimize a bit by
52382         using isdigit instead of isalnum.
52383         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52385 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52387         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52388         was a dependency or dynamically loaded.
52390 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52392         * intl/l10nflist.c: Allow architecture-specific pop function.
52393         * sysdeps/x86_64/l10nflist.c: New file.
52395         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52396         classification.
52398 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52400         * include/dirent.h: Add libc_hidden_proto for scandirat and
52401         scandirat64.  Don't declare __scandirat64.
52402         * dirent/scandirat.c: Add libc_hidden_def.
52403         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52404         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52406 2011-08-10  David S. Miller  <davem@davemloft.net>
52408         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52409         enum.
52410         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52411         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52412         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52414 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52416         * Versions.def [libc]: Add GLIBC_2.15.
52417         * dirent/Makefile (routines): Add scandirat and scandirat64.
52418         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52419         GLIBC_2.15.
52420         * dirent/dirent.h: Declare scandirat and scandirat64.
52421         * dirent/scandirat.c: New file.
52422         * dirent/scandirat64.c: New file.
52423         * sysdeps/wordsize-64/scandirat.c: New file.
52424         * sysdeps/wordsize-64/scandirat64.c: New file.
52425         * dirent/opendir.c: Define opendirat.
52426         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52427         using scandirat.
52428         * dirent/scandir64.c: Adjust for scandir.c change.
52429         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52430         __scandirat64, and __scandir_cancel_handler.
52431         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52432         additional parameter and use openat instead of open (outside of ld.so).
52433         Add new __opendir as wrapper around __opendirat.
52434         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52435         here without requiring old scandirat implementation.
52437 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52439         * dirent/scandir.c (cancel_handler): Renamed to
52440         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52441         defined.  Adjust users.
52442         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52443         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52445 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52447         * string/test-string.h (IMPL): Use __STRING to expand name and then
52448         stringify it.
52450         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52451         of cleanups.
52453 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52455         * string/Makefile: Update.
52456         (strop-tests): Append strncat.
52457         * string/test-wcscmp.c: New file.
52458         New comprehensive test for wcscmp.
52459         * string/test-strcmp.c: Update.
52460         (WIDE): New define.
52462 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52464         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52465         line.
52467 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52469         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52470         encoding to ACE if AI_IDN.
52472 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52474         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52475         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52477 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52479         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52480         Fix overflow bug in strncat.
52481         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52483         * string/test-strncat.c: Update.
52484         Add new tests for checking overflow bugs.
52486 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52488         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52489         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52490         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52491         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52492         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52493         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52494         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52495         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52496         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52498         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52499         (USE_AS_STRCAT): Define.
52500         Add strcat and strncat support.
52501         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52503 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52505         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52506         __n bigger than INT_MAX+1.
52507         (__strncmp_g): Likewise.
52509 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52511         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52512         * libio/stido.h: Likewise.
52514         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52515         (AF_NFC): Define.
52516         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52517         (AF_NFC): Define.
52519         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52520         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52521         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52522         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52523         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52525         [BZ #13021]
52526         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52527         installed.
52529         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52530         typo.
52531         (_dl_x86_64_save_sse): Likewise.
52533 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52535         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52536         OSXSAVE.
52537         (_dl_x86_64_save_sse): Likewise.
52539         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52541         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52543 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52545         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52546         change.
52547         (_dl_x86_64_save_sse): Use correct AVX check.
52549 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52551         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52552         bug in strncpy/strncat.
52553         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52555 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52557         * string/tester.c (test_strcat): Add tests for different alignments
52558         of source and destination.
52559         (test_strncat): Likewise.
52561 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52563         [BZ #12852]
52564         * posix/glob.c (glob): Check passed in values before using them in
52565         expressions to avoid some overflows.
52566         (glob_in_dir): Likewise.
52568         [BZ #13007]
52569         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52570         check for AVX enablement so that we don't crash with old kernels and
52571         new hardware.
52572         * elf/tst-audit4.c: Add same checks here.
52573         * elf/tst-audit6.c: Likewise.
52575         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52577 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52579         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52581 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52583         * po/cs.po: Update from translation team.
52584         * po/bg.po: Likewise.
52586 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52588         * misc/sys/cdefs.h: Add support for const attribute.
52589         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52590         to gnu_dev_{major,minor,makedev} functions.
52592 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52594         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52596 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52598         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52599         strlen results.
52601 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52603         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52604         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52605         register in order to avoid conflicts with the soft frame pointer
52606         being held in r11 when necessary.
52607         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52608         (INTERNAL_VSYSCALL_NCS): Likewise.
52610 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52612         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52613         * elf/dl-fini.c (_dl_fini): Adjust caller.
52614         * elf/dl-close.c (_dl_close_worker): Likewise.
52615         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52617 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52619         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52620         "aux_cache->nlibs < 0".
52622         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52623         in the reload-count case.
52625 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52627         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52628         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52629         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52630         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52631         * sysdeps/x86_64/multiarch/strcat.S: New file.
52632         * sysdeps/x86_64/multiarch/strncat.S: New file.
52633         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52634         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52635         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52636         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52637         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52638         (USE_AS_STRCAT): Define.
52639         Add strcat and strncat support.
52640         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52641         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52642         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52643         * string/strncat.c: Update.
52644         (USE_AS_STRNCAT): Define.
52645         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52646         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52647         and i7.
52648         * sysdeps/x86_64/multiarch/init-arch.h
52649         (bit_Prefer_PMINUB_for_stringop): New.
52650         (index_Prefer_PMINUB_for_stringop): Likewise.
52651         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52652         bit_Prefer_PMINUB_for_stringop.
52654 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52656         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52657         buffer64.
52658         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52659         of casting of buffer.
52660         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52661         buffer32 and buffer64.
52662         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52663         writes instead of casting of buffer.
52664         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52665         buffer32.
52666         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52667         casting of buffer.
52669 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52671         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52673 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52675         * nscd/nscd.c (termination_handler): Don't do anything for a database
52676         if it has not yet been initialized.
52678 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52680         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52682 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52684         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52686 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52688         * po/nl.po: Update from translation team.
52689         * po/sv.po: Likewise.
52691 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52693         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52694         now disallowed by GCC.
52696         * configure.in (use-default-link): Default to yes if a test -shared
52697         link meets our qualifications.
52698         * configure: Regenerated.
52700         * config.make.in (output-format): New variable.
52701         * configure.in: Check for ld --print-output-format support.
52702         * configure: Regenerated.
52703         * Makerules ($(common-objpfx)format.lds)
52704         [$(output-format) != unknown]: Just use $(output-format),
52705         instead of the linker-script munging.
52707 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52709         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52710         of $(common-objpfx)shlib.lds.
52711         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52713         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52714         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52716         * configure.in (-z relro check): Adjust test code to add a large
52717         writable data section after it.
52718         * configure: Regenerated.
52720 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52722         * configure.in (-z relro check): Fix test code to make the variable
52723         truly const.
52724         * configure: Regenerated.
52726 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52728         * nscd/nscd.h (struct traced_file): Define.
52729         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52730         elements.  Add traced_files.
52731         (inotify_fd): Declare.
52732         (register_traced_file): Declare.
52733         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52734         (inotify_fd): Export.
52735         (resolv_conf_descr): Remove.
52736         (nscd_init): Move inotify descriptor creation to main.
52737         Don't register files for notification here.
52738         (register_traced_file): New function.
52739         (invalidate_cache): Don't use reset_res to determine whether to call
52740         res_init, go through the list of registered files.
52741         (main_loop_poll): The inotify descriptors are now stored in the
52742         structures for the traced files.
52743         (main_loop_epoll): Likewise
52744         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
52745         to __nss_disable_nscd.
52746         * nscd/cache.c (prune_cache): There is no single inotify descriptor
52747         for a database anymore.  Check the records for all the registered
52748         files instead.
52749         * nss/Makefile (libnss_files-routines): Add files-init.
52750         (libnss_db-routines): Add db-init.
52751         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52752         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52753         * nss/nss_db/db-init.c: New file.
52754         * nss/nss_files/files-init.c: New file.
52755         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
52756         __nss_lookup_function.
52757         (__nss_lookup_function): Call nss_load_library.
52758         (nss_load_all_libraries): New function.
52759         (__nss_disable_nscd): Take parameter with callback function for files
52760         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
52761         used for the cached services.
52762         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52763         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52764         options for features to all the files in nscd.
52766         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52768 2011-07-10  Roland McGrath  <roland@hack.frob.com>
52770         * csu/elf-init.c (__libc_csu_init): Comment typo.
52772 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
52774         * po/pl.po: Update from translation team.
52775         * po/ja.po: Likewise.
52776         * po/ru.po: Likewise.
52777         * po/ko.po: Likewise.
52778         * po/fr.po: Likewise.
52780 2011-07-09  Roland McGrath  <roland@hack.frob.com>
52782         * configure.in (.ctors/.dtors header and trailer check):
52783         Use an empirical test on a built program.
52784         * configure: Regenerated.
52786         * configure.in (-z relro check): Use an empirical test on a built DSO.
52787         Detect, but do not require, on ia64.
52788         * configure: Regenerated.
52790         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52791         Update tests that use readelf to use $READELF instead.
52792         * configure: Regenerated.
52794 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52796         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52797         if the result is not used.
52799 2011-07-05  Andreas Jaeger  <aj@suse.de>
52801         [BZ#9696]
52802         * stdlib/tst-strtod.c: Add testcase.
52804 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52806         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52807         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52808         The latter has a higher limit.  Take additional parameter to pass to
52809         the new function.
52810         (__pathconf): Pass file to __statfs_link_max.
52811         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52812         __statfs_link_max.
52813         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52814         __statfs_link_max.
52816         [BZ #12868]
52817         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52818         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52819         Handle Lustre.
52820         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52821         (__statfs_filesize_max): Likewise.
52822         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52824 2011-07-05  Andreas Jaeger  <aj@suse.de>
52826         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52828 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52830         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52831         `status' variable.
52832         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52833         Likewise.
52835 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52837         * Makefile (strop-tests): Add strncat.
52838         * string/test-strncat.c: New file.
52840 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52842         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52844 2011-06-21  Andreas Jaeger  <aj@suse.de>
52846         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52847         Copy rule from iconvdata/Makefile.
52849 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52851         [BZ #12922]
52852         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52853         but no long options are defined, just return 'W'.
52855 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52857         [BZ #9696]
52858         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52860 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52862         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52863         netgroups to read.
52864         (innetgr): Likewise.
52866 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52868         * config.make.in (install_root): Default to $(DESTDIR).
52870 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52872         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52874 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52876         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52878         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52879         containing directory rather than embedding absolute directory names.
52881         * scripts/check-local-headers.sh: Rewritten using awk.
52882         Match by word, not by line.  Print error messages for matches.
52883         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52885         * Makerules [shlib-lds-flags empty]:
52886         ($(common-objpfx)libc_pic.opts): New target.
52887         ($(common-objpfx)libc_pic.os.clean): New target.
52888         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52890         * config.make.in (OBJCOPY): New variable.
52891         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52892         * configure: Regenerated.
52894         * config.make.in (use-default-link): New variable.
52895         * configure.in (use_default_link): Grok --with-default-link to set it.
52896         * configure: Regenerated.
52897         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52898         (shlib-lds, shlib-lds-flags): Define to empty.
52900         * Makerules (shlib-lds): New variable.
52901         (shlib-lds-flags): New variable.
52902         (build-shlib, build-moduile, build-module-asneeded): Use it.
52903         ($(common-objpfx)libc.so): Use $(shlib-lds).
52904         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52905         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52907         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52908         DT_FLAGS/DT_FLAGS_1 with zero flags.
52910         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52911         linker script munging.
52913 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52915         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52916         as 128-bit value.
52917         * crypt/sha512.c (sha512_process_block): Perform total addition using
52918         128-bit if possible.
52919         (__sha512_finish_ctx): Likewise.
52920         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52921         as 64-bit value.
52922         * crypt/sha256.c (SWAP64): Define.
52923         (sha256_process_block): Perform total addition using 64-bit if
52924         possible.
52925         (__sha256_finish_ctx): Likewise.
52927 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52929         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52930         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52931         * nscd/hstcache.c (cache_addhst): Likewise.
52932         * nscd/grpcache.c (cache_addgr): Likewise.
52933         * nscd/aicache.c (addhstaiX): Likewise
52934         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52936 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52938         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52939         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52940         * nscd/hstcache.c (cache_addhst): Likewise.
52941         * nscd/grpcache.c (cache_addgr): Likewise.
52942         * nscd/aicache.c (addhstaiX): Likewise
52944 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52946         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52947         domain only when needed.
52949 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52951         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52952         is always restored.
52954 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52956         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52957         are re-adding the entry.
52958         * nscd/servicescache.c (cache_addserv): Likewise.
52960 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52962         * sysdeps/generic/dl-irel.h: fix protection against multiple
52963         inclusions.
52964         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52966 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52968         [BZ #12935]
52969         * malloc/memusage.sh: Fix quoting in message.
52970         * debug/xtrace.sh: Likewise.
52972         * configure.in: Remove support for --experimental-malloc option, make
52973         it the default.
52974         * config.make.in: Likewise.
52975         * malloc/Makefile: Likewise.
52977 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52979         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52980         two-byte characters.
52982 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52984         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52985         AC_CACHE_CHECK invocation.
52986         * configure: Regenerated.
52988         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52990 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52992         [BZ #12350]
52993         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52994         bit from old_res_options.
52996         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52998         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52999         value type for setfct.
53001 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53003         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53004         __gettimeofday instead of gettimeofday.
53006 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53008         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53010 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53012         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53014         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53015         info.
53017 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53019         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53020         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53021         strcpy-sse2-unaligned strncpy-sse2-unaligned
53022         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53023         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53024         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53025         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53026         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53027         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53028         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53029         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53030         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53031         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53032         (STRCPY): Support SSE2 and SSSE3 versions.
53034 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53036         [BZ #12874]
53037         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53038         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53039         kernels which artificially limit size of requests.
53041 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53043         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53044         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53045         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53046         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53047         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53048         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53049         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53050         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53051         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53052         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53053         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53054         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53055         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53056         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53057         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53058         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53059         Enable unaligned load optimization for Intel Core i3, i5 and i7
53060         processors.
53061         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53062         Define.
53063         (index_Fast_Unaligned_Load): Define.
53064         (HAS_FAST_UNALIGNED_LOAD): Define.
53066 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53068         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53070 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53072         [BZ #12907]
53073         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53074         until it is clear that the information is realy needed.
53075         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53077 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53079         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53081 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53083         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53084         /sys/devices/system/cpu/online if it is usable.
53086         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53087         reading the information from the /proc filesystem to once a second.
53089 2011-06-21  Andreas Jaeger  <aj@suse.de>
53091         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53092         NULL after inclusion of kernel headers.
53094 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53096         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53097         calls to internal_setent.
53099         [BZ #12885]
53100         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53101         addresses using gethostbyname4_r ignore IPv4 addresses.
53103         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53104         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53106         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53108 2011-06-20  David S. Miller  <davem@davemloft.net>
53110         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53111         inclusions.
53112         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53114         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53115         (elf_irel): Use it.
53116         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53117         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53118         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53119         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53120         * sysdeps/x86_64/dl-irel.h: Likewise.
53122         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53123         * elf/dl-sym.c: Likewise.
53125 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53127         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53128         need to dereference resplen2.
53130 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53132         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53134 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53136         * Makeconfig: Define vardbdir and inst_vardbdir.
53137         * nss/Makefile: Add rules to install db-Makefile.
53139         * nss/nss_db/db-XXX.c: Cleanup.
53141         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53142         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53143         GLIBC_PRIVATE.
53144         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53145         * nss/makedb.c: Implement -g option to specify that value strings
53146         are generated and should not be added to table iterated over for
53147         get*ent calls.
53148         * nss/nss_db/db-initgroups.c: New file.
53150         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53151         interface.
53153         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53154         (internal_getgrouplist): Adjust to name change.
53155         Update use_initgroups_entry if this is not the first call.
53156         * nss/databases.def: Add initgroups entry.
53158         * nss/makedb.c (compute_tables): Check result of multiple hash table
53159         sizes to minimize maximum chain length.
53161 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53163         * Versions.def: Add entry for libnss_db.
53164         * shlib-versions: Likewise.
53165         * nss/Makefile: Add rules to build libnss_db.
53166         * nss/Versions: Add libnss_db information.  Organize libnss_files
53167         entries better.
53168         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53169         makedb progra.  Some minor improvements to generate smaller files.
53170         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53171         here from...
53172         * nss/makedb.c: ...here.
53173         Improve database format to be smaller and require less memory at
53174         runtime.
53175         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53176         db anymore.
53177         * nss/nss_db/db-netgrp.c: Likewise.
53178         * nss/nss_db/db-open.c: Likewise.
53179         * nss/nss_files/flies-XXX.x: Adjust comments.
53180         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53181         * nss/nss_files/files-grp.c: Likewise.
53182         * nss/nss_files/files-hosts.c: Likewise.
53183         * nss/nss_files/files-network.c: Likewise.
53184         * nss/nss_files/files-proto.c: Likewise.
53185         * nss/nss_files/files-pwd.c: Likewise.
53186         * nss/nss_files/files-rpc.c: Likewise.
53187         * nss/nss_files/files-service.c: Likewise.
53188         * nss/nss_files/files-sgrp.c: Likewise.
53189         * nss/nss_files/files-spwd.c: Likewise.
53190         * nss/nss_db/db-alias.c: Removed.
53191         * nss/nss_db/dummy-db.h: Removed.
53193 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53195         * nss/makedb.c: Rewritten to not use database library.
53196         * nss/Makefile: Update to build new makedb program.
53198 2011-06-14  Andreas Jaeger  <aj@suse.de>
53200         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53201         memset declaration.
53203 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53205         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53206         tmpbuf.
53208 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53210         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53211         * elf/Makefile ($(objpfx)ld.so): Likewise.
53213         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53214         Don't list ld.so twice in dependencies.
53216         * posix/bug-regex31.c: Include <stdlib.h>.
53218         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53220         * nis/nss_compat/compat-spwd.c
53221         (getspent_next_nss_netgr): Remove unused variable.
53222         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53224         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53225         nonmembers" output to use the right array.
53227         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53229         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53231         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53232         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53233         * catgets/gencat.c (read_input_file): Likewise.
53234         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53236         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53237         variable definition inside #if's controlling its use.
53239         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53241         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53243         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53245         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53246         unreachable code.
53248         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53250         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53251         * configure: Regenerated.
53253         * Makerules: Revert last change.
53254         * elf/Makefile: Likewise.
53256 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53258         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53259         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53260         (reloc-link): Likewise.
53262 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53264         * elf/Makefile: Add rules to build pldd.
53265         * elf/pldd.c: New file.
53266         * elf/pldd-xx.c: New file.
53268 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53270         * version.h: Update for 2.15 development version.
53272 2011-06-07  David S. Miller  <davem@davemloft.net>
53274         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53275         ifuncs.
53276         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53277         elf_machine_lazy_rel): Likewise.
53278         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53279         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53280         elf_machine_lazy_rel): Likewise.
53281         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53282         dl_hwcap via passed in argument.
53283         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53284         Likewise.
53286 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53288         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53290 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53292         [BZ #12849]
53293         * manual/fdl-1.1.texi: New file, verbatim from:
53294         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53295         * manual/lgpl-2.1.texi: New file, verbatim from:
53296         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53297         * manual/Makefile (licenses): New variable, list those new file names.
53298         (texis): Use it.
53299         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53301         * manual/fdl.texi: File removed.
53302         * manual/lesser.texi: File removed.
53303         * manual/libc.texinfo (Copying, Documentation License):
53304         Use new @include file names, put @appendix directive before @include.
53306 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53308         [BZ #12841]
53309         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53310         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53311         (mq_open): Add __NTH.
53313 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53315         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53316         Assume Intel Core i3/i5/i7 processor if AVX is available.
53318 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53320         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53321         typo.
53323 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53325         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53326         memory.  Use alloca_account.  Fix memory leak when retrying.
53328 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53330         * version.h (RELEASE): Bump for 2.14 release.
53331         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53333         * config.make.in (RANLIB): Remove entry.
53335 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53337         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53338         (libc.pot): Work around missing support for .ksh extension in xgettext.
53340         [BZ #12684]
53341         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53342         if both request failed.
53343         (send_dg): In case of server errors clear resplen or *resplen2.
53345         [BZ #12454]
53346         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53347         when there are multiple maps.
53348         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53349         (_dl_fini): Remove test here.
53351         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53353 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53355         [BZ #12350]
53356         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53357         bit from old_res_options.
53358         (gaih_inet): Likewise.
53360         [BZ #11099]
53361         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53362         as signed.
53364         * resolv/res_init.c (res_setoptions): Make the code more compact.
53366         [BZ #11558]
53367         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53368         set RES_USEVC.
53370         [BZ #11634]
53371         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53373         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53375         [BZ #11781]
53376         * malloc/malloc.h: Declare malloc hook variables as volatile.
53378         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53379         in last patch.
53381         [BZ #11799]
53382         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53383         raise in the comment.
53384         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53385         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53386         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53388 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53390         [BZ #12811]
53391         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53392         grow the buffers more if it already has to be sufficient.
53393         (build_wcs_upper_buffer): Likewise.
53394         * posix/regexec.c (check_matching): Likewise.
53395         (clean_state_log_if_needed): Likewise.
53396         (extend_buffers): Don't enlarge buffers beyond size of the input
53397         buffer.
53398         Patches mostly by Emil Wojak <emil@wojak.eu>.
53399         * posix/bug-regex32.c: New file.
53400         * posix/Makefile (tests): Add bug-regex32.
53402         * locale/findlocale.c (_nl_find_locale): Return right away if
53403         _nl_explode_name failed.
53404         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53406         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53408         * debug/xtrace.sh: Unify messages.
53409         * malloc/memusage.sh: Likewise.
53411         [BZ #12813]
53412         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53413         time symbol from vDSO.  Substitute with vsyscall if not available.
53414         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53415         __vdso_time.
53417         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53418         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53419         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53420         Add sendmmsg and internal_sendmmsg.
53421         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53422         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53423         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53425         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53426         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53427         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53429 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53431         [BZ #12813]
53432         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53433         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53434         available.
53435         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53436         __vdso_getcpu.
53438         [BZ #12814]
53439         * iconvdata/Makefile (tests): Add bug-iconv9.
53440         * iconvdata/bug-iconv9.c: New file.
53442 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53444         [BZ #12814]
53445         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53447 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53449         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53450         (struct user_regs_struct): Change intcs field back to cs.
53452 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53454         * po/ja.po: Update from translation team.
53456 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53458         [BZ #12795]
53459         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53460         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53462 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53464         * stdlib/longlong.h: Update from GCC.
53466 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53468         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53469         parameter name.
53470         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53471         Add parameter name.
53472         (__sysconf): Pass it down.
53474 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53476         [BZ #12671]
53477         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53478         some situations.
53479         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53480         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53481         add in in __libc_use_alloca calls.  Adjust callers.
53482         (glob): Use malloc in some situations.
53484         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53485         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53486         pltexit.
53488 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53490         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53491         and CLOCK_BOOTTIME_ALARM.
53493         [BZ #12782]
53494         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53495         is returned.
53497         * string/_strerror.c (__strerror_r): Print negative errors as signed
53498         numbers.
53500         [BZ #12777]
53501         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53502         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53503         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53505         * configure.in: Fix typo in redirection and correct removal of test
53506         files in two cases.
53508         [BZ #12788]
53509         * locale/setlocale.c (new_composite_name): Fix test to check for
53510         identical name of all categories.
53512         [BZ #12792]
53513         * libio/filedoalloc.c (local_isatty): New function.
53514         (_IO_file_doallocate): Use local_isatty.
53515         * stdio-common/perror.c (perror): In case a new stream is used
53516         forward the stream error.
53517         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53518         error flag.
53520 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53522         [BZ #11869]
53523         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53524         alloca.
53525         * include/alloca.h (extend_alloca_account): Define.
53527         [BZ #11857]
53528         * posix/regex.h: Fix comments with documentation of user-accessible
53529         fields after compilation and describe correct free'ing of pattern
53530         after re_compile_pattern.
53531         Patch by Reuben Thomas <rrt@sc3d.org>.
53533 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53535         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53536         and -mno-altivec to prevent the compiler from using Altivec and/or
53537         VSX instructions when the corresponding registers are not available.
53539 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53541         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53543 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53545         * libio/freopen.c (freopen): Use __dup2, not dup2.
53546         * libio/freopen64.c (freopen64): Likewise.
53548 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53550         [BZ #12775]
53551         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53552         * math/Makefile (tests): Add test-powl.
53553         (CFLAGS-test-powl.c): Define.
53554         * math/test-powl.c: New file.
53556 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53558         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53560 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53562         [BZ #11837]
53563         * iconvdata/gb18030.c: Update to GB18020-2005.
53565 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53567         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53568         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53569         Patch by Aharon Robbins <arnold@skeeve.com>.
53571         [BZ #11892]
53572         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53573         on the stack.
53575         [BZ #11895]
53576         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53577         through underflows.
53579         [BZ #12766]
53580         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53581         point to strings before performing equality test for error_one_per_line
53582         mode.
53584         [BZ #11697]
53585         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53587         [BZ #11820]
53588         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53589         (struct user_fpregs_struct): Avoid __uint*_t types.
53591         [BZ #6420]
53592         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53593         symbol info.  Use it instead of calling _dl_addr locally.
53594         (lock_and_info): New function.
53595         (tr_freehook): Call lock_and_info and pass symbol info as additional
53596         parameter to tr_where.
53597         (tr_mallochook): Likewise.
53598         (tr_reallochook): Likewise.
53599         (tr_memalignhook): Likewise.
53601         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53602         used and couldn't be at all thread-safe.
53604 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53606         * libio/freopen.c (freopen): Don't close old file descriptor
53607         before the new one is opened.  Instead dup the new file descriptor
53608         to the old one after the new stream is created.
53609         * libio/freopen64.c (freopen64): Likewise.
53610         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53611         * libio/fileops.c (_IO_new_file_close_it): Handle new
53612         _IO_FLAGS2_NOCLOSE flag.
53613         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53614         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53615         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53616         _IO_FLAGS2_NOCLOSE flag.
53617         * include/unistd.h: Add hidden_proto for dup3.
53618         Define __have_dup3.
53619         * io/dup3.c: Define hidden symbol.
53620         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53622         [BZ #7101]
53623         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53624         when an incomplete long option is used.
53625         * posix/tst-getopt_long1.c: New file.
53626         * posix/Makefile (tests): Add tst-getopt_long1.
53628         [BZ #10138]
53629         * scripts/config.guess: Update from autoconf-2.68.
53630         * scripts/config.sub: Likewise.
53632         [BZ #10157]
53633         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53634         tests into ...
53635         (has_cpuclock): ...this.  New function.
53636         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53637         macro here based on has_cpuclock code.
53639         [BZ #10149]
53640         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53641         First byte (not low byte) is now always NUL.
53642         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53644         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53645         Use non-cancelable interfaces.
53647         [BZ #9809]
53648         * locale/iso-639.def: Add entry for Sorani.
53650         [BZ #11901]
53651         * include/stdlib.h: Move include protection to the right place.
53652         Define abort_msg_s.  Declare __abort_msg with it.
53653         * stdlib/abort.c (__abort_msg): Adjust type.
53654         * assert/assert.c (__assert_fail_base): New function.  Majority
53655         of code from __assert_fail.  Allocate memory for __abort_msg with
53656         mmap.
53657         (__assert_fail): Now call __assert_fail_base.
53658         * assert/assert-perr.c: Remove bulk of implementation.  Use
53659         __assert_fail_base.
53660         * include/assert.hL Declare __assert_fail_base.
53661         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53662         mmap.
53663         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53665 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53667         [BZ #11952]
53668         [BZ #12453]
53669         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53670         until all modules are registered in the DTV.
53671         * elf/Makefile: Add rules to build and run tst-tls19.
53672         * elf/tst-tls19.c: New file.
53673         * elf/tst-tls19mod1.c: New file.
53674         * elf/tst-tls19mod2.c: New file.
53675         * elf/tst-tls19mod3.c: New file.
53676         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53678         [BZ #12083]
53679         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53680         correctly.
53682         [BZ #12601]
53683         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53684         two-byte sequence errors.
53685         * iconvdata/Makefile (tests): Add bug-iconv8.
53686         * iconvdata/bug-iconv8.c: New file.
53688         [BZ #12626]
53689         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53690         buf2 definition.
53692         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53694         [BZ #12432]
53695         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53696         (dummy_getcfa): New function.
53697         (init): Get _Unwind_GetCFA address, use dummy if not found.
53698         (backtrace_helper): In recursion check, also check whether CFA changes.
53699         (__backtrace): Completely initialize arg.
53701         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53702         storing incomplete byte sequence in state object.  Avoid testing for
53703         guaranteed too small input if we know there is enough data available.
53705 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53707         * Makeconfig (+link-pie): Indent.
53708         * Rules (binaries-pie): Define if $(have-fpie) and
53709         $(build-shared).
53710         (binaries-shared): Also filter out $(binaries-pie).
53711         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53712         * nscd/Makefile (others-pie): Add nscd.
53713         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53714         ($(objpfx)nscd): Remove command override.
53715         * login/Makefile (others-pie): Add pt_chown.
53716         ($(objpfx)pt_chown): Remove command override.
53717         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53718         remove command overrides.
53720 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53722         * libio/tst_putwc.c: Fix error messages.
53724         [BZ #12724]
53725         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53726         currently writing and seek to current position when not.
53727         * libio/Makefile (tests): Add bug-fclose1.
53728         * libio/bug-fclose1.c: New file.
53730 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53732         [BZ #12511]
53733         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53734         don't set DF_1_NODELETE here.
53735         (do_lookup_x): When entering new entry test for copy relocation
53736         and if necessary set DF_1_NODELETE flag.
53737         * elf/tst-unique4.cc: New file.
53738         * elf/tst-unique4.h: New file.
53739         * elf/tst-unique4lib.cc: New file.
53740         * elf/Makefile: Add rules to build and run tst-unique4.
53741         Patch by Piotr Bury <pbury@goahead.com>.
53743 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
53745         [BZ #12052]
53746         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53748         [BZ #12625]
53749         * misc/mntent_r.c (addmntent): Flush the stream after the output
53751         [BZ #12393]
53752         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53753         (is_trusted_path_normalize): Skip initial colon.  Append slash
53754         to empty buffer.  Duplicate is_trusted_path code but allow
53755         constructed patch to be prefix.
53756         (is_dst): Allow $ORIGIN followed by /.
53757         (_dl_dst_substitute): Correct clearing of check_for_trusted.
53758         Correct testing of result of is_trusted_path_normalize
53759         (decompose_rpath): Fix warning.
53761 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
53763         [BZ #11257]
53764         * grp/initgroups.c (internal_getgrouplist): When we found the service
53765         list through the initgroups entry in nsswitch.conf do not always
53766         continue on a successful lookup.  Don't always use the
53767         __nss_group_database value if it is set.
53768         * nss/nsswitch.conf (initgroups): Change action for successful db
53769         lookup to continue for compatibility.
53771 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
53773         [BZ #11532]
53774         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53775         and CP774 modules.
53776         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53777         and CP774 modules.
53778         * iconvdata/tst-tables.sh: Likewise.
53779         * iconvdata/cp770.c: New file.
53780         * iconvdata/cp771.c: New file.
53781         * iconvdata/cp772.c: New file.
53782         * iconvdata/cp773.c: New file.
53783         * iconvdata/cp774.c: New file.
53784         * iconvdata/testdata/CP770: New file.
53785         * iconvdata/testdata/CP770..UTF8: New file.
53786         * iconvdata/testdata/CP771: New file.
53787         * iconvdata/testdata/CP771..UTF8: New file.
53788         * iconvdata/testdata/CP772: New file.
53789         * iconvdata/testdata/CP772..UTF8: New file.
53790         * iconvdata/testdata/CP773: New file.
53791         * iconvdata/testdata/CP773..UTF8: New file.
53792         * iconvdata/testdata/CP774: New file.
53793         * iconvdata/testdata/CP774..UTF8: New file.
53795         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53796         END CHARMAP line.
53797         * iconvdata/gen-8bit-gap.sh: Likewise.
53798         * iconvdata/gen-8bit.sh: Likewise.
53800         * locale/iso-639.def: Add ary entry.
53802         [BZ #11258]
53803         * locale/C-translit.h.in: Add U20A1 transliteration.
53805         [BZ #12178]
53806         * locale/iso-639.def: Add wae entry.
53807         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53809         [BZ #12545]
53810         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53811         for n.
53813         [BZ #12711]
53814         * locale/C-translit.h.in: Add entry for U20B9.
53815         Patch by pravin.d.s@gmail.com.
53817 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53819         [BZ #12713]
53820         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53821         ENAMETOOLONG use generic getcwd.
53822         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53823         in rtld.  Use *stat64.
53824         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53825         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53826         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53827         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53828         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53829         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53830         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53831         __fstatat64 macros.
53832         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53833         * dirent/rewinddir.c: Add libc_hidden_def.
53834         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53835         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53837         * include/dirent.h (__alloc_dir): Add flags parameter.
53838         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53839         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53840         __alloc_dir.
53841         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53842         from fdopendir if O_CLOEXEC is already set.
53844 2011-03-15  Alan Modra  <amodra@gmail.com>
53846         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53847         l_tls_firstbyte_offset non-zero.  Save padding offset in
53848         l_tls_firstbyte_offset for later use.
53849         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53850         freeing static tls block.
53852 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53854         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53855         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53856         being defined by the kernel headers.
53858 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53860         [BZ #12734]
53861         * resolv/resolv.h: Define RES_NOTLDQUERY.
53862         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53863         no-tld-query and set RES_NOTLDQUERY.
53864         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53865         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53866         modern BIND to search name as TLD unless forbidden.
53868 2011-05-07  Petr Baudis  <pasky@suse.cz>
53869             Ulrich Drepper  <drepper@gmail.com>
53871         [BZ #12393]
53872         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53873         (is_trusted_path): ...to here.
53874         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53875         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53876         using is_trusted_path_normalize() in setuid scripts.
53878 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53880         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53881         __BEGIN/__END_DECLS.
53883 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53885         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53886         NSS_STATUS_NOTFOUND if no record was found.
53888 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53890         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53891         (headers-not-in-tirpc): Remove rpc/netdb.h
53892         * resolv/netdb.h: Revert last change.
53894 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53896         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53897         circular dependency between libgcc.a and libc.a.
53899 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53901         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53902         * nis/Makefile: Don't install rpcsvc/*.
53903         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53904         instead of <rpc/types.h>.
53905         (MAXHOSTNAMELEN): Define.
53907 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53909         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53911 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53913         [BZ #12714]
53914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53915         gethostbyname4_r when IPv6 results are possible.
53917 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53919         [BZ #12723]
53920         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53921         _PC_PIPE_BUF handling.
53923 2011-04-30  Bruno Haible  <bruno@clisp.org>
53925         [BZ #12717]
53926         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53927         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53928         to 'int'.
53929         * inet/getnameinfo.c (getnameinfo): Likewise.
53931 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53933         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53934         to groups setting in database lookup.
53935         * nss/nsswitch.conf: Add initgroups entry.
53937 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53939         [BZ #12685]
53940         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53941         mode string.
53942         Patch by Eric Blake <eblake@redhat.com>.
53944 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53946         * sunrpc/Makefile (need-export-routines): Add svc_run.
53947         (routines): Remove svc_run.
53948         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53949         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53950         * sunrpc/svc_run.c (svc_run): Likewise.
53951         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53953 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53955         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53956         problem in reallocation in last patch.
53958 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53960         * sunrpc/Makefile: Move inclusion of Rules.
53962 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53964         * nss/nss_files/files-initgroups.c: New file.
53965         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53966         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53967         _nss_files_initgroups_dyn.
53969 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53971         * elf/elf.h (R_ARM_IRELATIVE): Define.
53973 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53975         * po/ru.po: Update from translation team.
53977 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53979         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53980         dependencies.
53982 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53984         [BZ #12653]
53985         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53986         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53987         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53988         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53989         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53991 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53993         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53994         differing bytes.
53995         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53996         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53997         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53999 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54001         [BZ #12420]
54002         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54003         storing it.
54004         * stdlib/bug-getcontext.c: New file.
54005         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54007 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54009         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54010         instructions into .machine "z9-109".
54011         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54012         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54014 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54016         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54017         between environment variables and auxiliary vector.
54019 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54021         * Makefile: Add rules to build linkobj/libc.so.
54022         * include/libc-symbols.h: Define libc_hidden_nolink.
54023         * include/rpc/auth.h: Mark functions which are to be hidden.
54024         * include/rpc/auth_des.h: Likewise.
54025         * include/rpc/auth_unix.h: Likewise.
54026         * include/rpc/clnt.h: Likewise.
54027         * include/rpc/des_crypt.h: Likewise.
54028         * include/rpc/key_prot.h: Likewise.
54029         * include/rpc/pmap_clnt.h: Likewise.
54030         * include/rpc/pmap_prot.h: Likewise.
54031         * include/rpc/pmap_rmt.h: Likewise.
54032         * include/rpc/rpc_msg.h: Likewise.
54033         * include/rpc/svc.h: Likewise.
54034         * include/rpc/svc_auth.h: Likewise.
54035         * include/rpc/xdr.h: Likewise.
54036         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54037         * nss/Makefile: Likewise.
54038         * sunrpc/Makefile: Don't install headers.  Build library with normal
54039         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54040         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54041         for the compat linking library.  Remove use of INTDEF/INTUSE.
54042         * sunrpc/auth_none.c: Likewise.
54043         * sunrpc/auth_unix.c: Likewise.
54044         * sunrpc/authdes_prot.c: Likewise.
54045         * sunrpc/authuxprot.c: Likewise.
54046         * sunrpc/clnt_gen.c: Likewise.
54047         * sunrpc/clnt_perr.c: Likewise.
54048         * sunrpc/clnt_raw.c: Likewise.
54049         * sunrpc/clnt_simp.c: Likewise.
54050         * sunrpc/clnt_tcp.c: Likewise.
54051         * sunrpc/clnt_udp.c: Likewise.
54052         * sunrpc/clnt_unix.c: Likewise.
54053         * sunrpc/des_crypt.c: Likewise.
54054         * sunrpc/des_soft.c: Likewise.
54055         * sunrpc/get_myaddr.c: Likewise.
54056         * sunrpc/key_call.c: Likewise.
54057         * sunrpc/key_prot.c: Likewise.
54058         * sunrpc/netname.c: Likewise.
54059         * sunrpc/pm_getmaps.c: Likewise.
54060         * sunrpc/pm_getport.c: Likewise.
54061         * sunrpc/pmap_clnt.c: Likewise.
54062         * sunrpc/pmap_prot.c: Likewise.
54063         * sunrpc/pmap_prot2.c: Likewise.
54064         * sunrpc/pmap_rmt.c: Likewise.
54065         * sunrpc/publickey.c: Likewise.
54066         * sunrpc/rpc_cmsg.c: Likewise.
54067         * sunrpc/rpc_common.c: Likewise.
54068         * sunrpc/rpc_dtable.c: Likewise.
54069         * sunrpc/rpc_prot.c: Likewise.
54070         * sunrpc/rpc_thread.c: Likewise.
54071         * sunrpc/rtime.c: Likewise.
54072         * sunrpc/svc.c: Likewise.
54073         * sunrpc/svc_auth.c: Likewise.
54074         * sunrpc/svc_authux.c: Likewise.
54075         * sunrpc/svc_raw.c: Likewise.
54076         * sunrpc/svc_run.c: Likewise.
54077         * sunrpc/svc_simple.c: Likewise.
54078         * sunrpc/svc_tcp.c: Likewise.
54079         * sunrpc/svc_udp.c: Likewise.
54080         * sunrpc/svc_unix.c: Likewise.
54081         * sunrpc/svcauth_des.c: Likewise.
54082         * sunrpc/xcrypt.c: Likewise.
54083         * sunrpc/xdr.c: Likewise.
54084         * sunrpc/xdr_array.c: Likewise.
54085         * sunrpc/xdr_float.c: Likewise.
54086         * sunrpc/xdr_intXX_t.c: Likewise.
54087         * sunrpc/xdr_mem.c: Likewise.
54088         * sunrpc/xdr_rec.c: Likewise.
54089         * sunrpc/xdr_ref.c: Likewise.
54090         * sunrpc/xdr_sizeof.c: Likewise.
54091         * sunrpc/xdr_stdio.c: Likewise.
54093 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54095         [BZ #12650]
54096         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54097         * sysdeps/ia64/dl-tls.h: Likewise.
54098         * sysdeps/powerpc/dl-tls.h: Likewise.
54099         * sysdeps/s390/dl-tls.h: Likewise.
54100         * sysdeps/sh/dl-tls.h: Likewise.
54101         * sysdeps/sparc/dl-tls.h: Likewise.
54102         * sysdeps/x86_64/dl-tls.h: Likewise.
54103         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54105 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54107         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54108         rpath element also skip the following colon.
54109         (expand_dynamic_string_token): Add is_path parameter and pass
54110         down to DL_DST_REQUIRED and _dl_dst_substitute.
54111         (decompose_rpath): Call expand_dynamic_string_token with
54112         non-zero is_path.  Ignore empty rpaths.
54113         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54114         with zero is_path.
54116 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54119         Make cancelable.
54121 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54123         [BZ #12655]
54124         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54125         Patch by Filipe David Manana <fdmanana@apache.org>.
54127 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54129         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54130         Maintain aligned stack.
54131         (CHECK_RSP): Remove unused macro.
54133 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54135         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54136         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54138 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54140         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54142         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54144 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54146         [BZ #12518]
54147         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54148         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54149         * sysdeps/x86_64/memmove.c: New file.
54150         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54151         (memcpy): Renamed to ...
54152         (__new_memcpy): This.
54153         (memcpy): Provide GLIBC_2_14 memcpy.
54154         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54155         (memcpy): Provide GLIBC_2_2_5 memcpy.
54157 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54159         [BZ #12631]
54160         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54162 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54164         * misc/syncfs.c: New file.
54165         * misc/Makefile (routines): Add syncfs.
54166         * posix/unistd.h: Declare syncfs.
54167         * sysdeps/unix/syscalls.list: Add syncfs.
54169 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54171         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54172         open_by_handle_at.
54173         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54174         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54175         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54176         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54177         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54178         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54179         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54181 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54183         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54184         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54185         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54186         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54187         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54188         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54189         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54191         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54192         sync_file_range.c with -fexceptions.
54193         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54194         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54195         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54196         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54197         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54198         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54199         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54200         sync_file_range as cancellation point
54201         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54202         now a wrapper around __call_sync_file_range with cancellation handling.
54203         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54204         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54205         function name to __call_sync_file_range.
54206         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54207         Add call_sync_file_range.
54209 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54211         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54212         bits/timex.h.
54214 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54216         * iconv/iconv.h: Fix typo in comment.
54217         * io/fcntl.h: Likewise.
54218         * libio/stdio.h: Likewise.
54219         * posix/spawn.h: Likewise.
54220         * posix/unistd.h: Likewise.
54221         * stdlib/stdlib.h: Likewise.
54222         * time/time.h: Likewise.
54223         * wcsmbs/wchar.h: Likewise.
54225         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54226         open_by_handle): Add.
54227         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54228         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54229         Augment a few comments.
54230         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54231         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54232         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54233         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54234         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54235         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54236         open_by_handle.
54238         * io/fcntl.h (AT_EMPTY_PATH): Define.
54240 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54242         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54243         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54244         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54245         to...
54246         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54247         * Versions.def: Add GLIBC_2.14.
54248         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54249         Export.
54251 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54253         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54254         round counter.
54255         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54257 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54259         [BZ #12597]
54260         * string/test-strncmp.c (do_page_test): New function.
54261         (check2): Likewise.
54262         (test_main): Call check2.
54263         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54265 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54267         [BZ #12587]
54268         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54269         Handle cache information in CPU leaf 4.
54270         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54272 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54274         [BZ #12583]
54275         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54276         character representation.
54277         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54279 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54281         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54282         END(__isnan) to END(__isnanf) to match function entry point/label
54283         EALIGN(__isnanf,...).
54285 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54287         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54289 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54291         [BZ #12510]
54292         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54293         copy from the symbol referenced in the relocation to initialize the
54294         used variable.
54295         Patch by Piotr Bury <pbury@goahead.com>.
54296         * elf/Makefile: Add rules to build and tst-unique3.
54297         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54298         * elf/tst-unique3.cc: New file.
54299         * elf/tst-unique3.h: New file.
54300         * elf/tst-unique3lib.cc: New file.
54301         * elf/tst-unique3lib2.cc: New file.
54303         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54305 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54307         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54308         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54309         to _start.
54311 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54313         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54314         to-be-loaded object along a path to loader is ld.so.
54316 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54317             Ulrich Drepper  <drepper@gmail.com>
54319         * sysdeps/x86_64/memset.S: After aligning destination, code
54320         branches to different locations depending on the value of
54321         misalignment, when multiarch is enabled. Fix this.
54323 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54325         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54326         Set _x86_64_preferred_memory_instruction for AMD processsors.
54327         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54328         Set bit_Prefer_SSE_for_memop for AMD processors.
54330 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54332         * libio/fmemopen.c (fmemopen): Optimize a bit.
54334 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54336         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54338 2011-03-03  Roland McGrath  <roland@redhat.com>
54340         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54342 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54344         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54345         __bzero_ultra1 instead of __memset_ultra1.
54347 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54348             Ulrich Drepper  <drepper@gmail.com>
54350         [BZ #12509]
54351         * include/link.h (struct link_map): Add l_orig_initfini.
54352         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54353         returning unsuccessfully.
54354         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54355         close of a file loaded at startup, restore the original l_initfini
54356         list.
54357         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54358         list, store the pointer.
54359         * elf/Makefile ($(objpfx)noload-mem): New rule.
54360         (noload-ENV): Define.
54361         (tests): Add $(objpfx)noload-mem.
54362         * elf/noload.c: Include <memcheck.h>.
54363         (main): Call mtrace.  Close all opened handles.
54365 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54367         [BZ #12454]
54368         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54369         dependencies are missing.
54371 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54373         Fix __if_freereq crash: Unlike the generic version which uses free,
54374         Hurd needs munmap.
54375         * sysdeps/mach/hurd/ifreq.h: New file.
54377 2011-01-27  Petr Baudis  <pasky@suse.cz>
54378             Ulrich Drepper  <drepper@gmail.com>
54380         [BZ 12445]#
54381         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54382         to extend_alloca().
54383         * stdio-common/bug23.c: New file.
54384         * stdio-common/Makefile (tests): Add bug23.
54386 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54387             Ulrich Drepper  <drepper@gmail.com>
54389         [BZ #12489]
54390         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54391         before performing relro protection.  At old place add assertion
54392         to make sure nothing changed.
54394 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54395             Glauber de Oliveira Costa  <glommer@gmail.com>
54397         * elf/elf.h: Add new ARM TLS relocs.
54399 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54402         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54403         cast from r3.
54404         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54405         'tests' variable.
54406         * sysdeps/wordsize-64/tst-writev.c: New file.
54408 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54410         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54411         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54412         insns in _dl_start to prevent a TOC reference before relocs are
54413         resolved.
54415 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54417         [BZ #12469]
54418         * Makeconfig: Remove RANLIB definition.
54419         * Makerules: Don't use RANLIB.
54420         * aclocal.m4: Remove ranlib test.
54421         * configure.in: No need to check for ranlib.
54422         * elf/rtld-Rules: Don't use RANLIB.
54424 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54426         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54427         protection macro.
54428         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54429         inclusion protection macro.
54431         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54432         SIGRTMIN and SIGRTMAX and print information in that case only when
54433         SIGRTMIN is defined.
54435 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54437         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54438         arginfo fn returning -1.
54440         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54441         and thousands string is zero terminated.
54443 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54445         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54446         sysdeps/unix/sysv/linux/bits/socket.h.
54448 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54450         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54451         (__CPU_COUNT): Remove old macros.
54452         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54453         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54454         (__CPU_ALLOC, __CPU_FREE): Add macros.
54455         (__sched_cpualloc, __sched_cpufree): Add declarations.
54457 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54459         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54460         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54461         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54462         (readdhstai): Return value of addhstaiX call.
54463         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54464         (addgrbyX): Return value returned by cache_addgr.
54465         (readdgrbyname): Return value returned by addgrbyX.
54466         (readdgrbygid): Likewise.
54467         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54468         (addpwbyX): Return value returned by cache_addpw.
54469         (readdpwbyname): Return value returned by addhstbyX.
54470         (readdpwbyuid): Likewise.
54471         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54472         (addservbyX): Return value returned by cache_addserv.
54473         (readdservbyname): Return value returned by addservbyX:
54474         (readdservbyport): Likewise.
54475         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54476         (addhstbyX): Return value returned by cache_addhst.
54477         (readdhstbyname): Return value returned by addhstbyX.
54478         (readdhstbyaddr): Likewise.
54479         (readdhstbynamev6): Likewise.
54480         (readdhstbyaddrv6): Likewise.
54481         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54482         (readdinitgroups): Return value returned by addinitgroupsX.
54483         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54484         (prune_cache): Keep track of timeout value of re-added entries.
54485         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54486         * nscd/nscd.h: Adjust prototypes of readd* functions.
54488 2011-02-04  Roland McGrath  <roland@redhat.com>
54490         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54491         (nis_stats): Likewise.
54492         * nis/nis_modify.c (nis_modify): Likewise.
54493         * nis/nis_remove.c (nis_remove): Likewise.
54494         * nis/nis_add.c (nis_add): Likewise.
54496         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54498         * posix/fnmatch_loop.c: Add some consts.
54500         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54502 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54504         [BZ #12460]
54505         * config.make.in (config-cflags-novzeroupper): Define.
54506         * configure.in: Substitute libc_cv_cc_novzeroupper.
54507         * elf/Makefile (AVX-CFLAGS): Define.
54508         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54509         (CFLAGS-tst-auditmod4a.c): Likewise.
54510         (CFLAGS-tst-auditmod4b.c): Likewise.
54511         (CFLAGS-tst-auditmod6b.c): Likewise.
54512         (CFLAGS-tst-auditmod6c.c): Likewise.
54513         (CFLAGS-tst-auditmod7b.c): Likewise.
54514         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54516 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54518         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54519         function to the callback.
54520         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54522 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54524         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54525         of errno.
54527 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54529         [BZ #11724]
54530         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54531         of constructors.
54532         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54533         of destructors.
54534         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54536         [BZ #11724]
54537         * elf/Makefile: Add rules to build and run new test.
54538         * elf/tst-initorder.c: New file.
54539         * elf/tst-initorder.exp: New file.
54540         * elf/tst-initordera1.c: New file.
54541         * elf/tst-initordera2.c: New file.
54542         * elf/tst-initordera3.c: New file.
54543         * elf/tst-initordera4.c: New file.
54544         * elf/tst-initorderb1.c: New file.
54545         * elf/tst-initorderb2.c: New file.
54546         * elf/tst-order-a1.c: New file.
54547         * elf/tst-order-a2.c: New file.
54548         * elf/tst-order-a3.c: New file.
54549         * elf/tst-order-a4.c: New file.
54550         * elf/tst-order-b1.c: New file.
54551         * elf/tst-order-b2.c: New file.
54552         * elf/tst-order-main.c: New file.
54553         New test case by George Gensure <werkt0@gmail.com>.
54555 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54557         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54558         decoding ACE if AI_CANONIDN.
54560 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54562         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54564 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54566         * version.h (RELEASE): Bump for 2.13 release.
54567         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54569         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54571         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54572         MADV_NOHUGEPAGE.
54573         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54574         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54575         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54576         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54577         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54578         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54580         * posix/getconf.c: Update copyright year.
54581         * catgets/gencat.c: Likewise.
54582         * csu/version.c: Likewise.
54583         * debug/catchsegv.sh: Likewise.
54584         * debug/xtrace.sh: Likewise.
54585         * elf/ldconfig.c: Likewise.
54586         * elf/ldd.bash.in: Likewise.
54587         * elf/sprof.c (print_version): Likewise.
54588         * iconv/iconv_prog.c: Likewise.
54589         * iconv/iconvconfig.c: Likewise.
54590         * locale/programs/locale.c: Likewise.
54591         * locale/programs/localedef.c: Likewise.
54592         * malloc/memusage.sh: Likewise.
54593         * malloc/mtrace.pl: Likewise.
54594         * nscd/nscd.c (print_version): Likewise.
54595         * nss/getent.c: Likewise.
54597         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54598         PF_CAIF, and PF_ALG.
54599         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54601 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54603         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54604         (modules-names): Use them.
54605         (ifunc-test-modules, ifunc-pie-tests): Define.
54606         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54607         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54608         (test-extras): Likewise.
54609         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54610         $(compile-command.c).
54611         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54612         (all-built-dso): Define.
54613         (check-textrel.out, check-execstack.out): Depend on it.
54615         * configure.in: Don't override --enable-multi-arch.
54617 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54619         [BZ #6812]
54620         * nscd/hstcache.c (tryagain): Define.
54621         (cache_addhst): Return tryagain not notfound for temporary errors.
54622         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54623         failed.
54625 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54627         [BZ #10563]
54628         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54629         to make the syscall.
54630         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54632         [BZ #12378]
54633         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54634         and fall back to matching as normal character if the string ends before
54635         the matching ']' is found.  This is what POSIX requires.
54636         * posix/testfnm.c: Adjust test result.
54637         * posix/globtest.sh: Adjust test result.  Add new test.
54638         * posix/tst-fnmatch.input: Likewise.
54639         * posix/tst-fnmatch2.c: Add new test.
54641 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54643         * elf/Makefile (check-execstack): Revert last change.  Depend on
54644         check-execstack.h.
54645         (check-execstack.h): New target.
54646         (generated): Add check-execstack.h.
54647         * elf/check-execstack.c: Include "check-execstack.h".
54648         (main): Revert last change.
54649         (handle_file): Return zero if GNU_STACK is absent and
54650         DEFAULT_STACK_PERMS doesn't include PF_X.
54652 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54654         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54655         in child fails because the descriptor is already closed.
54656         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54657         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54658         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54660         [BZ #12397]
54661         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54662         syscall.
54664         [BZ #10484]
54665         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54666         temporary buffer used to handle multi lookups locally.
54667         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54669 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54671         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54672         loader is ld.so.
54674 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54676         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54677         alignment for SSE2.
54679 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54681         [BZ #12394]
54682         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54683         characters.  When rounding increased number of integer digits recompute
54684         number of groups.
54685         * stdio-common/tst-grouping.c: New file.
54686         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54688 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54690         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54691         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54693         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54694         void.
54695         * bits/select.h: Likewise.
54697 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54699         * po/ja.po: Update from translation team.
54701 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54703         [BZ #11155]
54704         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54705         implementation just like for lxstat, fxstatat, et al.
54707 2010-12-27  Jim Meyering  <meyering@redhat.com>
54709         [BZ #12348]
54710         * posix/regexec.c (build_trtable): Return failure indication upon
54711         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54713 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54715         [BZ #12201]
54716         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54717         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54718         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54719         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54721         [BZ #12207]
54722         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54724         [BZ #12204]
54725         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54726         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54728 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54730         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54731         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54732         script has SORT_BY_INIT_PRIORITY.
54733         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54734         NO_CTORS_DTORS_SECTIONS is defined.
54735         * elf/soinit.c: Likewise.
54736         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54737         NO_CTORS_DTORS_SECTIONS is defined.
54738         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54739         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54740         * sysdeps/sh/init-first.c: Likewise.
54741         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54743 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
54745         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54746         always use the slow path.
54748 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
54750         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54751         similar rule which adds the sysdep directories to the header search in
54752         order to pick up the correct platform stackinfo.h.
54753         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54754         perform test if it is, otherwise return successfully without testing.
54755         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54756         DEFAULT_STACK_PERMS define in stackinfo.h.
54757         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54758         defined in stackinfo.h.
54759         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54760         DEFAULT_STACK_PERMS defined in stackinfo.h.
54761         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54762         * sysdeps/ia64/stackinfo.h: Likewise.
54763         * sysdeps/s390/stackinfo.h: Likewise.
54764         * sysdeps/sh/stackinfo.h: Likewise.
54765         * sysdeps/sparc/stackinfo.h: Likewise.
54766         * sysdeps/x86_64/stackinfo.h: Likewise.
54767         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54768         PF_X for powerpc64.  Retain PF_X for powerpc32.
54770 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
54772         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54773         accurately.
54774         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54775         GETDENTS_64BIT_ALIGNED.
54777 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
54779         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
54781 2010-12-10  Andreas Schwab  <schwab@redhat.com>
54783         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54784         _GNU_SOURCE.
54786         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54787         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54788         Remove __restrict.
54789         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54790         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54792 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54794         [BZ #11655]
54795         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54796         are initialized.
54798 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54800         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54802 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54804         * po/it.po: Update from translation team.
54806 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54808         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54809         unused codes.
54811 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54813         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54815 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54817         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54818         specially.
54819         (gaih_getanswer_slice): Likewise.
54821 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54823         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54825 2010-05-31  Petr Baudis  <pasky@suse.cz>
54827         [BZ #11149]
54828         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54829         silently even in the chroot mode.
54831 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54833         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54834         last patch a bit.  Pretty printing
54836 2010-05-31  Petr Baudis <pasky@suse.cz>
54838         [BZ #10085]
54839         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54840         initialization of skip_initgroups_dyn.
54842 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54844         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54845         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54847 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54849         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54851 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54853         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54854         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54855         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54856         ($(objpfx)tst-fnmatch-mem): New rule.
54857         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54858         * posix/tst-fnmatch.c (main): Call mtrace.
54860 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54862         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54863         Support Intel processor model 6 and model 0x2c.
54865 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54867         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54868           signed comparison.
54870 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54872         [BZ #12205]
54873         * string/test-strncasecmp.c (check_result): New function.
54874         (do_one_test): Use it.
54875         (check1): New function.
54876         (test_main): Use it.
54877         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54878         Support strcasecmp and strncasecmp.
54880 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54882         [BZ #12194]
54883         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54884         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54886 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54888         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54889         IFUNC support.
54890         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54891         memset-x86-64.
54892         * sysdeps/x86_64/multiarch/bzero.S: New file.
54893         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54894         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54895         * sysdeps/x86_64/multiarch/memset.S: New file.
54896         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54897         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54898         Set bit_Prefer_SSE_for_memop for Intel processors.
54899         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54900         Define.
54901         (index_Prefer_SSE_for_memop): Define.
54902         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54904 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54906         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54907         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54909 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54911         [BZ #12191]
54912         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54913         (__x86_64_raw_data_cache_size_half): Likewise.
54914         (__x86_64_raw_shared_cache_size): Likewise.
54915         (__x86_64_raw_shared_cache_size_half): Likewise.
54917         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54918         (__x86_64_raw_data_cache_size_half): Likewise.
54919         (__x86_64_raw_shared_cache_size): Likewise.
54920         (__x86_64_raw_shared_cache_size_half): Likewise.
54921         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54922         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54923         and __x86_64_raw_shared_cache_size_half.  Round
54924         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54925         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54926         to multiple of 256 bytes.
54928 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54930         [BZ #12167]
54931         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54932         of inacessible symlinks.  Verify result of symlink before returning it.
54933         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54934         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54936 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54938         * math/math.h (isinf): Fix typo in comment.
54940 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54942         * po/da.po: Update from translation team.
54944 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54946         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54947         is added to the list.
54949 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54950             Ulrich Drepper  <drepper@gmail.com>
54952         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54953         the global list here.  Move code to...
54954         (_dl_add_to_namespace_list): ...here.  New function.
54955         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54956         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54957         * elf/dl-load.c (lose): Don't remove the element from the list.
54958         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54959         (_dl_map_object): Likewise.
54961 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54963         [BZ #12159]
54964         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54965         into all bytes of SSE register.
54966         Patch by Richard Li <richardpku@gmail.com>.
54968 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54970         [BZ #12140]
54971         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54972         perturbing.
54974 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54976         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54977         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54978         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54979         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54981         submachine.
54982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54984 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54986         * include/dlfcn.h (__RTLD_SECURE): Define.
54987         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54988         mode & __RTLD_SECURE instead.
54989         (open_path): Rename preloaded parameter to secure.
54990         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54991         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54992         * elf/dl-deps.c (openaux): Likewise.
54993         * elf/rtld.c (struct map_args): Remove is_preloaded.
54994         (map_doit): Don't use it.
54995         (dl_main): Likewise.
54996         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54997         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54999 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55001         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55002         (sysd-rules-targets): Remove duplicates.
55003         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55004         rtld-%.$o dependency.
55006 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55008         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55009         _dl_map_object do it.
55011 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55013         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55014         fast fma builtins, define the macros in the C99 standard.
55015         (FP_FAST_FMAF): Likewise.
55016         (FP_FAST_FMAL): Likewise.
55017         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55019         * bits/mathdef.h: Update copyright year.
55020         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55022 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55024         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55025         builtins, define the macros in the C99 standard.
55026         (FP_FAST_FMAF): Likewise.
55027         (FP_FAST_FMAL): Likewise.
55028         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55029         multiply/add.
55030         (FP_FAST_FMAF): Likewise.
55032 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55034         [BZ #3268]
55035         * math/libm-test.inc (fma_test): Some new testcases.
55036         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55037         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55038         y and infinite z.  Do multiplication by C already in long double.
55039         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55040         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55041         y and infinite z.  Do bitwise or of inexact bit into u.d.
55042         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55043         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55044         * sysdeps/i386/fpu/s_fma.S: Removed.
55045         * sysdeps/i386/fpu/s_fmal.S: Removed.
55047 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55049         [BZ #3268]
55050         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55051         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55052         computation is not scheduled after fetestexcept.  Fix value
55053         of minimum denormal long double.
55055 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55057         [BZ #3268]
55058         * math/libm-test.inc (fma_test): Add some more tests.
55059         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55060         correctly.
55062 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55064         * scripts/data/localplt-s390-linux-gnu.data: New file.
55065         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55067 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55069         [BZ #3268]
55070         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55071         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55072         instead of dbl-64.
55073         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55074         inlines.
55075         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55076         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55077         if one of x and y is very large and the other is subnormal.
55078         * sysdeps/s390/fpu/s_fmaf.c: New file.
55079         * sysdeps/s390/fpu/s_fma.c: New file.
55080         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55081         * sysdeps/powerpc/fpu/s_fma.S: New file.
55082         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55083         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55084         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55086 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55088         [BZ #3268]
55089         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55090         fma tests.
55091         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55092         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55093         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55094         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55095         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55096         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55097         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55099 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55101         [BZ #12078]
55102         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55103         * posix/bug-regex31.input: Add test case.
55105 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55107         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55108         * posix/bug-regex31.input: New file.
55110         [BZ #12078]
55111         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55112         (parse_sub_exp): Fix last change, use postorder.
55114         * posix/bug-regex31.c: New file.
55115         * posix/Makefile: Add rules to build and run bug-regex31.
55117         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55119         [BZ #12078]
55120         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55122         [BZ #12108]
55123         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55124         to have entries in sys_siglist.
55126         [BZ #12093]
55127         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55128         be NULL.
55130 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55132         [BZ #3268]
55133         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55134         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55135         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55136         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55137         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55138         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55139         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55140         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55141         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55142         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55143         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55144         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55145         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55146         * math/ftestexcept.c (fetestexcept): Likewise.
55147         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55148         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55149         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55150         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55151         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55152         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55153         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55155 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55157         [BZ #12107]
55158         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55159         newline.
55161 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55163         * string/bug-strstr1.c: New file.
55164         * string/Makefile: Add rules to build and run bug-strstr1.
55166 2010-10-05  Eric Blake  <eblake@redhat.com>
55168         [BZ #12092]
55169         * string/str-two-way.h (two_way_long_needle): Always clear memory
55170         when skipping input due to the shift table.
55172 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55174         [BZ #12005]
55175         * malloc/mcheck.c: Handle large requests.
55177         [BZ #12077]
55178         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55179         for strncmp and strncasecmp.
55180         * string/stratcliff.c: Add tests for strcmp and strncmp.
55181         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55183 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55185         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55186         __set_fpscr.
55188 2010-09-30  Andreas Jaeger  <aj@suse.de>
55190         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55191         (CGROUP_SUPER_MAGIC): Define.
55192         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55193         Handle btrfs and cgroup file systems.
55194         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55195         Likewise.
55197 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55199         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55200         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55202 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55204         [BZ #12067]
55205         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55206         trying to locate the ELF header.
55208 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55210         [BZ #11611]
55211         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55212         Mask out sign-bit copies when constructing f_fsid.
55214 2010-09-24  Petr Baudis <pasky@suse.cz>
55216         * debug/stack_chk_fail_local.c: Add missing licence exception.
55217         * debug/warning-nop.c: Likewise.
55219 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55221         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55222         implementing getdents64 using getdents syscall, set d_type if
55223         __ASSUME_GETDENTS32_D_TYPE.
55225 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55227         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55228         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55230 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55232         [BZ #12037]
55233         * posix/unistd.h: Undo change of feature selection for ftruncate from
55234         2010-01-11.
55236 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55238         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55239         detection.
55241 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55243         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55244         fanotify_mark.
55245         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55247 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55249         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55250         variables after CHECK_SP call.
55251         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55253 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55254             Ulrich Drepper  <drepper@redhat.com>
55256         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55257         re-relocationg ld.so.
55258         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55259         _dl_init_paths call.
55260         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55261         here anymore.
55263 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55265         * resolv/res_init.c (__res_vinit): Count the default server we added.
55267 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55268             Ulrich Drepper  <drepper@redhat.com>
55270         [BZ #11968]
55271         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55272         (____longjmp_chk): Use %ebx for saving value across system call.
55273         Add unwind info.
55275 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55277         * manual/Makefile: Don't mix pattern rules with normal rules.
55279 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55281         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55282         operation.
55283         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55284         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55285         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55286         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55287         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55288         Likewise.
55290 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55292         [BZ #11979]
55293         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55294         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55296 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55298         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55299         * sysdeps/x86_64/addmul_1.S: Likewise.
55300         * sysdeps/x86_64/lshift.S: Likewise.
55301         * sysdeps/x86_64/mul_1.S: Likewise.
55302         * sysdeps/x86_64/rshift.S: Likewise.
55303         * sysdeps/x86_64/sub_n.S: Likewise.
55304         * sysdeps/x86_64/submul_1.S: Likewise.
55306 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55308         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55309         Define __sched_param instead of SCHED_* and sched_param when
55310         <bits/sched.h> is included with __need_schedparam defined.
55311         * bits/sched.h [__need_schedparam]
55312         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55313         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55314         (__defined_schedparam): Define to 1.
55315         (__sched_param): New structure, identical to sched_param.
55316         (__need_schedparam): Undefine.
55318 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55320         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55321         (epoll_create1): Declare.
55323         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55325 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55327         [BZ #7066]
55328         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55329         shifting retval into place.
55331 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55333         * nis/rpcsvc/nis.h: Update copyright notice.
55334         * nis/rpcsvc/nis.x: Likewise.
55335         * nis/rpcsvc/nis_callback.h: Likewise.
55336         * nis/rpcsvc/nis_callback.x: Likewise.
55337         * nis/rpcsvc/nis_object.x: Likewise.
55338         * nis/rpcsvc/nis_tags.h: Likewise.
55339         * nis/rpcsvc/yp.h: Likewise.
55340         * nis/rpcsvc/yp.x: Likewise.
55341         * nis/rpcsvc/ypupd.h: Likewise.
55342         * nis/yp_xdr.c: Likewise.
55343         * nis/ypupdate_xdr.c: Likewise.
55345         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55346         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55347         (pmap_getport): Use __libc_rpc_getport.
55348         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55349         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55350         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55352 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55355         fanotify_mark.
55357 2010-08-27  Roland McGrath  <roland@redhat.com>
55359         * sysdeps/i386/i686/multiarch/Makefile
55360         (CFLAGS-varshift.c): New variable.
55362 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55364         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55365         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55367         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55369         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55371 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55373         * sysdeps/x86_64/strlen.S: Unroll the loop.
55374         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55375         strlen-sse2 strlen-sse2-bsf.
55376         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55377         __strlen_no_bsf if bit_Slow_BSF is set.
55378         (__strlen_sse42): Removed.
55379         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55380         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55382 2010-08-25  Roland McGrath  <roland@redhat.com>
55384         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55385         * sysdeps/x86_64/multiarch/varshift.c: New file.
55386         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55387         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55388         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55389         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55391 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55393         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55394         strlen-sse2 strlen-sse2-bsf.
55395         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55396         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55397         (__strlen_sse2): Removed.
55398         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55399         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55400         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55401         bit_Slow_BSF for Atom.
55402         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55403         (index_Slow_BSF): Define.
55404         (HAS_SLOW_BSF): Define.
55406 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55408         [BZ #10851]
55409         * resolv/res_init.c (__res_vinit): When no server address at all
55410         is given default to loopback.
55412 2010-08-24  Roland McGrath  <roland@redhat.com>
55414         * configure.in: Remove config-name.h generation.
55415         * configure: Regenerated.
55416         * config-name.in: File removed.
55417         * scripts/config-uname.sh: New file.
55418         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55419         ($(objdir)config-name.h): New target.
55421         * sunrpc/rpc_parse.h: Avoid nested comment.
55423 2010-08-24  Richard Henderson  <rth@redhat.com>
55424             Ulrich Drepper  <drepper@redhat.com>
55425             H.J. Lu  <hongjiu.lu@intel.com>
55427         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55428         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55429         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55430         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55431         _mm_alignr_epi8 with _mm_loadu_si128.
55432         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55433         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55434         (__m128i_shift_right): Removed.
55435         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55436         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55437         * sysdeps/x86_64/multiarch/varshift.h: New file.
55438         * sysdeps/x86_64/multiarch/varshift.S: New file.
55440 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55442         * configure.in: Move assembler checks to before sysdep dir checking.
55444 2010-08-20  Petr Baudis  <pasky@suse.cz>
55446         * LICENSES: Sync the sunrpc license.
55448 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55450         * sunrpc/auth_des.c: Update copyright notice once again.
55451         * sunrpc/auth_none.c: Likewise.
55452         * sunrpc/auth_unix.c: Likewise.
55453         * sunrpc/authdes_prot.c: Likewise.
55454         * sunrpc/authuxprot.c: Likewise.
55455         * sunrpc/bindrsvprt.c: Likewise.
55456         * sunrpc/clnt_gen.c: Likewise.
55457         * sunrpc/clnt_perr.c: Likewise.
55458         * sunrpc/clnt_raw.c: Likewise.
55459         * sunrpc/clnt_simp.c: Likewise.
55460         * sunrpc/clnt_tcp.c: Likewise.
55461         * sunrpc/clnt_udp.c: Likewise.
55462         * sunrpc/clnt_unix.c: Likewise.
55463         * sunrpc/des_crypt.c: Likewise.
55464         * sunrpc/des_soft.c: Likewise.
55465         * sunrpc/get_myaddr.c: Likewise.
55466         * sunrpc/getrpcport.c: Likewise.
55467         * sunrpc/key_call.c: Likewise.
55468         * sunrpc/key_prot.c: Likewise.
55469         * sunrpc/openchild.c: Likewise.
55470         * sunrpc/pm_getmaps.c: Likewise.
55471         * sunrpc/pm_getport.c: Likewise.
55472         * sunrpc/pmap_clnt.c: Likewise.
55473         * sunrpc/pmap_prot.c: Likewise.
55474         * sunrpc/pmap_prot2.c: Likewise.
55475         * sunrpc/pmap_rmt.c: Likewise.
55476         * sunrpc/rpc/auth.h: Likewise.
55477         * sunrpc/rpc/auth_unix.h: Likewise.
55478         * sunrpc/rpc/clnt.h: Likewise.
55479         * sunrpc/rpc/des_crypt.h: Likewise.
55480         * sunrpc/rpc/key_prot.h: Likewise.
55481         * sunrpc/rpc/netdb.h: Likewise.
55482         * sunrpc/rpc/pmap_clnt.h: Likewise.
55483         * sunrpc/rpc/pmap_prot.h: Likewise.
55484         * sunrpc/rpc/pmap_rmt.h: Likewise.
55485         * sunrpc/rpc/rpc.h: Likewise.
55486         * sunrpc/rpc/rpc_des.h: Likewise.
55487         * sunrpc/rpc/rpc_msg.h: Likewise.
55488         * sunrpc/rpc/svc.h: Likewise.
55489         * sunrpc/rpc/svc_auth.h: Likewise.
55490         * sunrpc/rpc/types.h: Likewise.
55491         * sunrpc/rpc/xdr.h: Likewise.
55492         * sunrpc/rpc_clntout.c: Likewise.
55493         * sunrpc/rpc_cmsg.c: Likewise.
55494         * sunrpc/rpc_common.c: Likewise.
55495         * sunrpc/rpc_cout.c: Likewise.
55496         * sunrpc/rpc_dtable.c: Likewise.
55497         * sunrpc/rpc_hout.c: Likewise.
55498         * sunrpc/rpc_main.c: Likewise.
55499         * sunrpc/rpc_parse.c: Likewise.
55500         * sunrpc/rpc_parse.h: Likewise.
55501         * sunrpc/rpc_prot.c: Likewise.
55502         * sunrpc/rpc_sample.c: Likewise.
55503         * sunrpc/rpc_scan.c: Likewise.
55504         * sunrpc/rpc_scan.h: Likewise.
55505         * sunrpc/rpc_svcout.c: Likewise.
55506         * sunrpc/rpc_tblout.c: Likewise.
55507         * sunrpc/rpc_util.c: Likewise.
55508         * sunrpc/rpc_util.h: Likewise.
55509         * sunrpc/rpcinfo.c: Likewise.
55510         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55511         * sunrpc/rpcsvc/key_prot.x: Likewise.
55512         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55513         * sunrpc/rpcsvc/mount.x: Likewise.
55514         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55515         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55516         * sunrpc/rpcsvc/rex.x: Likewise.
55517         * sunrpc/rpcsvc/rstat.x: Likewise.
55518         * sunrpc/rpcsvc/rusers.x: Likewise.
55519         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55520         * sunrpc/rpcsvc/spray.x: Likewise.
55521         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55522         * sunrpc/rtime.c: Likewise.
55523         * sunrpc/svc.c: Likewise.
55524         * sunrpc/svc_auth.c: Likewise.
55525         * sunrpc/svc_authux.c: Likewise.
55526         * sunrpc/svc_raw.c: Likewise.
55527         * sunrpc/svc_run.c: Likewise.
55528         * sunrpc/svc_simple.c: Likewise.
55529         * sunrpc/svc_tcp.c: Likewise.
55530         * sunrpc/svc_udp.c: Likewise.
55531         * sunrpc/svc_unix.c: Likewise.
55532         * sunrpc/svcauth_des.c: Likewise.
55533         * sunrpc/xcrypt.c: Likewise.
55534         * sunrpc/xdr.c: Likewise.
55535         * sunrpc/xdr_array.c: Likewise.
55536         * sunrpc/xdr_float.c: Likewise.
55537         * sunrpc/xdr_mem.c: Likewise.
55538         * sunrpc/xdr_rec.c: Likewise.
55539         * sunrpc/xdr_ref.c: Likewise.
55540         * sunrpc/xdr_sizeof.c: Likewise.
55541         * sunrpc/xdr_stdio.c: Likewise.
55543         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55544         handling.
55546 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55548         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55550 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55552         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55553         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55554         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55555         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55556         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55557         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55558         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55559         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55560         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55561         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55562         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55563         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55564         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55565         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55567 2010-07-26  Anton Blanchard  <anton@samba.org>
55569         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55570         * malloc/arena.c (heap_trim): Likewise.
55572 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55574         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55575         here.  Not...
55576         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55577         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55579 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55581         * sysdeps/i386/elf/Makefile: New file.
55583 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55585         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55586         from fanotify_init.
55587         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55588         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55590 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55592         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55593         of strncasecmp_l.
55594         * sysdeps/multiarch/strcmp.S: Likewise.
55596 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55598         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55599         strncase_l-nonascii.
55600         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55601         Add strncase_l-ssse3.
55602         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55603         * sysdeps/x86_64/strcmp.S: Likewise.
55604         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55605         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55606         * sysdeps/x86_64/strncase.S: New file.
55607         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55608         * sysdeps/x86_64/strncase_l.S: New file.
55609         * string/Makefile (strop-tests): Add strncasecmp.
55610         * string/test-strncasecmp.c: New file.
55612         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55613         warning.
55615         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55616         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55618 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55620         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55622 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55624         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55625         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55626         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55628 2010-05-01  Alan Modra  <amodra@gmail.com>
55630         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55631         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55632         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55633         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55634         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55635         tidying.  Don't tail-call __sigjmp_save for static lib.
55636         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55637         save location.
55638         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55639         (CALL_MCOUNT): Add eh info, and nop after bl.
55640         (TAIL_CALL_SYSCALL_ERROR): New macro.
55641         (PSEUDO_RET): Use it.
55642         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55643         Correct save location of integer regs and cr.
55644         (_dl_profile_resolve): Correct cr save location.  Delete nops
55645         after bl when SHARED.  Reduce cfi size a little by better
55646         placement of cfi directives.
55647         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55648         make a stack frame.  Instead use parm save area as a temp.
55649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55650         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55652         Don't make a stack frame for parent, use parm save area.
55653         Increase child stack frame to 112 bytes.  Don't save unused reg,
55654         and adjust reg usage.  Set up cfi on error recovery and
55655         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55657         (__makecontext): Add dummy nop after jump to exit.
55658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55659         Use correct parm save area and cr save, reduce stack frame.
55660         Correct cfi for possible PSEUDO_RET frame setup.
55661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55662         Branch to local label emitted by PSEUDO_RET rather than
55663         __syscall_error.
55665 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55667         [BZ #11904]
55668         * locale/programs/locale.c (print_assignment): New function.
55669         (show_locale_vars): Use it.
55671 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55673         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55674         field.
55675         (struct statfs64): Likewise.
55676         (_STATFS_F_FLAGS): Define.
55677         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55678         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55679         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55680         (ST_VALID): Define locally.
55681         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55682         __statvfs_getflags, use the provided value.
55683         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55684         __ASSUME_STATFS_F_FLAGS.
55686         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55688         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55689         Add sys/fanotify.h.
55690         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55691         fanotify_mask for GLIBC_2.13.
55692         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55693         fanotify_init and fanotify_mark.
55694         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55695         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55697         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55698         Add prlimit.
55699         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55700         prlimit64 for GLIBC_2.13.
55701         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55702         prlimit64.
55703         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55704         syscall.
55705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55706         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55707         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55708         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55709         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55710         add prlimit alias.
55711         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55713         [BZ #11903]
55714         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55715         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55717         * nss/Makefile: Add rules to build and run tst-nss-test1.
55718         * shlib-versions: Add entry for libnss_test1.
55719         * nss/nss_test1.c: New file.
55720         * nss/tst-nss-test1.c: New file.
55722         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55723         (__nss_configure_lookup): Set appropriate entry in
55724         __nss_configure_lookup to true.
55725         * nss/nsswitch.h: Define enum with indeces of databases in
55726         databases and __nss_database_custom arrays.  Declare
55727         __nss_database_custom.
55728         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55729         to avoid using nscd when custom rules are installed.
55730         * nss/getXXbyYY_r.c: Likewise.
55731         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55733         * nss/nss_files/files-parse.c: Whitespace fixes.
55735 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
55737         [BZ #11883]
55738         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55739         * posix/fnmatch_loop.c: Likewise.
55741 2010-07-17  Andi Kleen  <ak@linux.intel.com>
55743         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55744         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55745         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55746         * Versions.def [GLIBC_2.13]: Add.
55748 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
55750         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55751         Also fail if tpwd after pwuid call is NULL.
55753 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55755         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55756         when converting to ms.
55758 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55760         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55761         EOPNOTSUPP errors with ENOTTY.
55762         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55763         EOPNOTSUPP errors with ENOTTY.
55765 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
55767         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55768         Add strcasecmp_l-ssse3.
55769         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55770         strcasecmp.
55771         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55772         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55773         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55775 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
55777         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55779         * string/Makefile (strop-tests): Add strcasecmp.
55780         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55781         strcasecmp_l-nonascii.
55782         (gen-as-const-headers): Add locale-defines.sym.
55783         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55784         * sysdeps/x86_64/strcasecmp.S: New file.
55785         * sysdeps/x86_64/strcasecmp_l.S: New file.
55786         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55787         * sysdeps/x86_64/locale-defines.sym: New file.
55788         * string/test-strcasecmp.c: New file.
55790         * string/test-strcasestr.c: Test both ends of the range of characters.
55791         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55793 2010-07-29  Roland McGrath  <roland@redhat.com>
55795         [BZ #11856]
55796         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55798 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55800         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55801         for ld.so.
55803 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55805         * manual/memory.texi (Malloc Tunable Parameters): Document
55806         M_PERTURB.
55808 2010-07-26  Roland McGrath  <roland@redhat.com>
55810         [BZ #11840]
55811         * configure.in (-fgnu89-inline check): Set and substitute
55812         gnu89_inline, not libc_cv_gnu89_inline.
55813         * configure: Regenerated.
55814         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55816 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55818         * string/test-strnlen.c: New file.
55819         * string/Makefile (strop-tests): Add strnlen.
55820         * string/tester.c (test_strnlen): Add a few more test cases.
55821         * string/tst-strlen.c: Better error reporting.
55823         * sysdeps/x86_64/strnlen.S: New file.
55825 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55827         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55828         lower-latency instructions.
55830 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55832         * string/test-strcasestr.c: New file.
55833         * string/test-strstr.c: New file.
55834         * string/Makefile (strop-tests): Add strstr and strcasestr.
55835         * string/str-two-way.h: Don't undefine MAX.
55836         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55838 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55840         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55841         strcasestr-nonascii.
55842         (CFLAGS-strcasestr-nonascii.c): Define.
55843         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55844         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55845         Remove unused attribute.
55847 2010-07-20  Roland McGrath  <roland@redhat.com>
55849         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55850         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55851         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55852         like LD_HWCAP_MASK can disable hwcaps.
55854 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55856         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55858 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55860         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55861         call in strcasestr.
55862         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55863         __strcasestr_sse42_nonascii.
55864         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55865         strcasestr-nonascii.c.
55866         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55868 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55870         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55871         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55872         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55873         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55875 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55877         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55878         fcntl.
55880 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55882         [BZ #11577]
55883         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55884         dl_signal_cerror.
55886 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55888         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55889         _PC_PIPE_BUF using F_GETPIPE_SZ.
55891 2010-07-05  Roland McGrath  <roland@redhat.com>
55893         * manual/arith.texi (Rounding Functions): Fix rint description
55894         implicit in round description.
55896 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55898         * elf/Makefile: Fix linking for a few tests to make recent linker
55899         happy.
55901 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55903         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55904         $(common-objpfx)libc_nonshared.a.
55906 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55908         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55909         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55910         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55911         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55912         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55913         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55914         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55915         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55930         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55931         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55932         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55933         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55934         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55935         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55936         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55937         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55938         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55939         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55940         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55941         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55957 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55959         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55960         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55961         * string/memmove.c (memmove): Renamed to ...
55962         (MEMMOVE): ...this.  Default to memmove.
55963         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55964         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55965         (END_CHK): Define.
55966         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55967         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55968         mempcpy-ssse3-back memmove-ssse3-back.
55969         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55970         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55971         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55972         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55973         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55974         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55975         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55976         * sysdeps/x86_64/multiarch/memmove.c: New file.
55977         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55978         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55979         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55980         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55981         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55982         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55983         Define.
55984         (index_Fast_Copy_Backward): Define.
55985         (HAS_ARCH_FEATURE): Define.
55986         (HAS_FAST_REP_STRING): Define.
55987         (HAS_FAST_COPY_BACKWARD): Define.
55989 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55991         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55992         Restore proper fallback handling.
55994 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55996         [BZ #11701]
55997         * posix/group_member.c (__group_member): Correct checking loop.
55999         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56000         OOM in getpwuid_r correctly.  Return error number when the caller
56001         should return, otherwise -1.
56002         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56003         call returning > 0 value.
56004         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56006 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56008         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56009         libc_nonshared.a from targets in modules-names.
56011 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56013         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56014         requires it.
56016 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56018         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56019         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56020         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56021         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56023 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56025         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56027 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56029         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56030         and F_GETPIPE_SZ.
56031         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56032         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56033         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56034         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56035         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56036         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56038 2010-06-14  Roland McGrath  <roland@redhat.com>
56040         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56042 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56044         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56045         __REDIRECT followed by __THROW.
56046         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56047         * posix/getopt.h (getopt): Likewise.
56049 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56051         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56052         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56053         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56054         in AT_FLAGS.
56055         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56056         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56058 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56060         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56062 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56064         [BZ #11640]
56065         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56066         Properly check family and model.
56068 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56070         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56072 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56074         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56076 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56078         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56079         symbol reference.
56081 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56083         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56084         symbol reference.
56086 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56088         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56089         and internal_recvmmsg.
56090         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56091         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56092         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56093         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56095         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56096         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56097         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56099 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56101         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56103 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56105         POWER7 optimizations.
56106         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56107         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56109 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56111         * version.h: Update for 2.13 development version.
56113 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56115         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56116         exceptions.  Return 0.
56118 2010-05-07  Roland McGrath  <roland@redhat.com>
56120         * elf/ldconfig.c (main): Add a const.
56122 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56124         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56125         (args_options): Add no-idn option.
56126         (ahosts_keys_int): Add idn_flags to ai_flags.
56127         (parse_option): Handle 'i' option to clear idn_flags.
56129         * malloc/malloc.c (_int_free): Possible race in the most recently
56130         added check.  Only act on the data if no current modification
56131         happened.
56133 See ChangeLog.17 for earlier changes.